/*
Theme Name: Finexcellence
Theme URI: 
Author: 
Author URI: 
Version: 1.0

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
/******** FONTS *******/
/* montserrat latin_latin-ext */

.grecaptcha-badge {
	visibility: hidden;
	opacity: 0;
	
}

@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/montserrat-v29-latin_latin-ext-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v29-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v29-latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v29-latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v29-latin_latin-ext-700.woff2') format('woff2'); 
}
/* outfit  latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/outfit-v11-latin_latin-ext-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/outfit-v11-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/outfit-v11-latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/outfit-v11-latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/outfit-v11-latin_latin-ext-700.woff2') format('woff2'); 
}
/*************** ROOT ***************/
:root {
    --primary-font: 'Montserrat', sans-serif;
    --secondary-font: 'Outfit', sans-serif;
    --primary-color: #0A3833;
    --text-color: #5E5E5E;
}

/*************** PREDEFINED ***************/
body {
    color: var(--text-color);
    font-family: var(--primary-font);
}
html :where(.wp-block) {
    max-width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.btn {
    font-size: 14px;
    line-height: 1;
    padding: 13px 26px;
    min-width: 200px;
    border-radius: 0;  
    font-weight: 600; 
    transition: all .3s;
    font-family: var(--secondary-font);
}
.btn-primary {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background: var(--primary-color) !important;
    color: #FFFFFF !important;
    border: 1px solid var(--primary-color) !important;
}
.btn-secondary {
    background: var(--primary-color);
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
    background: #FFFFFF !important;
    color: var(--primary-color) !important;
    border: 1px solid #FFFFFF !important;
}
.btn-secondary:disabled {
    background: var(--primary-color);
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    opacity: .6;
}
.section-title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    font-size: 30px;
    color: var(--primary-color);
    font-family: var(--secondary-font);
}
.section-text {
    max-width: 550px;
}
.section-text p {
    font-size: 14px;
}
.text-primary {
    color: var(--primary-color) !important;
}
.text-secondary {
    color: var(--text-color) !important;
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.section-padding {
    padding: 50px 0;
}
.font-secondary {
    font-family: var(--secondary-font) !important;
}
/******** HEADER ***********/
.btn-menu {
    background-color: transparent;
    border: none;
    padding: 8px;
    border-radius: 0;
    transition: all .2s;
}
.btn-menu img {
    width: 24px;
    height: auto;
    max-height: 30px;
}
.menu-btn-container {
    top: 20px;
    right: 20px;
}
.offcanvas-header {
    padding: 18px 20px;
}
.offcanvas {
    background: #FFFFFF;
}
.offcanvas::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #0A383312;
}
.navbar-nav .nav-link {
    font-weight: 700;
    color: #2E2E2E;
    font-size: 20px;
    font-family: var(--secondary-font);
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--primary-color);
}
.offcanvas-body {
    padding: 20px 30px;
}
.navbar-nav .nav-item {
    padding: 5px 0;
}
.admin-bar .navbar {
    top: 46px;
}
/******** FOOTER ***********/
.contact-list-img {
    width: 14px;
    height: 14px;
}
.contact-list-img img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.contact-list span,
.footer-title,
.contact-list a {
    color: #2E2E2E;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.2;
    font-family: var(--secondary-font);
}
.contact-list a:hover {
    text-decoration: underline;
}
.contact-list li {
    margin-bottom: 15px;
}
.contact-list li:last-child {
    margin-bottom: 0;
}
.contact-list-menu {
    border-top: 1px solid #0A383326;
}
.footer-bottom-links {
    gap: 28px;
}
.footer-bottom-links a {
   font-size: 12px;
   text-decoration: none;
}
.footer-location:hover,
.footer-bottom-links a:hover {
    text-decoration: underline;
}
.footer-bottom-links a::after {
    width: 1px;
    height: 22px;
    position: absolute;
    right: -14px;
    top: -2px;
    content: "";
    background-color: var(--text-color);
}
.footer-bottom-links a:last-child::after {
    display: none;
}
.rights-text {
    font-size: 14px;
    color: #2E2E2E;
}
.footer-bottom {
    border-top: 1px solid #D3D3D380;
}
.footer-top {
    padding: 37px 0 33px 0;
}
.footer-right {
    gap: 15px;
}
.footer-logo img{
    width: auto;
    height: auto;
    max-width: 247px;
    max-height: 50px;
}
.footer-location {
    text-decoration: none;
    color: #2E2E2E;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.2;
    font-family: var(--secondary-font);
}
.footer-loc-img img {
    width: auto;
    height: 14px;
    max-width: 14px;
    max-height: 14px;
    margin-top: 5px;
}
/******** HERO ***********/
.hero-video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; 
    max-height: 100svh;
}
.hero-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.hero-section {
    max-height: 100svh;
}
.hero-section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000075;
}
.hero-logo {
    width: 100%;
}
.hero-logo img {
    max-width: 280px;
    width: 100%;
}
.hero-video-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/******** CONTACT ***********/
.contact-form-container {
    max-width: 650px;
}
.form-control {
    border-radius: 0;
    color: #000;
    padding: 13px 20px;
    font-size: 14px;
    background-color: #F8F8F8;
	color: #0A3833;
    border: none;
}
.form-control::placeholder {
    color: #0A383399;
    font-size: 14px;
}
.custom-checkboxes input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #F8F8F8;
    margin: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid transparent;
    flex-shrink: 0;
	position: relative;
	border-radius: 0;
    margin-right: 6px;
}
.custom-checkboxes .wpcf7-list-item {
    margin: 0;
}
.custom-checkboxes label {
    display: flex;
    align-items: center;
}
.custom-checkboxes input[type="checkbox"]::before {
    content: "";
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    display: inline-block;
    top: -1px;
    left: -1px;
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    border-radius: 0;
    background-image: url('img/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
}
.custom-checkboxes input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.custom-checkboxes .wpcf7-list-item-label,
.custom-checkboxes a {
    color: #FFFFFF;
    font-size: 14px;
}
.custom-checkboxes a:hover {
    text-decoration: none;
}
.form-control:focus {
    border: none;
    background-color: #F8F8F8;
    box-shadow: none;
}
.form-btn {
    margin-top: 40px;
}
/******** ABOUT ***********/
.about-finexcellence {
    background: #0A383312;
}
.about-us-img {
    width: 260px;
    max-width: 100%;
}
.about-us-img img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}
.about-us-position,
.about-us-name {
    line-height: 1.2;
    font-size: 18px;
    color: #2E2E2E;
}
.about-us-position {
    font-size: 16px;
}
.about-us-text {
    font-size: 16px;
    font-style: italic;
    color: #2E2E2E;
    line-height: 1.2;
}
.about-us-text::after {
    content: "";
    display: block;
    position: relative;
    width: 45px;
    height: 35px;
    margin-left: auto;
    background-image: url('img/quote.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.about-text-inner::before {
    content: "";
    position: absolute;
    top: 3px;
    width: 2px;
    height: 98%;
    background-color: #216F66;
    left: 0;
}
.btn-menu img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(8%) saturate(7469%) hue-rotate(355deg) brightness(90%) contrast(110%);
}
.hero-block-first .btn-menu img {
    filter: none;
}
.page-content-block {
    min-height: calc(100svh - 422.6px );
    padding: 100px 0 50px 0;
}
.page-editor a {
    color: var(--primary-color);
}
.page-editor a:hover {
    text-decoration: none;
}
.page-title {
    font-size: 32px;
}
.btn-menu:focus {
    box-shadow: none;
}
.navbar-scroll .btn-menu {
    background-color: var(--primary-color);
}
.navbar-scroll .offcanvas .btn-menu {
    background-color: transparent;
}
.text-image-img-box img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
}
.text-image-boxes {
    gap: 50px;
}
.text-image-img-box::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -12px;
    width: 50px;
    height: 100px;
    background-image: url('img/pattern.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.services-section {
    background-color: #F8F8F8;
}
.service-card-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 16px;
}
.service-card-icon img {
    width: auto;
    height: auto;
    max-width: 50%;
    max-height: 100%;
}
.service-card-title {
    font-size: 18px;
    margin-bottom: 24px;
    max-width: 230px;
    line-height: 1.2;
}
.service-card {
    padding: 35px 25px;
    border-bottom: 5px solid var(--primary-color);
}
.services-card-text ul {
    margin: 0;
    list-style-type: none;
    padding-left: 24px;
}
.services-card-text li,
.services-card-text p {
    color: #5E5E5E;
    line-height: 1.2;
    margin-bottom: 20px;
}
.services-card-text li {
    position: relative;
}
.services-card-text li::after {
   width: 3px;
   height: 3px;
   background-color: #5E5E5E;
   border-radius: 50%;
   content: "";
   position: absolute;
   left: -15px;
   top: 8px;
}
.services-card-text li:last-child,
.services-card-text p:last-child {
    margin-bottom: 0;
}
.services-swiper-container {
    padding-left: 12px;
    padding-bottom: 60px;
   
}
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}
.swiper-button-prev,
.swiper-button-next {
    transition: all .3s;
    width: 35px;
    height: 35px;
    background-image: url('img/arrow-right.svg');
    border: 1px solid var(--primary-color);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color: var(--primary-color);
    bottom: 0;
    top: auto;
    border-radius: 50%;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 1;
    background-color: transparent;
    border: 1px solid #2E2E2E33;
    filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(328%) hue-rotate(124deg) brightness(98%) contrast(98%);
}
.swiper-button-prev {
    transform: rotate(180deg);
}
.swiper-button-next {
    right: auto;
    left: 60px;
}
.wpcf7 form .wpcf7-response-output {
    color: #FFFFFF;
}
.wpcf7-not-valid-tip {
    color: #ffb900;
    font-size: 14px;
}
:root :where(.editor-styles-wrapper)::after {
    display: none !important;
}
.cky-revisit-bottom-left {
	left: auto !important;
	right: 15px;
}
.page-editor p, 
.page-editor li {
	font-size: 15px;
}
.page-editor h3 {
	font-size: 21px;
}
.about-btn  {
	margin-top: 20px;
	padding-left: 16px;
}
.hero-block-not-first.navbar-scroll .btn-menu img {
	filter: none;
}
.cky-revisit-bottom-left:hover::after {
	left: auto !important;
	right: calc(100% + 2px);
}
.cky-revisit-bottom-left:hover::before {
	left: auto !important;
	right: calc(100% + 7px);
}
/******** RESPONSIVE SM ***********/
@media (min-width: 576px) {
    .text-image-img-box::after {
        left: -27px;
        width: 75px;
        height: 150px;
    }
    .services-swiper-container { 
        --container-plus-right: 540px;
        max-width: calc(var( --container-plus-right) + ((100% - var( --container-plus-right) )/2));
    }
}
/******** RESPONSIVE MD ***********/
@media (min-width: 768px) {
    .page-content-block {
        min-height: calc(100svh - 236.4px );
        padding: 100px 0 50px 0;
    }
    .services-swiper-container { 
         --container-plus-right: 720px;
    }
}
@media (min-width: 783px) {
    .admin-bar .offcanvas.offcanvas-end,
    .admin-bar .navbar {
        top: 32px;
    }
}
/******** RESPONSIVE LG ***********/
@media (min-width: 992px) {
    .section-title {
        margin-bottom: 20px;
        font-size: 36px;
    }
    .section-text p {
        font-size: 16px;
    }
    .btn {
        padding: 13px 26px;
        min-width: 255px;
        font-weight: 700; 
    }
    .contact-list span,
    .footer-location,
    .footer-title,
    .contact-list a {
        font-size: 16px;
    }
    .footer-bottom-links a {
        font-size: 13px;
    }
    .footer-right {
        gap: 30px;
    }
    .menu-btn-container {
        top: 50px;
        right: 70px;
    }
    .offcanvas-header {
        padding: 50px 70px 30px 85px;
    }
    .offcanvas {
        width: 550px !important;
    }
    .offcanvas-body {
        padding: 20px 70px;
    }
    .section-padding {
        padding: 70px 0;
    }
    .about-us-text {
        font-size: 18px;
    }
    .about-text-inner::before {
        width: 4px;
        height: 98%;
    }
    .hero-logo img {
        max-width: 400px;
    }
    .page-content-block {
        min-height: calc(100svh - 243.5px );
        padding: 100px 0 70px 0;
    }
    .text-image-boxes {
        gap: 70px;
    }
    .text-img-text-box {
        padding-right: 40px;
    }
    .text-image-reverse .text-img-text-box {
        padding-left: 40px;
    }
    .services-swiper-container { 
        --container-plus-right: 960px;
    }
    .service-card {
        padding: 45px 35px;
        border-bottom: 5px solid var(--primary-color);
    }
    .service-card-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 20px;
    }
    .service-card-title {
        margin-bottom: 30px;
    }
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background-color: #0A3833BF;
        border:1px solid #0A3833BF;
    }
	.about-us-text {
		margin-left: 35px;
	}
	
}
/******** RESPONSIVE XL ***********/
@media (min-width: 1200px) {
    .container {
        max-width: 1164px;
    }
    .navbar-nav .nav-link {
        font-size: 22px;
    }
    
    .section-padding {
        padding: 100px 0;
    }
    .hero-logo img {
        max-width: 560px;
    }
    .about-us-text {
        font-size: 22px;
    }
    .about-text-inner {
        padding-left: 37px !important;
    }
    .about-us-text::after {
        width: 55px;
        height: 45px;
    }
    .page-content-block {
        min-height: calc(100svh - 243.5px );
        padding: 120px 0 100px 0;
    }
    .page-editor p,
    .page-editor li {
        font-size: 19px;
    }
	.page-editor h3 {
		font-size: 25px;
	}
    .page-title {
        font-size: 40px;
    }
    .text-image-boxes {
        gap: 100px;
    }
    .text-img-text-box {
        padding-right: 80px;
    }
    .text-image-img-box::after {
        left: -50px;
        width: 100px;
        height: 150px;
    }
    .text-image-reverse .text-img-text-box {
        padding-left: 80px;
        padding-right: 40px;
    }
    .services-swiper-container { 
        --container-plus-right: 1164px;
    }
    .services-swiper-container {
        padding-bottom: 100px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 50px;
        height: 50px;
    }
    .swiper-button-next {
        right: auto;
        left: 80px;
    }
	.about-us-text {
		margin-left: 80px;
	}
	.about-btn  {
		margin-top: 40px;
		padding-left: 37px;
	}
}
/******** RESPONSIVE XXL ***********/
@media (min-width: 1400px) {
    .about-us-text {
        font-size: 24px;
    }
    .about-us-text::after {
        width: 65px;
        height: 55px;
    }
    .text-img-text-box {
        padding-right: 150px;
    }
    .text-image-img-box::after {
        left: -57px;
        width: 136px;
        height: 174px;
    }
    .text-image-reverse .text-img-text-box {
        padding-left: 90px;
        padding-right: 60px;
    }
}
    
/******** RESPONSIVE CUSTOM ***********/
@media (min-width: 1600px) {}
@media (min-width: 1800px) {}