/********** Template CSS **********/
:root {
    --primary: #e28d47;
    --light: #e28d47;
    --dark: #1c405a;
    --smokewhite: #f2f4f3;

}


:root {
  --bs-body-font-family: 'Work Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

/* Body text */
body {
  font-family: 'Work Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Ubuntu', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

h6{
    font-size:18px;
}

/* Sub headings */
.sub-heading {
  font-family: 'Work Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 500; /* SemiBold */
  letter-spacing: 0.01em; /* Tracking 10 */
}

/* Key messaging */
.key-messaging {
  font-family: 'Ubuntu', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 500; /* Medium */
  letter-spacing: 0;
}

/* Buttons & inputs */
button,
input,
select,
textarea,
label, 
label-card
.accordion-button {
  font-family: 'Work Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

body {
    padding-top: 110px;
}

@media (max-width: 576px) {

    body {
        padding-top: 120px;
    }

    .navbar,
    header {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .features-hero {
        height: auto;
        min-height: 650px;
        padding: 25px 20px;
    }

    .tutorials-hero {
        height: 370px !important;
    }

}


@media (max-width: 576px) {

    .faq-section {
        padding-top: 1rem !important;
        padding-bottom: 1.5rem !important;
    }

    .faq-tabs {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
        margin-bottom: 15px !important;
    }

    .faq-tabs .tab-btn {
        font-size: 11px;
        padding: 6px 10px;
        line-height: 1.2;
        white-space: normal;
    }

    .accordion-button {
        font-size: 12px;
        padding: 10px 12px;
        line-height: 1.3;
    }

    .accordion-body {
        font-size: 12px;
        line-height: 1.5;
        padding: 10px 12px;
        text-align: left;
    }

    .container.py-5 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}


input, button, select, optgroup, textarea {
    font-family: inherit;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.smokewhite{
    background: #f2f4f3;

}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    background: #e28d47;
    border-color: #e28d47;
    color: #fff;
    font-size: 16px;
    border-radius: 5px
    
    
    ;
}

.btn-primary:hover,
.btn-secondary:hover {
    background: #f2f4f3;
    border-color: #f2f4f3;
    color: #e28d47;
    font-size: 16px;
    border-radius: 5px;
}


.btn-info
{
    background: #1c405a;
    border-color: #1c405a;
    color: #fff;
    font-size: 16px;
    border-radius: 5px
}

    .btn-info:hover {
    background: #f2f4f3;
    border-color: #f2f4f3;
    color: #1c405a;
    font-size: 16px;
    border-radius: 5px;
}



.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 5px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/* PERFECT CENTER regardless of left/right content */
.menu-pill {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    background: #f2f4f3;
    border-radius: 999px;
    padding: 8px 20px;

    display: flex;
    gap: 30px;
    white-space: nowrap;
}

#navbarCollapse {
    position: relative;   /* ⭐ safer than .navbar */
}

.menu-pill .nav-item {
    flex: 0 0 auto;
}

.menu-pill .nav-link {
    padding: 6px 10px !important;
    margin: 0 !important;          /* ⭐ important */
    color: #000;
    font-weight: 500;
}

@media (max-width: 991px) {

    .menu-pill {
        position: static;
        transform: none;
        background: none;
        padding: 0;
        display: block;
        text-align: center;
    }

}
.navbar-light .navbar-nav .nav-link {
  /*  margin-right: 45px !important; */
  /*  padding: 28px 0 !important; */
    color: #FFFFFF;
    font-size: 16px !important;
    outline: none;
}

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

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: auto;
   /*height: 75px;*/
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 400;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
   background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 8px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: transparent;
    font-size: 16px;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer .btn.btn-social:hover {
    color: #fff;
    background: var(--dark);
    border-color: var(--dark);
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


/*Added custom css started on 16-02-2026*/

.image-box {
    position: relative;        /* ADD THIS */
    border-radius: 20px;
    overflow: hidden;          /* keeps overlay inside rounded corners */
}

/* Dark overlay */
.image-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15); /* adjust 0.35–0.6 */
    z-index: 1;
}

.image-box h1,
.image-box h5,
.image-box button {
    text-shadow: 0 3px 12px rgba(0,0,0,0.6);
}
/* Ensure content is above overlay */
.image-box .container {
    position: relative;
    z-index: 2;
}


.text-orange {
    color:  #e28d47;
}

.btn-outline-orange {
    color: #e28d47;
    border: 3px solid #e28d47;
    background: transparent;
    border-radius: 5px;
    letter-spacing: 1px;
    word-spacing: 4px;
    font-weight: bold;  
}


.btn-outline-orange:hover {
    color: #e28d47;
    border-radius: 5px;
}

.container
{
 text-align: center;
}

/* Normal state */
.service-item {
    background: #e28d47 !important;
    color: #ffffff !important;
}

/* Hover state */
.service-item:hover {
    background: #f2f4f3 !important;
    color: #1c405a !important;
}

.service-item h5,
.service-item p,
.service-item i {
    color: #ffffff !important;
}

.service-item:hover h5,
.service-item:hover p,
.service-item:hover i {
    color: #1c405a !important;
}



.masonry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;

    background: #ffffff;   /* creates divider lines */
    padding: 2px;

    border-radius: 28px;   /* ⭐ outer round */
    overflow: hidden;      /* ⭐ important */
    text-align: left;
}

.box {

    background: #f2f4f3;
    padding: 20px;
    font-weight: 400px;
    color: #1c405a;
    min-height: 220px;
    transition: all 0.3s ease;

    border-radius: 0;      /* ⭐ no inner rounding */
}



.box:hover {
    background: #e28d47;
    color: #ffffff;
    cursor: pointer;
}


.box:hover h5,
.box:hover p,
.box:hover i {
    color: #ffffff;
}

.masonry h5 {
    font-size: 14px;   /* 🔹 Change size here */
    font-weight: 700;
    margin-bottom: 4px;

}

/* Taller boxes */
.box.tall {
    text-align: left;
    grid-row: span 2;
    min-height: 300px;
}


/* ⭐ BIG CENTER BOX */
.box.big-center {
    grid-column: 2;
    grid-row: span 2;
    min-height: 420px;
}  

.sub-text {
    font-size: 14px;
    opacity: 0.9;
    margin-top: 0;
}



/* Orange highlight box */
.box.highlight {
    background: #e28d47;
    color: #ffffff;
}

/* ===== OUTER CORNERS ONLY ===== */

/* Top-Left */
.masonry .box:first-child {
    border-top-left-radius: 28px;
}

/* Top-Right */
.masonry .box:nth-child(3) {
    border-top-right-radius: 28px;
}

/* Bottom-Left */
.masonry .box:nth-last-child(3) {
    border-bottom-left-radius: 28px;
}

/* Bottom-Right */
.masonry .box:last-child {
    border-bottom-right-radius: 28px;
}



/* ===== Responsive ===== */

@media (max-width: 992px) {
    .masonry {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .masonry {
        grid-template-columns: 1fr;
    }
}


.feature-box {
    padding: 20px;
}


.feature-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.feature-box h5 {
    color: #1c405a;   /* your theme dark blue */
}

.feature-box p {
    font-size: 16px;
}

.feature-box i {
    font-size: 60px;   /* reduced size (from 70px) */
    color: #000;       /* black color */
}

.text-muted {
    color: #1c405a !important;
}

.plan-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    color: white;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan-card sm {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.plan-content {
    padding: 30px;
    z-index: 2;
}

.plan-content-sm {
    padding: 40px;
    z-index: 2;
}


.title {
    font-size: 26px;
    min-height: 48px;
    font-weight: 700;
    color: #ffff;
    margin-bottom: 2px;
    line-height: 1.2;
}

.plan-content span {
    color: #1c405a;
    
}

.plan-content-sm span {
    color: #1c405a;
    
}

.title-sm {
    font-size: 34px;
    min-height: 48px;
    font-weight: 700;
    color: #ffff;
    margin-bottom: 1px;
    line-height: 1.2;
}


.subtitle {
    margin: 4px 0 12px;
    min-height: 40px;
    margin-bottom: 3px;
    margin-top: 0;
    line-height: 1.2;
    padding:10px;
}


.subtitle-sm {
    margin: 4px 0 12px;
    margin-bottom: 3px;
    margin-top: 0;
    color: #ffff;
}

.printertext {
    margin: 4px 0 12px;
    min-height: 40px;
    margin-bottom: 3px;
    margin-top: 0;
    line-height: 1.2;
    padding:10px;
}

.plan-content ul {
    list-style: none;
    padding-left: 5px;
}

.plan-content ul li {
    position: relative;
    padding-left: 14px;   /* space for dash */
    text-align: left;
    font-size:14px;
}

.plan-content ul li::before {
    content: "-";
    position: absolute;
    left: 0;

}

.plan-card .btn {
    align-self: center;
    padding: 8px 24px;
}

.btn.btn-light {
    background: #ffffff;
    color: #1c405a;
    border: none;
    border-radius: 5px;
}


/* COLORS */
.plan-orange {
    border-radius: 0;

    background:
        linear-gradient(to bottom,
            rgba(226,141,71,1.00) 0%,   /* FULL brand orange */
            rgba(226,141,71,1.00) 40%,  /* strong until 40% */
            rgba(226,141,71,0.85) 60%,
            rgba(226,141,71,0.45) 80%,
            rgba(226,141,71,0.00) 100%
        ),
        url("/public/assets/images/pli-image.png");

    background-size: cover;
    background-position: center;
}

/* COLORS */
.plan-orange-sm {
    border-radius: 0;
    background: #e28d47;
}


.plan-blue1 {
    border-radius: 30px 0 0 30px;

    background:
        linear-gradient(to bottom,
            rgba(28,64,90,1.00) 0%,
            rgba(28,64,90,1.00) 40%,
            rgba(28,64,90,0.85) 60%,
            rgba(28,64,90,0.45) 80%,
            rgba(28,64,90,0.00) 100%
        ),
        url("/public/assets/images/pli-image.png");
        
    background-size: cover;
    background-position: center;
}

.plan-blue1-sm {
    border-radius: 30px 0 0 30px;

    background: #1c405a;
}

.plan-blue1 span {
    color: #e28d47;
    
}

.plan-blue1-sm span {
    color: #e28d47;
    
}

.plan-blue2 {
    border-radius: 0 30px 30px 0;

    background:
        linear-gradient(to bottom,
            rgba(28,64,90,1.00) 0%,
            rgba(28,64,90,1.00) 40%,
            rgba(28,64,90,0.85) 60%,
            rgba(28,64,90,0.45) 80%,
            rgba(28,64,90,0.00) 100%
        ),
        url("/public/assets/images/pli-image.png");

    background-size: cover;
    background-position: center;
}

.plan-blue2 span {
    color: #e28d47;
    
}

.plan-blue2-sm span {
    color: #e28d47;
    
}

.plan-blue2-sm {
    border-radius: 0 30px 30px 0;

    background: #1c405a;
}







.bg-light-footer
{
    background: #f2f4f3;
}

.btn.back-to-top:hover {
    background-color: #1c405a !important;
    border-color: #1c405a !important;
    color: #fff !important;
}

.back-to-top {
    transition: all 0.3s ease;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}


/* Remove focus color from primary buttons */

.btn-primary:focus,
.btn-check:focus + .btn-primary {
    background-color: inherit !important;
  /*  color: inherit !important;*/
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid #f2f4f3 !important;
}

.btn-info:focus,
.btn-check:focus + .btn-primary {
    background-color: #1c405a !important;
    color: inherit !important;
    box-shadow: none !important;
    outline: none !important;
    border: 2px solid #f2f4f3 !important;
}


/* Remove click/active/focus styles from navbar buttons */
.navbar-light a.btn:hover,
.navbar-light a.btn:focus,
.navbar-light a.btn:active,
.navbar-light a.btn:focus-visible {
    background-color: #f2f4f3 !important;
    border: 2px solid #f2f4f3 !important;
    box-shadow: none !important;
    color: #e28d47 !important;
    outline: none !important;
}


.form-check-input:focus {
    box-shadow: none;
    border-color: #333;
}

.form-check-input:checked {
    background-color: #333;
    border-color: #333;
}

.form-control{
    box-shadow: none !important;
    border: 2px solid #f2f4f3 !important;
}
.form-select{
    box-shadow: none !important;
}
.footer-links {
    list-style: none !important;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #e28d47;
    text-decoration: none;
    font-weight: 400;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #1c405a;
}

.newsletter-input {
    padding-right: 70px !important; /* space for button */
    font-size: 12px;
}

 
/* ===== PRICING ULTIMATE ===== */

.pricing-section {
  background: #fff;
}

.title-card {
  background: #e28d47;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  position: relative;
  transition: 0.3s;
  color: #fff
}

.price-cardblue {
  background: #1c405a;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.2);
  position: relative;
  transition: 0.3s;
  color: #fff
}

.price-card:hover
 {
  transform: translateY(-8px);
}

.price-cardblue:hover {
  transform: translateY(-8px);
}


.price-card.featured {
  border: 2px solid #e28d47;
  transform: translateY(-12px);
  box-shadow: 0 25px 70px rgba(226,141,71,0.35);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #1c405a;
  color: #fff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.price {
  font-size: 30px;
  font-weight: 800;
  margin: 15px 0;
}

.price span {
  font-size: 30px;
  font-weight: 800;
  color: #ffff !important;
}

.big-price {
    font-size: 30px !important;
    font-weight: 800;
    margin: 15px 0;
    color: #ffff !important;
}

.big-price #planPrice {
    font-size: inherit;   /* SAME size as $ */
    color: #ffff !important;
    font-weight: 500; 

}

.big-price #maxPrice {
    font-size: inherit;   /* SAME size as $ */
    color: #ffff !important;
    font-weight: 500; 
}

.big-price #billingText {
  font-size: 25px;     /* smaller size */
  font-weight: 400;    /* normal weight */
  margin-left: 4px;    /* small spacing */
  opacity: 0.9;        /* optional softer look */
}

