/*

Tooplate 2132 Clean Work

https://www.tooplate.com/view/2132-clean-work

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
    --white-color: #ffffff;
    --primary-color: #e17807;
    --secondary-color: #894e94;
    --section-bg-color: #fff7ef;
    --custom-btn-bg-color: #e17807;
    --custom-btn-bg-hover-color: #c86806;
    --dark-color: #2b2118;
    --p-color: #6b5b4d;
    --border-color: #f0e2d4;
    --link-hover-color: #894e94;

    --body-font-family: "Poppins", sans-serif;

    --h1-font-size: 52px;
    --h2-font-size: 42px;
    --h3-font-size: 30px;
    --h4-font-size: 26px;
    --h5-font-size: 22px;
    --h6-font-size: 20px;
    --p-font-size: 16px;
    --btn-font-size: 17px;
    --copyright-font-size: 14px;

    --border-radius-large: 100px;
    --border-radius-medium: 1.25rem;
    --border-radius-small: 1rem;

    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;

    --se-space: 1.25rem;
    --se-space-lg: 2.5rem;
}

body {
    background:
        radial-gradient(circle at 12% 8%, rgba(225, 120, 7, 0.06), transparent 28%),
        radial-gradient(circle at 88% 12%, rgba(137, 78, 148, 0.06), transparent 30%),
        #fffefb;
    font-family: var(--body-font-family);

    overflow-x: hidden;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: var(--font-weight-medium);
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-bold);
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--font-weight-bold);
}

h3 {
    font-size: var(--h3-font-size);
}

h4 {
    font-size: var(--h4-font-size);
}

h5 {
    font-size: var(--h5-font-size);
}

h6 {
    font-size: var(--h6-font-size);
}

p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-normal);
}

ul li {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-normal);
}

a,
button {
    touch-action: manipulation;
    transition: all 0.3s;
}

a {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
}

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

b,
strong {
    font-weight: var(--font-weight-bold);
}

.page-404-title {
    color: var(--secondary-color);
    font-size: 10rem;
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.section-bg {
    background-color: var(--section-bg-color);
    background-image:
        radial-gradient(circle at top right, rgba(225, 120, 7, 0.08), transparent 42%),
        radial-gradient(circle at bottom left, rgba(137, 78, 148, 0.07), transparent 40%);
}

.section-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.72), rgba(18, 12, 8, 0.78)),
        /* url("../images/page-banner.jpg") */ no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.testimonial-section .section-overlay {
    opacity: 0.85;
}

.section-overlay + .container {
    position: relative;
}

/* Readable white copy on photo heroes / gradient banners */
.hero-section h1,
.hero-section .h1 {
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

.hero-section p,
.hero-lead,
.se-banner-sub {
    color: rgba(255, 255, 255, 0.82) !important;
    opacity: 1 !important;
    font-weight: 400;
    line-height: 1.65;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.hero-eyebrow {
    color: rgba(255, 255, 255, 0.72) !important;
    opacity: 1 !important;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.se-cta-panel {
    background: linear-gradient(135deg, #c96a12 0%, #754082 100%);
    color: #ffffff;
}

.se-cta-panel h3,
.se-cta-panel .h4 {
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.se-cta-panel p {
    color: rgba(255, 255, 255, 0.88) !important;
    opacity: 1 !important;
    font-weight: 400;
    line-height: 1.7;
    text-shadow: none;
}

/*---------------------------------------
  ANIMATED HEADLINE               
-----------------------------------------*/
.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    color: var(--primary-color);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-animation: cd-rotate-1-in 1.2s;
    -moz-animation: cd-rotate-1-in 1.2s;
    animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: cd-rotate-1-out 1.2s;
    -moz-animation: cd-rotate-1-out 1.2s;
    animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}

/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.link {
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}

.link::before,
.link::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}

.link::before {
    content: "";
}

.link--herse::before {
    display: none;
}

.link__graphic {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    fill: none;
    stroke: var(--dark-color);
    stroke-width: 1px;
}

.link__graphic--stroke path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
}

.link:hover .link__graphic--stroke path {
    stroke-dashoffset: 0;
}

.link__graphic--arc {
    top: 73%;
    left: -23%;
}

.link__graphic--arc path {
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.link:hover .link__graphic--arc path {
    transition-timing-function: cubic-bezier(0.8, 1, 0.7, 1);
    transition-duration: 0.3s;
}

.button {
    display: inline-block;
    position: relative;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button--atlas > span {
    display: inline-block;
}

.button--atlas:hover > span {
    opacity: 0;
}

/* Keep label visible when there is no marquee animation */
.button--atlas:not(:has(.marquee)):hover > span {
    opacity: 1;
    color: var(--white-color);
}

.custom-btn.button--atlas:hover,
.custom-btn.button--atlas:hover > span,
.custom-btn.button--atlas:hover .marquee span {
    color: var(--white-color) !important;
}

.marquee {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    --offset: 1rem;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 1s linear infinite;
    animation-play-state: paused;
    opacity: 0;
}

.button--atlas:hover .marquee__inner {
    animation-play-state: running;
    opacity: 1;
    transition-duration: 0.4s;
}

.marquee span {
    text-align: center;
    white-space: nowrap;
    font-style: italic;
    padding: 15px;
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}

.button--pan {
    overflow: hidden;
}

.button--pan span {
    position: relative;
}

.button--pan::before {
    content: "";
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--pan:hover::before {
    background: transparent;
    transform: translate3d(0, -100%, 0);
}

/*---------------------------------------
  CUSTOM BLOCK               
-----------------------------------------*/
.custom-block-wrap {
    position: relative;
}

.custom-block-wrap .custom-block {
    position: absolute;
    bottom: 0;
    right: 0;
}

.custom-block {
    background-color: var(--primary-color);
    border-radius: var(--border-radius-small);
    padding: 35px;
}

.custom-block .custom-icon,
.custom-block a {
    color: var(--white-color);
}

/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
    color: var(--secondary-color);
}

.bi-star-fill {
    color: var(--custom-btn-bg-color);
}

/*---------------------------------------
  AVATAR IMAGE - TESTIMONIAL               
-----------------------------------------*/
.avatar-image {
    border-radius: var(--border-radius-large);
    width: 60px;
    height: 60px;
    object-fit: cover;
}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
    background: var(--custom-btn-bg-color);
    border: 2px solid transparent;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--btn-font-size);
    font-weight: var(--font-weight-normal);
    line-height: normal;
    transition: all 0.3s;
    padding: 15px 25px;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn {
    margin-top: 8px;
    margin-right: 0;
    padding: 12px 25px;
}

.custom-btn:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.custom-border-btn {
    background: transparent;
    border: 2px solid var(--custom-btn-bg-color);
    color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
    /* background: var(--custom-btn-bg-hover-color); */
    background: var(--secondary-color);
    border-color: transparent;
    color: var(--white-color);
}

.custom-btn-bg-white {
    border-color: var(--white-color);
    color: var(--white-color);
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.navbar {
    background: transparent;
    position: absolute;
    top: 49px;
    right: 0;
    left: 0;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-brand,
.navbar-brand:hover {
    color: var(--white-color);
    font-size: var(--h6-font-size);
    font-weight: var(--font-weight-light);
}

.logo {
    background-color: var(--white-color);
    border-radius: var(--border-radius-large);
    width: 100px;
    height: 100px;
    padding: 2px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 20px;
    padding: 0;
}

.navbar-nav .nav-link {
    display: inline-block;
    color: var(--white-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-medium);
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    background: transparent;
    color: var(--primary-color);
}

.dropdown-menu {
    background: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border: 0;
    display: inherit;
    opacity: 0;
    min-width: 9rem;
    margin-top: 20px;
    padding: 13px 0 10px 0;
    transition: all 0.3s;
    pointer-events: none;
}

.dropdown-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 15px solid var(--white-color);
    position: absolute;
    top: -10px;
    left: 10px;
}

.dropdown-item {
    display: inline-block;
    color: var(--p-bg-color);
    font-size: var(--menu-font-size);
    font-weight: var(--font-weight-medium);
    position: relative;
    padding-top: 0;
    padding-bottom: 7px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent;
    color: var(--primary-color);
}

.dropdown-toggle::after {
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-size: var(--copyright-font-size);
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    left: 2px;
    border: 0;
}

@media screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        opacity: 1;
        margin-top: 0;
        pointer-events: auto;
    }
}

.navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0;
    width: 30px;
    height: 35px;
    outline: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease,
        -webkit-transform 300ms 350ms ease;
    top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
    background: var(--dark-color);
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease,
        -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: var(--dark-color);
    width: 30px;
    height: 2px;
    content: "";
}

.navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
}

/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
    background: var(--primary-color);
    position: relative;
    z-index: 22;
    padding-top: 15px;
    padding-bottom: 15px;
}

.site-header p,
.site-header p a,
.site-header .social-icon-link {
    color: var(--white-color);
    font-size: var(--copyright-font-size);
}

.site-header .social-icon {
    text-align: right;
}

.site-header .social-icon-link {
    background: transparent;
    width: inherit;
    height: inherit;
    line-height: inherit;
    margin-right: 15px;
}

.site-header-icon {
    display: inline-block;
}

/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 680px;
}

.hero-section .section-overlay {
    z-index: 1;
}

.se-hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #1b140f;
}

.se-hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: seHeroFade 12s infinite;
}

.se-hero-slide:nth-child(1) {
    opacity: 1;
}

.se-hero-slide:nth-child(2) {
    animation-delay: 4s;
}

.se-hero-slide:nth-child(3) {
    animation-delay: 8s;
}

