@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');
html{
    scroll-behavior: smooth;
}

:root {
    --primary-color: #daaf7e;
    --secondary-color:#131F2D;

}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body{
    font-family: "familjen-grotesk", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "familjen-grotesk", sans-serif;
    font-weight: 700;
}
.gold_btn{
    background: var(--primary-color);
    border: none;
    padding: 10px 30px;
    color: var(--secondary-color);
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}
.gold_btn:hover{
    color: #fff;
}
.navbar{
    background: #131F2D;
    padding: 15px 0;
}
.navbar .navbar-brand img{
    max-width: 200px;
}
.navbar .nav-link {
    color: #fff;
    font-size: 17px;
    padding: 0 20px !important;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.navbar .btn{
    background: var(--primary-color);
    border: none;
    padding: 10px 30px;
    color: var(--secondary-color);
    border-radius: 30px;
    font-weight: 500;
}
.navbar .btn:hover{
    background: var(--primary-color);
}
.main-service-home {
    position: relative
}

.main-service-home video {
    height: 100vh;
    width: 100%;
    object-fit: cover
}

.sec_home_services {
    background: none!important;
    position: absolute;
    top: 0;
    width: 100%
}
.main-service-home.small video,.main-service-home.small .sec_home_services {
    height: 690px!important;
	    background: #00000040 !important;
}
.sec_home_services .col {
    position: relative
}

.sec_home_services .col .sec_btn {
    position: absolute;
    bottom: 70px;
    width: 80%
}

.main-service-home video {
    height: 96vh
}

.main-service-home .row {
    height: 90%
}

.sec_home_services {
    padding-top: 50px
}

.sec_home_services .sec_title {
    padding: 0 30px;
    margin-bottom: 80px
}

.sec_home_services .sec_title h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    padding-left: 100px;
    position: relative
}

.sec_home_services .col h4 {
    background: #ffffff75;
    padding: 5px 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    border-radius: 30px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    justify-content: center;
    display: inline-block;
    margin-bottom: 30px
}

.sec_home_services .col:hover h4 {
    background: var(--secondary-color);
    padding: 5px 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    border-radius: 30px;
    color: var(--primary-color);
    font-weight: 900;
    font-size: 16px;
    justify-content: center;
    display: inline-block;
    margin-bottom: 30px
}

.sec_home_services .sec_title h3:before {
    height: 3px;
    width: 80px;
    background: #ffa500;
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0
}

.sec_home_services .col {
    border-right: 1px solid #fff;
    padding: 50px 30px 40px;
    color: #fff;
    min-height: 515px;
    transition: background 1.2s ease
}