.big-price #maxBillingText {
  font-size: 25px;     /* smaller size */
  font-weight: 400;    /* normal weight */
  margin-left: 4px;    /* small spacing */
  opacity: 0.9;        /* optional softer look */
}




.feature-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.feature-list li {
  padding: 7px 0;
  border-bottom: 1px solid #eee;
}

.billing-toggle {
  display: inline-flex;
  background: #f2f4f3;
  border-radius: 30px;
  padding: 6px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.billing-toggle button {
  border: none;
  background: transparent;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #1c405a;
}

.billing-toggle .active {
  background: #e28d47;
  color: #fff;
}

.save-badge {
  background: #28a745;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 8px;
  margin-left: 6px;
}

/* Comparison table */
.pricing-table table{
    border-collapse: separate;      /* important */
    border-spacing: 2px 0;          /* column gap */
}

.pricing-table-wrapper{
    width:100%;
    overflow-x:auto;
}

.table-responsive{
overflow-x:auto;
}

.pricing-table th,
.pricing-table td{
    border: 1px solid #f3f5f7;      /* very light border */
    padding: 10px;
    background: #fff;
    font-size: 14px;
}

.pricing-table thead th{
    background: #d9863f;            /* your orange header */
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

/* optional - remove double borders look */
.pricing-table tbody td{
    color:#2f4b5f;
}

/* top left */
.pricing-table thead th:first-child{
    border-top-left-radius: 15px;
}

/* top right */
.pricing-table thead th:last-child{
    border-top-right-radius: 15px;
}

/* bottom left */
.pricing-table tbody tr:last-child td:first-child{
    border-bottom-left-radius: 15px;
}

/* bottom right */
.pricing-table tbody tr:last-child td:last-child{
    border-bottom-right-radius: 15px;
}

/* FAQ */
.faq-section {
  margin-top: 0px;
}

/* Accordion item */
.faq-section .accordion-item{
    background:#f2f4f3;
    border:1px solid #f3f5f7; /* lighter border */
    border-radius:8px;
    overflow:hidden;
    margin-bottom:10px;
}

/* Question button */
.faq-section .accordion-button{
    background:#f2f4f3;
    color:#1c405a;
    font-weight:500;
    padding-left: 40px;
}

/* Active state */
.faq-section .accordion-button:not(.collapsed){
    background:#f2f4f3;
    color:#1c405a;
    box-shadow:none;
}

/* Answer body */
.faq-section .accordion-body{
    background:#fff;
    color:#1c405a;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}

/* Arrow colour */
.faq-section .accordion-button::after{
    filter: brightness(0) saturate(100%) invert(20%) sepia(30%) saturate(800%) hue-rotate(165deg);
}

/*** Testimonial ***/

.testimonial-item {
    background: #ffffff;
    transition: 0.3s;
    border-radius: 12px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-item:hover {
    transform: translateY(-8px);
}

.testimonial-img {
    width: 90px;
    height: 90px;
}

.testimonial-text {
   /* background: linear-gradient(135deg, #e28d47, #d46f1f);*/
    color: #000000;
    padding: 25px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    background: #f2f4f3 !important;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
}


.quote-icon {
    font-size: 25px;
    position: absolute;
    color: #e28d47;
}

/* Opening quote */
.quote-open {
    top: 130px;
    left: 10px;
}

/* Closing quote */
.quote-close {
    bottom: 20px;
    right: 20px;
}

.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 400px;
    width: 0;
    /*background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
    z-index: 1;

}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 400px;
    width: 0;
    /*background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
    z-index: 1;
}




@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

/* Remove transition on center item */
.testimonial-carousel .owl-item.center .testimonial-text *,
.testimonial-carousel .owl-item.center .testimonial-text {
    transition: none !important;
}

/* Make center look same as others */
.testimonial-carousel .owl-item.center .testimonial-text {
    background: #f2f4f3 !important;

}




.testimonial-carousel .owl-dot:nth-child(n+4) {
    display: none;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    background: #f2f4f3 !important;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 3px;
    border: 1px solid #f2f4f3;
    transition: .5s;
}

/* Base dots */
.testimonial-carousel .owl-dot {
    background: #f2f4f3 !important;
    border-color: #f2f4f3 !important;
}

/* Disable Owl active effect completely */
.testimonial-carousel .owl-dot.active {
    background: #f2f4f3 !important;
    border-color: #f2f4f3 !important;
}

/* ⭐ Force ONLY center dot to look active */
.testimonial-carousel .owl-dot:nth-child(2) {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
}

.py-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.image-box-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 500px; 
}


/* Dark overlay */
.image-box-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0); /* adjust 0.35–0.6 */
}


.image-box-wrapper h2,
.image-box-wrapper h5,
.image-box-wrapper p {
    color: #fff;
    text-shadow: 
        0 2px 6px rgba(0,0,0,0.5),
        0 4px 12px rgba(0,0,0,0.4);
}

.image-box-wrapper h2 {
    font-weight: 700;
    font-size: 26px;
}

.image-box-wrapper p {
    font-weight: 400;
    font-size: 24px;
}

/* Dark overlay */

.image-box-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text overlay */
.image-text {
    position: absolute;
    top: 50px;      /* distance from top */
    left: 50px;     /* distance from left */
    color: #fff;
    text-align: left;
    max-width: 520px;
}

/* Heading style */
.image-text h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

/* Paragraph style */
.image-text p {
    font-size: 18px;
    opacity: 0.9;
    word-spacing: 3px;
}
.navbar-light .navbar-nav.mx-auto .nav-item {
    margin: 0 3px;
}

.navbar-collapse {
    display: flex;
    align-items: center;
}

/* LEFT logo pushes center */
.navbar-brand {
    margin-right: auto;
}

/* RIGHT buttons push center */
.navbar-collapse .d-flex {
    margin-left: auto;
}


@media (max-width: 991px) {

    .d-flex {
        justify-content: center;  /* horizontal center */
        width: 100%;
    }

}


.auth-card {
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.form-check .form-check-input {
    float: none !important;
    margin-left: 0 !important;
}

/* Smooth transition */
#mainNavbar {
    transition: box-shadow 0.3s ease;
}

/* Shadow when scrolling */
#mainNavbar.scrolled {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.designation {
    font-size: 17px;
}