@keyframes seHeroFade {
    0%,
    28% {
        opacity: 1;
    }
    38%,
    100% {
        opacity: 0;
    }
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-section svg,
.hero-section .hero-wave {
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    width: 100%;
    height: clamp(72px, 14vw, 140px);
    display: block;
    pointer-events: none;
    z-index: 1;
}

@media screen and (min-width: 991px) {
    .hero-section-full-height {
        height: 85vh;
    }
}

/*---------------------------------------
  INTRO        
-----------------------------------------*/
.intro-section {
    padding-top: 50px;
}

/*---------------------------------------
  BANNER        
-----------------------------------------*/
.banner-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)),
        url("../images/page-banner.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    position: relative;
    overflow: hidden;
    min-height: 340px;
    padding-top: 100px;
    padding-bottom: 50px;
}

.banner-section .section-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(18, 12, 8, 0.45));
}

.banner-section .se-page-banner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.banner-section .se-page-banner-copy {
    width: 100%;
    max-width: 100%;
}

.banner-section h1,
.banner-section .h1 {
    color: #ffffff !important;
    font-weight: 700;
    font-size: clamp(1.7rem, 3.6vw, 2.65rem);
    line-height: 1.22;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: manual;
}

.banner-section .hero-eyebrow {
    color: rgba(255, 255, 255, 0.9) !important;
}

.banner-section .se-banner-sub {
    color: rgba(255, 255, 255, 0.88) !important;
    width: 100%;
    max-width: 100%;
    font-size: clamp(0.95rem, 1.5vw, 1.08rem);
    line-height: 1.55;
    overflow-wrap: break-word;
}

.se-breadcrumb-bar {
    background: transparent;
    padding: 0.65rem 0 0;
}

.se-breadcrumb-bar .breadcrumb {
    margin-bottom: 0;
    font-size: 0.78rem;
    line-height: 1.3;
    flex-wrap: wrap;
    gap: 0.15rem;
}

.se-breadcrumb-bar .breadcrumb-item,
.se-breadcrumb-bar .breadcrumb-item.active,
.se-breadcrumb-bar .breadcrumb-item + .breadcrumb-item::before {
    color: var(--p-color);
    font-size: 0.78rem;
}

.se-breadcrumb-bar .breadcrumb-item a {
    color: var(--secondary-color);
    text-decoration: none;
    font-weight: 500;
}

.se-breadcrumb-bar .breadcrumb-item a:hover {
    color: var(--primary-color);
}

.se-breadcrumb-bar .breadcrumb-item + .breadcrumb-item::before {
    color: #b9a89a;
    padding-right: 0.35rem;
}

/*---------------------------------------
  COUNTDOWN              
-----------------------------------------*/
.countdown-section {
    position: relative;
}

.countdown-section-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.countdown {
    text-align: center;
    padding-left: 0;
}

.countdown-item {
    list-style: none;
    flex: 0 0 13%;
    margin: 15px;
}

.countdown-text {
    background: var(--section-bg-color);
    border-radius: 6px;
    color: var(--secondary-color);
    /* font-size: var(--p-font-size); */
    font-size: small;
    position: relative;
    padding: 4px 8px;
}

.countdown-text::before {
    content: "";
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: 5px solid var(--section-bg-color);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: -5px;
    right: 0;
    left: 0;
}

/*---------------------------------------
  FEATURED              
-----------------------------------------*/
.featured-image {
    border-radius: var(--border-radius-medium);
}

.featured-block {
    padding: 20px;
}

/*---------------------------------------
  ABOUT              
-----------------------------------------*/
.about-image,
.gallery-image {
    border-radius: var(--border-radius-medium);
}

.team-info {
    background: var(--white-color);
    border-radius: var(--border-radius-medium);
    position: relative;
    padding: 30px;
}

.team-info p {
    margin-bottom: 0;
}

.team-info::before {
    content: "";
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-right: 20px solid var(--white-color);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
}

.gallery-image {
    transition: all 0.3s;
}

.gallery-image:hover {
    transform: scale(1.02);
}

/*---------------------------------------
  SERVICES              
-----------------------------------------*/
.services-thumb {
    background-color: var(--white-color);
    border-radius: 1.35rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 1.75rem;
    border: 1px solid rgba(225, 120, 7, 0.1);
    box-shadow: 0 18px 40px rgba(80, 40, 20, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.services-thumb:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(137, 78, 148, 0.12);
    border-color: rgba(137, 78, 148, 0.18);
}

.services-section .row > [class*="col-lg-6"],
.services-section .row > [class*="col-md-6"] {
    display: flex;
}

.services-section .services-thumb {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.services-section .services-thumb > .row {
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
}

.services-section .services-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.services-section .services-info > p {
    flex: 1 1 auto;
}

.services-section .services-info > .d-flex:last-child {
    margin-top: auto;
    padding-top: 0.5rem;
}

.services-thumb.section-bg {
    background: var(--section-bg-color);
}

.services-detail-section .services-image {
    aspect-ratio: 0;
}

.services-image-wrap {
    border-radius: var(--border-radius-small);
    position: relative;
    overflow: hidden;
}

.services-image-wrap:hover .services-image-hover {
    opacity: 1;
}

.services-title-link {
    display: block;
}

.services-image,
.team-image {
    border-radius: var(--border-radius-small);
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
    transition: all 0.5s;
}

.services-image-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.services-icon-wrap {
    background: var(--secondary-color);
    color: var(--white-color);
    font-size: var(--h3-font-size);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: opacity 0.5s;
    padding: 8px;
}

.services-icon-wrap .button--skoll {
    width: 100%;
    height: 100%;
}

.services-icon-wrap .price-type {
    font-size: x-small;
}

/*---------------------------------------
  TESTIMONIAL              
-----------------------------------------*/
.testimonial-section {
    background-image: url("../images/coffe-shop-with-wooden-walls-unfocused.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.testimonial-section .featured-block {
    background-color: rgba(255, 255, 255, 0.96);
    border-radius: 1.35rem;
    margin-bottom: 24px;
    padding: 1.75rem;
}

.testimonial-section .featured-block h4,
.testimonial-section .featured-block p {
    color: var(--dark-color);
}

.testimonial-section .featured-block h4 span {
    color: var(--secondary-color);
}

/*---------------------------------------
  PARTNERS              
-----------------------------------------*/
.partners-section {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 50px;
}

.partners-section-title {
    border-radius: var(--border-radius-large);
    display: inline-block;
    position: relative;
    bottom: 50px;
    margin-bottom: -50px;
    padding: 10px 20px;
}

.partners-image {
    display: block;
    width: 150px;
    margin: auto;
    transition: all 0.3s;
}

.partners-image:hover {
    transform: scale(1.05);
}

/*---------------------------------------
  COUNTER NUMBERS              
-----------------------------------------*/
.counter-thumb {
    margin: 20px;
    margin-top: 0;
}

.counter-number {
    color: var(--secondary-color);
    display: block;
}

.counter-number,
.counter-number-text {
    color: var(--secondary-color);
    font-size: var(--h1-font-size);
    font-weight: var(--font-weight-bold);
    line-height: normal;
}

/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
    background: var(--white-color);
}

.contact-form {
    background: var(--section-bg-color);
    border-radius: var(--border-radius-small);
    padding: 40px;
}

.contact-info {
    background: var(--white-color);
    border-radius: var(--border-radius-medium);
    display: inline-block;
    margin-top: 20px;
    padding: 40px;
}

.se-contact-info-compact {
    padding: 1.15rem 1.35rem;
    max-width: 22rem;
    margin-top: 1rem;
}

.se-contact-info-compact h3 {
    font-size: 1.05rem;
    margin-bottom: 0.75rem !important;
}

.se-contact-line {
    font-size: 0.9rem;
    line-height: 1.45;
    color: var(--p-color);
}

.se-contact-line a {
    color: var(--p-color);
}

.se-contact-line a:hover {
    color: var(--link-hover-color);
}

.se-contact-info-compact .custom-icon {
    font-size: 0.95rem;
}

.se-contact-info-compact .se-whatsapp-btn {
    padding: 0.4rem 0.85rem;
    font-size: 0.85rem;
}

.team-info a,
.contact-info h5,
.contact-info h5 a {
    color: var(--p-color);
}

.team-info a:hover,
.contact-info h5 a:hover {
    color: var(--link-hover-color);
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control,
.input-group-file {
    color: var(--p-color);
    margin-bottom: 24px;
    padding-top: 13px;
    padding-bottom: 13px;
    outline: none;
}

.custom-form .form-control:hover,
.custom-form .form-control:focus {
    border-color: var(--secondary-color);
}

.custom-form label {
    margin-bottom: 10px;
}

.custom-form .form-check-group {
    margin-bottom: 20px;
}

.donate-form .form-check-group-donation-frequency {
    padding-right: 0;
}

.form-check-group-donation-frequency + .form-check-group-donation-frequency {
    padding-right: 12px;
    padding-left: 0;
}

.form-check-group-donation-frequency .form-check-label {
    font-weight: var(--font-weight-medium);
}

#DonationFrequencyOne {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#DonationFrequencyMonthly {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-form .form-check-radio {
    position: relative;
    height: 100%;
    padding-left: 0;
}

.custom-form .input-group-text {
    background: var(--secondary-color);
    border: 0;
    color: var(--white-color);
}

.custom-form .form-check-radio .form-check-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.form-check-radio .form-check-input[type="radio"] {
    background-color: var(--section-bg-color);
    border-radius: 0.25rem;
    border: 0;
    box-shadow: none;
    outline: none;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 25px 50px;
    transition: all 0.3s;
}

.form-check-radio .form-check-input:checked[type="radio"] {
    background-image: none;
}

.form-check-radio .form-check-input:checked[type="radio"] + .form-check-label,
.form-check-radio .form-check-input:hover + .form-check-label,
.form-check-radio .form-check-input:checked + .form-check-label {
    color: var(--white-color);
}

.form-check-radio .form-check-input:hover,
.form-check-radio .form-check-input:checked {
    background-color: var(--secondary-color);
    border-color: var(--white-color);
}

.input-group-file {
    border-radius: 0.25rem;
    padding: 13px 0.75rem;
}

.input-group-file input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    padding: 0;
}

.input-group-file .input-group-text {
    background: transparent;
    color: inherit;
    margin-bottom: 0;
    padding: 0;
}

.custom-form .submit-form,
.custom-form .submit-button {
    background: var(--primary-color);
    border: none;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-medium);
    transition: all 0.3s;
    margin-bottom: 0;
}

