/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
body{
    padding:0;
    margin:0;
    box-sizing:border-box;
}
a{
    text-decoration:none;
}
.primary-color {
    background: #452B4F;
    color: #fff;
}
.secondary-color {
    background: #FE805D;
    color: #fff;
}
.secondary-text {
    color: #FE805D;
}
.primary-text {
    color: #452B4F;
}
.ml-auto{
    margin-left:auto;
}
.mr-auto {
    margin-right: auto;
}
.nav{
    z-index:1;
}
.nav-item {
    padding: 0 5px;
    font-weight: 500;
}
.HomeStyle {
    background-image: url("/images/home-bg.jpg");
    background-repeat: repeat-x;
    margin-top:-70px;
}
.career-screen {
    background-image: url("/images/career-bg.jpg");
    background-repeat: repeat-x;
    margin-top: -70px;
}
.career-details {
    background-image: url("/images/sub_page_bg.jpg");
    background-repeat: repeat-x;
    margin-top: -50px;
}
.team-screen {
    background-image: url("/images/team.jpg");
    background-repeat: repeat-x;
    margin-top: -70px;
}
.story-screen {
    background-image: url("/images/story-bg.jpg");
    background-repeat: repeat-x;
    margin-top: -70px;
}
.focus-service-screen {
    background-image: url("/images/services-bg.jpg");
    background-repeat: repeat-x;
    margin-top: -70px;
}
.focus-staffing-screen {
    background-image: url("/images/staffing-bg.jpg");
    background-repeat: repeat-x;
    margin-top: -70px;
}
.focus-success-screen {
    background-image: url("/images/success-bg.jpg");
    background-repeat: repeat-x;
    margin-top: -70px;
}
.focus-solutions-screen {
    background-image: url("/images/solutions-bg.jpg");
    background-repeat: repeat-x;
    margin-top: -70px;
}
.focus-service-section {
    background: url("/images/Illustartion.png") right top no-repeat, url("/images/footer_bg.png") left bottom no-repeat;
}
.story-section {
    background-image: url("/images/Illustartion.png");
    background-repeat: no-repeat;
    background-position: right top;
}
.story-section-2 {
    background-image: url("/images/Gradient.jpg");
    background-repeat: repeat-x;
}
.story-section-3 {
    background-image: url("/images/footer_bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}
.section-part {
    background-image: url("/images/bg_shape.png");
    background-repeat: repeat-x;
    border: 1px solid #E7E7EC;
}
.frame-one-service {
    background-image: url("/images/Frame-1.jpg");
    background-repeat: no-repeat;
    height:450px;
}
.frame-founder {
    background-image: url("/images/shiv.jpeg");
    background-repeat: no-repeat;
    height: 750px;
}
.frame-two-service {
    background-image: url("/images/Frame-2.jpg");
    background-repeat: no-repeat;
    height: 450px;
}
.frame-three-service {
    background-image: url("/images/Frame-3.jpg");
    background-repeat: no-repeat;
    height: 450px;
}
.frame-four-service {
    background-image: url("/images/Frame-4.jpg");
    background-repeat: no-repeat;
    height: 450px;
}
.footer-list{
    line-height: 1.4;
}
.social-icon {
    padding: 11px 0;
    text-align: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    color: #949DA6;
}
.social-icon:hover {
    background: #ffffff;
    border: 1px solid #E7E7EC;
    box-shadow: 0px 8px 15px rgba(140, 152, 164, 0.1);
}
footer.sticky-footer {
    padding: 2rem 0;
    flex-shrink: 0
}
.header-text {
    line-height: 1.5;
}
.section-categories, .section-team {
    color: black;
}
.section-three {
    background-image: url("/images/home-workplace.jpg");
    background-repeat: repeat-x;
}
.section-four {
    background-image: url("/images/subscribe-bg.jpg");
    background-repeat: repeat-x;
}
.img-container {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: linear-gradient(0deg, rgba(254, 128, 93, 0.6), rgba(254, 128, 93, 0.6)), url(.jpg);
}

.img-container:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.img-container:hover .text-hover {
    display: none !important;
}*/
/*.secondary-btn-outline {
    border: 1px solid #FE805D;
    color: #FE805D;
}*/
/*.secondary-btn-outline:hover {
    background: #FE805D;
    color: white;
}*/
/*.secondary-btn {
    background: #FE805D;
    color: white;
}
.secondary-btn:hover {
    border: 1px solid #FE805D;
    color: #FE805D;
    background: white;
}
.primary-btn {
    background: #452B4F;
    color: white;
}
    .primary-btn:hover {
        border: 1px solid #452B4F;
        color: #452B4F;
        background: white;
    }
.primary-btn-outline {
    border: 1px solid #452B4F;
    color: #452B4F;
}

    .primary-btn-outline:hover {
        background: #452B4F;
        color: white;
    }
.fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
}
.fixed-top.scrolled .navbar-collapse ul li a {
        color: black;
}
.fixed-top.scrolled .navbar-collapse ul li a:hover {
   color: grey;
}
.fixed-top.scrolled .navbar-collapse ul li a.active {
    color: grey !important;
}
@media(max-width:991px){
    .navbar {
        background: #fff;
    }
    ul li a{
        color:black !important;
    }
    .navbar-toggler {
        background: #452B4F;
    }
}
@media(min-width:992px) and (max-width:1350px) {
    .flag{
        width:30px;
        height:20px;
    }
    .navbar-nav{
        font-size:12px;
    }
    .main-logo{
        width:120px;
    }
}
.hide{
    display:none;
}
.show{
    display:block;
}
.owl-carousel .item{
    width:420px;
    text-align:justify;
}
.star {
    color: #FFC78B;
}
.text-justify{
    text-align:justify;
}
.text-right{
    text-align:right;
}
.chip-secondary {
    color: #fff;
    background: #FFC78B;
    border-radius: 60px;
    padding: 5px 10px;
}
.chip-primary {
    color: #fff;
    background: #B8B2FD;
    border-radius: 60px;
    padding: 5px 10px;
}
.card-box {
    border-radius: 10px;
    background: #452B4F;
}
.card-item .para{
    margin:0;
}
.card-shadow {
    box-shadow: 0px 8px 15px rgba(140, 152, 164, 0.1);
}
.circle {
    padding: 14px 0;
    text-align: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: #fff;    
    border: 1px solid #fff;
    box-shadow: 0px 8px 15px rgba(140, 152, 164, 0.1);
}
.margin-right-40{
    margin-right:40px;
}
.card-width{
    width:18rem;
}
.card-img-size {
    width: 240px;
    margin-top: -100px;
    height: 200px;
}
.card-img-right {
    margin-left: -45px;
}
.card-img-left{
    width:170px;
}
@media(max-width:570px){
    .header-text{
        margin-top:100px;
        text-align:left;
    }
    .media-left{
        text-align:left;
    }
    .card-width {
        width: 25rem;
    }
    .card-img-right {
        margin-left: -80px;
    }
}
@media(min-width:768px) and (max-width:1200px){
    .header-text {
        margin-top: 80px;
    }
    .media-icon{
        width:40px;
    }
    .media-h5{
        font-size:18px;
    }
    .card-width {
        width: 13rem;
    }
    .card-img-size {
        width: 180px;
    }
    .card-img-left {
        width: 150px;
    }
}
@media(min-width:1201px) and (max-width:1399px) {

    .card-width {
        width: 16rem;
    }
    .media-margin-right-50{
        margin-right:50px;
    }
    .card-img-size {
        width: 200px;
    }
    .card-img-left {
        width: 150px;
    }
}
.nav-pills .nav-link.active {
    background: #452B4F !important;
    color: #fff !important;
    border-radius: 150px;
    padding: 10px;
}
.nav-pills .nav-link {
    color: #452B4F !important;
    font-weight: 600;
}
.focus:focus{
    box-shadow:none;
}
.job-card-width{
    width:21rem;
}
.hover-card {
    position: relative;
    top: 0;
    transition: top ease 0.5s;
}
    .hover-card:hover {
        top: -10px;
    }

.card-circle {
    padding: 13px 0;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: black;
    border: 1px solid #fff;
    border: 1px solid #E7E7EC;
    box-shadow: 0px 8px 15px rgba(140, 152, 164, 0.1);
    font-size:20px;
}
.card-circle:hover{
    background: lightgray;
}
.form-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #452B4F;
}
.custom-label {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #452B4F;
}
.box-light {
    border: 1px solid #E7E7EC;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.box-light-img {
    margin-bottom: -45px;
    z-index: 1;
    margin-right: 100px;
}
.span-secondary-bg {
    background: rgba(254, 128, 93, 0.1);
    border: 1px solid #FE805D;
    border-radius: 8px;
    padding: 10px;
    margin: 10px;
    line-height:10px;
}
.icon-img{
    width:110px;
}
@media(max-width:570px) {
    .box-light-img {
        margin-bottom: -30px;
        margin-right: 10px;
    }
    .box-light-img img{
        width:100px;
    }
    .span-secondary-bg {
        line-height: 50px;
    }
}

.sidebar {
    width: 6.5rem;
    min-height: 100vh
}

    .sidebar .nav-item {
        position: relative
    }

        .sidebar .nav-item:last-child {
            margin-bottom: 1rem
        }

        .sidebar .nav-item .nav-link {
            text-align: center;
            padding: .75rem 1rem;
            width: 6.5rem
        }

            .sidebar .nav-item .nav-link span {
                font-size: .65rem;
                display: block
            }

        .sidebar .nav-item.active .nav-link {
            font-weight: 700
        }

        .sidebar .nav-item .collapse {
            position: absolute;
            left: calc(6.5rem + 1.5rem / 2);
            z-index: 1;
            top: 2px
        }

            .sidebar .nav-item .collapse .collapse-inner {
                border-radius: .35rem;
                box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)
            }

        .sidebar .nav-item .collapsing {
            display: none;
            transition: none
        }

            .sidebar .nav-item .collapse .collapse-inner, .sidebar .nav-item .collapsing .collapse-inner {
                padding: .5rem 0;
                min-width: 10rem;
                font-size: .85rem;
                margin: 0 0 1rem 0
            }

                .sidebar .nav-item .collapse .collapse-inner .collapse-header, .sidebar .nav-item .collapsing .collapse-inner .collapse-header {
                    margin: 0;
                    white-space: nowrap;
                    padding: .5rem 1.5rem;
                    text-transform: uppercase;
                    font-weight: 800;
                    font-size: .65rem;
                    color: #b7b9cc
                }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
                    padding: .5rem 1rem;
                    margin: 0 .5rem;
                    display: block;
                    color: #3a3b45;
                    text-decoration: none;
                    border-radius: .35rem;
                    white-space: nowrap
                }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
                        background-color: #eaecf4
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item:active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
                        background-color: #dddfeb
                    }

                    .sidebar .nav-item .collapse .collapse-inner .collapse-item.active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
                        color: #4e73df;
                        font-weight: 700
                    }

    .sidebar #sidebarToggle {
        width: 2.5rem;
        height: 2.5rem;
        text-align: center;
        margin-bottom: 1rem;
        cursor: pointer
    }

        .sidebar #sidebarToggle::after {
            font-weight: 900;
            content: '\f104';
            font-family: 'Font Awesome 5 Free';
            margin-right: .1rem
        }

        .sidebar #sidebarToggle:hover {
            text-decoration: none
        }

        .sidebar #sidebarToggle:focus {
            outline: 0
        }

    .sidebar.toggled {
        width: 0 !important;
        overflow: hidden
    }

        .sidebar.toggled #sidebarToggle::after {
            content: '\f105';
            font-family: 'Font Awesome 5 Free';
            margin-left: .25rem
        }

    .sidebar .sidebar-brand {
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: .05rem;
        z-index: 1
    }

        .sidebar .sidebar-brand .sidebar-brand-icon i {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text {
            display: none
        }

    .sidebar hr.sidebar-divider {
        margin: 0 1rem 1rem
    }

    .sidebar .sidebar-heading {
        text-align: center;
        padding: 0 1rem;
        font-weight: 800;
        font-size: .65rem
    }

@media (min-width:768px) {
    .sidebar {
        width: 14rem !important
    }

        .sidebar .nav-item .collapse {
            position: relative;
            left: 0;
            z-index: 1;
            top: 0;
            -webkit-animation: none;
            animation: none
        }

            .sidebar .nav-item .collapse .collapse-inner {
                border-radius: 0;
                box-shadow: none
            }

        .sidebar .nav-item .collapsing {
            display: block;
            transition: height .15s ease
        }

        .sidebar .nav-item .collapse, .sidebar .nav-item .collapsing {
            margin: 0 1rem
        }

        .sidebar .nav-item .nav-link {
            display: block;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 14rem
        }

            .sidebar .nav-item .nav-link i {
                font-size: .85rem;
                margin-right: .25rem
            }

            .sidebar .nav-item .nav-link span {
                font-size: .85rem;
                display: inline
            }

            .sidebar .nav-item .nav-link[data-bs-toggle=collapse]::after {
                width: 1rem;
                text-align: center;
                float: right;
                vertical-align: 0;
                border: 0;
                font-weight: 900;
                content: '\f107';
                font-family: 'Font Awesome 5 Free'
            }

            .sidebar .nav-item .nav-link[data-bs-toggle=collapse].collapsed::after {
                content: '\f105'
            }

        .sidebar .sidebar-brand .sidebar-brand-icon i {
            font-size: 2rem
        }

        .sidebar .sidebar-brand .sidebar-brand-text {
            display: inline
        }

        .sidebar .sidebar-heading {
            text-align: left
        }

        .sidebar.toggled {
            overflow: visible;
            width: 6.5rem !important
        }

            .sidebar.toggled .nav-item .collapse {
                position: absolute;
                left: calc(6.5rem + 1.5rem / 2);
                z-index: 1;
                top: 2px;
                -webkit-animation-name: growIn;
                animation-name: growIn;
                -webkit-animation-duration: .2s;
                animation-duration: .2s;
                -webkit-animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1);
                animation-timing-function: transform cubic-bezier(.18,1.25,.4,1),opacity cubic-bezier(0,1,.4,1)
            }

                .sidebar.toggled .nav-item .collapse .collapse-inner {
                    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15);
                    border-radius: .35rem
                }

            .sidebar.toggled .nav-item .collapsing {
                display: none;
                transition: none
            }

            .sidebar.toggled .nav-item .collapse, .sidebar.toggled .nav-item .collapsing {
                margin: 0
            }

            .sidebar.toggled .nav-item:last-child {
                margin-bottom: 1rem
            }

            .sidebar.toggled .nav-item .nav-link {
                text-align: center;
                padding: .75rem 1rem;
                width: 6.5rem
            }

                .sidebar.toggled .nav-item .nav-link span {
                    font-size: .65rem;
                    display: block
                }

                .sidebar.toggled .nav-item .nav-link i {
                    margin-right: 0
                }

                .sidebar.toggled .nav-item .nav-link[data-toggle=collapse]::after {
                    display: none
                }

            .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
                font-size: 2rem
            }

            .sidebar.toggled .sidebar-brand .sidebar-brand-text {
                display: none
            }

            .sidebar.toggled .sidebar-heading {
                text-align: center
            }
}

.nav-item.active .custom-nav-active-color {
    color: #452B4F !important;
}

.custom-nav-active-color i, .custom-nav i {
    font-size: 20px !important;
}
.custom-nav-active-color span ,.custom-nav span {
    font-size: 18px !important;
}
@media(max-width:1000px){
    .custom-nav-active-color span, .custom-nav span {
        font-size: .65rem !important;
    }
    .custom-collapse-item {
        font-size: .65rem !important;
    }
}
.dashboard-nav-link {
    color: #77838F !important;
}
    .dashboard-nav-link:hover {
        color: #1d1f21db !important;
    }
.custom-nav:hover {
    color: #1d1f21db !important;
}
.custom-collapse-item{
    font-size:16px !important;
}
.color-grey {
    color: #77838F;
}
.dots {
    height: 75px;
    width: 75px;
    background-color: #aee5e5;
    border-radius: 50%;
    display: inline-block;
}

    .dots p {
        font-size: 30px;
        margin-left: 13px;
        margin-top: 15px;
    }

.animation {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btnPaleGreen {
    background-color: #b6deb7;
}

    .btnPaleGreen:hover {
        background-color: #3e8e41;
        color: white;
    }
.cardcontainer {
    position: relative;
    float: left;
    width: 28%;
    height: 260px;
    margin: 10px 0 10px 4%;
    background: #fff;*/
    /* Set the depth of the elements */
    /*-webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}


.resCard {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;*/
    /* Set the transition effects */
    /*-webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .resCard.flipped {
        -webkit-transform: rotateY( 180deg );
        -moz-transform: rotateY( 180deg );
        -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
    }

    .resCard .front,
    .resCard .back {
        display: block;
        height: 100%;
        width: 100%;
        line-height: 260px;
        color: white;
        text-align: center;
        font-size: 4em;
        position: absolute;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        box-shadow: 3px 5px 20px 2px rgba(0, 0, 0, 0.25);
    }

    .resCard .back {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;
        font-size: 16px;
        text-align: left;
        line-height: 25px;
    }

        .resCard .back label {
            display: inline-block;
            width: 70px;
            text-align: left;
        }

    .resCard .front {
        background: #222222;
    }

    .resCard .back {
        background: #444444;
        -webkit-transform: rotateY( 180deg );
        -moz-transform: rotateY( 180deg );
        -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
    }

.resCardTitle {
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 0;
}*/


:root {
    --pry-txt-color: #60452D;
    --secd-txt-color: #7F4D2C ;
    --tery-txt-color:#CCB190;
    --bg-color:#F5F4F7;
}

.sub-btn-color {
    background-color:var(--pry-txt-color);
    color: var(--bg-color);
    border: 2px var(--secd-txt-color);
}

.cancel-btn-color {
    background-color: var(--pry-bg-color);
    color: var(--secd-txt-color);
    border: solid 1px var(--secd-txt-color);
}

.user-profile {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding-top: 5px !important;
}

.prmy-text-color {
    color: var(--pry-txt-color);
}

.secd-txt-color {
    color: var(--secd-txt-color);
}

.tery-txt-color {
    color:var(--tery-txt-color);
}

.navbar-bg-color {
    background-color:white;
}
.default-bg-color {
    background-color: var(--bg-color);
    padding: 8px 12px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
.btn-outline {
    color: #97725A;
    border: 1px solid #97725A;
    border-radius: 4px;
}

.custom-btn-style {
    background-color: #97725A;
    color: white;
    border: none;
    border-radius: 4px;
}
.chip {
    border-radius: 28px;
    border: 3px solid rgba(210, 209, 212, 0.60);
    background: #FFF;
    padding: 10px;
}

.trash-icon:hover {
    color: red;
}

.text-right{
    text-align: right;
}
.validation-summary-errors{
    color:red;
}

.animation-button {
    position: relative;
    background-color: var(--pry-bg-color);
    color: var(--secd-txt-color);
    border: 1px solid var(--secd-txt-color);
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.animation-button::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--pry-txt-color);
    transform: scaleX(0) scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1), border-radius 0.5s ease;
    z-index: 0;
}

.animation-button:hover::before {
    transform: scaleX(1) scaleY(1);
}

.animation-button:hover {
    color: var(--bg-color);
    border: 2px solid var(--secd-txt-color);
}

.animation-button i {
    z-index: 1;
    transition: opacity 0.3s ease, color 0.3s ease;
    color: var(--secd-txt-color);
    margin-right: 8px;
    opacity: 1; 
}

.animation-button::after {
    content: attr(data-default-text); 
    position: relative;
    z-index: 1;
    transition: content 0.3s ease, opacity 0.3s ease;
    opacity: 1;
}

.animation-button:hover::after {
    content: attr(data-hover-text); 
}

.animation-button:hover i {
    opacity: 1; 
    color: white;
}

.animation-button:hover .animation-text {
    opacity: 1;
}

.animation-button .animation-text {
    position: relative;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.animation-button:hover .animation-text {
    opacity: 1;
}