.register-wrapper{
   /* background:#f2f4f3;*/
    border-radius:20px;
    overflow:hidden;

}


.login-wrapper{
   /* background:#f2f4f3;*/
    border-radius:20px;
    overflow:hidden;

}



.form-box{
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(4px);
    border-radius: 10px;
}

.register-image{
    background:
/*        linear-gradient(
            to right,
            rgba(242,244,243,0.90) 0%,
            rgba(242,244,243,0.0) 5%,
            rgba(242,244,243,0.0) 10%,
            rgba(242,244,243,0.0) 15%,
            rgba(242,244,243,0.0) 20%
        ),*/
        url('/public/assets/images/register-banner.webp');

    background-size: cover;
    background-position: center;
}

.register-login{
    background:
/*        linear-gradient(
            to right,
            rgba(242,244,243,0.90) 0%,
            rgba(242,244,243,0.0) 5%,
            rgba(242,244,243,0.0) 10%,
            rgba(242,244,243,0.0) 15%,
            rgba(242,244,243,0.0) 20%
        ),*/
        url('/public/assets/images/login-banner.webp');

    background-size: cover;
    background-position: center;
}


.form-control-sm {
    max-width: 260px;
     width: 100%;
}

.box {
    position: relative;   /* important */
    background: #f2f4f3;
    padding: 20px;
    min-height: 220px;
}

/* icon bottom right */
.box-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 35px;
    transform: scaleX(1.5);
    padding-right: 10px;
    color: #e28d47;
}

/* hover color */
.box.highlight:hover {
    background: #f2f4f3;
}

.box.highlight:hover h5,
.box.highlight:hover p,
.box.highlight:hover i {
    color: #1c405a !important;
}



.plan-title-wrapper{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:22px;
    font-weight:700;
    justify-content:center;   
}