.custom-form .submit-form:hover,
.custom-form .submit-form:focus,
.custom-form .submit-button:focus,
.custom-form .submit-button:hover {
    background: var(--secondary-color);
    border-color: transparent;
}

.consulting-form {
    background: var(--white-color);
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 45px;
}

.consulting-form-header .form-icon {
    font-size: var(--h2-font-size);
    color: var(--white-color);
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
    background-color: rgb(44, 43, 43);
    padding-top: 50px;
}

.site-footer-bottom {
    border-top: 1px solid #7fbcf0;
    position: relative;
    z-index: 2;
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.site-footer .logo {
    background-color: var(--white-color);
    border-radius: var(--border-radius-large);
    width: 90px;
    height: 90px;
    object-fit: cover;
    padding: 2px;
}

.site-footer-title {
    color: white;
}

.site-footer-link {
    color: var(--primary-color);
}

.copyright-text {
    color: var(--section-bg-color);
    font-size: var(--copyright-font-size);
    margin-right: 30px;
}

.site-footer .custom-btn {
    font-size: var(--copyright-font-size);
}

.site-footer .custom-btn:hover {
    background: var(--primary-color);
}

.site-footer-bottom a {
    color: var(--white-color);
}

.site-footer-bottom a:hover {
    color: var(--link-hover-color);
}

/*---------------------------------------
  FOOTER MENU               
-----------------------------------------*/
.footer-menu {
    column-count: 2;
    margin: 0;
    padding: 0;
}

.footer-menu-item {
    list-style: none;
    display: block;
}

.footer-menu-link {
    font-size: var(--p-font-size);
    color: var(--primary-color);
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 5px;
}

.footer-menu-link:hover,
.site-footer-link:hover {
    color: var(--secondary-color);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
    margin: 0;
    padding: 0;
}

.social-icon-item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.social-icon-link {
    background: var(--secondary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--copyright-font-size);
    display: block;
    margin-right: 10px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 36px;
}

.social-icon-link:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.button--skoll {
    overflow: hidden;
    border-radius: 50%;
    color: var(--white-color);
    width: 35px;
    height: 35px;
}

.button--skoll span {
    display: block;
    position: relative;
}

.button--skoll > span {
    overflow: hidden;
}

.button--skoll:hover > span > span {
    animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

.button--skoll::before {
    content: "";
    background: var(--custom-btn-bg-color);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.button--skoll:hover::before {
    transform: translate3d(0, 100%, 0);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
    .intro-section {
        padding-top: 0;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .team-section {
        padding-bottom: 80px;
    }

    .navbar {
        background-color: var(--white-color);
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar-brand,
    .navbar-brand:hover {
        color: var(--primary-color);
    }

    .navbar-nav .nav-link {
        color: var(--p-color);
    }

    .navbar-expand-lg .navbar-nav {
        padding-bottom: 30px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 8px 20px;
    }

    .navbar-expand-lg .navbar-nav .nav-link.custom-btn {
        background-color: var(--custom-btn-bg-color);
        color: var(--white-color);
        margin-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: relative;
        left: 20px;
        opacity: 1;
        pointer-events: auto;
        max-width: 100px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .custom-block-wrap .custom-block {
        right: 12px;
    }

    .site-footer {
        padding-top: 50px;
    }

    .copyright-text-wrap {
        justify-content: center;
    }

    .site-footer-bottom {
        text-align: center;
        margin-top: 50px;
    }

    .site-footer-bottom .footer-menu {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .custom-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .hero-section svg,
    .hero-section .hero-wave {
        bottom: -1px;
        height: clamp(56px, 18vw, 96px);
    }

    .team-info::before {
        border-top: 0;
        border-bottom: 20px solid var(--white-color);
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        top: -20px;
        bottom: auto;
        right: 0;
        left: 0;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }
}

/* custom css */
/* Basic container styling */
#ad-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /* Ensure no content overflows */
}

/* Image styling */
#website-preview {
    max-width: 100%;
    opacity: 0;
    transform: scale(0.8) translateY(-50px);
    animation: showOff 1s ease-out forwards, sway 2s ease-in-out infinite 1.5s;
    transform-origin: center;
}

/* Animation to fade in and slightly zoom the image */
@keyframes showOff {
    0% {
        transform: scale(0.8) translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

/* Sway animation for dynamic movement */
@keyframes sway {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.rounded-50 {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.pricing-card {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

section {
    padding: 16px 0;
}

.slide_in_out:nth-child(even) {
    transform: translateX(-100px);
    opacity: 0;
    transition: 1500ms;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
}

.slide_in_out:nth-child(odd) {
    transform: translateX(-100px);
    opacity: 0;
    transition: 900ms;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
}

.slide_in_out.show {
    transform: translateX(0);
    opacity: 1;
}

/* Add a blue color to the stars */
.reviews-icons i {
    /*color: #007bff;
    */
    opacity: 0.3;
    /*Startwithadimeffect*/
    animation: shine 1s infinite;
    /*Infiniteanimation*/
    -webkit-animation: shine 4s infinite;
    -webkit-animation: shine 1s infinite;
}

/* Define the animation */
@keyframes shine {
    0%,
    100% {
        opacity: 0.3; /* Dim at the start and end */
    }
    70% {
        opacity: 0.5; /* Dim at the start and end */
    }
    50% {
        opacity: 1; /* Fully bright in the middle */
    }
}

/* Apply a delay for each star to animate sequentially */
.reviews-icons i:nth-child(1) {
    animation-delay: 0s;
}
.reviews-icons i:nth-child(2) {
    animation-delay: 0.5s;
}
.reviews-icons i:nth-child(3) {
    animation-delay: 1s;
}
.reviews-icons i:nth-child(4) {
    animation-delay: 1.5s;
}
.reviews-icons i:nth-child(5) {
    animation-delay: 2s;
}

/* ===== Smart Education side mobile nav ===== */
.se-side-nav {
    --bs-offcanvas-width: min(86vw, 320px);
    border-left: 1px solid rgba(225, 120, 7, 0.15);
}

.se-side-nav .offcanvas-header {
    background: linear-gradient(120deg, rgba(225, 120, 7, 0.08), rgba(137, 78, 148, 0.08));
}

.se-side-nav .offcanvas-title {
    text-align: left;
}

.se-side-nav-list {
    width: 100%;
    padding: 0.75rem 0 1.5rem;
    text-align: left !important;
    align-items: stretch !important;
}

.se-side-nav-list .nav-item {
    width: 100%;
    text-align: left !important;
}

.se-side-nav-list .nav-link {
    display: block;
    width: 100%;
    text-align: left !important;
    justify-content: flex-start !important;
    padding: 0.9rem 1.35rem !important;
    margin: 0 !important;
    color: var(--p-color);
    border-left: 3px solid transparent;
    border-radius: 0;
}

.se-side-nav-list .nav-link:hover,
.se-side-nav-list .nav-link.active {
    color: var(--primary-color);
    background: rgba(225, 120, 7, 0.06);
    border-left-color: var(--primary-color);
}

@media (min-width: 992px) {
    .se-side-nav {
        display: none !important;
    }
}

/* Compact auth + pricing actions in desktop nav */
.se-nav-actions {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.45rem;
    margin-left: 0.75rem;
}

.se-nav-actions .se-nav-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    white-space: nowrap;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.55rem 0.9rem;
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.se-nav-actions .se-nav-chip--pricing {
    background: #894e94;
    color: #ffffff;
    border: 1px solid #894e94;
}

.se-nav-actions .se-nav-chip--pricing:hover {
    background: #6e3d78;
    color: #fff;
    border-color: #6e3d78;
}

.se-nav-actions .se-nav-chip--login {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
}

.se-nav-actions .se-nav-chip--login:hover {
    background: #ffffff;
    color: var(--primary-color);
    border-color: #ffffff;
}

.se-nav-actions .se-nav-chip--register {
    background: var(--primary-color);
    color: #fff;
    border: 1.5px solid var(--primary-color);
}

.se-nav-actions .se-nav-chip--register:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.se-nav-actions .se-nav-chip--account {
    background: #ffffff;
    color: var(--primary-color);
    border: 1.5px solid #ffffff;
}

.se-nav-actions .se-nav-chip--account:hover {
    background: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
}

.se-nav-actions .se-nav-chip--logout {
    background: transparent;
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    cursor: pointer;
}

.se-nav-actions .se-nav-chip--logout:hover {
    background: #ffffff;
    color: #6b3a12;
    border-color: #ffffff;
}

.se-nav-chip-form {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.se-nav-chip-form .se-nav-chip {
    font-family: inherit;
}

.navbar-expand-lg .navbar-nav .nav-item.se-nav-actions-item {
    margin-left: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-expand-lg .navbar-nav .nav-link:not(.se-nav-chip) {
        padding-left: 0.55rem;
        padding-right: 0.55rem;
        font-size: 0.95rem;
    }

    .se-nav-actions {
        gap: 0.35rem;
        margin-left: 0.35rem;
    }

    .se-nav-actions .se-nav-chip {
        padding: 0.5rem 0.7rem;
        font-size: 0.78rem;
    }

    .se-nav-actions .se-nav-chip .se-nav-chip-label {
        display: none;
    }
}

.se-side-nav-actions {
    display: grid;
    gap: 0.65rem;
    padding: 1rem 1.25rem 1.5rem;
}

.se-side-nav-actions .se-nav-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    white-space: nowrap;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.85rem 1rem;
    text-decoration: none;
    font-family: inherit;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.se-side-nav-actions .se-nav-chip--login {
    background: transparent;
    color: var(--primary-color);
    border: 1.5px solid var(--primary-color);
}

.se-side-nav-actions .se-nav-chip--login:hover {
    background: var(--primary-color);
    color: #fff;
}

.se-side-nav-actions .se-nav-chip--register {
    background: var(--primary-color);
    color: #fff;
    border: 1.5px solid var(--primary-color);
}

.se-side-nav-actions .se-nav-chip--register:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.se-side-nav-actions .se-nav-chip--account {
    background: var(--primary-color);
    color: #fff;
    border: 1.5px solid var(--primary-color);
}

.se-side-nav-actions .se-nav-chip--account:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.se-side-nav-actions .se-nav-chip--logout {
    background: transparent;
    color: #6b5b4d;
    border: 1.5px solid #d2c4b5;
    cursor: pointer;
}

.se-side-nav-actions .se-nav-chip--logout:hover {
    background: #f5efe8;
    color: #2b2118;
    border-color: #c4b5a5;
}

/* Welcome / launching-soon page */
.se-welcome-body {
    padding: 4.5rem 0 5.5rem;
    background:
        radial-gradient(circle at top right, rgba(225, 120, 7, 0.08), transparent 42%),
        radial-gradient(circle at bottom left, rgba(137, 78, 148, 0.08), transparent 40%),
        #fffaf4;
}

.se-welcome-greeting {
    font-size: 1.35rem;
    color: #2b2118;
}

.se-welcome-copy {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #6b5b4d;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.se-welcome-verify {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #7a5a12;
    background: rgba(225, 120, 7, 0.1);
    border: 1px solid rgba(225, 120, 7, 0.22);
    border-radius: 1rem;
    padding: 0.9rem 1.1rem;
}

.se-welcome-body .custom-border-btn {
    background: transparent;
    color: var(--secondary-color);
    border: 1.5px solid var(--secondary-color);
}

.se-welcome-body .custom-border-btn:hover {
    background: var(--secondary-color);
    color: #fff;
}

/* Contact WhatsApp CTA */
.se-whatsapp-btn {
    background: #25d366;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 999px;
    padding: 0.7rem 1.1rem;
    font-weight: 600;
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.se-whatsapp-btn:hover {
    background: #1ebe57;
    color: #fff !important;
    transform: translateY(-1px);
}

#contact-quotation-form .form-control.is-invalid,
#contact-quotation-form .form-select.is-invalid {
    border-color: #dc3545;
}

#contact-quotation-form .form-control.is-valid,
#contact-quotation-form .form-select.is-valid {
    border-color: #198754;
}

#contact-quotation-form .form-control::placeholder,
#contact-quotation-form .form-control::-webkit-input-placeholder {
    color: #b7b0a8;
    opacity: 1;
}

#contact-quotation-form .form-select:invalid,
#contact-quotation-form .form-select option[value=""] {
    color: #b7b0a8;
}

#contact-quotation-form .form-select option:not([value=""]) {
    color: var(--p-color);
}

#contact-quotation-form .se-js-error:not([hidden]) {
    margin-top: -0.85rem;
    margin-bottom: 0.85rem;
}

/* Compact Login / Register cluster */
.se-nav-auth {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: nowrap;
}

.se-auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    white-space: nowrap;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.55rem 0.95rem;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none !important;
}

.se-auth-btn--ghost {
    background: transparent;
    border: 1.5px solid rgba(225, 120, 7, 0.55);
    color: var(--primary-color);
}

.se-auth-btn--ghost:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff !important;
}

.se-auth-btn--solid {
    background: var(--primary-color);
    border: 1.5px solid var(--primary-color);
    color: #fff !important;
    box-shadow: 0 6px 14px rgba(225, 120, 7, 0.22);
}

.se-auth-btn--solid:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff !important;
    box-shadow: 0 6px 14px rgba(137, 78, 148, 0.25);
}

.navbar-expand-lg .navbar-nav .nav-link.se-nav-pricing {
    margin-left: 0.35rem;
    margin-right: 0.15rem;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
}

.se-side-nav-auth {
    display: grid;
    gap: 0.65rem;
    padding: 1rem 1.35rem 1.5rem;
}

.se-side-nav-auth .se-auth-btn {
    width: 100%;
    padding: 0.75rem 1rem;
}

@media (max-width: 1199.98px) {
    .navbar-expand-lg .navbar-nav .nav-link.se-nav-pricing {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .se-auth-btn {
        padding: 0.5rem 0.8rem;
        font-size: 0.8rem;
    }

    .se-auth-btn i {
        display: none;
    }
}

/* Compact auth actions in navbar */
.se-nav-actions {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.5rem;
    margin-left: 0.75rem;
}

.se-auth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    white-space: nowrap;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    padding: 0.55rem 0.95rem;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.se-auth-btn--ghost {
    background: transparent;
    border: 1.5px solid rgba(225, 120, 7, 0.45);
    color: var(--primary-color);
}

.se-auth-btn--ghost:hover {
    background: rgba(225, 120, 7, 0.08);
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.se-auth-btn--solid {
    background: var(--primary-color);
    border: 1.5px solid var(--primary-color);
    color: #fff;
    box-shadow: 0 6px 14px rgba(225, 120, 7, 0.22);
}

.se-auth-btn--solid:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}

.se-nav-pricing {
    white-space: nowrap;
    font-weight: 600;
}

.se-side-nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
    padding: 1rem 1.35rem 1.5rem;
}

.se-side-nav-actions .se-auth-btn {
    width: 100%;
}

@media (max-width: 1199.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-left: 0.35rem;
        margin-right: 0.35rem;
        padding-left: 0.55rem;
        padding-right: 0.55rem;
    }

    .se-nav-actions {
        margin-left: 0.35rem;
        gap: 0.4rem;
    }

    .se-auth-btn {
        padding: 0.5rem 0.8rem;
        font-size: 0.82rem;
    }
}

/*---------------------------------------
  MODERN SPACIOUS THEME REFRESH
-----------------------------------------*/
main > div > section + section {
    scroll-margin-top: 1rem;
}

.se-section-head {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    text-align: center;
}

.se-section-head h2 {
    margin-bottom: 0.85rem;
    line-height: 1.2;
}

.se-section-head p {
    margin-bottom: 0;
    color: var(--p-color);
    line-height: 1.7;
}

.se-soft-panel {
    background:
        radial-gradient(circle at top right, rgba(225, 120, 7, 0.12), transparent 45%),
        radial-gradient(circle at bottom left, rgba(137, 78, 148, 0.1), transparent 42%),
        #ffffff;
    border: 1px solid rgba(225, 120, 7, 0.1);
    border-radius: 1.5rem;
    box-shadow: 0 18px 44px rgba(80, 40, 20, 0.06);
    padding: 2.5rem 1.75rem;
}

.se-price-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .se-price-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1100px) {
    .se-price-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.se-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(225, 120, 7, 0.12);
    border-radius: 1.35rem;
    padding: 1.6rem 1.4rem 1.35rem;
    box-shadow: 0 16px 36px rgba(80, 40, 20, 0.05);
    min-height: 100%;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.se-price-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(137, 78, 148, 0.12);
}

.se-price-card--live {
    border-color: rgba(137, 78, 148, 0.28);
    background: linear-gradient(180deg, #fbf6fc 0%, #ffffff 42%);
}

.se-price-card--school {
    background: linear-gradient(180deg, #fff6ec 0%, #ffffff 42%);
}

.se-price-card__badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #894e94;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
}

.se-price-card__icon {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 0.9rem;
}

.se-price-card__who {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #894e94;
}

.se-price-card__amount {
    font-size: 1.7rem;
    font-weight: 700;
    color: #e17807;
    line-height: 1.15;
}

.se-price-card__when {
    font-size: 0.86rem;
}

.se-price-card__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.2rem;
    flex: 1 1 auto;
}

.se-price-card__list li {
    position: relative;
    padding-left: 1.15rem;
    margin-bottom: 0.45rem;
    color: #5c524c;
    font-size: 0.92rem;
}

.se-price-card__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: #e17807;
}