.sec_home_services .col .sec_btn {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sec_home_services .col .sec_btn img {
    max-width: 20px;
    margin-top: 15px
}

.sec_home_services .col .sec_btn a {
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 800;
    background: var(--secondary-color);
}

.sec_home_services .col .sec_btn a i {
    margin-left: 10px;
    color: var(--primary-color);
}

.sec_home_services .col .sec_btn a.arrow {
    margin-top: 0
}

.sec_home_services .col:hover {
    background: #fff;
    color: #000
}

.sec_home_services .col h3 {
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 30px;
    min-height: 80px
}

.sec_home_services .col li {
    list-style: unset;
    font-size: 16px
}

.sec_home_services .col:hover h3 {
    color: var(--primary-color)
}

.sec_home_services .col .content {
    visibility: hidden
}

.sec_home_services .col:hover .content {
    visibility: visible
}

.sec_home_services .col:hover .content ul {
    padding-left: 15px
}

.headline {
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: .2px;
    font-size: 60px;
}

.text-brand {
    color: var(--primary-color)
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: .8rem;
}

.sec_about{
    padding: 100px 0;
}

.sec_why_work{
    background: var(--secondary-color);
    padding: 100px 0;
    color: #fff;
}
.sec_why_work h3{
    line-height: 1.2;
}
.sec_why_work p{
    font-size: 18px;
    width: 80%;
    line-height: 1.656;
}
.sec_partner{
    padding: 80px 0 30px;
}
.sec_partner h3{
    font-size: 60px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.sec_partner h3 span{
    color: var(--primary-color);
}
.sec_partner .partners{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.sec_partner .partners .col{
    max-width: 12%;
    flex: 1 0 12%;
	    display: flex;
    align-items: center;
	    justify-content: center;

}
.sec_partner .partners .col img {
    height: 120px;
    width: 140px;
    object-fit: contain;
    padding: 10px 0;
}
.sec-contact-form {
    background: #fff;
    padding: 90px 0
}

.contact-form {
    width: 90%;
    margin: auto
}

.sec-contact-form h3 {
    text-align: left;
    font-weight: 900;
    margin-bottom: 30px;
    font-size: 80px;
    color: #000;
    line-height: 1
}

.contact-form .form-control,.sec-contact-form textarea {
    background: none;
    border: none;
    border: 1px solid #000;
    border-radius: 50px;
    color: #000;
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

/* ====== Biz Partners – Footer Styles (Scoped) ====== */

.bp-footer {
    background:var(--secondary-color);
    color: #ffffff;
    padding: 60px 0 0;
}




.bp-footer .bp-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 12px;
}

.bp-footer .bp-logo__mark {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #D4A056, #f0c98f);
    box-shadow: 0 2px 10px rgba(212, 160, 86, 0.35);
}

.bp-footer .bp-logo__text {
    font-weight: 700;
    letter-spacing: 0.2px;
    font-size: 1.125rem;
}

.bp-footer .bp-tagline {
    margin: 6px 0 18px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
}

/* Social */
.bp-footer .bp-social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bp-footer .bp-social__link {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(212, 160, 86, 0.12);
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
    text-decoration: none;
}

.bp-footer .bp-social__icon {
    width: 18px;
    height: 18px;
    fill: #D4A056;
    transition: transform .2s ease, fill .2s ease;
}

.bp-footer .bp-social__link:hover,
.bp-footer .bp-social__link:focus-visible {
    background: rgba(212, 160, 86, 0.22);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}
.bp-footer .bp-social__link:hover .bp-social__icon,
.bp-footer .bp-social__link:focus-visible .bp-social__icon {
    fill: #ffffff;
}

/* Headings */
.bp-footer .bp-heading {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--primary-color);
    margin: 6px 0 14px;
}

/* Lists & Links */
.bp-footer .bp-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bp-footer .bp-list li {
    margin: 8px 0;
}

.bp-footer .bp-link {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    transition: color .2s ease, opacity .2s ease;
}
.bp-footer .bp-link:hover,
.bp-footer .bp-link:focus-visible {
    color: #D4A056;
    opacity: 1;
}

/* Contact */
.bp-footer .bp-contact {
    font-style: normal;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    margin-bottom: 16px;
}
.bp-footer .bp-contact .bp-link {
    color: rgba(255, 255, 255, 0.72);
}
.bp-footer .bp-contact .bp-link:hover {
    color: #D4A056;
}

/* Button */
.bp-footer .bp-button {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 12px;
    background: #D4A056;
    color: #0A0F1C;
    font-weight: 600;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    box-shadow: 0 6px 16px rgba(212, 160, 86, 0.3);
}
.bp-footer .bp-button:hover,
.bp-footer .bp-button:focus-visible {
    background: #e0b16f;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(212, 160, 86, 0.35);
}

/* Divider & Bottom */
.bp-footer .bp-divider {
    margin: 36px 0 18px;
    border: none;
    border-top: 1px solid rgba(212, 160, 86, 0.25);
}

.bp-footer .bp-bottom {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-bottom: 8px;
}
.bp-footer .bp-bottom__text {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Accessibility focus */
.bp-footer .bp-link:focus-visible,
.bp-footer .bp-button:focus-visible,
.bp-footer .bp-social__link:focus-visible,
.bp-footer .bp-logo:focus-visible {
    outline: 2px solid #D4A056;
    outline-offset: 2px;
}

.bp-social i{
    color: var(--primary-color);
    font-size: 20px;
}

.sec-contact-form .gold_btn{
    padding: 10px 60px;
    margin-top: 20px;
}


.sec_service_services .sec_title {
    border-bottom: 1px solid #000;
    margin: 0 30px
}

.sec_service_services .sec_title h3 {
    font-weight: 900;
    font-size: 30px
}

.sec_service_services .content p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0
}

.sec_service_services .accordion-button.collapsed .content {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    transition: opacity 0.5s ease,height 0.5s ease
}

.sec_service_services .accordion-button .content {
    opacity: 1;
    height: auto;
    transition: opacity 0.5s ease,height 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.sec_service_services .accordion-button.collapsed .content p {
    transform: translateY(-20px);
    opacity: 0;
    width: 0;
    transition: transform 0.5s ease,opacity 0.5s ease,width 0.5s ease
}

.sec_service_services .accordion-button .content p {
    transform: translateY(0);
    opacity: 1;
    overflow: hidden;
    max-height: 160px;
    width: 100%;
    transition: width 1s ease;
    color: #000
}

.sec_service_services .accordion-body {
    margin-top: 40px
}

.sec_service_services .accordion-body h2 {
    font-weight: 900;
    color: var(--primary-color);
    font-size: 22px;
    margin-bottom: 30px
}

.sec_service_services .accordion-body h2:before {
    content: "\2022";
    margin-right: 5px
}

.sec_service_banner .banner-btn {
    margin-top: 40px
}

.sec_service_banner .banner-btn .white-btn {
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 800
}

.main-btn {
    background: var(--primary-color);
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 800
}

.sec_service_banner .banner-btn .main-btn {
    margin-left: 10px
}

.sec_service_services .accordion {
    margin: auto;
    padding: 0 30px
}

.sec_service_services .accordion-item {
    border: none!important;
    margin-top: 30px;
    border-bottom: 1px solid #000!important;
    padding: 0 110px 30px 110px;
    border-radius: 0
}

.sec_service_services .accordion-button {
    gap: 60px;
    justify-content: space-between;
    background: none!important;
    border: none;
    box-shadow: none!important;
    align-items: flex-start
}

.sec_service_services .accordion-button .title-part {
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.sec_service_services .accordion-button::after {
    position: absolute;
    left: -50px;
    top: 30px;
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    content: "\f107";
    margin-right: 8px;
    display: inline-block;
    background: none;
    font-size: 25px;
    color: var(--primary-color)
}

.sec_service_services .accordion-button:not(.collapsed)::after {
    width: unset
}

.sec_service_services .accordion-button .title-part .number {
    background:var(--secondary-color);
    padding: 5px 18px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 20px;
    margin-top: 6px
}

.sec_service_services .accordion-button .title-part h3 {
    font-size: 50px;
    color: var(--primary-color);
    font-weight: 900;
    line-height: .8;
    margin-left: 20px;
    margin-bottom: 0;
    line-height: 1
}

.sec_service_banner h2 {
    font-size: 90px;
    font-weight: 900;
    line-height: 1
}

.sec_service_banner h2 span {
    color: var(--primary-color)
}

.sec_service_banner p {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 0
}

.sec_service_banner {
    padding: 110px 0
}

.sec_service_services .sec_title {
    border-bottom: 1px solid #000;
    margin: 0 30px
}

.sec_service_services .sec_title h3 {
    font-weight: 900;
    font-size: 30px
}

.sec_service_services .content p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0
}

.sec_service_services .accordion-button.collapsed .content {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    transition: opacity 0.5s ease,height 0.5s ease
}

.sec_service_services .accordion-button .content {
    opacity: 1;
    height: auto;
    transition: opacity 0.5s ease,height 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.sec_service_services .accordion-button.collapsed .content p {
    transform: translateY(-20px);
    opacity: 0;
    width: 0;
    transition: transform 0.5s ease,opacity 0.5s ease,width 0.5s ease
}

.sec_service_services .accordion-button .content p {
    transform: translateY(0);
    opacity: 1;
    overflow: hidden;
    max-height: 160px;
    width: 100%;
    transition: width 1s ease;
    color: #000
}

.sec_service_services .accordion-body {
    margin-top: 40px
}

.sec_service_services .accordion-body h2 {
    font-weight: 900;
    color: var(--primary-color);
    font-size: 22px;
    margin-bottom: 30px
}

.sec_service_services .accordion-body h2:before {
    content: "\2022";
    margin-right: 5px
}

.sec_service_banner .banner-btn {
    margin-top: 40px
}

.sec_service_banner .banner-btn .white-btn {
    border: 1px solid var(--primary-color);
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 800
}

.sec_service_services .title-part p {
    margin-left: 20px;
    color: var(--primary-color);
    font-weight: 900;
    font-size: 18px;
    margin-top: 10px
}


.sec_home_services .accordion-item {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0
}

.sec_home_services .accordion-item:last-of-type {
    border: none
}

.sec_home_services .accordion-button {
    background: none
}

.sec_home_services .accordion-item h4 {
    background: #ffffff75;
    padding: 5px 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    border-radius: 30px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
    justify-content: center;
    display: inline-block
}

.sec_home_services .accordion-item h3 {
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    margin-left: 20px
}

.sec_home_services .accordion-item li {
    color: #fff;
    line-height: 2;
    list-style: unset;
    font-size: 16px
}

.sec_home_services .accordion-item a {
    border: 1px solid var(--secondary-color);
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 800;
    background: var(--secondary-color);;
}

.sec_home_services .accordion-item a i {
    margin-left: 10px;
    color: var(--primary-color);
}

.sec_home_services .accordion-button::after {
    font-family: "Font Awesome 5 pro";
    font-weight: 500;
    content: "\f107";
    margin-right: 8px;
    display: inline-block;
    background: none;
    font-size: 25px;
    color: #fff
}

.sec_home_services .accordion-button.collapsed::after {
    color: #fff
}
.wpcf7-list-item-label a{
    color: var(--primary-color);
}
.sec_services_banner{
    padding: 100px 0;
}
.sec_services_banner h3{
    font-size: 60px;
    color: var(--primary-color);
}
.sec_services_banner p{
    margin-bottom: 30px;
}
.sec_service_services  .gold_btn i{
    margin-left: 10px;
    font-size: 14px;
}


.sec_how_we_work{
    padding: 100px 0;
}
.sec_how_we_work h3{
    font-size: 60px;
}
.sec_how_we_work h3 span{
    color: var(--primary-color);
}
.sec_how_we_work h5{
    width: 40%;
    font-size: 24px;
    line-height: 1.4;
}
.sec_how_we_work .item{
    background: var(--primary-color);
    padding: 30px;
    color: #fff;
    min-height: 380px;
}
.sec_how_we_work .item.bg-blue{
    background: var(--secondary-color);
}
.sec_how_we_work .item p{
    font-size: 18px;
}
.sec_how_we_work .item img{
    width: 100%;
    max-width: 70px;
    margin-bottom: 70px;
}

.sec_why_work.about_page{
    padding: 60px 0;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--secondary-color);
    overflow-x: hidden;
    transition: 0.5s;
    display: none;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.sec-contact-form  .bp-contact a{
	color: #131f2d;
    text-decoration: none;
	font-size: 18px;
}
.sec-contact-form   .bp-social a{
	color: #131f2d;
    text-decoration: none;
	font-size: 18px;
}
.sec-contact-form   .bp-social {
    display: flex;
    align-items: center;
    gap: 14px;
}
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.mobile-menu i{
    color: #fff;
}

	