.plan-title-text{
    font-size: 26px;
    font-weight: 700;
    color:#ffffff !important;
}


.plan-title-select{
    border:none;
    background:#e28d47;
    font-size:26px;
    font-weight:700;
    color:#1c405a;
    cursor:pointer;

    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    padding-right:1px; /* space for arrow */
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='%231c405a' viewBox='0 0 16 16'><path d='M1.5 5l6.5 6 6.5-6'/></svg>");
    background-repeat:no-repeat;
    background-position:right 10px center;
    background-size:18px;
}


.plan-title-select:focus{
    outline:none;
}


.plan-title-select option{
    font-size:16px;
    font-weight:500;
}



.pricing-hero{
    position: relative;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;

    background-image: 
        linear-gradient(
            to right,
            rgba(240,242,243,0.95) 0%,
            rgba(240,242,243,0.90) 30%,
            rgba(240,242,243,0.60) 45%,
            rgba(240,242,243,0.20) 60%,
            rgba(240,242,243,0.0) 75%
        ),
        url("/public/assets/images/pricing-page-banner.webp");

    background-size: cover;
    background-position: center;
}

.pricing-hero-content{
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
}

.pricing-hero h1{
    font-size: 34px;
    font-weight: 600;
    color: #244254;
    max-width: 370px;
    line-height: 1.2;
    text-align: left;   /* correct property */
    margin: 0;
}

/* Company details */

.legal-company{
    font-size:20px;
    color:#4b5563;
    margin-bottom:35px;
}

.effective-date{
    font-weight:600;
}

.legal-content p{
    font-size:16px;
    margin-bottom:20px;
    text-align: justify;
}

.legal-content h2{
    font-family:'Ubuntu',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
    font-size:20px;
    font-weight:700;
    color:#1c405a;
    margin-top:35px;
    margin-bottom:12px;
    border-bottom:1px solid #1c405a;
    padding-bottom:12px;   /* space between text and line */
    margin-bottom:20px;    /* space after the line */
    text-align: left;
}
.legal-content ul{
    text-align:left;
    list-style:none;
    padding-left:20px;
}


.legal-content ul li{
    text-align:left;
    position:relative;
    padding-left:14px;
    margin-bottom:6px;
}

.legal-content ul li::before{
    content:"–";
    position:absolute;
    left:0;
    color:#333;
}

.legal-content-privacy ul{
    list-style: disc !important;
    text-align:left;
    padding-left:20px;
}

.legal-content-privacy ul li{
    text-align:left;
    position:relative;
    padding-left:0px;
    margin-bottom:6px;
}

.legal-content-privacy ul li::before{
    content:none;
}

.text-sm{
  font-size:14px !important;
  font-style: italic;
  text-align: center;

}

.text-gray{
  color: #6b7280;
  margin-left:40px;
}

.text-black{
    color: #000000;
}

.privacy-contact{
  margin-left:40px;
}

/*** Footer ***/
.social-icon{
    width:30px;
    height:30px;
    background:#e28d47;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:6px;
    text-decoration:none;
    font-size:18px;
    transition:0.3s;
}

.social-icon:hover{
    background:#f2f4f3;
    color:#e28d47;
}

.auth-buttons{
    display:inline-flex;
}

.auth-btn{
    padding:10px 30px;
    color:#fff;
    font-weight:600;
    text-decoration:none;
    font-size:16px;
    background:#e28d47;
    transition:0.2s ease;
    border: none;
    outline: none;
    box-shadow: none;
}

.auth-btn:hover{
    background:#f2f4f3;
    color:#e28d47;
}

.login-btn{
    border-left:3px solid #fff;
}

/* Fix rounded corner hover leak */
.auth-btn:first-child{
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
}

.auth-btn:last-child{
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
}

.auth-btn:focus,
.auth-btn:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Remove divider issue */
.login-btn {
    border-left: none;
}


.myaccount-banner{
    position: relative;
    height: 220px;
    border-radius: 16px;
    overflow: hidden;

    background-image: 
        linear-gradient(
            to right,
            rgba(240,242,243,0.95) 0%,
            rgba(240,242,243,0.90) 30%,
            rgba(240,242,243,0.60) 45%,
            rgba(240,242,243,0.20) 60%,
            rgba(240,242,243,0.0) 75%
        ),
        url("/public/assets/images/myaccount-banner.webp");

    background-size: cover;
    background-position: center;
}

.myaccount-banner-content{
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 500px;
}

.myaccount-banner h1{
    font-size: 34px;
    font-weight: 600;
    color: #244254;
    max-width: 370px;
    line-height: 1.2;
    text-align: left;   /* correct property */
    margin: 0;
}

.action-switch {
    display: inline-flex;
    background: #f2f4f3;
    border-radius: 50px;
    padding: 5px;
}

.action-btn {
    padding: 12px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    color: #1c405a;
    transition: 0.3s ease;
}

.action-btn.active {
    background: #d9822b; /* orange like your image */
    color: #fff;
}

.action-btn:not(.active):hover {
    background: #f2f4f3;
}

.action-switch {
    display: inline-flex;
    background: #f2f4f3;
    border-radius: 50px;
    padding: 5px;
}

.action-btn {
    padding: 12px 25px;
    border-radius: 50px;
    border: none;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
}

.action-btn.active {
    background: #d9822b;
    color: #fff;
}

.tab-content {
    display: none;
    margin-top: 20px;
}

.tab-content.active {
    display: block;
}

.plan-actions li {
    margin: 10px 0;
    cursor: pointer;
}


/* Card background */
.account-card {
    background: #f2f4f3;
    border: none;
    border-radius: 15px;
}
.card-body {
    padding: 40px; /* 👈 controls ALL left alignment */
}


/* Title */
.card-title {
    font-weight: 600;  
    margin-bottom: 20px;
}

/* Labels */
.form-group label {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    color:#1c405a;
}

/* Input style (non-editable look) */
.custom-input {
    background: #f8f9fa;
    border: none;
    border-radius: 8px;
    padding: 10px 6px;
    font-size: 15px;
    color:#1c405a;
}

/* Spacing */
.form-group {
    margin-bottom: 15px;
}

.inline-group {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-control
{
background: #f8f9fa !important;
}

/* Card polish */
.account-card {
    background: #f2f4f3;
    border: none;
    border-radius: 15px;
}

.label-muted {
    color: #1c405a;   /* Bootstrap muted color */
    font-size:10px;
}

/* Button layout */
.plan-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}


/* Remove click/active/focus styles from navbar buttons */
/*.plan-actions .btn:hover,
.plan-actions .btn:focus,
.plan-actions .btn:active,
.plan-actions .btn:focus-visible {
    color: #e28d47 !important;
}*/

.plan-actions .btn:not(.btn-danger-outline):hover,
.plan-actions .btn:not(.btn-danger-outline):focus,
.plan-actions .btn:not(.btn-danger-outline):active,
.plan-actions .btn:not(.btn-danger-outline):focus-visible {
    color: #e28d47 !important;
}



/* Hover / Focus / Active */
.btn-primary.btn-sm:hover,
.btn-primary.btn-sm:focus,
.btn-primary.btn-sm:active,
.btn-primary.btn-sm:focus-visible,
.btn-primary.btn-sm.active,
.btn-primary.btn-sm:disabled {
 color: #e28d47 !important;
}