.se-price-card__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-weight: 600;
    font-size: 0.92rem;
    color: #fff;
    background: #e17807;
    text-decoration: none;
}

.se-price-card__cta:hover {
    color: #fff;
    background: #c96a12;
}

.se-price-soon-grid {
    display: grid;
    gap: 0.9rem;
}

@media (min-width: 768px) {
    .se-price-soon-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.se-price-soon {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    background: #fff;
    border: 1px dashed rgba(137, 78, 148, 0.22);
    border-radius: 1.1rem;
    padding: 1rem 1.1rem;
}

.se-price-soon i {
    font-size: 1.35rem;
    color: #894e94;
}

.se-price-soon span {
    display: block;
    font-size: 0.86rem;
    color: #7a706a;
}

.se-price-soon em {
    margin-left: auto;
    font-style: normal;
    font-size: 0.75rem;
    font-weight: 700;
    color: #894e94;
    background: #f6edf8;
    border-radius: 999px;
    padding: 0.2rem 0.55rem;
}

.se-feature-card {
    background: #ffffff;
    border: 1px solid rgba(225, 120, 7, 0.1);
    border-radius: 1.35rem;
    box-shadow: 0 16px 36px rgba(80, 40, 20, 0.05);
    padding: 2rem 1.5rem;
    height: 100%;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.se-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 42px rgba(137, 78, 148, 0.1);
}

.intro-section {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.intro-section h2 {
    line-height: 1.2;
    margin-bottom: 1.25rem;
}

.intro-section p {
    line-height: 1.75;
    max-width: 34rem;
}

.hero-section .se-banner-sub {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.services-section .services-info > p {
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.services-section h2 {
    margin-bottom: 2rem;
}

.se-services-cta {
    margin-top: 3rem;
    padding: 1.75rem;
    border-radius: 1.35rem;
    background:
        linear-gradient(120deg, rgba(225, 120, 7, 0.1), rgba(137, 78, 148, 0.1));
    border: 1px solid rgba(225, 120, 7, 0.12);
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.se-welcome-body {
    padding: 5.5rem 0 6rem;
}

.se-page-prose {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
}

.se-page-prose p {
    line-height: 1.8;
    margin-bottom: 1.35rem;
}

.banner-section {
    min-height: 300px;
    padding-top: 7.5rem;
    padding-bottom: 3.5rem;
}

.site-footer {
    padding-top: 4rem;
}

/* Soft blend: hero wave → popular services */
.se-popular-services {
    background: #fffefb;
    margin-top: 0;
    padding-top: 5.5rem;
    position: relative;
    z-index: 1;
    border: 0;
    box-shadow: none;
}

.se-popular-services::before {
    content: none;
}

.se-popular-services .services-thumb {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(225, 120, 7, 0.06);
    box-shadow: 0 10px 28px rgba(80, 40, 20, 0.04);
}

.se-popular-services .services-thumb:hover {
    background: #ffffff;
    border-color: rgba(137, 78, 148, 0.12);
}

/* Intro photo: circular + decorative dots */
.se-intro-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 22rem;
}

.se-intro-photo {
    position: relative;
    width: min(100%, 26rem);
    aspect-ratio: 1;
    margin-inline: auto;
    overflow: visible !important;
}

.se-intro-img,
#website-preview.se-intro-img {
    position: relative;
    z-index: 3;
    width: 86%;
    height: 86%;
    margin: 7% auto 0;
    display: block;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.95);
    box-shadow:
        0 22px 48px rgba(80, 40, 20, 0.16),
        0 0 0 10px rgba(225, 120, 7, 0.08);
    opacity: 0;
    transform: scale(0.88);
    animation: seIntroReveal 0.9s ease-out forwards;
}

.se-dot {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.se-dot--orange {
    background: rgba(225, 120, 7, 0.28);
}

.se-dot--purple {
    background: rgba(137, 78, 148, 0.26);
}

.se-dot--lg {
    width: clamp(4.5rem, 16vw, 7rem);
    height: clamp(4.5rem, 16vw, 7rem);
    top: -0.35rem;
    right: -0.15rem;
}

.se-dot--md {
    width: clamp(2.75rem, 10vw, 4.25rem);
    height: clamp(2.75rem, 10vw, 4.25rem);
    bottom: 12%;
    left: -0.35rem;
}

.se-dot--sm {
    width: clamp(1.5rem, 5vw, 2.25rem);
    height: clamp(1.5rem, 5vw, 2.25rem);
    top: 28%;
    left: 2%;
    background: rgba(225, 120, 7, 0.4);
}

.se-dot--xs {
    width: clamp(1rem, 3.5vw, 1.5rem);
    height: clamp(1rem, 3.5vw, 1.5rem);
    top: 8%;
    left: 22%;
    background: rgba(137, 78, 148, 0.35);
}

.se-dot--ring {
    width: 94%;
    height: 94%;
    top: 3%;
    left: 3%;
    border: 2px dashed rgba(137, 78, 148, 0.22);
    background: transparent;
    z-index: 2;
}

.se-intro-visual .custom-block {
    z-index: 4;
    border-radius: 0.85rem;
    padding: 0.55rem 0.65rem;
    box-shadow: 0 10px 22px rgba(80, 40, 20, 0.16);
}

.se-intro-help {
    width: auto;
    min-width: 0;
    max-width: 12.5rem;
    background: linear-gradient(145deg, #e17807 0%, #c86806 55%, #894e94 140%);
}

.se-intro-help-label {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.35rem !important;
    line-height: 1.2;
}

.se-intro-call-btn {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    padding: 0.4rem 0.45rem;
    border-radius: 0.55rem;
    background: #fff;
    color: #3a2f26 !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(40, 20, 10, 0.14);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.se-intro-call-btn:hover,
.se-intro-call-btn:focus-visible {
    color: #3a2f26 !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(40, 20, 10, 0.18);
}

.se-intro-call-icon {
    flex: 0 0 auto;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(225, 120, 7, 0.14);
    color: #e17807;
    font-size: 0.78rem;
}

.se-intro-call-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1 1 auto;
    line-height: 1.1;
}

.se-intro-call-action {
    font-size: 0.58rem;
    font-weight: 600;
    color: #894e94;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.se-intro-call-number {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #2c241e;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.01em;
}

.se-intro-call-chevron {
    flex: 0 0 auto;
    color: #e17807;
    opacity: 0.85;
    font-size: 0.75rem;
}

.se-intro-wa-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.35rem;
    color: #fff !important;
    font-size: 0.72rem;
    font-weight: 600;
    text-decoration: none !important;
    opacity: 0.95;
    line-height: 1.2;
}

.se-intro-wa-link:hover,
.se-intro-wa-link:focus-visible {
    color: #fff !important;
    text-decoration: underline !important;
    opacity: 1;
}

.se-intro-wa-link i {
    font-size: 0.85rem;
}

@keyframes seIntroReveal {
    0% {
        transform: scale(0.88);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Soft modern testimonial cards */
.se-quote-card {
    position: relative;
    height: 100%;
    margin-bottom: 1.25rem;
    padding: 1.75rem 1.5rem 1.4rem;
    border-radius: 1.4rem;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.97), rgba(255, 248, 240, 0.95));
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 18px 40px rgba(20, 12, 8, 0.18);
    overflow: hidden;
}

.se-quote-card::after {
    content: "";
    position: absolute;
    inset: auto -20% -35% auto;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(225, 120, 7, 0.14), transparent 70%);
    pointer-events: none;
}

.se-quote-mark {
    display: block;
    font-size: 3.25rem;
    line-height: 0.8;
    color: rgba(225, 120, 7, 0.55);
    font-family: Georgia, "Times New Roman", serif;
    margin-bottom: 0.65rem;
}

.se-quote-text {
    color: #3a2f26;
    font-size: 0.98rem;
    line-height: 1.65;
    margin-bottom: 1.35rem;
    position: relative;
    z-index: 1;
}

.se-quote-footer {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    position: relative;
    z-index: 1;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(137, 78, 148, 0.12);
}

.se-quote-footer .avatar-image {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(225, 120, 7, 0.25);
}

.se-quote-footer h4 {
    color: var(--dark-color) !important;
    font-size: 1rem;
    margin-bottom: 0.1rem;
}

.se-quote-role {
    display: block;
    color: var(--secondary-color);
    font-size: 0.8rem;
    font-weight: 500;
}

.se-quote-footer .reviews-icons {
    color: #e17807;
    font-size: 0.75rem;
}

.partners-section {
    padding-bottom: 4rem;
}

/* Free Android app highlight */
.se-app-section {
    background: transparent;
}

.se-app-panel {
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
    border-radius: 1.75rem;
    background:
        radial-gradient(circle at top left, rgba(225, 120, 7, 0.14), transparent 42%),
        radial-gradient(circle at bottom right, rgba(137, 78, 148, 0.12), transparent 45%),
        #ffffff;
    border: 1px solid rgba(225, 120, 7, 0.1);
    box-shadow: 0 22px 50px rgba(80, 40, 20, 0.06);
}

.se-app-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(225, 120, 7, 0.12);
    color: var(--primary-color);
    font-size: 0.88rem;
    font-weight: 600;
}

.se-app-badge i {
    font-size: 1.1rem;
}

.se-app-panel-intro {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2.5rem;
}

.se-app-panel h2 {
    line-height: 1.2;
    max-width: none;
}

.se-app-lead {
    color: var(--p-color);
    line-height: 1.75;
}

.se-app-audience-row {
    align-items: stretch;
}

.se-app-audience {
    display: flex;
    align-items: flex-start;
    gap: 1.15rem;
    height: 100%;
    padding: 1.7rem 1.6rem;
    border-radius: 1.35rem;
    background: rgba(255, 250, 244, 0.9);
    border: 1px solid rgba(137, 78, 148, 0.08);
    text-align: left;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.se-app-audience:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(137, 78, 148, 0.1);
}

.se-app-audience-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    margin-bottom: 0;
    border-radius: 50%;
    background: rgba(225, 120, 7, 0.14);
    color: var(--primary-color);
    font-size: 1.25rem;
}

