/********** Template CSS **********/
:root {
    --primary: #015FC9;
    --secondary: #015FC9;
    --light: #F6F7FC;
    --dark: #15233C;
   --sectionbg: #F4FDFF;
   --sectionbggrey: #f8f8f8;
   --orangecolor:  #f28c28;
}
.btn-primary:hover{

background: var(--orangecolor) !important;
color: var(--light);
}

.btn-outline-secondary:hover{
    background-color: var(--orangecolor) !important;
    color:#fff;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** 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 {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.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;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 15px;
    padding: 10px 0;
    color: #696E77;
    font-weight: 500;
    outline: none;
}

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

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

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

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
.hero-section {
    position: relative;
    min-height: 100vh;
    /* background-image: url('/frontend/img/employee-bg-life.png'); */
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background: #eefbff; 
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #ffffff 10%, #ffffffd9 100%);
    z-index: 1;
}

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

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 50px;
}

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

.page-header {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 60px;
    max-height: 60px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(1, 95, 201, .9), rgba(1, 95, 201, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

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

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

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary);
    border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 10px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}


/*** Footer ***/
.footer {
    color: #A7A8B4;
}

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

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #A7A8B4;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #A7A8B4;
    border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

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

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

.footer .copyright a:hover {
    color: #FFFFFF;
}

a.btn.btn-warning.px-4.py-2.mt-2{
    color:#fff;
}
a.btn.btn-warning.px-4.py-2.mt-2:hover,
.readmore-btn:hover{
    background:#015FC9
}

.insurance-bg{
    background: var(--sectionbg);
    
}

/* FAQ SECTION */
.faq-section {
    background: var(--sectionbg);
}

.faq-section h2 {
    font-size: 38px;
}

.faq-image img {
    max-height: 350px;
}

.faq-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}
button.accordion-button.collapsed:hover{
    background: var(--primary);
    color:#fff;
}
.faq-accordion .accordion-button {
    background: #fff;
    font-weight: 600;
    padding: 18px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: var(--primary);
    color: #fff;
}

.faq-accordion .accordion-body {
    background: #fff;
    padding: 20px;
}

.accordion-button:focus {
    box-shadow: none;
}


/* ################################################## */

/* Policy Cover */

.policy-cover{
    background-color: var(--sectionbggrey);
    min-height: 80vh;
}
.policy-cover .first-para{
    margin-left: 200px;
    margin-right: 200px;
}

/* Benefits Section */
.benefits-section{
    position: relative;
    background-image: url('../img/benefits-bg.svg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 60vh;
}

/* overlay */
.benefits-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #ffffff 10%, #ffffffd9 100%);
    z-index: 1;
}

/* keep text above overlay */
.benefits-section .container{
    position: relative;
    z-index: 2;
    margin-top: 60px;
}

.benefit-item{
    background:white;
    padding:25px;
    border-radius:10px;
    transition:0.3s;
}

.benefit-item:hover{
    transform:translateY(-5px);
}

.benefit-icon{
    width:60px;
    height:60px;
    margin:auto;
    border-radius:50%;
    background:#e8f2ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#0d6efd;
}



/* ##########################################  */

/* PARTNERS SECTION */


.partners-title{
    max-width:900px;
    margin:auto;
    font-size:28px;
}

.partners-logos img{
    max-height:60px;
    filter: grayscale(100%);
    transition:0.3s;
}

.partners-logos img:hover{
    filter:none;
    transform:scale(1.05);
}

/* #####################################  */

/* COVERAGE TABS */

.coverage-nav .nav-link{
    background:#f6a93b;
    color:white;
    margin:5px;
    border-radius:6px;
    padding:10px 20px;
}

.coverage-nav .nav-link.active{
    background:#0d6efd;
}

.coverage-box{
    background:#fff;
    padding:20px;
    border-radius:10px;
    box-shadow:0 4px 10px rgba(0,0,0,0.05);
}


/* #####################################  */
/* Testimonials */

.testimonial-item{
    background:#f8f9fb;
    padding:40px;
    border-radius:15px;
    position:relative;
    min-height:260px;
}

.testimonial-text{
    font-style:italic;
    color:#6c757d;
}

.testimonial-stars{
    color:#ff9800;
    margin-top:10px;
}

.testimonial-item::after{
    content:"\201D";
    font-size:70px;
    position:absolute;
    bottom:10px;
    right:25px;
    color:#e5e5e5;
    font-weight:bold;
}


.text-muted{
    font-size: 18px;
}

/* ##############################################  */

.heading-top-car{
    margin: 80px 0;
}

.insurance-type-img{
    max-width:420px;
}