#planStatus.active {
    color: green;
}

#planStatus.expired {
    color: red;
}


/* ARROWS */
.vertical-arrows {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;  /* 👈 PERFECT CENTER */
    align-items: center;
    gap: 10;
}

.arrow i{
    font-size: 40px;
    color: #f2f4f3;
    cursor: pointer;
    transition: 0.2s ease;
}

/* Hover */
.arrow i:hover {
    color: #1c405a;
}

.arrow.active i {
    color: #1c405a; /* active dark color */
}

/* Center dot */
.dot {
    font-size: 10px;
    color: #f2f4f3;
}

@media (max-width: 768px) {
    .vertical-arrows {
        display: none !important;
    }
}


.equal-section {
    height: 500px; /*  adjust (550–650 ideal) */
    position: relative;
}

@media (max-width: 768px) {
    .equal-section {
        height: auto;       /* IMPORTANT */
        overflow: hidden;
        margin-bottom: 10px;
    }
}


/* SWIPER */
.mySwiper {
    height: 100%;
    overflow: hidden;

}

.swiper-wrapper,
.swiper-slide {
    height: 100%;
}

@media (max-width: 768px) {

    .equal-section {
        margin-bottom: 20px;
    }

    .swiper {
        margin-top: 10px;
    }

}

.col-lg-5 {
    overflow: hidden;
}

/* CARD */
.label-card {
    background: #f2f4f3;
    padding: 20px;
    border-radius: 15px;
    transition: 0.3s;
    height: 160px; 
}



/* ACTIVE */
.label-card.active {
    background: #0d3b4c;
    color: #fff;
}

/* TEXT default */
.label-card h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #1c405a;
}

.label-card p {
    margin: 5px 0 0;
    font-size: 16px;
    text-align: left;
    color: #1c405a;
}


/* HOVER */
.label-card:hover {
    background: #0d3b4c;
}

.label-card:hover h5,
.label-card:hover p {
    color: #fff;
}

/* ACTIVE (manual class OR swiper active) */
.label-card.active,
.swiper-slide-active .label-card {
    background: #0d3b4c;
}


/* TEXT when ACTIVE */
.label-card.active h5,
.label-card.active p,
.swiper-slide-active .label-card h5,
.swiper-slide-active .label-card p {
    color: #fff;
}

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.toast {
    min-width: 260px;
    max-width: 360px;
    padding: 14px 18px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 14px;
    color: white;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.35s ease;
}

.toast.show {
    opacity: 1;
    transform: translateY(0);
}

.toast-success {
    background: #28a745;
}

.toast-error {
    background: #dc3545;
}

.toast-warning {
    background: #ffc107;
    color: black;
}

.toast-info {
    background: #007bff;

    color: #fff;
}



.choose-plan-btn {
    display: inline-block;
    padding: 15px 50px;
    background: #f2f4f3;
    color: #1c405a;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: none;
}

/* Hover */
.choose-plan-btn:hover {
    background-color: #0d3b4c;
    color: #fff;
}

/* Optional: active plan highlight */
.plan-card.active .choose-plan-btn {
    background-color: #0d3b4c;
    color: #fff;
    border-color: #0d3b4c;
}

@media (max-width: 768px) {

    .image-box-wrapper {
        order: 1;
    }

    .mySwiper {
        order: 2;
    }

}


.tab-content { display: none; }
.tab-content.active { display: block; }

.tab-btn {
    border: none;
    padding: 10px 18px;
    margin: 5px;
    background: #f2f4f3;
    border-radius: 20px;
    color: #e28d47;
    font-weight: 600;
}

.tab-btn.active {
    background: #e28d47;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    color: #000; /* or your brand text color */
    background-color: #f2f4f3;
    box-shadow: none;
}

.btn.btn-white{
    background: #f2f4f3;
    border-color: #f2f4f3;
    color: #e28d47;
    font-size: 16px;
    border-radius: 5px
    ;
}

.btn.btn-white:hover {
    background: #e28d47;
    border-color: #e28d47;
    color: #f2f4f3;
    font-size: 16px;
    border-radius: 5px
    ;
}


.btn.btn-blue{
    background: #1c405a;
    border-color: #1c405a;
    color: #fff;
    font-size: 16px;
    border-radius: 5px
    ;
}

.btn.btn-blue:hover {
    background: #f2f4f3;
    border-color: #f2f4f3;
    color: #1c405a;
    font-size: 16px;
    border-radius: 5px
    ;
}

.btn.btn-whiteblue{
    background: #f2f4f3;
    border-color: #f2f4f3;
    color: #1c405a;
    font-size: 16px;
    border-radius: 5px
    ;
}

.btn.btn-whiteblue:hover {
    background: #1c405a;
    border-color: #1c405a;
    color: #f2f4f3;
    font-size: 16px;
    border-radius: 5px
    ;
}


.btn.btn-orange{
    background: #e28d47;
    border-color: #e28d47;
    color: #fff;
    font-size: 16px;
    border-radius: 5px
    ;
}
.btn.btn-orange:hover {
    background: #f2f4f3;
    border-color: #f2f4f3;
    color: #e28d47;
    font-size: 16px;
    border-radius: 5px
    ;
}

/*Contact Page*/

.section-padding {
    padding: 20px 0;
}


.form-select:focus {
    box-shadow: none;
    border-color: #1c405a;
    background-color: #f8fafc;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}


/* Account Details Buttons*/
/* Disable hover, active, focus color changes for Edit Details button */
#editAccountBtn,
#editAccountBtn:hover,
#editAccountBtn:focus,
#editAccountBtn:active,
#editAccountBtn.active {
    background-color: transparent !important;
    border-color: #e28d47 !important;
    color: #e28d47 !important;
    box-shadow: none !important;
    transform: none !important;
}

/* ===============================
   BRAND BUTTON STYLES
   =============================== */

/* SAVE CHANGES BUTTON */
#saveAccountBtn {
    background-color: #e28d47 !important;
    border-color: #e28d47 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    font-weight: 500;
    padding: 6px 14px;
}

#saveAccountBtn:hover,
#saveAccountBtn:focus,
#saveAccountBtn:active {
    background-color: #e28d47 !important;
    border-color: #e28d47 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* CANCEL BUTTON */
#cancelAccountBtn {
    background-color: #1c405a !important;
    border-color: #1c405a !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    font-weight: 500;
    padding: 6px 14px;
}

#cancelAccountBtn:hover,
#cancelAccountBtn:focus,
#cancelAccountBtn:active {
    background-color: #1c405a !important;
    border-color: #1c405a !important;
    color: #ffffff !important;
    box-shadow: none !important;
}


/* ===============================
   SIMPLE ACCOUNT POPUP
   =============================== */
.account-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #e28d47;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 9999;
}

.account-popup.show {
    opacity: 1;
    transform: translateY(0);
}

.account-popup.error {
    background: #dc3545;
}

/* Remove active, focus, and click highlight from outline primary buttons */
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary:visited,
.btn-outline-primary:focus-visible {
    box-shadow: none !important;
    outline: none !important;
    background-color: transparent !important;
    border-color: #e28d47 !important;
    color: #e28d47 !important;
}

/* Keep hover professional */
.btn-outline-primary:hover {
    background-color: #e28d47 !important;
    color: #fff !important;
    border-color: #e28d47 !important;
}

/*Features*/