.se-app-audience-icon--purple {
    background: rgba(137, 78, 148, 0.14);
    color: var(--secondary-color);
}

.se-app-audience-copy {
    min-width: 0;
    flex: 1 1 auto;
}

.se-app-audience p {
    color: var(--p-color);
    font-size: 1rem;
    line-height: 1.7;
}

@media (max-width: 991.98px) {
    .se-app-panel h2 {
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .section-padding {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .se-soft-panel {
        padding: 1.75rem 1.25rem;
    }

    .se-popular-services {
        margin-top: 0;
        padding-top: 4rem;
    }

    .se-intro-visual {
        flex-direction: column;
        min-height: 0;
        align-items: stretch;
        margin-top: 1rem;
    }

    .se-intro-visual.custom-block-wrap .custom-block.se-intro-help,
    .se-intro-visual .custom-block.se-intro-help {
        position: relative !important;
        inset: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100%;
        max-width: none;
        margin: 1rem 0 0;
        padding: 0.85rem 0.9rem 0.95rem;
        border-radius: 1rem;
        text-align: left;
        box-shadow: 0 12px 28px rgba(80, 40, 20, 0.16);
    }

    .se-intro-help {
        max-width: none;
        width: 100%;
    }

    .se-intro-help-label {
        font-size: 0.78rem;
        margin-bottom: 0.5rem !important;
    }

    .se-intro-call-btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0.7rem;
        width: 100%;
        min-height: 3.15rem;
        padding: 0.65rem 0.85rem;
        border-radius: 0.75rem;
    }

    .se-intro-call-icon {
        width: 2.15rem;
        height: 2.15rem;
        font-size: 1rem;
    }

    .se-intro-call-copy {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
    }

    .se-intro-call-action {
        font-size: 0.92rem;
        text-transform: none;
        letter-spacing: 0;
        font-weight: 700;
        color: #3a2f26;
    }

    .se-intro-call-number {
        font-size: 0.92rem;
        white-space: nowrap;
    }

    .se-intro-call-chevron {
        display: block;
        font-size: 0.95rem;
    }

    .se-intro-wa-link {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 0.55rem;
        font-size: 0.88rem;
        padding: 0.45rem 0.5rem;
        border-radius: 0.65rem;
        background: rgba(255, 255, 255, 0.14);
    }
}

/*---------------------------------------
  SITE MOTION / LIVENESS
-----------------------------------------*/
.se-motion-ready .hero-section > .container {
    animation: seHeroIn 0.95s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.se-reveal {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
    transition:
        opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--se-delay, 0ms);
    will-change: opacity, transform;
}

.se-reveal.is-inview {
    opacity: 1;
    transform: none;
    will-change: auto;
}

.se-interactive {
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        border-color 0.28s ease;
}

.se-interactive:hover {
    transform: translateY(-5px);
}

.hero-section .custom-btn.button--atlas {
    animation: seSoftPulse 2.8s ease-in-out infinite;
}

.se-dot--lg {
    animation: seFloat 5.5s ease-in-out infinite;
}

.se-dot--md {
    animation: seFloat 6.5s ease-in-out infinite 0.4s reverse;
}

.se-dot--sm {
    animation: seFloat 4.5s ease-in-out infinite 0.8s;
}

.se-dot--xs {
    animation: seFloat 3.8s ease-in-out infinite 0.2s reverse;
}

.se-dot--ring {
    animation: seSpinSlow 28s linear infinite;
}

.partners-section .partners-image {
    transition: transform 0.35s ease, filter 0.35s ease;
}

.partners-section .partners-image:hover {
    transform: translateY(-4px) scale(1.04);
    filter: saturate(1.08);
}

.se-whatsapp-btn {
    position: relative;
}

.se-whatsapp-btn::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: inherit;
    border: 2px solid rgba(37, 211, 102, 0.45);
    animation: seRipple 2.2s ease-out infinite;
    pointer-events: none;
}

