@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Muli&display=swap);

html {
    font-size: 100%;
    overflow-x: hidden
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

a {
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #29282f;
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

h1 {
    font-size: 90px;
    line-height: 100px
}

h2 {
    font-size: 48px;
    line-height: 65px
}

h3 {
    font-size: 32px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 15px
}

p {
    margin: 0;
    padding: 0
}

ul {
    margin: 0
}

li {
    list-style: none
}

input,
select,
textarea {
    border: none;
    outline: 0
}

button {
    border: none;
    cursor: pointer
}

button,
button:focus,
button:hover {
    outline: 0
}

body {
    font-family: Muli, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #6a6b71;
    overflow-x: hidden
}

.section_padding {
    padding: 120px 0
}

.section_title {
    margin-bottom: 55px
}

.section_title h2 {
    position: relative
}

.section_title span {
    color: #ff5e14;
    font-size: 20px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px
}

.bg_image {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.bg_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #09090b
}

.main_bg {
    background: #ff5e14
}

.dark_bg {
    background: #0f0e12
}

.gray_bg {
    background: #e9eef3
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.finlance_btn {
    display: inline-block;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ff5e14;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    transition: all .5s
}

.finlance_btn:focus,
.finlance_btn:hover {
    background: #29282f;
    color: #fff
}

.btn_link {
    text-transform: uppercase;
    color: #6c6b71;
    display: inline-block;
    transition: all .5s
}

.btn_link:focus,
.btn_link:hover {
    color: #ff5e14
}

.btn_link:after {
    display: inline-block;
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    padding-left: 10px;
    vertical-align: middle
}

.form-element {
    margin-bottom: 20px
}

.form-element:last-child {
    margin-bottom: 0
}

.form-element label {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: 10px
}

.form-element label.custom-control-label {
    font-weight: 400;
    margin-bottom: 0
}

.form-element label span {
    color: #ff3737
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-left: 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

select {
    border: 1px solid #ddd;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    color: #38383c;
    outline: 0;
    font-size: 14px
}

textarea {
    display: inline-block;
    width: 100%;
    height: 100px;
    padding: 15px 0 0 23px;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 1px
}

button[type=submit],
input[type=submit] {
    border: none;
    color: #fff;
    padding: 14px 45px 14px;
    display: inline-block;
    outline: 0;
    font-weight: 600;
    background-color: #0a3041;
    border: 1px solid #0a3041;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s
}

button[type=submit]:hover,
input[type=submit]:hover {
    background-color: #fff;
    color: #0a3041
}

::-webkit-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

::placeholder {
    color: #38383c;
    opacity: 1;
    font-size: 14px
}

:-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}

::-ms-input-placeholder {
    color: #38383c;
    font-size: 14px
}

.finlance_service .grid_item img {
    max-width: 100%
}

.buttonBar {
    display: none
}

div#particles-js canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50
}

[dir=rtl] .slick-prev {
    right: auto
}

.search_wrapper.active {
    top: 0
}

.search_wrapper {
    position: fixed;
    top: -100%;
    left: 0;
    background-color: #001e3c;
    height: 50%;
    width: 100%;
    z-index: 999999;
    -webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -ms-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s
}

.search_wrapper .close_link {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ff5e14;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 22px
}

.search_wrapper .form_control {
    background: 0 0;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 15%;
    height: 60px;
    padding-left: 30px;
    margin: 0 auto;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    transition: all .5s
}

.search_wrapper .form_control:focus {
    border-color: #ff5e14
}

.search_wrapper .form_control::placeholder {
    color: #fff;
    letter-spacing: 2px;
    text-transform: capitalize
}

.header_v1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 337
}

header.finlance_header.header_v1.no-breadcrumb {
    background: transparent
}

.sticky.header_v1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 337;
    background: #1F2332
}

.sticky.header_v1 .top_header {
    display: none
}

.header_v1 .header_navigation {
    background: 0 0
}

.header_v1 .top_header {
    padding: 15px 0
}

.header_v1 .top_header .top_left span {
    margin-right: 35px
}

.header_v1 .top_header .top_left span i {
    margin-right: 10px;
    opacity: .8;
    color: #fff
}

.header_v1 .top_header .top_left span a {
    color: #fff;
    opacity: .8
}

.header_v1 .top_header .top_right {
    float: right
}

.header_v1 .top_header .top_right .social {
    margin-right: 40px
}

.header_v1 .top_header .top_right .social li {
    display: inline-block;
    margin-left: 27px
}

.header_v1 .top_header .top_right .social li a {
    color: #d6d7da
}

.header_v1 .top_header .top_right .social li a:focus,
.header_v1 .top_header .top_right .social li a:hover {
    color: #ff5e14
}

.header_v1 .top_header .top_right .dropdown .btn {
    color: #fff;
    padding: 0;
    border: none
}

.header_v1 .top_header .top_right .dropdown .btn i {
    margin-right: 10px
}

.header_v1 .top_header .top_right .dropdown .btn.dropdown-toggle:focus,
.header_v1 .top_header .top_right .dropdown .btn.dropdown-toggle:hover {
    border: none;
    box-shadow: none
}

.finlance_header.header_v1 .container-fluid {
    padding-left: 150px;
    padding-right: 150px
}

.header_v1 .header_navigation {
    background: transparent;
    border-radius: 3px;
    padding: 0 60px;
    position: relative
}

.header_v1 .header_navigation .site_menu .button_box {
    float: right
}

.header_v1 .header_navigation .site_menu .button_box .search_icon {
    color: #fff;
    font-size: 18px
}

.header_v1 .header_navigation .site_menu .button_box .finlance_btn {
    height: 50px;
    line-height: 50px;
    min-width: 150px;
    border-radius: 25px;
    margin-left: 50px
}

.main-menu ul li {
    position: relative;
    display: inline-flex;
    align-items: stretch;
}

.main-menu ul>li>a {
    display: flex;
    align-items: center;
    padding: 0 13px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    min-height: 50px;
}

.main-menu ul li:hover>a {
    background: #837f88
}