.features-hero {
    position: relative;
    height: 450px;
    border-radius: 16px;
    overflow: hidden;

    display: flex;
    align-items: center;

    background-image:
        linear-gradient(
            to right,
            rgba(240,242,243,0.95) 0%,
            rgba(240,242,243,0.95) 30%,
            rgba(240,242,243,0.90) 45%,
            rgba(240,242,243,0.80) 60%,
            rgba(240,242,243,0.0) 75%
        ),
        url("/public/assets/images/features-banner.webp");

    background-size: cover;
    background-position: center;

    padding: 50px 40px;
}

.features-hero-content{
    max-width: 450px;
    font-size: 16px;
    line-height: 1.5;
    color: #1c405a;
}

.features-hero h1{
    font-size: 34px;
    font-weight: 600;
    color: #244254;
    max-width: 370px;
    line-height: 1.2;
    text-align: left;   /* correct property */
    margin: 0;
}

.features-content-box {
    background: #fff;
    border-radius: 20px;
    /*padding: 5px;*/
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features-image-box {
    height: 100%;
}

.featuresimage-box-wrapper {
    width: 100%;
    height: 500px;
    min-height: 420px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.features-label {
    display: inline-block;
    color: #e28d47;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;

    margin-bottom: 16px;
}




.features{
    font-size:20px;
    color:#4b5563;
    margin-bottom:35px;
}

.features p{
    font-size:16px;
    margin-bottom:20px;
    text-align: justify;
}

.features-title{
    font-family:'Ubuntu',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
    font-size: clamp(34px, 5vw, 50px);
    font-weight: 700;
    color: #1c405a;
    line-height: 1.2;
    text-align: center;   /* correct property */
    margin-bottom:10px;
    margin-top:20px;
}

.features h2{
    font-family:'Ubuntu',system-ui,-apple-system,'Segoe UI',Roboto,Arial,sans-serif;
    font-size:18px;
    color:#1c405a;
    margin-top:20px;
    margin-bottom:10px;
    text-align: left;
}

.features ul {
    text-align:left;
    padding-left:40px;
    font-size:16px;
    list-style-position: inside; /* keeps bullets aligned nicely */
}

.features ul li {
    margin-bottom:6px;
    padding-left:2px; /* very minimal spacing */
}

.features ul li::marker {
    font-size:16px;
}

.features ul{
    padding-left:15px;
}

.cta-links {
    text-align: left; /* 👈 left align */
    margin-top: 10px;
}

/* Link style */
.cta-link {
    color: #1c405a;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}

/* Add brackets around text */
.cta-link::before {
    content: "[";
}

.cta-link::after {
    content: "]";
}

.cta-link:hover {
    color: #e28d47;
    text-decoration: underline;
}

/* Divider */
.divider {
    color: #999;
    margin: 0 6px;
}

/* tutorials */


.section-label {
    display: inline-block;
    color: #e28d47;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 14px;

}


.tutorials-hero p {
    color: #5d6b75;
    font-size: 18px;
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto 28px;
}


/* Tutorials section */

.tutorials-section {
    background: #ffffff;
    padding-top: 70px;
    padding-bottom: 80px;
}

.tutorials-section::before {
    content: "";
    height: 1px;
    width: 100%;
    background: #f1f3f5;
    margin-bottom: 40px;
}

.tutorials-section h2 {
    font-weight: 800;
    color: #1c405a;
    margin-bottom: 10px;
}

.tutorials-section p {
    color: #6b7280;
    font-size: 16px;
}

/* Tutorial cards */

.tutorial-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
    height: 100%;
    position: relative;
    text-align: left;
}

.tutorial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.09);
    border-color: transparent;
}

.tutorial-icon {
    width: 42px;
    height: 42px;
    background: #f5f6f8;
    border: 1px solid #eef1f4;
    color: #e28d47;

    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;

    margin-bottom: 18px;

    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
}

.tutorial-card h5 {
    color: #1c405a;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}

.tutorial-card p {
    color: #6b7280;
    font-size: 14.8px;
    margin-bottom: 15px;
    text-align: left;
}


.tutorial-card a {
    color: #1c405a;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.tutorial-card a:hover {
    color: #e28d47;
    text-decoration: underline;
}

/* Mobile */

@media (max-width: 767px) {
    .tutorials-hero {
        padding: 60px 20px 70px;
    }

    .tutorials-hero h1 {
        font-size: 32px;
    }

    .tutorials-hero p {
        font-size: 16px;
    }
}

.tutorial-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.tutorial-card li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.tutorial-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e28d47;
}


.tutorials-hero {
    position: relative;
    height: 240px;
    border-radius: 16px;
    overflow: hidden;
    background-image: url("/public/assets/images/tutorials-page-banner.webp");
    background-size: cover;
    background-position: center;
}


.tutorials-hero-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.tutorials-hero-content {
    max-width: 720px;
}

.tutorials-hero h1 {
    font-size: 30px;
    font-weight: 700;
    color: #1c405a;
    line-height: 1.25;
    margin-bottom: 18px;
}

.tutorials-hero p {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    color: #244254;
    line-height: 1.6;
    margin: 0;
}

.watch-btn {
    background: #e28d47;
    color: #ffff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.watch-btn:hover {
    background: #cf7d38;
    color: #ffff !important;
    text-decoration: none;
}

.about-section {
    background: #fff;
    font-family: 'Work Sans', sans-serif;
}


/*about us section*/

.about-section h2,
.about-section h3,
.about-section h5 {
}