@media (max-width:991px){

    .insurance-type-img{
        margin-bottom:30px;
    }

}

/* ###################################  */

/* WHY CHOOSE SECTION */

.why-text{
    max-width:720px;
}

.choose-card{
    background:#fff;
    padding:35px;
    border-radius:14px;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
    transition:0.3s;
    height:100%;
}

.choose-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

.choose-icon{
    width:55px;
    height:55px;
    border-radius:10px;
    background:#eaf2ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#0d6efd;
    margin-bottom:15px;
}

.choose-title{
    color:#ff7a00;
    font-weight:600;
    margin-bottom:10px;
}

/* ###################################################### */
.health-intro-section{
    background:#f3f8fb;
}

.health-intro-text{
    max-width:750px;
    line-height:1.8;
}

/* ##########################################  */
.health-coverage-section{
    background:#fff;
}

.coverage-card{
    padding:20px;
}

.coverage-img{
    max-height:180px;
    margin:auto;
}

.coverage-card h5{
    font-weight:600;
}


/* ##############################################  */
.health-not-covered{
    background:#f8fafc;
}

.not-covered-card{
    background:#fff;
    padding:18px 22px;
    border-radius:10px;
    display:flex;
    gap:12px;
    align-items:flex-start;
    box-shadow:0 4px 15px rgba(0,0,0,0.05);
}

.not-covered-card .icon{
    color:#0d6efd;
    font-weight:bold;
    font-size:18px;
}

.not-covered-card p{
    margin:0;
    font-size:14px;
    color:#555;
}

/* ###############################################  */

.health-features-section{
    background:#fff;
}

.feature-desc{
    max-width:700px;
}

.feature-img{
    max-height:220px;
    margin:auto;
}

.feature-title{
    color:#ff7a00;
    font-weight:600;
}

/* ########################################  */

.health-benefits-section{
    background:#f7fbff;
}

.benefits-desc{
    max-width:700px;
}

.benefit-slide{
    padding-top:20px;
}

.benefit-image img{
    max-height:250px;
    margin:auto;
    min-height:250px;
}

.benefit-card{
    background:#fff;
    padding:25px;
    border-radius:12px;
    margin-top:-60px;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.benefit-icon{
    font-size:24px;
    color:#0d6efd;
    margin-bottom:10px;
}

/* ###########################  */
/* auto car form   */
.auto-form-section {
    min-height: 80vh;
    background: url('../img/car-bg.png') no-repeat center center/cover;
    position: relative;
}

/* Overlay (light effect) */
.auto-form-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85); /* adjust opacity */
    z-index: 1;
}

/* Ensure content above overlay */
.auto-form-section .container {
    position: relative;
    z-index: 2;
}

/* Optional glass card effect */
.auto-form-section .card {
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
}



/* ###################  */
/* car auto 2nd section   */

.cover-item {
    transition: all 0.3s ease;
}

.cover-item:hover {
    transform: translateY(-6px);
}

/* ###################   */
/* 3rd section   */

.benefit-item {
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-6px);
}


/* ###############   */
.policy-cover,
.benefits-section {
    min-height: 70vh;
}

/* Ensure proper centering */
.policy-cover .container,
.benefits-section .container {
    width: 100%;
}