.custom-btn,
.footer-menu-link,
.navbar-nav .nav-link {
    transition: color 0.25s ease, transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.footer-menu-link:hover {
    transform: translateX(3px);
}

.se-services-cta .custom-btn:hover,
.hero-section .custom-btn:hover {
    transform: translateY(-2px);
}

@keyframes seHeroIn {
    from {
        opacity: 0;
        transform: translate3d(0, 18px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes seSoftPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(225, 120, 7, 0.35);
    }

    50% {
        box-shadow: 0 0 0 12px rgba(225, 120, 7, 0);
    }
}

@keyframes seFloat {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, -10px, 0);
    }
}

@keyframes seSpinSlow {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes seRipple {
    0% {
        transform: scale(0.92);
        opacity: 0.7;
    }

    100% {
        transform: scale(1.18);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .se-motion-ready .hero-section > .container,
    .se-dot--lg,
    .se-dot--md,
    .se-dot--sm,
    .se-dot--xs,
    .se-dot--ring,
    .hero-section .custom-btn.button--atlas,
    .se-whatsapp-btn::after,
    .se-intro-img,
    #website-preview.se-intro-img {
        animation: none !important;
    }

    .se-hero-slide {
        animation: none !important;
        opacity: 0 !important;
    }

    .se-hero-slide:first-child {
        opacity: 1 !important;
    }

    .se-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .se-interactive:hover {
        transform: none;
    }
}

.se-choice-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9rem;
}

@media (min-width: 576px) {
    .se-choice-grid {
        grid-template-columns: 1fr 1fr;
    }

    .se-choice-grid--3 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.se-choice-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 7.5rem;
    padding: 1.25rem 0.85rem;
    border-radius: 1.2rem;
    background: #ffffff;
    border: 2px solid #e17807;
    color: #3b2416;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.25;
    box-shadow: 0 10px 24px rgba(80, 40, 20, 0.06);
}

.se-choice-stack {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.se-choice-stack__note {
    margin: 0;
    padding: 0 0.25rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #5c4a3a;
    text-align: center;
    line-height: 1.35;
}

a.se-choice-btn:hover,
button.se-choice-btn:hover {
    background: #fff7ee;
    color: #3b2416;
}

.se-choice-btn i {
    font-size: 1.85rem;
    color: #e17807;
    margin-bottom: 0.4rem;
}

.se-choice-btn--pay {
    background: #e17807;
    color: #fff;
}

.se-choice-btn--pay i,
.se-choice-btn--pay .se-choice-tag {
    color: #fff;
}

a.se-choice-btn--pay:hover,
button.se-choice-btn--pay:hover {
    background: #c86806;
    color: #fff;
}

.se-choice-btn--ghost {
    border-color: #cfc3bb;
    min-height: 5.5rem;
    font-size: 1.05rem;
}

.se-choice-btn.is-soon {
    border-color: #d9d0cb;
    color: #8a7b73;
    pointer-events: none;
}

.se-choice-btn.is-soon i {
    color: #b9aea8;
}

.se-choice-btn.is-ok {
    border-color: #2f9e44;
    color: #2f9e44;
    pointer-events: none;
    min-height: 5.5rem;
}

.se-choice-btn.is-ok i {
    color: #2f9e44;
}

.se-choice-tag {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #894e94;
}

.se-lesson-row {
    display: grid;
    grid-template-columns: 4.5rem 1fr 6.5rem;
    gap: 0.6rem;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(225, 120, 7, 0.15);
    border-radius: 0.9rem;
    padding: 0.85rem 0.9rem;
    margin-bottom: 0.65rem;
}

.se-lesson-when {
    font-weight: 700;
    color: #e17807;
}

.se-lesson-what {
    min-width: 0;
}

.se-lesson-details-btn {
    display: inline-block;
    padding: 0;
    border: 0;
    background: none;
    color: #e17807;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.18em;
    cursor: pointer;
}

.se-lesson-details-btn:hover {
    color: #b55e04;
}

.se-lesson-details-swal {
    border: 1px solid rgba(225, 120, 7, 0.28);
    padding: 1.15rem 1rem 1rem;
}

.se-lesson-details-title {
    color: #2b2118 !important;
    font-size: 1.12rem !important;
    padding: 0 0 0.85rem !important;
    margin: 0 0 0.85rem !important;
    border-bottom: 1px solid rgba(225, 120, 7, 0.22);
}

.se-lesson-details-html {
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

.se-lesson-details-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    color: #2b2118;
    text-align: left;
}

.se-lesson-details-section {
    background: #fff;
    border: 1px solid rgba(225, 120, 7, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.se-lesson-details-heading {
    margin: 0;
    padding: 0.55rem 0.85rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #e17807;
    background: rgba(225, 120, 7, 0.08);
    border-bottom: 1px solid rgba(225, 120, 7, 0.18);
}

.se-lesson-details-facts {
    margin: 0;
}

.se-lesson-details-fact {
    display: grid;
    grid-template-columns: 6.4rem minmax(0, 1fr);
    gap: 0.7rem;
    align-items: start;
    padding: 0.7rem 0.85rem;
    border-bottom: 1px solid rgba(43, 33, 24, 0.08);
}

.se-lesson-details-fact:last-child {
    border-bottom: 0;
}

.se-lesson-details-fact dt {
    margin: 0;
    color: #8a6a45;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.se-lesson-details-fact dd {
    margin: 0;
    color: #2b2118;
    font-weight: 500;
    word-break: break-word;
}

.se-lesson-details-copy {
    margin: 0;
    padding: 0.75rem 0.85rem;
    white-space: pre-wrap;
}

.se-lesson-details-empty {
    margin: 0;
    padding: 0.75rem 0.85rem;
    color: #8a6a45;
}

.se-lesson-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: se-criteria;
}

.se-lesson-details-list li {
    position: relative;
    margin: 0;
    padding: 0.7rem 0.85rem 0.7rem 2.55rem;
    border-bottom: 1px solid rgba(43, 33, 24, 0.08);
    counter-increment: se-criteria;
}

.se-lesson-details-list li:last-child {
    border-bottom: 0;
}

.se-lesson-details-list li::before {
    content: counter(se-criteria);
    position: absolute;
    left: 0.75rem;
    top: 0.62rem;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    background: rgba(225, 120, 7, 0.12);
    color: #e17807;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.35rem;
    text-align: center;
}

@media (max-width: 576px) {
    .se-lesson-details-fact {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }
}

.se-password-swal .swal2-title {
    color: #2b2118;
}

.se-password-swal .swal2-html-container {
    color: #2b2118;
}

.se-password-swal .swal2-icon.swal2-warning {
    border-color: #e17807 !important;
    color: #e17807 !important;
}

.se-swal-confirm,
.se-password-swal .swal2-confirm,
.se-lesson-details-swal .swal2-confirm {
    background-color: #e17807 !important;
    border-color: #e17807 !important;
    color: #fff !important;
}

.se-swal-cancel,
.se-password-swal .swal2-cancel {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #fff !important;
}

.se-swal-password,
.se-password-swal .swal2-input {
    border: 1px solid rgba(225, 120, 7, 0.45) !important;
    box-shadow: none !important;
}

.se-password-swal .swal2-input:focus {
    border-color: #e17807 !important;
    box-shadow: 0 0 0 0.2rem rgba(225, 120, 7, 0.18) !important;
}

button.se-choice-btn {
    width: 100%;
}

.se-elearn-card {
    display: flex;
    flex-direction: column;
    color: inherit;
}

.se-elearn-card:hover {
    color: inherit;
}

.se-service-gif {
    display: block;
    width: calc(100% + 3.5rem);
    height: 12rem;
    margin: -1.75rem -1.75rem 1.15rem;
    object-fit: contain;
    object-position: center;
    border-radius: 1.2rem 1.2rem 0.85rem 0.85rem;
    background: #fff6ec;
    image-rendering: auto;
}

.se-subject-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin: 0 0 1.5rem;
}

.se-subject-chip {
    background: #f6edf8;
    color: #894e94;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.9rem;
}

.se-elearn-simple {
    max-width: 28rem;
    margin: 0 auto;
}

.se-live-card-art {
    position: relative;
    width: calc(100% + 3.5rem);
    height: 11.25rem;
    margin: -1.75rem -1.75rem 1.15rem;
    overflow: hidden;
    border-radius: 1.2rem 1.2rem 0.85rem 0.85rem;
    background: linear-gradient(160deg, #fff6ec 0%, #f3e7f7 100%);
}

.se-live-card-art__blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.se-live-card-art__blob--a {
    width: 8rem;
    height: 8rem;
    top: -2.4rem;
    right: -1.5rem;
    background: rgba(225, 120, 7, 0.22);
    animation: seBlobDrift 4s ease-in-out infinite;
}

.se-live-card-art__blob--b {
    width: 7rem;
    height: 7rem;
    bottom: -2.2rem;
    left: -1.4rem;
    background: rgba(137, 78, 148, 0.18);
    animation: seBlobDrift 5s ease-in-out infinite reverse;
}

.se-live-card-art__board {
    position: absolute;
    left: 50%;
    top: 0.95rem;
    width: 10.8rem;
    height: 6.5rem;
    transform: translateX(-50%);
    background: #3e3048;
    border-radius: 0.9rem;
    box-shadow: 0 12px 24px rgba(62, 48, 72, 0.28);
}

.se-live-card-art__live {
    position: absolute;
    top: 0.45rem;
    left: 0.45rem;
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.12rem 0.42rem;
    border-radius: 999px;
    background: #e17807;
    color: #fff;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    animation: seLivePulse 1.1s ease-in-out infinite;
}

.se-live-card-art__live i {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #fff;
}

.se-live-card-art__line {
    position: absolute;
    left: 0.7rem;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    transform-origin: left center;
}

.se-live-card-art__line--1 {
    top: 2.05rem;
    width: 6.2rem;
    background: #e17807;
    animation: seBoardWrite 2.4s ease-in-out infinite;
}

.se-live-card-art__line--2 {
    top: 2.65rem;
    width: 4.4rem;
    background: rgba(255, 255, 255, 0.75);
    animation: seBoardWrite 2.4s ease-in-out infinite 0.25s;
}

.se-live-card-art__teacher {
    position: absolute;
    left: 50%;
    bottom: 0.55rem;
    width: 1.7rem;
    height: 1.7rem;
    margin-left: -0.85rem;
    border-radius: 50%;
    background: #e17807;
    box-shadow: 0 1.15rem 0 -0.28rem #894e94;
}

.se-live-card-art__join {
    position: absolute;
    right: 0.42rem;
    bottom: 0.42rem;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    background: #fff;
    color: #e17807;
    font-size: 0.62rem;
    font-weight: 800;
    animation: seJoinBounce 1.4s ease-in-out infinite;
}

.se-live-card-art__people {
    position: absolute;
    left: 50%;
    bottom: 0.55rem;
    display: flex;
    gap: 0.7rem;
    transform: translateX(-50%);
}

.se-live-person {
    width: 1.15rem;
    height: 1.15rem;
    border-radius: 50%;
    animation: sePersonBounce 1.2s ease-in-out infinite;
}

.se-live-person--1 {
    background: #894e94;
}

.se-live-person--2 {
    background: #e17807;
    animation-delay: 0.18s;
}

.se-live-person--3 {
    background: #894e94;
    animation-delay: 0.36s;
}

@keyframes seLivePulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.55;
        transform: scale(0.96);
    }
}