.about-intro {
    max-width: 430px;
    width: 100%;
    margin: 0;
    line-height: 1.65;
    color: #1c405a;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}


.about-section p {
    line-height: 1.7;
}

.about-image-box img {
    width: 100%;
    box-shadow: 0 15px 35px rgba(28, 64, 90, 0.12);
}

.about-card {
    background: #f2f4f3;
    border: 1px solid rgba(28, 64, 90, 0.08);
    border-radius: 18px;
    padding: 28px;
    transition: all 0.3s ease;
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(28, 64, 90, 0.12);
}

.about-icon {
    width: 58px;
    height: 58px;
    background: rgba(28, 64, 90, 0.08);
    color: #1c405a;
    border-radius: 16px;
    
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;

    margin: 0 auto 18px; /* center horizontally */
}

.why-section {
    background: linear-gradient(90deg, #1c405a, #2e6f95);
    color: #fff;
    border-radius: 30px;
    text-align: left;
    padding-left: 17px !important;
    padding-right: 38px !important;
}

.why-section h3,
.why-section p {
    color: #fff;
    /*padding-left: 15px;*/
}

.why-section .col-lg-5 {
    padding-left: 35px;
}

.why-section .section-label {
    color: #f5b77b;
    font-size: 18px;
}

.why-section .section-label {
    display: inline-block;
    color: #f5b77b;
     /*margin-left: 15px;*/
}

/*@media (max-width: 768px) {
    .why-section .col-lg-5 {
        padding-left: 15px;
    }
}*/
@media (max-width: 768px) {
    .why-section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}


.why-item {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 18px;
    color: #fff;
    font-weight: 700;

    display: flex;
    flex-direction: column;
    justify-content: center;

    gap: 8px;

    height: 135px; /* same height for all */
}

.why-grid .col-md-6 {
    display: flex;
}

.why-item {
    width: 100%;
    font-size: 16px
}

.why-item small {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,0.82);
}

.about-btn {
    display: inline-block;
    background: #e28d47;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.about-btn:hover {
    background: #f2f4f3;
    color: #e28d47;
}

.about-hero{
    position: relative;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;

    background-image: 
        linear-gradient(
            to right,
            rgba(240,242,243,0.95) 0%,
            rgba(240,242,243,0.95) 30%,
            rgba(240,242,243,0.90) 45%,
            rgba(240,242,243,0.80) 60%,
            rgba(240,242,243,0.0) 75%
        ),
        url("/public/assets/images/aboutus-banner.webp");

    background-size: cover;
    background-position: center;
}

.about-hero-content{
    position: absolute;
    left: 40px;
    top: 40%;
    transform: translateY(-50%);
    max-width: 500px;

}

.about-hero h1{
    font-size: 34px;
    font-weight: 600;
    color: #244254;
    max-width: 370px;
    line-height: 1.2;
    text-align: left;   /* correct property */
    margin: 0;
}

.about-content-box {
    background: #fff;
    border-radius: 20px;
    /*padding: 5px;*/
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-image-box {
    height: 100%;
}

.aboutimage-box-wrapper {
    width: 100%;
    height: 500px;
    min-height: 420px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}


/*home page slider*/

.label-slider-section {
    background: #fff;
}

.slider-item {
    position: relative;
    border-radius: 25px;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    padding: 40px 42px 0;

    background: linear-gradient(
        90deg,
        rgba(255,255,255,0.95) 0%,
        rgba(255,255,255,0.82) 45%,
        rgba(255,255,255,0) 100%
    );
}

.slider-overlay h2 {
    font-size: 34px;
    font-weight: 700;
    color: #244254;
    max-width: 370px;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 24px;
    font-family: 'Ubuntu', sans-serif;
}

.slider-overlay p {
    font-size: 18px;
    font-weight: 500;
    color: #244254;
    line-height: 1.6;
    max-width: 300px;
    margin: 0;
    text-align: left;
    font-family: 'Work Sans', sans-serif;
}
/*.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;

    padding: 0 40px;

    background: linear-gradient(
        90deg,
        rgba(255,255,255,0.96) 0%,
        rgba(255,255,255,0.85) 45%,
        rgba(255,255,255,0) 100%
    );
}*/


/* Owl dots */
.label-carousel .owl-dots {
    margin-top: 25px;
    text-align: center;
}

.label-carousel .owl-dot span {
    width: 30px !important;
    height: 5px !important;
    border-radius: 30px !important;
    background: #d1d1d1 !important;
    transition: 0.3s;
}

.label-carousel .owl-dot.active span {
    background: #e28d47 !important;
}

/* Navigation arrows */
.label-carousel .owl-nav {
    display: none;
}

/* Responsive */
@media (max-width: 991px) {

    .slider-overlay {
        width: 100%;
        padding: 40px 30px;
        background: linear-gradient(
            180deg,
            rgba(255,255,255,0.92) 0%,
            rgba(255,255,255,0.6) 50%,
            rgba(255,255,255,0) 100%
        );
    }

    .slider-overlay h2 {
        font-size: 2rem;
    }

    .slider-overlay p {
        font-size: 1rem;
    }

    .slider-item img {
        height: 380px;
    }
}


.label-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.label-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.label-carousel .owl-dot span {
    width: 20px !important;
    height: 3px !important;
    background: #d8d8d8 !important;
    display: block;
    border-radius: 30px;
    transition: all 0.4s ease;
}

/* Active Dot */
.label-carousel .owl-dot.active span {
    background: var(--primary) !important;
    width: 34px;
}

/* =========================================
   Testimonials Page Only
========================================= */

/* Smaller modal */
.modal-dialog {
    max-width: 500px;
}

/* Left align form content */
#testimonialForm,
#testimonialForm .form-control,
#testimonialForm textarea,
#testimonialForm label {
    text-align: left !important;
}

/* Optional: smaller textarea/input height */
#testimonialForm .form-control {
    font-size: 14px;
    padding: 10px 12px;
}

/* Button style */
#testimonialForm .btn-primary {
    background: #1c405a;
    border-color: #1c405a;
}

#testimonialForm .btn-primary:hover {
    background: #f2f4f3;
    border-color: #f2f4f3;
    color: #1c405a;

}

.testimonials-page-section {
    background: #ffffff;
    color: #1c405a;
}

.testimonials-page-section h2 {
    font-weight: 700;
    color: #1c405a;
    margin-bottom: 10px;
}

.testimonials-page-section .text-center > p {
    font-size: 16px;
    color: #4b6475;
    margin-bottom: 22px;
}

.testimonial-feedback-btn {
    background: #e28d47;
    color: #fff;
    border: 1px solid #e28d47;
    border-radius: 6px;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.testimonial-feedback-btn:hover {
    background: #1c405a;
    border-color: #1c405a;
    color: #fff;
}

.testimonial-page-card {
    background: #f4f6f7;
    border-radius: 20px;
    padding: 28px;
    /*border-top: 4px solid #e28d47;*/
    /*box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);*/
    display: flex;
    flex-direction: column;
    min-height: 280px;
    transition: all 0.3s ease;
}

.testimonial-page-card:hover {
    /*transform: translateY(-5px);*/
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.10);
}

.testimonial-page-quote {
    color: #e28d47;
    font-size: 24px;
    margin-bottom: 15px;
}

.testimonial-page-text {
    font-size: 16px;
    line-height: 1.5;
    color: #1c405a;
    text-align: center;
    margin-bottom: 25px;
    flex: 1;
}
.testimonial-page-header {
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(28, 64, 90, 0.12);
}

.testimonial-page-header h5 {
    font-size: 20px;
    font-weight: 700;
    color: #1c405a;
    margin-bottom: 6px;
}

.testimonial-page-header p {
    font-size: 14px;
    color: #5f7280;
    margin-bottom: 0;
    line-height: 1.5;
}

/* Modal only for testimonials page */
#testimonialModal .modal-content {
    border-radius: 16px;
    border: none;
}

#testimonialModal .modal-header {
    background: #1c405a;
    color: #fff;
    padding: 10px 16px;
}

#testimonialModal .modal-title {
    font-weight: 500;
    font-size: 16px;
    color: #fff !important;
    margin: 0;
}

#testimonialModal .btn-close {
    transform: scale(0.8);
}

#testimonialModal .btn-close {
    filter: brightness(0) invert(1);
}

#testimonialModal .form-label {
    color: #1c405a;
    font-weight: 600;
}

#testimonialModal .form-control {
    border-radius: 8px;
    font-size: 14px;
}

#testimonialModal .form-control:focus {
    border-color: #1c405a;
    box-shadow: 0 0 0 0.15rem rgba(28, 64, 90, 0.15);
}

#testimonialModal .modal-body {
    font-size: 14px;
}

#testimonialModal .form-control {
    padding: 8px 12px;
    font-size: 14px;
}

#testimonialModal textarea {
    resize: none;
}

.rating label {
    font-size: 24px;
}

@media (max-width: 768px) {
    .testimonials-page-section h2 {
        font-size: 26px;
    }

    .testimonial-page-card {
        min-height: auto;
        padding: 24px;
    }
}

.rating {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 4px;
}

.rating input {
    display: none;
}

.rating label {
    font-size: 28px;
    color: #ccc;
    cursor: pointer;
    line-height: 1;
}

.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
    color: #e28d47;
}