.main-menu ul li.menu-item-has-children>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 600;
    margin-left: 10px
}

.main-menu ul li>ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #222;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 250px;
    text-align: left;
    padding: 6px 0;
    margin-top: 4px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-menu ul li:hover>ul.sub-menu {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    top: 100%;
    visibility: visible;
    opacity: 1
}

.main-menu ul li>ul.sub-menu li {
    display: block;
    margin: 0
}

.main-menu ul li>ul.sub-menu li>a {
    display: block;
    padding: 7px 5px 7px 20px;
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    text-transform: capitalize;
    transition: all .3s
}

.main-menu ul li>ul.sub-menu li:hover>a:after {
    display: none
}

.main-menu ul li>ul.sub-menu li:hover>a {
    color: #fff;
    padding-left: 40px;
    background: 0 0
}

.main-menu ul li ul.sub-menu li>ul.sub-menu {
    top: 0;
    left: 100%;
    opacity: 0;
    visibility: hidden
}

.main-menu ul li ul.sub-menu li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1
}

.header_v1 .header_navigation .site_menu .main-menu ul li.static {
    position: static
}

.main-menu ul li ul.mega-menu {
    min-width: 100%;
    opacity: 1;
    visibility: visible;
    padding: 35px 10px;
    z-index: 0;
    position: absolute;
    top: 110%;
    left: 0;
    background: #222;
    right: 0;
    text-align: left;
    box-shadow: 0 15px 30px 0 rgba(0, 3, 143, .1);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    z-index: 9;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.main-menu ul li ul.mega-menu li.mega-item ul li:hover>a,
.main-menu ul li ul.mega-menu li.mega-item:hover>a {
    background: 0 0;
    color: #ff5e14
}

.main-menu ul li:hover ul.mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.main-menu ul li ul.mega-menu li.mega-item {
    margin: 0;
    margin-bottom: 15px
}

.main-menu ul li ul.mega-menu li.mega-item>a {
    color: #233d63;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize
}

.main-menu ul li ul.mega-menu li.mega-item ul {
    margin-top: 15px
}

.main-menu ul li ul.mega-menu li.mega-item ul li {
    display: block;
    margin: 0;
    margin-bottom: 10px
}

.main-menu ul li ul.mega-menu li.mega-item ul li:last-child {
    margin-bottom: 0
}

.main-menu ul li ul.mega-menu li.mega-item ul li a {
    color: #233d63;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400
}

.main-menu ul li ul.mega-menu li.mega-item ul li a:hover {
    color: #f36233
}

li.submenus ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #222;
    width: 250px;
    z-index: 0;
    display: none
}

li.submenus:hover>ul {
    display: block
}

li.submenus {
    position: relative
}

.main-menu li.submenus ul {
    padding: 15px 0
}

li.submenus::after {
    content: "\f101";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff
}

.banner_v1 {
    position: relative
}

.banner_content {
    position: relative;
    z-index: 150
}

.hero_slide_v1 .single_slider {
    padding: 410px 0 250px
}

.hero_slide_v1 .single_slider .bg_overlay {
    opacity: .7
}

.hero_slide_v1 .single_slider .banner_content span {
    color: #fff;
    font-size: 27px;
    display: block;
    margin-bottom: 15px
}

.hero_slide_v1 .single_slider .banner_content h1 {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 50px
}

.blog_slide .slick-next:before,
.blog_slide .slick-prev:before,
.hero_slide_v1 .slick-next:before,
.hero_slide_v1 .slick-prev:before,
.pricing_slide .slick-next:before,
.pricing_slide .slick-prev:before,
.project_slide .slick-next:before,
.project_slide .slick-prev:before,
.service_slide .slick-next:before,
.service_slide .slick-prev:before,
.team_slide .slick-next:before,
.team_slide .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 50px;
    height: 50px;
    font-size: 16px;
    background: #ff5e14;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 50px;
    border-radius: 50%
}

.team_slide img {
    width: 100% !important
}

.hero_slide_v1 .slick-prev {
    z-index: 1;
    left: -100%;
    transition: all .5s
}

.hero_slide_v1 .slick-next {
    right: -100%;
    transition: all .5s
}

.hero_slide_v1:hover .slick-prev {
    left: 60px
}

.hero_slide_v1:hover .slick-next {
    right: 60px
}

.blog_slide .slick-prev:before,
.hero_slide_v1 .slick-prev:before,
.pricing_slide .slick-prev:before,
.project_slide .slick-prev:before,
.service_slide .slick-prev:before,
.team_slide .slick-prev:before {
    content: '\f104'
}

.blog_slide .slick-next:before,
.hero_slide_v1 .slick-next:before,
.pricing_slide .slick-next:before,
.project_slide .slick-next:before,
.service_slide .slick-next:before,
.team_slide .slick-next:before {
    content: '\f105'
}

.blog_slide:hover .slick-prev,
.pricing_slide:hover .slick-prev,
.project_slide:hover .slick-prev,
.service_slide:hover .slick-prev,
.team_slide:hover .slick-prev {
    left: 60px;
    opacity: 1;
    visibility: visible
}

.blog_slide:hover .slick-next,
.pricing_slide:hover .slick-next,
.project_slide:hover .slick-next,
.service_slide:hover .slick-next,
.team_slide:hover .slick-next {
    right: 60px;
    opacity: 1;
    visibility: visible
}

.blog_slide .slick-next,
.pricing_slide .slick-next,
.project_slide .slick-next,
.service_slide .slick-next,
.team_slide .slick-next {
    right: -60px;
    opacity: 0;
    visibility: visible;
    transition: all .5s
}

.blog_slide .slick-prev,
.pricing_slide .slick-prev,
.project_slide .slick-prev,
.service_slide .slick-prev,
.team_slide .slick-prev {
    z-index: 1;
    left: -60px;
    opacity: 0;
    visibility: visible;
    transition: all .5s
}

.feature_v1 {
    margin-top: -70px;
    position: relative
}

.feature_v1 .container-fluid {
    padding-left: 80px;
    padding-right: 80px
}