/* Mobile fix */
@media (max-width: 768px) {
    .policy-cover,
    .benefits-section {
        min-height: auto; /* prevent overflow */
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


/* ################  coverage-tabs   */
.coverage-box {
    transition: all 0.3s ease;
}

.coverage-box:hover {
    transform: translateX(5px);
}

/* Coverage + Partners height system */
.coverage-tabs,
.partners-section {
    min-height: 70vh;
}

/* Mobile safety */
@media (max-width: 768px) {
    .coverage-tabs,
    .partners-section {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.partners-logos img {
    transition: all 0.3s ease;
    opacity: 0.8;
}

.partners-logos img:hover {
    opacity: 1;
    transform: scale(1.05);
}
/* ############### */
.coverage-tabs .tab-pane {
    display: none;
}

.coverage-tabs .tab-pane.active {
    display: block;
}
/* ################### */
.insurance-types-section .insurance-bg,
.insurance-types-section .py-5 {
    min-height: 70vh;
}

.why-choose-section {
    min-height: 70vh;
}

@media (max-width: 768px) {
    .why-choose-section {
        min-height: auto;
    }
}

.choose-card {
    transition: all 0.3s ease;
}

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


/* #############   */
/* Full screen section */
.health-form-section {
    min-height: 90vh;
    background: url('../img/employee-bg-life.png') no-repeat center center/cover;
    position: relative;
}

/* Light overlay */
.health-form-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1;
}

/* Keep content above overlay */
.health-form-section .container {
    position: relative;
    z-index: 2;
}

/* Glass effect */
.health-form-section .card {
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
}

.health-form-section .card {
    max-width: 500px;
    margin: auto;
}

/* #################################   */
/* Height system */
.health-intro-section {
    min-height: 70vh;
}

/* Better text width */
.health-intro-text {
    max-width: 700px;
}

/* Mobile safety */
@media (max-width: 768px) {
    .health-intro-section {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* Height system */
.health-coverage-section {
    min-height: 70vh;
}

/* Mobile safety */
@media (max-width: 768px) {
    .health-coverage-section {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* Height system */
.health-coverage-section {
    min-height: 70vh;
}

/* Mobile safety */
@media (max-width: 768px) {
    .health-coverage-section {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* ######################   */

.health-not-covered {
    min-height: 70vh;
}

@media (max-width: 768px) {
    .health-not-covered {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.not-covered-card {
    transition: all 0.3s ease;
}

.not-covered-card:hover {
    transform: translateX(5px);
}

/* ######################    */

.health-features-section {
    min-height: 70vh;
}

@media (max-width: 768px) {
    .health-features-section {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.feature-item {
    transition: all 0.3s ease;
}

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

/* ############   */
.health-benefits-section {
    min-height: 70vh;
}

@media (max-width: 768px) {
    .health-benefits-section {
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.benefit-card {
    transition: all 0.3s ease;
}

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

/* ####################   */

/* Section with background */
.about-mission-section {
    min-height: 70vh;
    background: url('../img/office-bg.webp') no-repeat center center/cover;
    position: relative;
}

/* Overlay */
.about-mission-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1;
}

/* Content above overlay */
.about-mission-section .container {
    position: relative;
    z-index: 2;
}

/* Image */
.mission-img {
    max-height: 500px;
}

/* Bullet styling */
.mission-list {
    list-style: none;
    padding: 0;
}

.mission-list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
}

.mission-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0d6efd;
}

/* Cards */
.mission-card {
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .about-mission-section {
        min-height: auto;
        padding: 60px 0;
        text-align: center;
    }

    .mission-img {
        max-height: 350px;
        margin-bottom: 20px;
    }
}

/* ################  */


.vision-section {
    min-height: 70vh;
    background: #eef3f7; /* same like your screenshot */
}

/* text width control */
.vision-text {
    max-width: 750px;
}

/* mobile safe */
@media (max-width: 768px) {
    .vision-section {
        min-height: auto;
        padding: 60px 0;
    }
}
/* #####################  */
.partners-track {
    overflow: hidden;
    width: 60%;
    display: flex;
    justify-content: center; /* 🔥 CENTER FIX */
    margin:auto;
}

/* FIX WIDTH */
.partners-slide {
    display: flex;
    gap: 80px;
    max-width: 80%;
    justify-content: center;
    margin-top: 20px;
    animation: scroll 5s linear infinite;
}
.partners-slide img{
    max-width:180px !important;
    height: 85px;
}

/* PERFECT LOOP */
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}


/* ########################   */
.filter-auto-page{
    background: #eef3f7;
}
/* ##############  */



.employee-section {
    position: relative;    
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background: #eefbff;
}
.employee-section::before {
    content: "";
    position: absolute;
    inset: 0;

    /* same effect like Elementor */
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.75) 40%,
        rgba(242, 41, 91, 0) 100%
    );

    z-index: 1;
}

/* keep content above overlay */
.employee-section > .container {
    position: relative;
    z-index: 2;
}

.employee-section .card {
    border-radius: 12px;
}

.employee-section h2 {
    font-weight: 700;
}
 .employee-section p{
    color:black;
 }
@media(min-width:992px){
    .employee-section p{
        font-size:18px;
    }
}
.sub-heading-color{
    color:#f28c28 !important;
   
}

.color-black-heading{
    color:#000;
}


/* animations */
.animate-left {
    opacity: 0;
    transform: translateX(-60px);
    animation: fadeLeft 0.8s ease forwards;
}

.animate-right {
    opacity: 0;
    transform: translateX(60px);
    animation: fadeRight 0.8s ease forwards;
}

@keyframes fadeLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.btn-outline-orange {
    color: var(--orangecolor);
    border: 1px solid var(--orangecolor);
    background: transparent;
}

.btn-outline-orange:hover {
    background-color: var(--orangecolor);
    color: #fff;
}

.topbar-menu{
   background: #f28c28 !important;
   color:#fff !important;
}

.topbar-menu i {
    color:#fff !important;
}

.orange-heading{
    color:#ff8a19 !important;
}


.plan-hero{
    width:460px !important;
}