.testimonial-static-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.testimonial-static-dots span {
    width: 20px;
    height: 4px;
    border-radius: 30px;
    background: #d8d8d8;
    display: inline-block;
}

/* Always active middle dot */
.testimonial-static-dots span.active {
    background: #e28d47;
}

.testimonials-carousel .owl-stage {
    display: flex;
}

.testimonials-carousel .owl-item {
    display: flex;
}

.testimonials-carousel .item {
    display: flex;
    height: 100%;
}

.testimonial-page-card {
    height: 450px;
    width: 100%;
    overflow: hidden;
}

.testimonial-page-text::before,
.testimonial-page-text::after {
    color: #e28d47;
    font-size: 14px;
    font-weight: 700;
}

.testimonial-page-text::before {
    content: "“ ";
}

.testimonial-page-text::after {
    content: " ”";
}

.btn.btn-primary:focus,
.btn.btn-primary:focus-visible,
.btn.btn-primary:active {
    outline: none !important;
    box-shadow: none !important;
    color: #e28d47 !important;
}

.testimonial-rating {
    margin-top: 8px;
}

.testimonial-rating i {
    color: #e28d47;
    font-size: 12px;
    margin-right: 2px;
}

/* features */
.features-section {
  margin-top: 0px;
}

/* Accordion item */
.features-section .accordion-item {
    background: #f2f4f3;
    border: 1px solid #f3f5f7;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* Question button */
.features-section .accordion-button {
    background: #f2f4f3;
    color: #1c405a;
    font-weight: 500;
    padding-left: 40px;
}

/* Active state */
.features-section .accordion-button:not(.collapsed) {
    background: #f2f4f3;
    color: #1c405a;
    box-shadow: none;
}

/* Answer body */
.features-section .accordion-body {
    background: #fff;
    color: #1c405a;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
}

/* Arrow colour */
.features-section .accordion-button::after{
    filter: brightness(0) saturate(100%) invert(20%) sepia(30%) saturate(800%) hue-rotate(165deg);
}


/* How benefits section */

.how-benefits-section .info-card {
    height: 250px; /* same fixed height */
    border-radius: 20px;
    padding: 30px 40px;
    color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: left;
}

.how-card {
    background: linear-gradient(90deg, #1c405a, #486a7e);
}

.benefits-card {
    background: linear-gradient(90deg, #e28d47, #f1ad70);
}

.info-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff;
}

.info-card p,
.info-card li {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 6px;
}

.info-card ul {
    padding-left: 18px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .how-benefits-section .info-card {
        height: auto;
        padding: 26px 24px;
    }
}

.tutorial-detail-hero {
    background: linear-gradient(135deg, #f7f9fa 0%, #eef3f5 100%);
    padding: 60px 20px;
    text-align: center;
}

.back-link {
    display: inline-block;
    margin-bottom: 14px;
    color: #1c405a;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.tutorial-detail-hero h1 {
    color: #1c405a;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 12px;
}

.tutorial-detail-hero p {
    color: #5d6b75;
    font-size: 16px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.tutorial-detail-section {
    padding: 50px 0;
    background: #ffffff;
}

.tutorial-video-box {
    background: #f7f9fa;
    border: 1px dashed #cfd6dc;
    border-radius: 16px;
    padding: 45px 20px;
    text-align: center;
    color: #6b7280;
    margin-bottom: 22px;
}

.tutorial-video-box i {
    font-size: 34px;
    color: #e28d47;
    margin-bottom: 10px;
}

.tutorial-video-box h5 {
    color: #1c405a;
    font-weight: 800;
    font-size: 18px;
}

.tutorial-content-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.05);
    text-align: left;
}

.tutorial-content-card h2 {
    color: #1c405a;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 16px;
    text-align: left;
}

.learn-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 28px;
    text-align: left;
}

.learn-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    color: #5f6b73;
    font-size: 14.5px;
    line-height: 1.6;
    text-align: left;
}

.learn-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #e28d47;
    font-weight: 800;
}

.step-box {
    display: flex;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid #eef1f3;
    align-items: flex-start;
    text-align: left;
}

.step-box div {
    text-align: left;
    width: 100%;
}

.step-box:last-child {
    border-bottom: 0;
}

.step-box span {
    min-width: 38px;
    height: 38px;
    background: rgba(226, 141, 71, 0.12);
    color: #e28d47;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
}

.step-box h4 {
    color: #1c405a;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 5px;
    text-align: left;
}

.step-box p {
    color: #5f6b73;
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
}

.tutorial-sidebar {
    background: #f7f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 22px;
    position: sticky;
    top: 120px;
}

.tutorial-sidebar h5 {
    color: #1c405a;
    font-weight: 800;
    margin-bottom: 14px;
    font-size: 18px;
}

.tutorial-sidebar a {
    display: block;
    color: #1c405a;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #e5e7eb;
}

.tutorial-sidebar a:hover {
    color: #e28d47;
}

@media (max-width: 767px) {

    .tutorial-detail-hero {
        padding: 50px 18px;
    }

    .tutorial-detail-hero h1 {
        font-size: 28px;
    }

    .tutorial-detail-hero p {
        font-size: 15px;
    }

    .tutorial-content-card {
        padding: 22px;
    }

    .step-box {
        flex-direction: column;
        gap: 10px;
    }
}

.sub-heading-link {
    color: #1c405a;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.sub-heading-link i {
    color: #e28d47;
    font-size: 18px;
}

.sub-link-heading
{
    font-size: 30px;
}

.sub-heading-link:hover {
    color: #e28d47;
}

.tutorial-title {
    font-size: 24px !important;
    font-weight: 600;
    text-align: left;
}

.tutorial-title .sub-heading-link {
    color: #1c405a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
}

/*custom password toggle*/

.custom-password-group .form-control {
    border-right: 0;
    box-shadow: none;
}

.password-toggle-btn {
    background: #f2f4f3;
    border-left: 0;
    color: #1c405a;
    width: 50px;
    height:40px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.password-toggle-btn:hover {
    background: #f2f4f3;
    color: #1c405a;
}

.password-toggle-btn:focus {
    box-shadow: none;
}

.tutorial-card ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tutorial-card li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #1c405a;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 600;
}

.tutorial-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #e28d47;
    font-size: 18px;
    line-height: 1;
}

.custom-login-alert{
    border-radius:6px;
    padding:8px 12px;
    font-size:13px;
    line-height:1.3;
    margin-bottom:15px;
}

.custom-login-alert i{
    font-size:13px;
}

.custom-login-alert a{
    color:#e28d47;
    font-weight:600;
    text-decoration:none;
}

.custom-login-alert a:hover{
    text-decoration:underline;
}


/* Manage Plan buttons */

.plan-actions .btn-primary-outline {
    background-color: #e28d47;
    color: #fff;
    border: 2px solid #e28d47;
    border-radius: 5px;
}

.plan-actions .btn-primary-outline:hover,
.plan-actions .btn-primary-outline:focus,
.plan-actions .btn-primary-outline:active,
.plan-actions .btn-primary-outline:focus-visible {
    background-color: transparent; !important;
    color: #e28d47 !important;
    border-color: #e28d47 !important;
}

.btn-danger-outline {
    background-color: #dc3545;
    color: #fff;
    border: 2px solid #dc3545;
    border-radius: 5px;
}

.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline:active {
    background-color: transparent;
    color: #dc3545 !important;
    border-color: #dc3545;
}