.feature_v1 .grid_item {
    padding: 35px 30px;
    transition: all 0.3s ease;
}

.feature_v1 .grid_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.feature_v1 .single_feature:nth-child(odd) {
    background: #2c3040
}

.feature_v1 .single_feature:nth-child(even) {
    background: #1f2332
}

.feature_v1 .grid_item .finlance_icon i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #ff5e14;
    color: #fff;
    font-size: 28px;
    transition: all 0.3s ease;
}

.feature_v1 .grid_item:hover .finlance_icon i {
    background: #fff;
    color: #ff5e14;
}

.feature_v1 .grid_item .finlance_content {
    margin-left: 20px
}

.feature_v1 .grid_item .finlance_content h4 {
    color: #fff;
    font-weight: 600
}

.about_v1 .finlance_box_img .finlance_img {
    position: relative;
    z-index: 1
}

.about_v1 .finlance_box_img .finlance_img:after {
    position: absolute;
    content: '';
    top: -70px;
    left: -70px;
    width: 385px;
    height: 541px;
    border: 30px solid #eff1fa;
    z-index: -1
}

.finlance_box_img {
    position: relative
}

.play_box {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -50px;
    z-index: 1
}

.play_box .play_btn {
    display: block;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    background: #ff5e14;
    color: #fff;
    border: 10px solid #fff;
    z-index: 1;
    height: 100px;
    line-height: 80px;
    font-size: 20px
}

.section_title h2 {
    position: relative
}

.section_title h2:after {
    display: block;
    content: '';
    width: 110px;
    height: 3px;
    margin-top: 25px;
    background-color: #d8dce6;
    border-radius: 50%
}

.service_v1 .section_title h2 {
    max-width: 580px
}

.service_v1 .service_slide {
    margin-left: -15px;
    margin-right: -15px
}

/* ── Equal-height cards: stretch all slides to tallest card in the row ── */
.service_v1 .service_slide.slick-initialized .slick-track {
    display: flex !important;
    align-items: stretch
}
.service_v1 .service_slide.slick-initialized .slick-slide {
    height: auto !important
}
.service_v1 .service_slide.slick-initialized .slick-slide > div {
    height: 100%;
    display: flex;
    flex-direction: column
}

/* ── Construction service card – professional redesign ── */
.service_v1 .service_slide .grid_item {
    margin-left: 15px;
    margin-right: 15px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: none;
    border-top: 3px solid #ff5e14;
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.07);
    padding: 0;
    transition: transform .4s ease, box-shadow .4s ease;
    display: flex;
    flex-direction: column;
    height: 100%
}

.service_v1 .service_slide .grid_item:hover {
    background: #fff !important;
    transform: translateY(-7px);
    box-shadow: 0 20px 52px rgba(0, 0, 0, 0.13)
}

/* inner wrapper: flex column so image is fixed and content fills remaining height */
.service_v1 .service_slide .grid_item .grid_inner_item {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%
}

/* image */
.service_v1 .service_slide .grid_item .grid_inner_item .construction-service-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    display: block;
    flex-shrink: 0
}

.service_v1 .service_slide .grid_item .grid_inner_item .construction-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease
}

.service_v1 .service_slide .grid_item:hover .grid_inner_item .construction-service-img img {
    transform: scale(1.06)
}

/* content */
.service_v1 .service_slide .grid_item .grid_inner_item .finlance_content {
    padding: 26px 26px 30px;
    display: flex;
    flex-direction: column;
    flex: 1
}

/* suppress old icon circle */
.service_v1 .service_slide .grid_item .grid_inner_item .finlance_icon {
    display: none
}

/* title */
.service_v1 .service_slide .grid_item .grid_inner_item .finlance_content h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: #29282f;
    transition: color .3s ease;
    word-break: break-word;
    overflow-wrap: break-word
}

.service_v1 .service_slide .grid_item:hover .grid_inner_item .finlance_content h4 {
    color: #ff5e14
}

/* orange accent underline – mirrors site h2::after motif, grows on hover */
.service_v1 .service_slide .grid_item .grid_inner_item .finlance_content h4::after {
    display: block;
    content: '';
    width: 36px;
    height: 2px;
    background: #ff5e14;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 14px;
    transition: width .35s ease
}

.service_v1 .service_slide .grid_item:hover .grid_inner_item .finlance_content h4::after {
    width: 56px
}

/* description */
.service_v1 .service_slide .grid_item .grid_inner_item .finlance_content p {
    flex: 1;
    margin-bottom: 0;
    color: #6a6b71;
    font-size: 14px;
    line-height: 1.7
}

.service_v1 .service_slide .grid_item:hover .grid_inner_item .finlance_content p {
    color: #6a6b71;
    opacity: 1
}

/* CTA link – always brand orange, pinned to card bottom */
.service_v1 .service_slide .grid_item .grid_inner_item .finlance_content .btn_link {
    color: #ff5e14;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    margin-top: 22px;
    align-self: flex-start
}

.service_v1 .service_slide .grid_item:hover .grid_inner_item .finlance_content .btn_link {
    color: #ff5e14
}

.we_do_v1 .finlance_icon_box .icon_list {
    margin-bottom: 60px
}

.we_do_v1 .finlance_icon_box .icon_list:last-child {
    margin-bottom: 0
}

.we_do_v1 .finlance_icon_box .icon_list .icon {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    line-height: 97px;
    border-radius: 50%;
    background: #fbece3
}

.we_do_v1 .finlance_icon_box .icon_list .icon i {
    color: #ff5e14;
    font-size: 40px;
    display: inline-block
}

.we_do_v1 .finlance_icon_box .icon_list .text {
    margin-left: 20px
}

.we_do_v1 .finlance_icon_box .icon_list .text h4 {
    margin-bottom: 15px
}

.finlance_fun_v1 .bg_overlay {
    opacity: .8
}

.finlance_fun_v1 .counter_box .icon {
    position: relative;
    z-index: 1
}

.finlance_fun_v1 .counter_box .icon::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ff5e14;
    z-index: -1
}