@keyframes seBoardWrite {
    0% {
        transform: scaleX(0.15);
        opacity: 0.4;
    }
    45%,
    70% {
        transform: scaleX(1);
        opacity: 1;
    }
    100% {
        transform: scaleX(0.2);
        opacity: 0.45;
    }
}

@keyframes seJoinBounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

@keyframes sePersonBounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@keyframes seBlobDrift {
    0%,
    100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-10px, 8px);
    }
}

.se-side-nav-list .se-side-more-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    width: 100%;
    background: none;
    border: 0;
    font: inherit;
    cursor: pointer;
}

.se-side-nav-list .se-side-more-toggle .bi {
    font-size: 0.85rem;
    transition: transform 0.2s ease;
}

.se-side-nav-list .se-side-more-toggle[aria-expanded="true"] .bi {
    transform: rotate(180deg);
}

.se-side-nav-list .se-side-more-link {
    padding-left: 2.35rem !important;
    font-size: 0.95rem;
}

.se-exam-help {
    text-align: left;
    padding: 2rem 1.5rem;
}

.se-exam-help__badge {
    display: inline-block;
    background: #894e94;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 0.28rem 0.7rem;
    margin-bottom: 1rem;
}

.se-exam-help__lead {
    font-size: 1.05rem;
    color: var(--p-color);
    line-height: 1.7;
}

.se-exam-help__ok,
.se-exam-help__note {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    line-height: 1.6;
}

.se-exam-help__ok {
    background: #f3fbf6;
    border: 1px solid rgba(25, 135, 84, 0.2);
    color: #1e4d32;
}

.se-exam-help__ok i {
    color: #198754;
    font-size: 1.2rem;
    margin-top: 0.15rem;
}

.se-exam-help__note {
    background: #fff6ec;
    border: 1px solid rgba(225, 120, 7, 0.28);
    color: #2b2118;
}

.se-exam-help__note i {
    color: #e17807;
    font-size: 1.2rem;
    margin-top: 0.15rem;
}

.se-exam-help__steps {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
    counter-reset: se-exam-step;
}

.se-exam-help__steps li {
    counter-increment: se-exam-step;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    position: relative;
    padding: 0.85rem 0.85rem 0.85rem 3.1rem;
    margin-bottom: 0.65rem;
    background: #fffaf4;
    border: 1px solid rgba(225, 120, 7, 0.12);
    border-radius: 0.9rem;
}

.se-exam-help__steps li::before {
    content: counter(se-exam-step);
    position: absolute;
    left: 0.85rem;
    top: 0.9rem;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 50%;
    background: #e17807;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.se-exam-help__steps span {
    color: var(--p-color);
}

.se-exam-help__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.se-exam-help__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 3.1rem;
    padding: 0.75rem 1.1rem;
    border-radius: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    line-height: 1.3;
}

.se-exam-help__btn--primary {
    background: #e17807;
    color: #fff;
    border: 2px solid #e17807;
}

.se-exam-help__btn--primary:hover {
    background: #c86806;
    border-color: #c86806;
    color: #fff;
}

.se-exam-help__btn--secondary {
    background: #894e94;
    color: #fff;
    border: 2px solid #894e94;
}

.se-exam-help__btn--secondary:hover {
    background: #733f7d;
    border-color: #733f7d;
    color: #fff;
}

.se-exam-help__btn--wa {
    background: #128c7e;
    color: #fff;
    border: 2px solid #128c7e;
}

.se-exam-help__btn--wa:hover {
    background: #0e7368;
    border-color: #0e7368;
    color: #fff;
}

.se-exam-help__btn--ghost {
    background: #fff;
    color: #e17807;
    border: 2px solid #e17807;
}

.se-exam-help__btn--ghost:hover {
    background: #fff6ec;
    color: #c86806;
}

.se-exam-help__foot {
    color: var(--p-color);
    font-size: 0.95rem;
    line-height: 1.7;
}

.se-exam-help__foot a {
    color: #e17807;
    font-weight: 600;
}

@media (min-width: 768px) {
    .se-exam-help {
        padding: 2.5rem 2rem;
    }
}

.se-qbank-card {
    background: #fff;
    border: 1px solid rgba(225, 120, 7, 0.14);
    border-radius: 1.1rem;
    padding: 1rem 1.1rem;
    box-shadow: 0 10px 24px rgba(80, 40, 20, 0.05);
}

.se-qbank-card__row {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.se-qbank-card__body {
    flex: 1;
    min-width: 0;
}

.se-qbank-card__text {
    font-weight: 600;
    color: #2b2118;
    line-height: 1.55;
    margin: 0 0 0.45rem;
}

.se-qbank-card__media {
    margin: 0.35rem 0 0.75rem;
    max-width: min(100%, 32rem);
}

.se-qbank-card__media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(55vh, 22rem);
    object-fit: contain;
    object-position: left center;
    border-radius: 0.65rem;
    background: #fff;
    border: 1px solid rgba(225, 120, 7, 0.14);
}

.se-qbank-card__line {
    color: var(--p-color);
    font-size: 0.9rem;
}

.se-qbank-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.15rem;
}

.se-qbank-summary__actions {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.se-qbank-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.se-qbank-toggle__label {
    font-size: 0.82rem;
    font-weight: 700;
    color: #5c4a3a;
    line-height: 1.2;
}

.se-qbank-toggle__input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.se-qbank-toggle__track {
    position: relative;
    display: inline-flex;
    width: 2.55rem;
    height: 1.4rem;
    flex-shrink: 0;
    border-radius: 999px;
    background: #d9cfc4;
    border: 1px solid rgba(80, 40, 20, 0.12);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.se-qbank-toggle__thumb {
    position: absolute;
    top: 0.12rem;
    left: 0.12rem;
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(80, 40, 20, 0.18);
    transition: transform 0.2s ease;
}

.se-qbank-toggle__input:checked + .se-qbank-toggle__track {
    background: #e17807;
    border-color: #e17807;
}

.se-qbank-toggle__input:checked + .se-qbank-toggle__track .se-qbank-toggle__thumb {
    transform: translateX(1.1rem);
}

.se-qbank-toggle__input:focus-visible + .se-qbank-toggle__track {
    outline: 2px solid rgba(225, 120, 7, 0.45);
    outline-offset: 2px;
}

.se-qbank-options {
    margin: 0.55rem 0 0;
    padding-left: 0;
}

.se-qbank-options li,
.se-qbank-options__item {
    margin: 0.2rem 0;
    padding: 0.2rem 0.45rem;
    border-radius: 0.4rem;
    color: #2b2118;
    line-height: 1.45;
}

.se-qbank-options__item.is-correct {
    color: #146c43;
    background: rgba(25, 135, 84, 0.12);
    font-weight: 700;
}

.se-qbank-answer-inline {
    margin: 0.7rem 0 0.45rem;
    padding: 0.7rem 0.85rem;
    border-radius: 0.7rem;
    background: rgba(25, 135, 84, 0.08);
    border: 1px solid rgba(25, 135, 84, 0.18);
}

.se-qbank-answer-inline__label {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #146c43;
}

.se-qbank-answer-inline__text {
    margin: 0;
    color: #2b2118;
    font-size: 0.92rem;
    line-height: 1.55;
    white-space: pre-wrap;
}

.se-qbank-swal-form .form-label {
    font-weight: 600;
    font-size: 0.86rem;
    margin-bottom: 0.25rem;
}

.se-qbank-answer {
    background: #fffaf4;
    border: 1px solid rgba(225, 120, 7, 0.18);
    border-radius: 0.85rem;
    padding: 0.9rem 1rem;
}

.se-qbank-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    padding: 0.9rem 1.1rem;
    border-radius: 1.1rem;
    background: linear-gradient(135deg, rgba(225, 120, 7, 0.1), rgba(137, 78, 148, 0.08));
    border: 1px solid rgba(225, 120, 7, 0.16);
}

.se-qbank-summary__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem 0.7rem;
    color: #2b2118;
}

