/* ===========================
Index Of css

01. Variables CSS
02. Normalize CSS
03. Header CSS
04. Hero CSS
05. Process CSS
06. Achievement CSS
07. About CSS
08. Testimonial CSS
09. Pricing CSS
10. Call To Action CSS
11. Blog CSS
12. Clients CSS
13. Services CSS
14. Team CSS
15. Account Login CSS
16. Contact CSS
17. Error CSS
18. Mail Success CSS
19. Footer CSS
========================== */
/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #373737;
    overflow-x: hidden;
    font-size: 15px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
}

* {
    margin: 0;
    padding: 0;
}
.color2 {
    color: #ff6700;
}
.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    outline: none !important;
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

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

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #151515;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(white, #3b3b3b);
    cursor: default;
    margin: 0em;
    font: 400 14px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial;
}

span,
a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0px;
    color: #151515;
    font-family: "Montserrat", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-205 {
    margin-top: 205px;
}

.mt-210 {
    margin-top: 210px;
}

.mt-215 {
    margin-top: 215px;
}

.mt-220 {
    margin-top: 220px;
}

.mt-225 {
    margin-top: 225px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-205 {
    margin-bottom: 205px;
}

.mb-210 {
    margin-bottom: 210px;
}

.mb-215 {
    margin-bottom: 215px;
}

.mb-220 {
    margin-bottom: 220px;
}

.mb-225 {
    margin-bottom: 225px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-205 {
    padding-top: 205px;
}

.pt-210 {
    padding-top: 210px;
}

.pt-215 {
    padding-top: 215px;
}

.pt-220 {
    padding-top: 220px;
}

.pt-225 {
    padding-top: 225px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-205 {
    padding-bottom: 205px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-215 {
    padding-bottom: 215px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-225 {
    padding-bottom: 225px;
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }
}

/* Bread Crumbs */
.breadcrumbs {
    position: relative;
    padding-top: 140px;
    padding-bottom: 50px;
    z-index: 2;
    text-align: left;
    background: linear-gradient(-45deg, #fd723b, #3080e3);
    -webkit-box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.075);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs {
        padding-top: 110px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs {
        padding-top: 100px;
        padding-bottom: 30px;
    }
}

.breadcrumbs .breadcrumbs-content {
    position: relative;
    text-align: left;
}

.breadcrumbs .breadcrumbs-content .page-title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    position: relative;
    line-height: 28px;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 17px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 16px;
        text-align: center;
        line-height: 26px;
    }
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
    text-align: right;
}

@media (max-width: 767px) {
    .breadcrumbs .breadcrumb-nav {
        text-align: center;
        margin-top: 15px;
    }
}

.banner-btm-fourbx .container {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: none;
    border-right: none;
}
.banner-btm-fourbx-bx {
    text-align: center;
    padding: 30px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 64px;
    font-weight: 600;
    color: #ff6700;
}
.banner-btm-fourbx .col-md-3:last-child .banner-btm-fourbx-bx {
    border: none;
}

.banner-btm-fourbx-bx p {
    color: #3f3f3f;
    font-weight: 500;
    font-size: 17px;
    margin: 10px 0 30px;
}
.breadcrumbs .breadcrumb-nav li {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    margin-right: 14px;
    text-transform: capitalize;
    color: #fff;
}

.breadcrumbs .breadcrumb-nav li:after {
    content: "\ea62";
    font-family: lineIcons;
    font-size: 11px;
    position: absolute;
    top: 3px;
    right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
    margin: 0;
    padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
    display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li i,
.breadcrumbs .breadcrumb-nav li a i {
    font-size: 13px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.breadcrumbs .breadcrumb-nav li a {
    position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
    color: #e4e4e4;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 5;
}

.section-title h3 {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
    color: #ff6700;
    text-transform: capitalize;
    letter-spacing: 0.25em;
}

.section-title h2 {
    font-size: 55px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
}

.section-title p {
    font-size: 16px;
    line-height: 26px;
}
.career .section-title.section-title-btm h2{font-size:45px;}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title {
        padding: 0px 200px;
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        padding: 0px 20px;
        margin-bottom: 50px;
    }
    .section-title h3 {
        font-size: 14px;
    }
    .section-title h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .section-title p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .section-title {
        padding: 0px 10px;
        margin-bottom: 40px;
    }
    .section-title h3 {
        font-size: 13px;
    }
    .section-title h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .section-title p {
        font-size: 15px;
    }
    
}

.section-title.align-right {
    padding: 0;
    padding-left: 600px;
}

.section-title.align-right h2:before {
    display: none;
}

.section-title.align-right h2:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: #3080e3;
    content: "";
}

.section-title.align-left {
    padding: 0;
    padding-right: 600px;
}

.section-title.align-left h2:before {
    left: 0;
    margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #3080e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 5px;
}

.scroll-top:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: #fd723b;
}

/* Overlay */
.overlay {
    position: relative;
    z-index: 1;
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #151515;
    content: "";
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

/* Pagination CSS */
.pagination {
    text-align: left;
    margin: 60px 0 0 0;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pagination {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .pagination {
        margin-top: 40px;
    }
}

.pagination.center {
    text-align: center;
}

.pagination.right {
    text-align: right;
}

.pagination.left {
    text-align: left;
}

.pagination .pagination-list {
    display: inline-block;
    overflow: hidden;
}

.pagination .pagination-list li {
    margin-right: 5px;
    display: inline-block;
    margin-top: 10px;
}

.pagination .pagination-list li:last-child {
    margin-right: 0px;
}

.pagination .pagination-list li a {
    background: #fff;
    color: #081828;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    padding: 8px 20px;
    text-align: center;
    border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
    background: #3080e3;
    color: #fff;
    border-color: transparent;
}

.pagination .pagination-list li a i {
    font-size: 13px;
}

.blog-grids.pagination {
    margin-top: 50px;
    text-align: center;
}

.button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 16px 30px;
    background-color: #3080e3;
    color: #fff;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button .btn {
        padding: 14px 25px;
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .button .btn {
        padding: 14px 25px;
        font-size: 14px;
        font-weight: 500;
    }
}

.button .btn i {
    display: inline-block;
    margin-right: 5px;
}

.button .btn:last-child {
    margin: 0;
}

.button .btn:hover {
    color: #fff;
    background-color: #fd723b;
}

.button {
    margin-left: 0 !important;
}

.button .btn-alt {
    background-color: #fd723b !important;
    color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button .btn-alt {
        padding: 14px 25px;
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .button .btn-alt {
        padding: 14px 25px;
        font-size: 14px;
        font-weight: 500;
    }
}

.button .btn-alt:hover {
    background-color: #3080e3 !important;
    color: #fff !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
}

/*.preloader-icon span {*/
/*    position: absolute;*/
/*    display: inline-block;*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    border-radius: 100%;*/
/*    background: #3080e3;*/
/*    -webkit-animation: preloader-fx 1.6s linear infinite;*/
/*    animation: preloader-fx 1.6s linear infinite;*/
/*}*/

/*.preloader-icon span:last-child {*/
/*    animation-delay: -0.8s;*/
/*    -webkit-animation-delay: -0.8s;*/
/*}*/

/*@keyframes preloader-fx {*/
/*    0% {*/
/*        -webkit-transform: scale(0, 0);*/
/*        transform: scale(0, 0);*/
/*        opacity: 0.5;*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: scale(1, 1);*/
/*        transform: scale(1, 1);*/
/*        opacity: 0;*/
/*    }*/
/*}*/

/*@-webkit-keyframes preloader-fx {*/
/*    0% {*/
/*        -webkit-transform: scale(0, 0);*/
/*        opacity: 0.5;*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: scale(1, 1);*/
/*        opacity: 0;*/
/*    }*/
/*}*/

/*======================================
	01. Start Header CSS
========================================*/
.header {
    width: 100%;
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header {
        padding: 18px 0 !important;
    }
    .header .mobile-menu-btn .toggler-icon {
        background-color: #151515;
    }
    .header .button {
        margin: 0 !important;
    }
    .header .navbar-collapse {
        position: absolute;
        top: 61px !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 350px;
        overflow-y: scroll;
        border-top: 1px solid #eee;
        border-radius: 8px;
    }
    /* .header .navbar .navbar-nav .nav-item a:hover {
    color: #3080e3 !important;
  }
  .header .navbar .navbar-nav .nav-item a.active {
    color: #3080e3 !important;
  } */
    .header .navbar-nav .nav-item {
        margin: 0;
    }
    /* .header .navbar-nav .nav-item:hover a {
    color: #3080e3;
  } */
    .header .navbar-nav .nav-item a {
        padding: 12px 16px !important;
    }
    .header .navbar-nav .nav-item a::before {
        display: none;
    }
    .header .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border: none;
        margin-left: 15px;
        margin-right: 15px;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 12px 12px;
    }
    /* .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #3080e3 !important;
  } */
    .header .navbar-nav .nav-item a {
        /* color: #051441; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }
    .header .navbar-nav .nav-item a::after {
        opacity: 1;
        visibility: visible;
    }
    .header .navbar-nav .nav-item .sub-menu li.active {
        background: #fff !important;
        color: #3080e3 !important;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item {
        margin: 0 !important;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 10px 12px !important;
    }
    .header .navbar-nav .nav-item .sub-menu li:hover {
        background: #fff !important;
        color: #3080e3 !important;
    }
    .header .navbar-nav .nav-item a {
        font-size: 14px;
    }
    .header .navbar-nav .nav-item a:hover {
        color: #3080e3;
    }
}

@media (max-width: 767px) {
    .header {
        padding: 8px 0 !important;
    }
    .header .mobile-menu-btn .toggler-icon {
        background-color: #151515;
    }
    .header .navbar-collapse {
        position: absolute;
        top: 60px !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 350px;
        overflow-y: scroll;
        border-top: 1px solid #eee;
        border-radius: 8px;
    }
    .header .navbar .navbar-nav .nav-item a:hover {
        color: #3080e3 !important;
    }
    .header .navbar .navbar-nav .nav-item a.active {
        color: #3080e3 !important;
    }
    .header .navbar-nav .nav-item {
        margin: 0;
    }
    .header .navbar-nav .nav-item:hover a {
        color: #3080e3;
    }
    .header .navbar-nav .nav-item a {
        padding: 12px 16px !important;
    }
    .header .navbar-nav .nav-item a::before {
        display: none;
    }
    .header .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border: none;
        margin-left: 15px;
        margin-right: 15px;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 12px 12px;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        color: #3080e3 !important;
    }
    .header .navbar-nav .nav-item a {
        color: #051441;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }
    .header .navbar-nav .nav-item a::after {
        opacity: 1;
        visibility: visible;
    }
    .header .navbar-nav .nav-item .sub-menu li.active {
        background: #fff !important;
        color: #ff6700 !important;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item {
        margin: 0 !important;
    }
    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 10px 12px !important;
    }
    .header .navbar-nav .nav-item .sub-menu li:hover {
        background: #fff !important;
        color: #ff6700 !important;
    }
    .header .navbar-nav .nav-item a {
        font-size: 14px;
    }
    .header .navbar-nav .nav-item a:hover {
        color: #ff6700;
    }
}

@media (max-width: 767px) {
    .header .button {
        display: none;
    }
}

/* .header .navbar-brand img {
  width: 110px;
} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .navbar-brand img {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .header .navbar-brand img {
        width: 100px;
    }
}

.header.sticky .button .btn {
    background-color: #ff6700;
    color: #fff;
}

.header.sticky .button .btn:hover {
    background-color: #fd723b;
    color: #fff;
}

.sticky {
    position: fixed;
    z-index: 99;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 0;
    background-color: #fff;
}

.navbar-expand-lg .navbar-nav {
    margin: 0;
    margin-left: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
    color: #ff6700;
}

.sticky .navbar .navbar-nav .nav-item a.active {
    color: #ff6700;
}

.sticky .navbar .navbar-nav .nav-item a {
    color: #151515;
}
.header .navbar .navbar-nav .nav-item .sub-menu .nav-item a {
    color: #151515;
}
/* .header .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
} */

.sticky .navbar .mobile-menu-btn .toggler-icon {
    background: #333;
}

/*===== NAVBAR =====*/
.navbar-area {
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0;
}

.navbar-area.sticky {
    position: fixed;
    z-index: 99;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0px 0;
}

.navbar {
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding-left: 0;
    border-radius: 0;
}

.mobile-menu-btn {
    padding: 0px;
}

.mobile-menu-btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

.navbar-nav .nav-item {
    z-index: 1;
    position: relative;
    margin-right: 40px;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
    color: #fd723b;
}

.sticky .navbar-nav .nav-item:hover a {
    color: #fd723b;
}

.navbar-nav .nav-item a {
    font-size: 18px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 35px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    transition: all 0.3s ease-out 0s;
    position: relative;
    text-transform: capitalize;
}

/* .navbar-nav .nav-item a::after {
  opacity: 0;
  visibility: hidden;
} */

.navbar-nav .nav-item:hover a:before {
    width: 100%;
}

.navbar-nav .nav-item a.active {
    color: #fff;
}

.navbar-nav .nav-item a.dd-menu::after {
    content: "\ea5e";
    font: normal normal normal 1em/1 "LineIcons";
    position: absolute;
    right: -14px;
    font-size: 10px;
    top: 44%;
    margin-left: 5px;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu::after {
        right: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .navbar-nav .nav-item a.dd-menu::after {
        top: 18px;
        right: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .navbar-nav .nav-item a.collapsed::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.navbar-nav .nav-item:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.navbar-nav .nav-item .sub-menu {
    padding: 0;
    min-width: 240px;
    max-width: 330px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px #0000001a;
    box-shadow: 0px 5px 20px #0000001a;
    position: absolute;
    top: 110% !important;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0 0 4px 4px;
    border-radius: 0px;
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
    width: 100%;
    /* margin-bottom: 15px; */
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
    margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
    /* padding: 0; */
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #151515;
    text-transform: none;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.icust-hover-menu {
    max-height: 450px;
    overflow-y: scroll;
    margin-top: -50px;
    border-radius: 0 !important;
}
/*
.navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #ff6700;
}
*/
.navbar-nav .nav-item .sub-menu.left-menu {
    left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
        display: none;
    }
}

.navbar-nav .nav-item .sub-menu > li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item .sub-menu > li:hover {
    background-color: #ff6700;
    color: #fff;
}
.sub-menu li a:hover {
    color: white !important;
}
/*
.navbar-nav .nav-item .sub-menu > li:hover a {
    color: #fff !important;
}
*/
.navbar-nav .nav-item .sub-menu > li:last-child {
    border: none;
}

/* .navbar-nav .nav-item .sub-menu > li.active > a {
  color: #ff6700 !important;
} */

.navbar-nav .nav-item .sub-menu > li > a {
    font-weight: 400;
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
}

.navbar-nav .nav-item .sub-menu > li:first-child a {
    border: none;
}

.button {
    display: inline-block;
    margin-left: 10px;
}

.button .signin {
    color: #fff;
    font-weight: 500;
    margin-right: 20px;
}

.button .signin:hover {
    text-decoration: underline;
}

.button .signup {
    background-color: #fff;
    color: #151515;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 500;
}

.button .signup:hover {
    color: #fff;
    background-color: #fd723b;
}

.sticky .button .signin {
    color: #151515;
}

.sticky .button .signin:hover {
    color: #3080e3;
}

.sticky .button .signup {
    background-color: #3080e3;
    color: #fff;
}

.sticky .button .signup:hover {
    background-color: #fd723b;
    color: #fff;
}

.others-pages {
    background-color: #fff;
}

.others-pages .button .signin {
    color: #151515;
}

.others-pages .button .signin:hover {
    color: #3080e3;
}

.others-pages .button .signup {
    background-color: #3080e3;
    color: #fff;
}

.others-pages .button .signup:hover {
    background-color: #fd723b;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .header .button .signin {
        color: #151515;
    }
    .header .button .signin:hover {
        color: #3080e3;
    }
    .header .button .signup {
        background-color: #3080e3;
        color: #fff;
    }
    .header .button .signup:hover {
        background-color: #fd723b;
        color: #fff;
    }
}

/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
    position: relative;
    padding: 170px 0 160px 0;
    background-image: url(../images/bg-hero1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*margin-bottom: 80px;*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area {
        padding: 130px 0 70px 0;
    }
}

@media (max-width: 767px) {
    .hero-area {
        padding: 110px 0 60px 0;
    }
}

.hero-area .main__circle {
    top: -98px;
    right: calc(50% - 1180px);
    width: 1000px;
    height: 1000px;
    background: #3080e3;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .hero-area .main__circle {
        display: none;
    }
}

.hero-area .main__circle2 {
    right: calc(50% - 270px);
    bottom: -75px;
    z-index: 2;
    width: 150px;
    height: 150px;
    background: #fab8c4;
    position: absolute;
    border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .hero-area .main__circle2 {
        display: none;
    }
}

.hero-area .main__circle3 {
    top: -180px;
    left: -180px;
    width: 350px;
    height: 350px;
    background: #fd723b;
    position: absolute;
    border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .hero-area .main__circle3 {
        display: none;
    }
}

.hero-area .main__circle4 {
    top: 44%;
    left: 30px;
    width: 48px;
    height: 48px;
    background: #fab8c4;
    position: absolute;
    border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .hero-area .main__circle4 {
        display: none;
    }
}

.hero-area .app-image {
    z-index: 99;
    position: relative;
    border-radius: 20px;
    z-index: 2;
    position: relative;
    -webkit-box-shadow: 0px 0px 30px #0000000f;
    box-shadow: 0px 0px 30px #0000000f;
    z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .app-image {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .hero-area .app-image {
        margin-top: 40px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 1400px) {
    .hero-area .app-image {
        margin-left: 20px;
    }
}

.hero-area .app-image .image-bg-shape {
    top: -45px;
    left: -45px;
    width: 110px;
    height: 110px;
    background: #fab8c4;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .hero-area .app-image .image-bg-shape {
        display: none;
    }
}

.hero-area .shape-1 {
    position: absolute;
    width: 520px;
    height: 520px;
    left: -184.03px;
    top: -1.4px;
}

.hero-area .shape-1 img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-area .shape-2 {
    position: absolute;
    width: 665px;
    height: 665px;
    right: -126px;
    top: -66px;
}

.hero-area .shape-2 img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-area .shape-3 {
    position: absolute;
    width: 600px;
    height: 600px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -50%;
}

.hero-area .shape-3 img {
    width: 100%;
    height: 100%;
    display: block;
}

.hero-area .hero-content {
    border-radius: 0;
    position: relative;
    z-index: 1;
    text-align: left;
    padding-right: 40px;
}
.hero-area .hero-content .button .btn {
    background-color: #fff;
    color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .hero-content {
        padding: 0px 140px;
    }
}

.hero-area .hero-content h1 {
    font-weight: 200;
    font-size: 78px;
    line-height: 98px;
    color: #fff;
    margin: 0px 0 18px;
    text-transform: capitalize;
}

.hero-area .hero-content h1 span.color2 {
    color: #ff6700;
    font-weight: 700;
}

.hero-area .hero-content p {
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin: 28px 0;
}
.hero-area .hero-content p.subheading {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.25em;
}
.hero-area .hero-content .button {
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .hero-content .button {
        margin-top: 10px !important;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hero-area .hero-content .button {
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hero-area .hero-content .button .btn {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area .hero-content h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .hero-content {
        text-align: center;
    }
    .hero-area .hero-content h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
    }
    .hero-area .hero-content p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .hero-area .hero-content {
        padding: 0 10px;
        text-align: center;
    }
    .hero-area .hero-content h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .hero-area .hero-content p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 26px;
    }
    .hero-area .hero-content .button .btn {
        width: 60%;
        margin: 0;
        margin-bottom: 7px;
    }
    .hero-area .hero-content .button .btn:last-child {
        margin: 0;
    }
}

.hero-area.style2 {
    padding: 200px 0 120px 0;
    overflow: hidden;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f4f7fa),
        to(transparent)
    );
    background: linear-gradient(#f4f7fa, transparent);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area.style2 {
        padding: 130px 0 70px 0;
    }
}

@media (max-width: 767px) {
    .hero-area.style2 {
        padding: 110px 0 60px 0;
    }
}

.hero-area.style2 .main__circle {
    top: -98px;
    right: calc(50% - 1145px);
    width: 1000px;
    height: 1000px;
    background: #3080e3;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 1400px) {
    .hero-area.style2 .hero-content {
        padding-right: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area.style2 .hero-content {
        padding: 0px 110px;
    }
}

.hero-area.style2 .hero-content h4 {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
    color: #727272;
}

.hero-area.style2 .hero-content h1 {
    text-transform: capitalize;
    font-size: 38px;
    line-height: 53px;
    overflow: hidden;
}

.hero-area.style2 .hero-content h1 .secondary-color {
    color: #fd723b;
}

.hero-area.style2 .hero-content p {
    font-family: "Montserrat", sans-serif;
    color: #727272;
    font-size: 15px;
}

@media (max-width: 767px) {
    .hero-area.style2 .hero-content p {
        font-size: 14px !important;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 1400px) {
    .hero-area.style2 .hero-content p {
        padding-right: 60px;
    }
}

.hero-area.style2 .hero-content .button {
    margin-top: 20px;
}

.hero-area.style2 .hero-content .button .btn {
    padding: 17px 45px;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .hero-area.style2 .hero-content .video {
        display: block;
        margin-top: 15px;
    }
}

.hero-area.style2 .hero-content .video .video-text {
    color: #727272;
    display: inline-block;
    margin-left: 15px;
}

.hero-area.style2 .hero-content .video .video-icon {
    height: 55px;
    width: 55px;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    color: #3080e3;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}

.hero-area.style2 .hero-content .video:hover .video-icon {
    background-color: #3080e3;
    color: #fff;
    border-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area.style2 .hero-content {
        text-align: center;
    }
    .hero-area.style2 .hero-content h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 42px;
    }
    .hero-area.style2 .hero-content p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .hero-area.style2 .hero-content {
        padding: 0 10px;
        text-align: center;
    }
    .hero-area.style2 .hero-content h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .hero-area.style2 .hero-content p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 26px;
    }
    .hero-area.style2 .hero-content .button .btn {
        width: 70%;
        margin: 0;
        padding: 14px 30px;
        margin-bottom: 7px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .hero-area.style2 .hero-content .button .btn {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .hero-area.style2 .hero-content .button .btn:last-child {
        margin: 0;
    }
}

.hero-area.style2 .hero-image {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    bottom: -32px;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .hero-area.style2 .hero-image {
        display: none;
    }
}

.hero-area.style2 .hero-image img {
    width: 640px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 1400px) {
    .hero-area.style2 .hero-image {
        margin-left: 40px;
    }
}

.hero-area.style2 .hero-image .image-bg-shape {
    top: 40px;
    left: 44px;
    width: 110px;
    height: 110px;
    background: #fab8c4;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 767px) {
    .hero-area.style2 .hero-image .image-bg-shape {
        display: none;
    }
}

/*=============================
	Pricing Table CSS
===============================*/
.services-slide-bx {
    box-shadow: 0px 0px 6px 0px #00000040;
    border-radius: 16px;
    padding: 50px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services-slide-bx h3 {
    font-size: 26px;
    font-weight: 600;
}
.services-slide-bx p {
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0 0;
}
.services-slide-bx a {
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    color: #373737;
}
.services-slide-bx a i {
    margin-left: 10px;
}
.bx1 {
    background: linear-gradient(360deg, #e2f5f8 0%, #b0e0e6 100%);
}
.bx2 {
    background: linear-gradient(360deg, #d5ffea 0%, #95d2b3 100%);
}
.bx3 {
    background: linear-gradient(360deg, #fff2e6 0%, #ffdab9 100%);
}
.bx4 {
    background: linear-gradient(360deg, #f3f0ff 0%, #d4ccff 100%);
}
.bx5 {
    background: linear-gradient(360deg, #fffedf 0%, #f1ef99 100%);
}
.bx6 {
    background: linear-gradient(360deg, #f4ffd7 0%, #cedf9f 100%);
}
.services-offer {
    padding: 80px 0 80px 0;
    background-image: url(../images/bg-hero1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
    color: #fff;
}
.services-offer h2 {
    color: #fff;
    font-weight: 300;
}
.services-offer .color2 {
    font-weight: 600;
}
.services-offer-bx {
    text-align: center;
    margin-bottom: 25px;
    background: #ffffff;
    border: 1px solid #ffffff80;
    min-height: 474px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 30px;
}
.services-offer-bx h3,
.services-offer-bx p,
.services-offer-bx a {
    text-align: left;
    color: #0e0d0d;
}
.services-offer-bx h3 {
    font-size: 26px;
    margin-top: 25px;
}
.services-offer-bx p {
    font-size: 14px;
    margin-top: 15px;
}
.services-offer-bx a {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
}
.services-offer-bx a i {
    margin-left: 10px;
}
.testimonial.services-offer {
    background: #fff;
    padding-top: 80px;
    margin-bottom: 0;
}
.testimonial.services-offer h2 {
    color: #000;
    font-weight: 300;
}
.testimonial-bx {
    border-radius: 10px;
    box-shadow: 0px 28.93px 63.5px 0px #450e1529;
    min-height: 350px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 15px;
}
.starbx {
    padding: 0 16px;
    color: #ff6700;
}
.starbx i {
    box-shadow: 0px 34.19px 72.74px 0px #15151526;
}
.testimonial-bx p {
    padding: 0 16px;
    color: #000;
}

.client-bx {
    background: #ff6700;
    padding: 20px 16px;
    border-radius: 0 0 16px 16px;
    display: flex;
    color: #fff;
}
.client-bx p {
    color: #fff;
}
.client-bx-img {
    height: 100%;
    width: 51px;
    font-size: 45px;
    text-align: center;
}
.bank-bx-img {
    height: 100%;
    width: 86px;
    font-size: 45px;
    text-align: center;
}
.career .container {
    background-image: url(../images/bg-hero1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 80px;
    color: #fff;
    padding: 50px 30px;
    border-radius: 15px;
}
.career .section-title {
    text-align: left;
    margin-bottom: 0;
}
.career .section-title h2 {
    font-weight: 300;
    color: #fff;
}
.career .section-title a {
    font-weight: 300;
    color: #fff;
    border: 1px solid #ffffff;
    padding: 20px 57px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    margin-top: 30px;
}
section.career.section {
    padding-top: 30px;
    padding-bottom: 0;
}
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    padding: 20px 0;
}

.marquee {
    display: inline-block;
    animation: marquee 20s linear infinite;
}

.marquee-container:hover .marquee {
    animation-play-state: paused;
}

.marquee img {
    width: 150px;
    height: 100px;
    margin: 0 20px;

    transition: filter 0.3s ease;
    border-radius: 10px;
}

.marquee img:hover {
    filter: grayscale(0%);
}

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

/* Duplicate content for seamless looping */
.marquee-content {
    display: flex;
}

.pricing-table {
    background-color: #fff;
}

.pricing-table .section-title {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-table .section-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .pricing-table .section-title {
        margin-bottom: 20px;
    }
}

.pricing-table .single-table {
    border: 1px solid #eee;
    border-radius: 10px;
    margin-top: 40px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 50px 35px;
    text-align: center;
    z-index: 0;
    transition: all 0.4s ease;
}

.pricing-table .single-table:hover {
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
}

.pricing-table .single-table.middle .table-head .title {
    border-color: #fd723b;
    color: #fd723b;
}

.pricing-table .single-table .table-head .title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #3080e3;
    padding: 8px 20px;
    border: 2px solid #3080e3;
    display: inline-block;
    border-radius: 30px;
}

.pricing-table .single-table .table-head p {
    font-weight: 400;
}

.pricing-table .single-table .table-head .price {
    padding-top: 30px;
}

.pricing-table .single-table .table-head .price .amount {
    font-size: 45px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

.pricing-table .single-table .table-head .price .amount .currency {
    font-weight: 400;
    color: #888;
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 6px;
}

.pricing-table .single-table .table-head .price .amount .duration {
    display: inline-block;
    font-size: 14px;
    color: #888;
    font-weight: 400;
    margin-left: 3px;
}

.pricing-table .single-table .button {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 40px;
}

.pricing-table .single-table .button .btn {
    text-transform: none;
    padding: 14px 35px;
}

.pricing-table .single-table .table-content .table-list li {
    position: relative;
    font-size: 15px;
    margin-bottom: 10px;
}

.pricing-table .single-table .table-content .table-list li:last-child {
    margin: 0;
}

.pricing-table .single-table .table-content .table-list li i {
    color: #3080e3;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

.pricing-table.style2 .single-table {
    text-align: left;
    padding: 40px;
}

.pricing-table.style2 .single-table.middle .table-head .title {
    color: #fd723b;
}

.pricing-table.style2 .single-table .table-head .title {
    color: #3080e3;
    border: none;
    padding: 0;
    text-transform: uppercase;
}

.pricing-table.style2 .single-table .table-head .price {
    padding-top: 0;
}

.pricing-table.style2 .single-table .table-head .price .amount {
    font-size: 45px;
    font-weight: 600;
}

.pricing-table.style2 .single-table .table-head .price .amount .currency {
    font-weight: 500;
    color: #151515;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 9px;
}

.pricing-table.style2 .single-table .table-head .price .amount .duration {
    color: #151515;
}

.pricing-table.style2 .single-table .table-list {
    margin-top: 40px;
}

.pricing-table.style2 .single-table .table-list li {
    font-size: 15px;
    margin-bottom: 16px;
    padding-left: 25px;
    font-weight: 400;
    color: #151515;
    position: relative;
}

.pricing-table.style2 .single-table .table-list li::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\ea5a";
    font-family: lineIcons;
    color: #68d585;
    font-size: 15px;
}

.pricing-table.style2 .single-table .table-list li.disable {
    color: #727272;
}

.pricing-table.style2 .single-table .table-list li.disable::before {
    color: #727272;
    content: "\ea87";
}

.pricing-table.style2 .single-table .button {
    margin: 0;
    margin-top: 50px;
}

.pricing-table.style2 .single-table .button .btn i {
    display: inline-block;
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.pricing-table.style2 .single-table .no-card {
    display: block;
    margin-top: 15px;
}

/*======================================
    Call To Action CSS
========================================*/
.call-action {
    background-color: #fff;
}

.call-action.style2 {
    background-color: #3080e3;
    padding: 0;
}

.call-action.style2 .inner-content {
    padding: 60px 0;
}

.call-action .inner-content {
    position: relative;
    padding: 50px;
    border-radius: 10px;
    background-color: #3080e3;
    z-index: 0;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-action .inner-content {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .call-action .inner-content {
        padding: 30px;
        text-align: center;
    }
}

.call-action .inner-content .bg-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.call-action .text h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .call-action .text h2 {
        font-size: 25px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .call-action .text h2 {
        font-size: 22px;
        line-height: 32px;
    }
}

.call-action .text h2 span {
    display: block;
    color: #3080e3;
}

.call-action .button {
    float: right;
}

.call-action .button .btn {
    background-color: #fff;
    color: #151515;
}

.call-action .button .btn:hover {
    background-color: #fd723b;
    color: #fff;
}

.call-action .button .btn.btn-alt:hover {
    background-color: #151515 !important;
}

@media (max-width: 767px) {
    .call-action .button {
        float: none;
        margin-top: 20px;
    }
}

/*======================================
    Services CSS
========================================*/
.services {
    background-color: #fff;
    padding-bottom: 0;
}

.services .section-title {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services .section-title {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .services .section-title {
        margin-bottom: 30px;
    }
}

.services.style2 .single-service {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #eaeaea;
}

.services.style2 .single-service h3 {
    font-size: 20px;
}

.services.style2 .single-service:hover {
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
    background-color: #fff;
}

.single-service {
    padding: 35px;
    border-radius: 18px;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.048);
    background-color: #fff;
    margin-top: 30px;
}

.single-service .service-icon {
    height: 65px;
    width: 65px;
    line-height: 65px;
    border-radius: 15px;
    color: #fff;
    background-color: #3080e3;
    text-align: center;
    font-size: 30px;
    -webkit-box-shadow: 0px 10px 30px rgba(48, 128, 227, 0.18);
    box-shadow: 0px 10px 30px rgba(48, 128, 227, 0.18);
}

.single-service h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
}

.single-service p {
    font-size: 16px;
}

.single-service a {
    color: #3080e3;
    margin-top: 40px;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
}

.single-service a i {
    font-size: 22px;
    margin-left: 12px;
    position: relative;
    top: 3px;
}

.single-service a:hover {
    letter-spacing: 1px;
}

.single-service.two .service-icon {
    background-color: #fd723b;
    -webkit-box-shadow: 0px 10px 30px rgba(253, 114, 59, 0.25);
    box-shadow: 0px 10px 30px rgba(253, 114, 59, 0.25);
}

.single-service.two a {
    color: #fd723b;
}

.single-service.three .service-icon {
    background-color: #ffa842;
    -webkit-box-shadow: 0px 10px 30px rgba(255, 168, 66, 0.26);
    box-shadow: 0px 10px 30px rgba(255, 168, 66, 0.26);
}

.single-service.three a {
    color: #ffa842;
}

/*======================================
	Footer CSS
========================================*/
.footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0px;
    color: #fff;
    position: relative;
    padding-bottom: 0;
}
.footer:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0e064ecc;
    opacity: 0.8;
    z-index: 1;
}
.footer-top {
    z-index: 9;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer {
        padding-top: 30px;
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .footer {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .single-footer {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer .single-footer {
        margin-top: 20px;
        text-align: left;
    }
}

.footer .single-footer.f-about {
    padding-right: 30px;
}

@media (max-width: 767px) {
    .footer .single-footer.f-about {
        padding: 0;
    }
}

.footer .single-footer.f-about .logo img {
    margin-bottom: 35px;
}
.f-about ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 15px;
}
.f-about ul li a i {
    color: #ff6700;
    border-radius: 50%;
    border: 1px solid;
    margin-right: 20px;
    padding: 7px;
}
.footer .single-footer.f-about p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
}

.footer .single-footer.f-about .copyright-text {
    color: #fff;
    font-size: 15px;
    margin-top: 40px;
}

.footer .single-footer.f-about .copyright-text span {
    display: block;
}

@media (max-width: 767px) {
    .footer .single-footer.f-about .copyright-text {
        margin-top: 20px;
    }
}

.footer .single-footer.f-about .copyright-text a {
    color: #fff;
}

.footer .single-footer.f-about .copyright-text a:hover {
    color: #ff6700;
}

.footer .single-footer.f-link li {
    display: block;
    margin-bottom: 12px;
}

.footer .single-footer.f-link li:last-child {
    margin: 0;
}

.footer .single-footer.f-link li a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.footer .single-footer.f-link li a:hover {
    color: #ff6700;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 1400px) {
    .footer .single-footer.newsletter {
        padding-left: 80px;
    }
}

.footer .single-footer h3 {
    font-size: 24px;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
    color: #fff;
}
p.copyright-text {
    color: #c6c9d8;
    text-align: center;
    margin-top: 70px;
    padding-bottom: 40px;
    padding-top: 30px;
    border-top: 1px solid #ffffff80;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer .single-footer h3 {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .footer .single-footer h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .footer .single-footer.f-link li a{font-size:14px;}
    p.copyright-text{margin-top: 10px; padding-bottom: 0; padding-top: 10px;}
}

.footer .newsletter-form {
    margin-top: 30px;
    position: relative;
}

.footer .newsletter-form input {
    height: 55px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    padding-left: 18px;
    padding-right: 65px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer .newsletter-form input:hover {
    border-color: #3080e3;
}

.footer .newsletter-form input:focus {
    border-color: #3080e3;
}

.footer .newsletter-form .button {
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer .newsletter-form .button .sub-btn {
    height: 42px;
    width: 42px;
    border-radius: 6px;
    background-color: #3080e3;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 17px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer .newsletter-form .button .sub-btn:hover {
    color: #fff;
    background-color: #fd723b;
}
ul.social {
    margin-top: 25px;
    display: inline-flex;
}
.f-about ul.social li a i {
    color: #fff;
    border-radius: 0;
    border: none;
    margin-right: 20px;
    padding: 0;
    font-size: 24px;
}
.newsletter-form-ftr input {
    border: none;
    border-bottom: 1px solid #ffffff33;
    background: transparent;
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
}
button.sub-btn {
    color: #fff;
    border: 1px solid #ffffff;
    padding: 9px 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    margin-top: 0px;
    background: transparent;
}
.newsletter-form-ftr .button {
    text-align: right;
    display: block;
}

/* contact */

/* Page Section Layout */
.breadcrumb-area {
    /*padding: 100px 0 50px;*/
    color: #ffffff;
}

/* Page Title */
.page-title {
    font-size: 40px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

.page-title span {
    color: #ff7a00; /* Same orange as Rumango logo */
}

/* Breadcrumb */
.breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0da"; /* fa-caret-right icon */
    padding: 0 10px;
    color: #ff7a00; /* Orange color like your theme */
    font-size: 14px;
}

.breadcrumb-item a {
    color: #ffffff !important;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #ff7a00; /* Active page orange */
}

.contact-card {
    padding: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0d47a1, #1a237e, #4a148c);
    color: #fff;
    position: relative;
    height: 100%;
    height: 560px;
}

.contact-card:after {
    content: "";
    position: absolute;
    bottom: -35px;
    right: -35px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.contact-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.contact-card p {
    font-size: 14px;
    margin-bottom: 35px;
}

.contact-icon {
    width: 26px;
    font-size: 18px;
    color: #ff7a00;
    margin-right: 12px;
}

.contact-text {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

.contact-text:hover {
    color: #ff7a00;
}

.form-label {
    font-size: 13px;
    font-weight: 500;
}

.form-line {
    border: none;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
    outline: none;
}

.form-line:focus {
    box-shadow: none;
    border-bottom: 2px solid #ff7a00;
}

.send-btn {
    background: linear-gradient(90deg, #ff0066, #3f51b5);
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    border: none;
    transition: 0.3s;
    font-size: 14px;
}

.send-btn:hover {
    opacity: 0.85;
    background: linear-gradient(90deg, #f5659f, #5f6bb3);
    color: #fff;
}

/* Career  */

.careers-section {
    background: #ffffff;
}

.section-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    color: #ff6600;
    font-weight: 700;
}

.section-title {
    font-size: 36px;
    font-weight: 200;
}

.section-title span {
    color: #ff6600; /* Orange color for Brilliant */
    font-weight: 600;
}

.section-description {
    margin: 0 auto;
    color: #555;
    font-size: 16px;
    font-weight: 500;
}

/* Career Cards */
.career-card {
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    transition: 0.3s;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
    padding: 50px;
}

.career-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.career-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.career-card ul {
    padding-left: 10px;
    list-style: disc;
}

.career-card ul li {
    margin-bottom: 6px;
    font-size: 15px;
    color: #444;
}

/* Apply Button */
.apply-btn {
    background: #ff6600;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 14px;
    border: none;
    transition: 0.3s;
}

.apply-btn:hover {
    background: #ff6600;
}

/* bankservice */

.bank-customised .content-box h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
}

.bank-customised .content-box .highlight {
    color: #ff6a00; /* Orange highlight */
}

.bank-customised p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.btn-get-started {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 28px;
    border-radius: 30px;
    border: 2px solid #ccc;
    background: transparent;
    color: #333;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-get-started:hover {
    background: #ff6a00;
    border-color: #ff6a00;
    color: #fff;
}

/* transform */
.transform-section {
    text-align: center;
}

.section-title {
    font-size: 28px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
}

.section-title span {
    color: #ff6a00;
}

.transform-card {
    background: #fff;
    border-radius: 14px;
    padding: 35px 20px;
    height: 300px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.transform-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.14);
}

.card-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 18px;
}

.transform-card h3 {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

/* Running section  */
.running-section {
    background: #ffffff;
}

.running-title {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.4;
}

.running-title span {
    color: #ff6a00;
}

.content-box {
    margin-bottom: 8px;
}

.content-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.content-box p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.running-image {
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 520px;
    object-fit: cover;
}

/* Mobile Friendly */
@media (max-width: 767px) {
    .running-title {
        font-size: 18px;
    }
    .content-box h4 {
        font-size: 18px;
    }
}

/* customization */
.why-customisation-section {
    background: #ffffff;
}

.customisation-image {
    border-radius: 5px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15);
    width: 100%;
    max-width: 540px;
}

.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
    overflow: hidden;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.custom-accordion .accordion-button {
    background: linear-gradient(to bottom, #e6e3da, #cfc8b8);
    font-weight: 600;
    font-size: 16px;
    color: #222;
    padding: 14px 18px;
    border: none;
    box-shadow: none !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background: linear-gradient(to bottom, #e6e3da, #cfc8b8);
    color: #000;
}

.custom-accordion .accordion-body {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.custom-accordion .accordion-button::after {
    background-image: none;
    font-family: "Font Awesome 6 Free";
    content: "+";
    font-weight: 900;
    font-size: 18px;
    transition: transform 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    content: "–";
    transform: rotate(180deg);
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

/* Mobile Improvements */
@media (max-width: 767px) {
    .accordion-button {
        font-size: 15px;
    }
    .customisation-image {
        margin-bottom: 20px;
    }
}

/* functiontraining */
.functional-training-section {
    background: #ffffff;
}

.section-heading {
    font-size: 32px;
    font-weight: 600;
    color: #222;
}

.section-heading span {
    color: #ff6a00;
}

.sub-heading {
    font-size: 18px;
    color: #000;
    margin: 12px 0;
    font-weight: 500;
}

.description-text {
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    max-width: 763px;
}

.training-image {
    max-width: 420px;
    width: 100%;
}

/* Mobile responsive improvements */
@media (max-width: 767px) {
    .section-heading {
        font-size: 26px;
        text-align: center;
    }
    .sub-heading,
    .description-text {
        text-align: center;
        max-width: 100%;
    }
}
.highlight,
.text-orange {
    color: #ff6a00 !important;
}

.functional-section h2 {
    font-size: 35px;
}

.offer-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.offer-card {
    border-radius: 10px;
    position: relative;
}

.offer-card .top-line {
    height: 23px;
    width: 100%;
    background-color: #ff6a00;
    border-radius: 10px 10px 0 0;
}

.offer-card h5 {
    margin-bottom: 15px;
    font-size: 18px;
}

.offer-card p {
    font-size: 14px;
    line-height: 1.6;
}

/* ✅ Responsive Styles */
@media (max-width: 992px) {
    .functional-section {
        text-align: center;
    }
    .functional-section h2 {
        font-size: 28px;
    }
}

/* benefits */
.benefit-section {
    background: #f7f7f7;
}
.benefit-section h2 {
    font-size: 32px;
    line-height: 1.3;
}

.benefit-section p {
    font-size: 15px;
    line-height: 1.7;
}

.highlight {
    color: #ff6a00 !important;
    font-weight: 700;
}

.benefit-img {
    max-width: 100%;
}

/* Mobile & Tablet Responsive */
@media (max-width: 992px) {
    .benefit-section h2 {
        font-size: 18px;
    }
    .benefit-section p {
        font-size: 14px;
    }
    .benefit-img {
        /*max-width: 70%;*/
        /*margin-bottom: 20px;*/
    }
}

.training-driven-section {
    background: #ffffff;
}

.training-driven-section h2 {
    font-size: 32px;
    font-weight: 600;
    color: #222;
}

.training-driven-section .highlight {
    color: #ff6a00;
}

.training-card {
    min-height: 100%;
    background: #fff;
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease-in-out;
}

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

.training-card p {
    font-size: 15px;
    color: #6a6a6a;
    line-height: 1.6;
    margin-top: 10px;
}

.training-icon {
    width: 55px;
    height: auto;
    object-fit: contain;
}
.tit-faq {font-size:40px;margin-bottom:30px;}

/* Mobile Resonsive */
@media (max-width: 767px) {
    .training-driven-section h2 {
        font-size: 18px;
    }
    .training-card {
        padding: 20px;
        min-height:auto;
    }
    .training-card h5{font-size:14px;}
    .tit-faq {font-size:18px;margin-bottom:15px;}
}

/* soft skills */
.softskill-section {
    background: #ffffff;
}

.softskill-section h4 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
    color: #222;
}

.highlight {
    color: #ff6a00;
}

.softskill-section p {
    font-size: 15px;
    color: #555;
    line-height: 1.65;
    margin: 0;
}

.shadow-soft {
    border-radius: 14px;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.12);
    height: 462px;
}
.text-justify {
    text-align: justify;
}

/* Responsive */
@media (max-width: 992px) {
    .softskill-section h4 {
        font-size: 20px;
    }
    .softskill-section p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .softskill-section {
        text-align: center;
    }
    .content-block {
        padding: 0 10px;
    }
}

/* analytics section  */
.analytics-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #263238;
}

.highlight-text {
    color: #ff6b2c; /* Orange highlight color */
}

.analytics-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.analytics-img {
    /*max-width: 450px;*/
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .analytics-title {
        text-align: center;
        font-size: 18px;
    }
    .analytics-desc {
        text-align: center;
    }
}

/* Team Section */

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #222;
}

.section-subtitle {
    color: #555;
    font-size: 16px;
}

/* Card */
.team-card {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 12px;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Image */
.team-img img {
    width: 200px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    /*height: 200px;*/
}

.team-card:hover .team-img img {
    transform: scale(1.05);
}

/* Name + Role */
.team-name {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.team-role {
    color: #777;
    font-size: 14px;
}

/* Social Icons */
.team-social a {
    display: inline-block;
    margin: 0 5px;
    color: #555;
    font-size: 15px;
    transition: 0.3s;
}

.team-social a:hover {
    color: #007bff;
}

/* partnership */
.partner-card {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.partner-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.benefit-box {
    background: #fff;
    border-radius: 12px;
    transition: 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.benefit-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

/* case studies */
.case-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.case-card img {
    transition: 0.4s ease;
}

.case-card:hover img {
    transform: scale(1.1);
    filter: brightness(60%);
}

.case-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    opacity: 0;
    transition: 0.4s ease;
}

.case-card:hover .case-overlay {
    opacity: 1;
}
.detail-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.detail-box:hover {
    transform: translateY(-7px);
}

/* term condition */
/* Section Styling */
.terms-section {
    background: #f8f9fa;
}

.terms-section h2 {
    font-size: 2rem;
    color: #0d1b2a;
}

/* Accordion Design */
.accordion-item {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #e3e6ea;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    background: #fff;
    font-weight: 600;
    padding: 15px 20px;
}

.accordion-button:not(.collapsed) {
    background-color: #e9f1ff;
    color: #003087;
}

.accordion-body {
    background: #fff;
    color: #555;
    line-height: 1.7;
}

/* Acceptance Box */
.accept-box {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.accept-box button {
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* help */

.help-title {
    font-size: 2rem;
    color: #0d1b2a;
}

.help-desc {
    font-size: 1.05rem;

    line-height: 1.7;
}
.rumango-journey-section {
    background: #f9fafc;
}

.rumangoJourneySlider {
    padding: 40px 0;
}

.rumango-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: 0.3s;
    height: 100%;
}

.rumango-card:hover {
    transform: translateY(-5px);
}

.rumango-card h3 {
    color: #2d4cff;
    font-weight: 700;
    margin-bottom: 10px;
}

.rumango-card p {
    font-size: 14px;
    color: #555;
}

.rumango-dot {
    width: 45px;
    height: 45px;
    background: #ff7a00;
    color: #fff;
    border-radius: 50%;
    line-height: 45px;
    margin: 0 auto 12px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .services-slide-bx a{position: unset;}
 .career-card{padding: 20px;} 
 .page-title,.section-title{font-size:28px;}
 button.sub-btn{font-size:12px;}
 .newsletter-form-ftr .button{text-align:left;}
 .f-about ul li a, p{font-size: 14px;}
 .career .section-title a{padding: 10px 20px;font-size: 16px;}
 .career .section-title.section-title-btm h2{font-size:20px;}
 .contact-card{padding:20px;height:auto;}
 #global-journey .section-subtitle{font-size: 14px;font-weight: normal;letter-spacing: inherit;}
 #global-journey .offer-section h2,  #global-journey .section-title, .bank-customised .content-box h2, h3 {font-size: 18px;}
 .custom-accordion .accordion-button{font-size: 14px;}
    
}
.sec {
    padding: 2rem 0;
    border-bottom: 0.5px solid var(--color-border-tertiary);
}
.sec:last-child {
    border-bottom: none;
}
.sec-label {
    font-size: 12px;
    color: var(--color-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 4px;
    font-weight: 500;
}
.sec-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 1.5rem;
    color: var(--color-text-primary);
}

/* Template A — Cosmic orbit */
.orbit-wrap {
    position: relative;
    background: radial-gradient(ellipse at center, #1a1b3a 0%, #0a0b1e 70%);
    border-radius: 16px;
    padding: 2.5rem 1rem;
    overflow: hidden;
    min-height: 520px;
}
.orbit-stars {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(1px 1px at 20% 30%, white, transparent),
        radial-gradient(1px 1px at 60% 70%, white, transparent),
        radial-gradient(
            1px 1px at 80% 20%,
            rgba(255, 255, 255, 0.6),
            transparent
        ),
        radial-gradient(
            1px 1px at 30% 80%,
            rgba(255, 255, 255, 0.8),
            transparent
        ),
        radial-gradient(1px 1px at 90% 50%, white, transparent),
        radial-gradient(
            1px 1px at 10% 60%,
            rgba(255, 255, 255, 0.5),
            transparent
        ),
        radial-gradient(1px 1px at 50% 10%, white, transparent),
        radial-gradient(
            1px 1px at 70% 90%,
            rgba(255, 255, 255, 0.7),
            transparent
        );
    pointer-events: none;
}
.orbit-svg {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    display: block;
}
.orbit-node {
    cursor: pointer;
    transition: transform 0.2s;
    transform-origin: center;
    transform-box: fill-box;
}
.orbit-node:hover {
    transform: scale(1.2);
}
.orbit-node.active circle {
    stroke: white;
    stroke-width: 3;
}
.orbit-info {
    position: relative;
    z-index: 2;
    max-width: 480px;
    margin: 1.5rem auto 0;
    text-align: center;
    color: white;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.06);
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    backdrop-filter: blur(8px);
}

/* Template B — Gradient tape */
.tape {
    background: linear-gradient(135deg, #fff4ed 0%, #ffe4d1 50%, #ffd4b8 100%);
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
}
.tape-track {
    position: relative;
    padding: 2.5rem 0;
}
.tape-line {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 72px;
    border-radius: 36px;
    background: linear-gradient(
        90deg,
        #e8751a,
        #f59e42,
        #fbbf24,
        #f472b6,
        #a78bfa,
        #60a5fa,
        #0b2545
    );
    transform: translateY(-50%);
    box-shadow: 0 8px 32px rgba(232, 117, 26, 0.25);
}
.tape-stops {
    position: relative;
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    gap: 4px;
}
.tape-pin {
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s;
}
.tape-pin:hover {
    transform: translateY(-4px);
}
.tape-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: white;
    margin: 0 auto;
    border: 3px solid rgba(0, 0, 0, 0.15);
    transition: all 0.2s;
}
.tape-pin.active .tape-dot {
    background: #0b2545;
    border-color: white;
    box-shadow: 0 0 0 3px #0b2545;
    transform: scale(1.3);
}
.tape-yr {
    font-size: 11px;
    font-weight: 500;
    color: white;
    margin-top: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.tape-card {
    margin-top: 1.5rem;
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    border: 0.5px solid rgba(0, 0, 0, 0.08);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    align-items: center;
}
.tape-big-yr {
    font-size: 48px;
    font-weight: 500;
    color: #e8751a;
    line-height: 1;
    letter-spacing: -0.02em;
}

/* Template C — Kinetic cards */
.kinetic {
    background: #0b2545;
    border-radius: 16px;
    padding: 2rem 1.5rem;
    overflow: hidden;
}
.kinetic-tabs {
    display: flex;
    gap: 0;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 1.5rem;
    overflow-x: auto;
}
.k-tab {
    flex-shrink: 0;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.5);
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    font-family: inherit;
}
.k-tab:hover {
    color: rgba(255, 255, 255, 0.8);
}
.k-tab.active {
    color: white;
    border-bottom-color: #e8751a;
}
.k-stage {
    position: relative;
    min-height: 280px;
}
.k-panel {
    display: none;
    animation: kSlide 0.4s ease;
}
.k-panel.show {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}
@keyframes kSlide {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.k-visual {
    aspect-ratio: 1.2;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    font-weight: 500;
    color: white;
    letter-spacing: -0.02em;
    position: relative;
    overflow: hidden;
}
.k-tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(232, 117, 26, 0.2);
    color: #f5a86a;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

/* Template D — Neon pulse */
.neon {
    background: #0a0a12;
    border-radius: 16px;
    padding: 2rem 1rem;
    position: relative;
    overflow: hidden;
}
.neon-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(232, 117, 26, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(232, 117, 26, 0.08) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}
.neon-inner {
    position: relative;
    z-index: 1;
}
.neon-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}
.neon-card {
    aspect-ratio: 0.85;
    border-radius: 12px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.25s;
    border: 1px solid transparent;
}
.neon-card:hover {
    transform: translateY(-3px);
}
.neon-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    opacity: 0.12;
    transition: opacity 0.25s;
}
.neon-card:hover::before {
    opacity: 0.22;
}
.neon-yr {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.02em;
    position: relative;
    line-height: 1;
}
.neon-label {
    font-size: 10px;
    font-weight: 500;
    position: relative;
    line-height: 1.35;
}

/* Template E — Scroll story */
.scroll-story {
    background: linear-gradient(180deg, #fff9f4 0%, #ffe8d1 100%);
    border-radius: 16px;
    padding: 2rem 1.5rem;
}
.story-row {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 0.5px dashed rgba(232, 117, 26, 0.3);
    align-items: start;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}
.story-row:last-child {
    border-bottom: none;
}
.story-row:hover {
    background: rgba(255, 255, 255, 0.6);
    margin: 0 -12px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 8px;
}
.story-yr-badge {
    font-size: 28px;
    font-weight: 500;
    color: #e8751a;
    letter-spacing: -0.02em;
    line-height: 1;
}
.story-sub {
    font-size: 11px;
    color: #b8621a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
}
.story-bar {
    height: 3px;
    background: linear-gradient(90deg, #e8751a, #f59e42);
    border-radius: 2px;
    margin-top: 8px;
    transform-origin: left;
    transition: transform 0.4s ease;
}
.story-row:hover .story-bar {
    transform: scaleX(1.1);
}

/* Template F — Hexagon hive */
.hive {
    background: #fefaf5;
    border-radius: 16px;
    padding: 2rem 1rem;
}
.hex-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    max-width: 680px;
    margin: 0 auto;
}
.hex {
    width: 110px;
    height: 126px;
    position: relative;
    cursor: pointer;
    transition: transform 0.2s;
}
.hex:hover {
    transform: scale(1.08);
    z-index: 2;
}
.hex-inner {
    position: absolute;
    inset: 0;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    transition: all 0.2s;
}
.hex-yr {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
}
.hex-text {
    font-size: 10px;
    font-weight: 500;
    margin-top: 6px;
    line-height: 1.3;
    padding: 0 4px;
}

/* Template G — Animated tilt cards */
.tilt-scene {
    background: linear-gradient(135deg, #1e1b4b 0%, #581c87 50%, #831843 100%);
    border-radius: 16px;
    padding: 2.5rem 1.5rem;
    overflow: hidden;
}
.tilt-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
}
.tilt-card {
    background: rgba(255, 255, 255, 0.08);
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 16px;
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.tilt-card:hover {
    transform: translateY(-6px) rotate(-1deg);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.35);
}
.tilt-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: radial-gradient(
        circle at top right,
        rgba(251, 191, 36, 0.4),
        transparent 70%
    );
    pointer-events: none;
}
.tilt-yr-line {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: white;
}
.tilt-yr-big {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1;
}
.tilt-yr-tick {
    width: 24px;
    height: 3px;
    background: linear-gradient(90deg, #fbbf24, #f472b6);
    border-radius: 2px;
}