.finlance_fun_v1 .counter_box .icon i {
    display: block;
    font-size: 50px;
    margin-left: 35px;
    margin-bottom: 40px;
    color: #fff
}

.finlance_fun_v1 .counter_box h2 {
    color: #fff
}

.finlance_fun_v1 .counter_box p {
    color: #fff
}

.testimonial_v1 {
    position: relative
}

.blog_v1 .section_title h2:after,
.pricing_v1 .section_title h2:after,
.testimonial_v1 .section_title h2:after {
    margin: auto;
    margin-top: 25px
}

.testimonial_v1 .section_title h2 {
    max-width: 720px;
    margin: auto
}

.testimonial_v1 .testimonial_slide .testimonial_box {
    padding: 40px;
    background: #e9eef3;
    margin-left: 15px;
    margin-right: 15px
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_img {
    width: 33.65%
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_img img {
    width: 100%
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_content {
    margin-left: 30px;
    width: 60%
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_content h4 {
    margin-bottom: 5px
}

.testimonial_v1 .testimonial_slide .testimonial_box .finlance_content h6 {
    margin-bottom: 20px
}

.project_v1 .container-fluid {
    padding-left: 150px;
    padding-right: 150px
}

.project_v1 .section_title h2 {
    max-width: 630px
}

.project_slide {
    margin-left: -10px;
    margin-right: -10px
}

.project_slide .grid_item {
    margin-left: 10px;
    margin-right: 10px
}

.project_slide .grid_item .finlance_content {
    padding: 35px 0 40px
}

.project_slide .grid_item .grid_inner_item .finlance_img {
    position: relative;
    overflow: hidden
}

.project_slide .grid_item .grid_inner_item .finlance_img .overlay_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #050213;
    visibility: hidden;
    opacity: 0;
    transition: all .5s
}

.project_slide .grid_item .grid_inner_item .finlance_img .overlay_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .5s
}

.project_slide .grid_item .grid_inner_item .finlance_img .overlay_content .button_box .finlance_btn {
    background: #fff;
    border-radius: 30px;
    color: #111;
    font-weight: 600
}

.project_slide .grid_item:hover .grid_inner_item .finlance_img .overlay_img {
    opacity: .5;
    visibility: visible
}

.project_slide .grid_item:hover .grid_inner_item .finlance_img .overlay_content {
    visibility: visible;
    opacity: 1
}

.project_slide .grid_item:hover .grid_inner_item .finlance_img .overlay_content .finlance_btn:hover {
    background: #ff5e14;
    color: #fff
}

.project_v1 .construction-project-grid {
    margin-left: -10px;
    margin-right: -10px
}

.project_v1 .construction-project-grid>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px
}

.project_v1 .construction-project-grid .grid_item {
    height: 100%;
    margin-left: 0;
    margin-right: 0
}

.project_v1 .construction-project-grid .grid_inner_item {
    height: 100%;
    display: flex;
    flex-direction: column
}

.project_v1 .construction-project-grid .construction-project-media {
    height: 280px
}

.project_v1 .construction-project-grid .construction-project-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.project_v1 .construction-project-grid .construction-project-content {
    flex: 1;
    padding: 28px 0 0
}

.project_v1 .construction-project-grid .construction-project-content h4 {
    margin-bottom: 8px
}

.project_v1 .construction-project-grid .construction-project-content p {
    margin-bottom: 0
}

.blog_v1 .blog_slide,
.pricing_v1 .pricing_slide,
.service_v1 .service_slide,
.team_v1 .team_slide,
.testimonial_v1 .testimonial_slide {
    margin-left: -15px;
    margin-right: -15px
}

.blog_v1 .blog_slide .grid_item,
.pricing_v1 .pricing_slide .pricing_box,
.team_v1 .team_slide .grid_item {
    margin-left: 15px;
    margin-right: 15px
}

.pricing_v1 .section_title h2 {
    max-width: 730px;
    margin: auto
}

.pricing_v1 .pricing_box {
    padding: 40px 0;
    background: #fff;
    border: 1px solid #e4e8ec;
    transition: all .5s
}

.pricing_v1 .pricing_box:hover {
    background: #e9eef3
}

.pricing_v1 .pricing_box:hover .pricing_price {
    background: #ff5e14
}

.pricing_v1 .pricing_box:hover .pricing_price h3 {
    color: #fff
}

.pricing_v1 .pricing_title {
    margin-bottom: 20px
}

.pricing_v1 .pricing_box .pricing_price {
    background: #e9eef3;
    padding: 20px 10px;
    transition: all .5s
}

.pricing_v1 .pricing_box .pricing_body {
    padding: 30px 40px
}

.pricing_v1 .pricing_box .pricing_body ul li {
    line-height: 36px
}

.team_v1 .button_box {
    float: right
}

.team_v1 .grid_item:hover .grid_inner_item .finlance_img .overlay_content {
    top: 0
}

.team_v1 .grid_item .grid_inner_item .finlance_content {
    padding: 25px 30px
}

.team_v1 .grid_item .grid_inner_item .finlance_img {
    position: relative;
    overflow: hidden
}

.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content {
    position: absolute;
    top: -100%;
    left: 30px;
    background: #ff5e14;
    padding: 34px 13px;
    transition: all .5s
}

.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content .social_box ul li {
    margin-bottom: 10px
}

.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content .social_box ul li:last-child {
    margin-bottom: 0
}

.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content .social_box ul {
    transform: rotate(-180deg)
}

.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content .social_box ul li a {
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #686868;
    box-shadow: 0 5px 20px 0 rgba(7, 20, 73, .1);
    transform: rotate(90deg);
    transition: all .5s
}

.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content .social_box ul li a:focus,
.team_v1 .grid_item .grid_inner_item .finlance_img .overlay_content .social_box ul li a:hover {
    background: #29282f;
    color: #fff
}

.blog_v1 .section_title h2 {
    max-width: 660px;
    margin: auto
}

.blog_v1 .grid_item .grid_inner_item .finlance_img img {
    width: 100% !important
}

.blog_v1 .grid_item .grid_inner_item .finlance_content {
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-top: none
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .post_meta {
    margin-bottom: 18px
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .post_meta span {
    margin-right: 25px;
    display: inline-block
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .post_meta span a {
    color: #6a6b71
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .post_meta span i {
    margin-right: 10px
}

.blog_v1 .grid_item .grid_inner_item .finlance_content h3.post_title {
    font-size: 22px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0
}

.blog_v1 .grid_item .grid_inner_item .finlance_content h3.post_title a:hover {
    color: #ff5e14
}

.blog_v1 .grid_item .grid_inner_item .finlance_content h3.post_title a {
    color: #29282f
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link {
    padding-top: 20px;
    text-transform: capitalize;
    color: #6a6b71;
    display: inline-block;
    transition: all .5s
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link:focus,
.blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link:hover {
    color: #ff5e14
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link:after {
    display: inline-block;
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    padding-left: 10px;
    vertical-align: middle;
    transition: all .5s
}

.blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link:focus:after,
.blog_v1 .grid_item .grid_inner_item .finlance_content .btn_link:hover:after {
    padding-left: 35px
}

.partner_v1 .partner_slide .single_partner img {
    margin: 0 auto
}

.cta_v1 .section_title {
    margin-bottom: 0
}

.cta_v1 .section_title h2:after {
    display: none
}

.cta_v1 .button_box {
    float: right
}

.cta_v1 .button_box .finlance_btn {
    background: #29282f;
    min-width: 200px
}

.cta_v1 .button_box .finlance_btn:focus,
.cta_v1 .button_box .finlance_btn:hover {
    background: #fff;
    color: #29282f
}

.footer_v1 .widget_box h4.widget_title {
    color: #fff;
    margin-bottom: 35px
}

.footer_v1 .widget_box.about_widget img {
    margin-bottom: 30px
}

.footer_v1 .widget_box.about_widget p,
.footer_v1 .widget_box.contact_widget p {
    color: #6c6b71;
    margin-bottom: 15px
}

.footer_v1 .contact_widget {
    margin-left: 45px
}

.footer_v1 .widget_box.contact_widget p {
    max-width: 210px
}

.footer_v1 .widget_box.contact_widget p a {
    color: #6c6b71
}

.footer_v1 .widget_box .widget_link li {
    line-height: 32px
}

.footer_v1 .widget_box .widget_link li:hover a {
    color: #ff5e14;
    padding-left: 10px
}

.footer_v1 .widget_box .widget_link li a {
    color: #6c6b71;
    transition: all .5s
}

.footer_v1 .widget_box.newsletter_box p {
    margin-bottom: 25px
}

.footer_v1 .widget_box.newsletter_box .form_control {
    margin-bottom: 10px
}

.footer_v1 .widget_box.newsletter_box .finlance_btn {
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    color: #fff
}

.footer_v1 .footer_bottom {
    position: relative;
    padding: 25px 0
}

.footer_v1 .footer_bottom .copyright_text p {
    color: #fff
}

.footer_v1 .footer_bottom .copyright_text p span {
    color: #ff5e14
}

.footer_v1 .footer_bottom .social_box {
    float: right
}

.footer_v1 .footer_bottom .social_box ul li {
    display: inline-block;
    margin-left: 5px
}

.footer_v1 .footer_bottom .social_box ul li a {
    font-size: 15px;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #5f5f5f;
    box-shadow: 0 5px 20px 0 rgba(7, 20, 73, .1);
    transition: all .5s
}

.footer_v1 .footer_bottom .social_box ul li a:focus,
.footer_v1 .footer_bottom .social_box ul li a:hover {
    background: #ff5e14;
    color: #fff
}

.footer_v1 .footer_bottom:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #27272a
}

.form_control {
    width: 100%;
    height: 50px;
    padding: 20px;
    background: #fff;
    border-radius: 3px
}

#scroll_up {
    background: #1f2332;
    border-radius: 50%;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    z-index: 337
}

#scroll_up:focus,
#scroll_up:hover {
    background: #ff5e14;
    color: #fff
}

.breadcrumb-txt span {
    font-family: Montserrat, sans-serif !important
}

.subscribe-section span {
    font-family: Montserrat, sans-serif !important
}

.subscribe-form button[type=submit],
.subscribe-form input[type=submit] {
    font-family: Montserrat, sans-serif !important
}

a.readmore-btn {
    font-family: Montserrat, sans-serif !important
}

.product-items .section-title {
    font-family: Montserrat, sans-serif !important
}

/* Services listing page – Bootstrap grid cards (not slick) */
.service-section .service_v1 .service_slide .row {
    align-items: stretch
}
.service-section .service_v1 .service_slide .col-md-6 {
    display: flex;
    flex-direction: column
}
.service-section .service_v1 .service_slide .grid_item {
    background: #fff;
    transition: .3s;
    display: flex;
    flex-direction: column;
    flex: 1
}
.service-section .service_v1 .service_slide .grid_item .grid_inner_item {
    display: flex;
    flex-direction: column;
    flex: 1
}
.service-section .service_v1 .service_slide .grid_item .finlance_content {
    display: flex;
    flex-direction: column;
    flex: 1
}
.service-section .service_v1 .service_slide .grid_item .finlance_content p {
    flex: 1;
    margin-bottom: 0
}
.service-section .service_v1 .service_slide .grid_item .finlance_content .btn_link {
    margin-top: 22px;
    align-self: flex-start
}

.subscribe-form button[type=submit],
.subscribe-form input[type=submit] {
    font-size: 14px !important
}

.project-infos h3 {
    font-size: 22px !important
}

.subscribe-section h3 {
    font-size: 22px !important
}

.subscribe-section span {
    font-size: 14px !important
}

.contact-form-section .section-summary {
    font-size: 36px
}

.blog-txt .blog-title {
    font-size: 22px !important
}

a.readmore-btn {
    font-size: 14px !important
}

.requirement-wrapper .title h3 {
    font-size: 26px !important;
    line-height: 36px
}

.content-info h3 {
    font-size: 28px !important;
    line-height: 38px !important
}

.event-details-section .nice-number input {
    height: 43px !important
}

.header_v1 .dropdown {
    margin-right: 27px !important
}

a#cartIcon .cart-length {
    padding: 8px 10px 4px !important
}

.blog_slide .grid_item {
    background-color: #fff
}

.popup_main-content h1 {
    line-height: 64px;
}

/* ===== Mega Menu – Construction ===== */

/* Specificity note: all desktop panel rules use .header_v1 prefix to
   outrank the legacy ul.mega-menu block above and prevent bleed-through */

.header_v1 .main-menu ul li.static {
    position: static;
}

/* --- The dropdown panel --- */
.header_v1 .main-menu ul li ul.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    max-height: 520px;
    overflow-y: auto;
    background: #fff;
    padding: 0;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    border-top: 3px solid #ff5e14;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.16);
    transform: none;
    transition: opacity .22s ease, visibility .22s ease;
    z-index: 9999;
}

.header_v1 .main-menu ul li ul.mega-menu::-webkit-scrollbar {
    width: 5px;
    background: #eef2f6;
}

.header_v1 .main-menu ul li ul.mega-menu::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.18);
    border-radius: 4px;
}

.header_v1 .main-menu ul li:hover>ul.mega-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

/* Force mega-wrap to block layout */
.header_v1 .main-menu ul li ul.mega-menu li.mega-wrap {
    display: block !important;
}

/* Layout row – zero Bootstrap gutters, all spacing managed manually */
.header_v1 .main-menu ul li ul.mega-menu li.mega-wrap>.row {
    margin: 0;
    align-items: stretch;
    min-height: 380px;
}

.header_v1 .main-menu ul li ul.mega-menu li.mega-wrap>.row>[class*="col-"] {
    padding: 0;
}

/* Widen sidebar from Bootstrap col-lg-2 (16.66%) to ~27%, shrink content area to match */
.header_v1 .main-menu ul li ul.mega-menu li.mega-wrap>.row>.col-lg-2 {
    flex: 0 0 27%;
    max-width: 27%;
}

.header_v1 .main-menu ul li ul.mega-menu li.mega-wrap>.row>.col-lg-10 {
    flex: 0 0 73%;
    max-width: 73%;
}

/* --- LEFT: dark industrial category sidebar --- */
.header_v1 .main-menu ul li ul.mega-menu .sidebar-menu.megamenu-cats {
    background: #1a2030;
    height: 100%;
    min-height: 380px;
    padding: 8px 0;
    border-radius: 0 0 0 8px;
}

.header_v1 .main-menu ul li ul.mega-menu .sidebar-menu .widget-categories ul.widget-link {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header_v1 .main-menu ul li ul.mega-menu .sidebar-menu .widget-categories ul.widget-link li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.header_v1 .main-menu ul li ul.mega-menu .sidebar-menu .widget-categories ul.widget-link li a {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    padding: 7px 12px 7px 20px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-left: 3px solid transparent;
    transition: color .2s ease, background .2s ease, padding-left .2s ease, border-color .2s ease;
    white-space: normal;
    word-break: break-word;
}

.header_v1 .main-menu ul li ul.mega-menu .sidebar-menu .widget-categories ul.widget-link li a:hover,
.header_v1 .main-menu ul li ul.mega-menu .sidebar-menu .widget-categories ul.widget-link li.active a {
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
    border-left-color: #ff5e14;
    padding-left: 22px;
}

/* --- RIGHT: content panel --- */

/* Padding lives on the visible tab so hidden tabs (d-none) create zero space.
   Multiple sidebar-main-wrapper divs stack; only one tab is shown at a time. */
.sidebar-main-wrapper {
    padding: 0;
}

.sidebar-main-wrapper .mega-row.mega-tab {
    padding: 20px 24px 24px 20px;
}

/* Non-category megamenu (no tabs) */
.sidebar-main-wrapper .mega-row:not(.mega-tab) {
    padding: 20px 24px 24px 20px;
}

/* Category section title */
.sidebar-main-wrapper .mega-row h4.title {
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(15, 14, 18, 0.09);
}

.sidebar-main-wrapper .mega-row h4.title a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #111827;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    transition: color .2s ease;
}

.sidebar-main-wrapper .mega-row h4.title a:hover {
    color: #ff5e14;
}

/* Tighter card grid gutters */
.sidebar-main-wrapper .mega-row .row {
    margin-left: -7px;
    margin-right: -7px;
}

.sidebar-main-wrapper .mega-row .row>[class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
}

/* --- Service cards --- */
.sidebar-main-wrapper .box-item {
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(15, 14, 18, 0.09);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.sidebar-main-wrapper .box-item:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 94, 20, 0.28);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}