.se-qbank-summary__main strong {
    font-size: 1.35rem;
    color: #e17807;
}

.se-qbank-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(225, 120, 7, 0.22);
    font-size: 0.82rem;
    font-weight: 600;
}

.se-qbank-icon-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid rgba(225, 120, 7, 0.28);
    background: #fff;
    color: #c86806;
    border-radius: 999px;
    padding: 0.4rem 0.8rem;
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.se-qbank-icon-btn i {
    font-size: 1rem;
}

.se-qbank-icon-btn--ghost {
    padding: 0.35rem;
    min-width: 2.2rem;
    min-height: 2.2rem;
    justify-content: center;
    flex-shrink: 0;
}

.se-qbank-icon-btn:hover,
.se-qbank-icon-btn:focus {
    background: rgba(225, 120, 7, 0.08);
    color: #a45505;
}

.se-qbank-price-list li,
.se-qbank-detail-list li {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.6rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(225, 120, 7, 0.12);
    color: #2b2118;
}

.se-qbank-price-list li:last-child,
.se-qbank-detail-list li:last-child {
    border-bottom: 0;
}

.se-qbank-detail-list li span {
    min-width: 5.5rem;
    color: #6b5b4d;
}

.se-qbank-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.se-qbank-price-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(137, 78, 148, 0.2);
    color: #5c3470;
    font-size: 0.8rem;
    font-weight: 600;
}

.se-qbank-pass {
    /* max-width: 36rem; */
    margin-inline: auto;
    padding: 1.1rem 1.15rem 1.2rem;
    border: 1px solid #e1780747;
    border-radius: 0.65rem;
    background: #fffaf4;
}

.se-qbank-pass__title {
    margin: 0 0 0.55rem;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    color: #2b2118;
}

.se-qbank-pass__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem 0.45rem;
    margin: 0 0 0.95rem;
}

.se-qbank-pass__price {
    display: inline-flex;
    align-items: baseline;
    gap: 0.25rem;
    margin-right: 0.15rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #e17807;
    line-height: 1.2;
}

.se-qbank-pass__price small {
    font-size: 0.78rem;
    font-weight: 600;
    color: #8a6a4a;
}

.se-qbank-pass__pill {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 0.28rem 0.65rem;
    border-radius: 0.4rem;
    background: #fff;
    border: 1px solid rgba(225, 120, 7, 0.22);
    color: #3d2f22;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.3;
}

.se-qbank-pass__pill--count {
    background: rgba(225, 120, 7, 0.1);
    border-color: transparent;
    color: #a45505;
}

.se-qbank-pass__grid {
    display: grid;
    gap: 0.85rem 1.25rem;
}

@media (min-width: 576px) {
    .se-qbank-pass__grid {
        grid-template-columns: 1.2fr 0.8fr;
    }
}

.se-qbank-pass__label {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #8a6a4a;
}

.se-qbank-pass__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.se-qbank-pass__list li {
    padding: 0.28rem 0;
    border-bottom: 1px solid rgba(225, 120, 7, 0.1);
    font-size: 0.9rem;
    color: #2b2118;
}

.se-qbank-pass__list li:last-child {
    border-bottom: 0;
}

.se-qbank-pass__hint {
    margin: 0.75rem 0 0;
    font-size: 0.82rem;
    color: #6b5b4d;
}

.se-qbank-pass__pay {
    margin-top: 1rem;
}

.se-qbank-pass__pay .se-exam-help__btn {
    width: 100%;
}

.se-apply-form .form-label {
    font-weight: 600;
}

.se-qbank-card .se-exam-help__btn {
    min-height: 2.6rem;
    padding: 0.45rem 0.9rem;
}

.pagination {
    justify-content: center;
}

.se-write-mode {
    display: grid;
    gap: 0.65rem;
}

@media (min-width: 576px) {
    .se-write-mode {
        grid-template-columns: 1fr 1fr;
    }
}

.se-write-seg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
    padding: 0.3rem;
    border-radius: 0.85rem;
    background: #f3ebe2;
}

.se-write-seg__btn {
    margin: 0;
    padding: 0.7rem 0.75rem;
    border: 0;
    border-radius: 0.65rem;
    background: transparent;
    color: #6b5b4d;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.se-write-seg__btn.is-active {
    background: #fff;
    color: #2b2118;
    box-shadow: 0 1px 4px rgba(80, 40, 20, 0.12);
}

.se-write-mode__card {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    margin: 0;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(225, 120, 7, 0.2);
    border-radius: 0.75rem;
    background: #fff;
    cursor: pointer;
}

.se-write-mode__card.is-active {
    border-color: #e17807;
    background: #fffaf4;
}

.se-write-mode__card input {
    margin-top: 0.2rem;
}

.se-write-mode__card strong {
    display: block;
    color: #2b2118;
}

.se-write-mode__card small {
    display: block;
    margin-top: 0.2rem;
    color: #6b5b4d;
    line-height: 1.4;
}

.se-write-type-grid {
    display: grid;
    gap: 0.75rem;
}

.se-write-type-card {
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(225, 120, 7, 0.2);
    border-radius: 0.75rem;
    background: #fff;
}

.se-write-type-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.se-write-type-card__qty {
    width: 5.5rem;
}

.se-write-type-card__fees {
    display: grid;
    gap: 0.45rem;
    grid-template-columns: 1fr;
}

@media (min-width: 576px) {
    .se-write-type-card__fees {
        grid-template-columns: 1fr 1fr;
    }
}

.se-write-type-card__fees > div {
    display: grid;
    gap: 0.1rem;
    font-size: 0.86rem;
    color: #5c4a3a;
}

.se-write-fee-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #8a6a4a;
}

.se-write-mark-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.7rem 0 0;
    font-size: 0.88rem;
    font-weight: 600;
    color: #2b2118;
}

.se-write-summary {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 576px) {
    .se-write-summary {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.se-write-summary__total {
    color: #e17807;
    font-size: 1.15rem;
}

.se-write-type {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    margin: 0;
    padding: 0.65rem 0.75rem;
    border: 1px solid rgba(225, 120, 7, 0.2);
    border-radius: 0.7rem;
    background: #fff;
    cursor: pointer;
}

.se-write-type input {
    margin-top: 0.2rem;
}

.se-write-type strong {
    display: block;
    color: #2b2118;
}

.se-write-type small {
    display: block;
    margin-top: 0.15rem;
    color: #6b5b4d;
}

.se-write-topic-list {
    display: grid;
    gap: 0.35rem;
    max-height: 12rem;
    overflow: auto;
}

.se-write-topic-list label {
    display: flex;
    gap: 0.5rem;
    margin: 0;
    font-size: 0.92rem;
}

.se-write-pay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.se-write-steps {
    margin: 0;
    padding-left: 1.1rem;
    color: #5c4a3a;
    line-height: 1.55;
}

.se-write-wizard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
    margin-bottom: 1.25rem;
}

.se-write-wizard__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    padding: 0.55rem 0.35rem;
    border: 1px solid rgba(225, 120, 7, 0.18);
    border-radius: 0.75rem;
    background: #fff;
    color: #6b5b4d;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

.se-write-wizard__step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    background: #f3ebe2;
    color: #5c4a3a;
    font-size: 0.8rem;
}

.se-write-wizard__step.is-active {
    border-color: #e17807;
    background: #fffaf4;
    color: #2b2118;
}

.se-write-wizard__step.is-active span,
.se-write-wizard__step.is-done span {
    background: #e17807;
    color: #fff;
}

.se-write-check {
    display: grid;
    gap: 0.45rem;
}

.se-write-check li {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.45rem 0;
    border-bottom: 1px solid rgba(225, 120, 7, 0.1);
    font-size: 0.92rem;
    font-weight: 600;
    color: #2b2118;
}

.se-write-check li:last-child {
    border-bottom: 0;
}

.se-write-shortfall {
    padding: 0.85rem 0.95rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(225, 120, 7, 0.28);
    background: #fff7ee;
    color: #5c4a3a;
    font-size: 0.92rem;
    line-height: 1.45;
}

.se-write-section__title {
    margin: 0 0 0.85rem;
    padding-bottom: 0.45rem;
    border-bottom: 2px solid rgba(225, 120, 7, 0.35);
    color: #2b2118;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.se-write-recent {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(225, 120, 7, 0.12);
    color: #2b2118;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
}

.se-write-recent:last-child {
    border-bottom: 0;
}

.se-write-options {
    display: grid;
    gap: 0.4rem;
    margin: 0.5rem 0;
}

.se-write-option {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    margin: 0;
    padding: 0.45rem 0.6rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(225, 120, 7, 0.16);
    background: #fffaf4;
    cursor: pointer;
}

.se-write-score-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
}

.se-write-score-grid__label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #8a6a4a;
    margin-bottom: 0.2rem;
}