/* 16:9 landscape – works well for construction service photography */
.sidebar-main-wrapper .box-item .box-img {
    flex-shrink: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #dde3ea;
    margin: 0;
}

.sidebar-main-wrapper .box-item .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.sidebar-main-wrapper .box-item:hover .box-img img {
    transform: scale(1.06);
}

/* Flush info row – no wasted space below image */
.sidebar-main-wrapper .box-item .box-info {
    padding: 8px 10px 10px;
    flex: 1;
}

.sidebar-main-wrapper .box-item .box-info h4 {
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
    margin: 0;
}

.sidebar-main-wrapper .box-item .box-info h4 a {
    padding: 0 !important;
    color: #1a2030 !important;
    transition: color .2s ease;
}

.sidebar-main-wrapper .box-item .box-info h4 a:hover {
    color: #ff5e14 !important;
}

/*Large Device*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .breakpoint-on .main-menu ul li.static {
        position: relative;
    }

    .breakpoint-on .nav-menu .main-menu ul li .mega-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0px 20px 0 40px;
        opacity: 1;
        visibility: visible;
        text-align: left;
        box-shadow: none;
        display: none;
        transition: none;
    }
}

/*Medium Device*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-main-wrapper {
        display: none;
    }
}

/* Small Devices, Tablets */

@media only screen and (max-width: 991px) {
    .sidebar-main-wrapper {
        display: none;
    }

    .breakpoint-on .main-menu ul li.static {
        position: relative;
    }

    .breakpoint-on .nav-menu .main-menu ul li .mega-menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0px 20px 0 40px;
        opacity: 1;
        visibility: visible;
        text-align: left;
        box-shadow: none;
        display: none;
        transition: none;
    }

    .header_navigation .main-menu ul>li.menu-item-has-children>a:after {
        display: none;
    }
}

/* New Package Style Start */
.finlance_pricing .filter-nav {
    margin-bottom: 40px;
}

.finlance_pricing .filter-nav .filter-btn li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #212121;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
}

.finlance_pricing .filter-nav .filter-btn li:hover,
.finlance_pricing .filter-nav .filter-btn li:focus,
.finlance_pricing .filter-nav .filter-btn li.active {
    color: #61dc96;
}

/* New Package Style End */


/* New Portfolio Style Start */
.finlance_project .filter-nav {
    margin-bottom: 40px;
}

.finlance_project .filter-nav .filter-btn li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #212121;
    font-weight: 600;
    transition: all .3s;
    cursor: pointer;
}

.finlance_project .filter-nav .filter-btn li:hover,
.finlance_project .filter-nav .filter-btn li:focus,
.finlance_project .filter-nav .filter-btn li.active {
    color: #61dc96;
}

.project_slide.masonry-row {
    width: 100%;
}

/* New Portfolio Style End */

.navbar-logo {
    height: 80px;
    width: auto;
    max-height: 80px;
}




/* ── Elegant Team Section ── */
.elegant-team-wrapper {
    background: #f8f9fa;
    padding: 10px 0;
}

/* ── Grid Row ──
   Cinematic Editorial Layout
*/
.etm-row {
    display: grid;
    grid-template-columns: 1fr 38%;
    grid-template-rows: auto auto;
    grid-template-areas:
        "header photo"
        "body   photo";
    border-bottom: none;
    position: relative;
}

/* Odd member: photo flips to the left */
.etm-row.etm-reverse {
    grid-template-areas:
        "photo header"
        "photo body";
    grid-template-columns: 38% 1fr;
}

/* ── Photo with Cinematic Blend ── */
.etm-photo {
    grid-area: photo;
    position: relative;
    overflow: hidden;
    min-height: 360px;
}

.etm-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Soft Fade Overlay */
.etm-photo::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
    background: linear-gradient(to right, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.etm-row.etm-reverse .etm-photo::before {
    left: auto;
    right: 0;
    background: linear-gradient(to left, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
}

.etm-photo:hover img {
    transform: scale(1.05);
}

/* ── Header (role + name + line) ── */
.etm-header {
    grid-area: header;
    padding: 40px 60px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 3;
}

.etm-row.etm-reverse .etm-header {
    padding: 40px 40px 15px 80px;
}

/* ── Body (description + actions) ── */
.etm-body {
    grid-area: body;
    padding: 0 60px 40px;
    z-index: 3;
}

.etm-row.etm-reverse .etm-body {
    padding: 0 40px 40px 80px;
}

/* ── Role ── */
.etm-role {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ff5e14;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

/* ── Name (Serif Excellence) ── */
.etm-name {
    margin: 0 0 25px;
    line-height: 0.9;
}

.etm-firstname {
    display: block;
    font-size: 54px;
    font-weight: 300;
    color: #1a1a2e;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.etm-lastname {
    display: block;
    font-size: 64px;
    font-weight: 700;
    color: #1a1a2e;
    text-transform: uppercase;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    letter-spacing: -2px;
}

/* ── Orange accent line ── */
.etm-line {
    width: 60px;
    height: 2px;
    background: #ff5e14;
    margin-top: 10px;
}

/* ── Description ── */
.etm-desc {
    font-size: 18px;
    line-height: 1.85;
    color: #555;
    margin-bottom: 45px;
    font-family: 'Georgia', serif;
}

.etm-desc p {
    margin: 0;
}

.etm-dropcap {
    float: left;
    font-size: 58px;
    line-height: 0.8;
    padding-top: 10px;
    padding-right: 15px;
    font-weight: 700;
    color: #ff5e14;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    text-transform: uppercase;
}

/* ── View Profile Button (Editorial Style) ── */
.etm-profile-link {
    margin-bottom: 30px;
}

.etm-profile-link a {
    background: #ff9d47;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 16px 32px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 8px 25px rgba(255, 157, 71, 0.25);
    font-family: 'Montserrat', sans-serif;
}

.etm-profile-link a i {
    font-size: 13px;
    transition: transform 0.4s ease;
}

.etm-profile-link a:hover {
    background: #ff5e14;
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(255, 94, 20, 0.35);
    color: #ffffff;
}

.etm-profile-link a:hover i {
    transform: translateX(-5px);
}

/* ── Social ── */
.etm-social {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.etm-social li a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #f8f9fa;
    border-radius: 50%;
    color: #777;
    display: block;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.etm-social li a:hover {
    background: #ff5e14;
    color: #ffffff;
    transform: translateY(-4px);
}

/* ── Responsive ── */
@media (max-width: 1199px) {
    .etm-firstname {
        font-size: 56px;
    }

    .etm-lastname {
        font-size: 64px;
    }

    .etm-header,
    .etm-body {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 991px) {

    .etm-row,
    .etm-row.etm-reverse {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "photo"
            "header"
            "body";
    }

    .etm-photo {
        min-height: 450px;
    }

    .etm-photo::before {
        width: 100%;
        height: 40%;
        top: auto;
        bottom: 0;
        background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    }

    .etm-header {
        padding: 50px 30px 10px;
        text-align: center;
        align-items: center;
    }

    .etm-body {
        padding: 0 30px 60px;
        text-align: center;
    }

    .etm-social {
        justify-content: center;
    }

    .etm-firstname {
        font-size: 48px;
    }

    .etm-lastname {
        font-size: 54px;
    }
}

@media (max-width: 575px) {
    .etm-photo {
        min-height: 320px;
    }

    .etm-firstname {
        font-size: 38px;
    }

    .etm-lastname {
        font-size: 44px;
    }

    .etm-desc {
        font-size: 16px;
    }
}



/* Wrapper is transparent to inherit parent section background */
.construction-portfolio-grid {
    background-color: transparent;
    padding: 40px 0;
}

.c-portfolio-item {
    margin-bottom: 25px;
}

.c-portfolio-img-wrap {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    /* background: #000; */
    /* Deep base for image contrast */
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.c-portfolio-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75) grayscale(20%);
    transition: transform 1.2s ease, filter 0.8s ease;
}

.c-portfolio-img-wrap:hover img {
    transform: scale(1.1);
    filter: brightness(1) grayscale(0%);
}

/* Triple-Pass Scan Animation: Down -> Up -> Down -> Stop */
.c-portfolio-img-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #ff5e14, transparent);
    box-shadow: 0 0 15px #ff5e14;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
}

.c-portfolio-img-wrap:hover::after {
    animation: scanSequence 2s ease-in-out forwards;
}

@keyframes scanSequence {
    0% {
        top: 0%;
        opacity: 1;
    }

    33% {
        top: 100%;
        opacity: 1;
    }

    66% {
        top: 0%;
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0.6;
    }
}

/* HUD Header: Timeline & SN */
.c-portfolio-id-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    display: flex;
    justify-content: space-between;
    z-index: 4;
}

.c-timeline-wrap {
    display: flex;
    flex-direction: column;
}

.c-timeline-label {
    font-size: 10px;
    text-transform: uppercase;
    color: #ff5e14;
    letter-spacing: 2px;
    font-weight: 800;
}

.c-timeline-value {
    font-size: 11px;
    color: #ffffff;
    font-family: 'Courier New', Courier, monospace;
}

.c-id-box {
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 12px;
    border-right: 3px solid #ff5e14;
}

.c-number {
    color: #ffffff;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
}

/* HUD Bottom: Category & Title */
.c-portfolio-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 4;
}

.c-category {
    display: block;
    color: #ff5e14;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 8px;
    /* Hidden state */
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.c-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.2;
}

.c-portfolio-img-wrap:hover .c-category {
    opacity: 1;
    transform: translateY(0);
}

.c-portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 2;
}

/* View More Button */
.finlance_btn_wrap {
    position: relative;
    right: 0;
    padding-bottom: 40px;
}

/* Portfolio Filter Tabs */
.filter-nav .filter-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 0;
    margin: 0 0 40px 0;
    list-style: none;
}

.filter-nav .filter-btn li {
    padding: 8px 24px;
    background-color: #f4f5f8;
    border: 1px solid transparent;
    color: #444444;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.filter-nav .filter-btn li:hover,
.filter-nav .filter-btn li.active {
    background-color: #ff5e14;
    border-color: #ff5e14;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 94, 20, 0.25);
}

/* Cinematic View All Projects Link */
.c-cinematic-link {
    display: inline-flex;
    align-items: center;
    color: #1a2030;
    text-decoration: none;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    padding-right: 15px;
}

.c-cinematic-link .text {
    margin-right: 15px;
    position: relative;
    z-index: 1;
}

.c-cinematic-link .line {
    width: 40px;
    height: 2px;
    background-color: #1a2030;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-cinematic-link .icon {
    font-size: 14px;
    color: #1a2030;
    margin-left: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    opacity: 0;
    transform: translateX(-10px);
}

.c-cinematic-link:hover {
    color: #ff5e14;
}

.c-cinematic-link:hover .line {
    width: 80px;
    background-color: #ff5e14;
}

.c-cinematic-link:hover .icon {
    opacity: 1;
    color: #ff5e14;
    transform: translateX(10px);
}

/* Portfolio Details Light Mode */
.c-portfolio-details {
    background-color: #ffffff;
    color: #1a2030;
}

.c-category-label {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 800;
    color: #ff5e14;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.c-category-label span {
    display: inline-block;
    width: 40px;
    height: 2px;
    background-color: #ff5e14;
    margin-right: 15px;
}

.c-huge-title {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    color: #1a2030;
    margin: 0;
    text-transform: uppercase;
}

.c-header-logo {
    max-height: 80px;
    max-width: 100%;
    object-fit: contain;
}

.c-info-grid {
    border: 1px solid #e5e5e5;
    background-color: #f9f9fa;
    border-radius: 4px;
}

.c-info-item {
    padding: 15px 20px;
    border-right: 1px solid #e5e5e5;
}

.c-info-item:last-child {
    border-right: none !important;
}

.c-info-label {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.c-info-label i {
    color: #ff5e14;
    margin-right: 5px;
    font-size: 12px;
}

.c-info-value {
    font-size: 13px;
    padding: 0 15px;
    font-weight: 800;
    color: #1a2030;
}

.c-description-box {
    border-left: 4px solid #ff5e14;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.8;
    color: #444;
}

.c-gallery-section {
    margin-top: 40px;
}

.c-gallery-item-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.c-gallery-item-wrap img {
    transition: transform 0.8s ease;
    width: 100%;
    object-fit: cover;
    display: block;
}

.c-gallery-item-wrap.hero-img img {
    height: 480px;
}

.c-gallery-item-wrap.grid-img img {
    height: 320px;
}

.c-gallery-item-wrap:hover img {
    transform: scale(1.03);
}

/* Four Corner Brackets */
.c-gallery-item-wrap .frame-bracket {
    position: absolute;
    width: 40px;
    height: 40px;
    border-color: #ff5e14;
    border-style: solid;
    z-index: 5;
    pointer-events: none;
    transition: all 0.3s ease;
}

.c-gallery-item-wrap .bracket-tl {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
}

.c-gallery-item-wrap .bracket-tr {
    top: 0;
    right: 0;
    border-width: 2px 2px 0 0;
}

.c-gallery-item-wrap .bracket-bl {
    bottom: 0;
    left: 0;
    border-width: 0 0 2px 2px;
}

.c-gallery-item-wrap .bracket-br {
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
}

@media (max-width: 767px) {
    .c-huge-title {
        font-size: 36px;
    }

    .c-info-item {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
    }

    .c-info-item:last-child {
        border-bottom: none;
    }
}