/* ===================================
    Nz - DFIE
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    --xxbase-color: #d5d52b; 
	--base-color: #13E4CF;
    --ccdark-gray: #313e3b;
	--dark-gray: #232323;
    --medium-gray: #717580;
    --yellow: #13E4CF;
    --extra-medium-gray: #e4e4e4;
    --alt-font: 'Space Grotesk', sans-serif;
    --primary-font: 'Inter', sans-serif;
}
/* reset */
body {
    font-size: 17px;
    line-height: 30px;
    overflow-x: hidden;
}
.fellow-hover-group:hover .fellow-tooltip,
		.fellow-hover-group:focus-within .fellow-tooltip {
			display: block !important;
		}
		.fellow-hover-group .fellow-tooltip::after {
			content: '';
			position: absolute;
			top: -10px; left: 50%;
			transform: translateX(-50%);
			border-width: 0 7px 10px 7px;
			border-style: solid;
			border-color: transparent transparent #23272b transparent;
			display: block;
		}
.map-hover-effect {
    transition: transform 0.4s cubic-bezier(.4,2,.3,1), box-shadow 0.4s cubic-bezier(.4,2,.3,1);
    box-shadow: 0 0 0 transparent;
    border-radius: 12px;
}
.map-hover-effect:hover,
.map-hover-effect:focus {
    transform: scale(1.06) rotate(-2deg);
    box-shadow: 0 8px 32px 0 rgba(50, 56, 75, 0.23);
    z-index: 10;
}
.sidebar-logo-hover {
    transition: 
        transform 0.35s cubic-bezier(.4,2,.3,1), 
        box-shadow 0.35s cubic-bezier(.4,2,.3,1);
    will-change: transform, box-shadow;
    cursor: pointer;
}

.sidebar-logo-hover:hover,
.sidebar-logo-hover:focus {
    transform: scale(1.12) rotate(0deg);
    box-shadow: 0 10px 36px 0 rgba(40, 60, 110, 0.19);
    filter: brightness(1.12);
}
.dfie-main-title {
	font-size: 2.7rem;
	font-weight: 900;
	color: #fff;
	letter-spacing: -1px;
	text-align: center;
	margin-bottom: 1.2em;
}
.dfie-bullets {
	list-style: none;
	padding-left: 0;
	margin-bottom: 2em;
}
.dfie-bullets li {
	position: relative;
	font-size: 1.13em;
	padding-left: 2em;
	margin-bottom: 1.05em;
	color: #242424;
}
.dfie-bullets li:before {
	content: "✔";
	color: #d5d52b;
	position: absolute;
	left: 0;
	font-weight: bold;
	font-size: 1.2em;
	top: 0.1em;
}
.dfie-vision-box {
	background: #1a1a1a;
	color: #fff;
	padding: 2.1em 1.6em;
	border-radius: 15px;
	margin: 2em 0 1.5em 0;
	text-align: center;
	box-shadow: 0 8px 32px 0 rgba(27,27,50,0.09);
}
@media (max-width: 600px) {
	.dfie-main-title { font-size: 2em; }
	.dfie-vision-box { padding: 1.3em 0.6em; }
}

.dfie-hero-bg {
	background-image: url('images/dfie-pages-bg.jpg');
	background-size: cover;
	background-position: center;
}
.dfie-hero-text {
	color: #fff;
	text-shadow: 0 2px 6px rgba(44,44,44,0.13);
}
.dfie-stat-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px; width: 70px;
	margin-bottom: 10px;
}
.dfie-checklist {
	list-style: none;
	padding: 0 0 0 0.5em;
}
.dfie-checklist li {
	font-size: 1.12em;
	margin-bottom: 12px;
	position: relative;
	padding-left: 2em;
}
.dfie-checklist li::before {
	content: "✅";
	position: absolute;
	left: 0;
	top: 0.07em;
	font-size: 1.2em;
	color: #f1c40f;
}
.dfie-vision-animate {
	background: #ffe561;
	color: #222;
	border-radius: 10px;
	padding: 28px 32px 22px 32px;
	box-shadow: 0 8px 40px 0 rgba(44,44,44,0.13);
	font-weight: 600;
	font-size: 1.3em;
	margin-top: 30px;
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(32px);
	animation: fadeVision 1.2s ease 0.2s forwards;
}
@keyframes fadeVision {
	to { opacity: 1; transform: none; }
}
.dfie-cta {
	background: linear-gradient(90deg, #ffe561 0%, #fffbe2 100%);
	border-radius: 14px;
	padding: 38px 28px 28px 28px;
	margin-top: 24px;
	text-align: center;
}
.dfie-cta-btn {
	font-size: 1.18em;
	background: #22223b;
	color: #ffe561;
	border: none;
	border-radius: 30px;
	padding: 15px 36px;
	font-weight: 700;
	margin-top: 12px;
	transition: background 0.2s, color 0.2s;
}
.dfie-cta-btn:hover {
	background: #ffe561;
	color: #22223b;
	text-decoration: none;
}
@media (max-width: 991px) {
	.dfie-hero-headline { font-size: 2.1em !important;}
}
@media (max-width: 575px) {
	.dfie-hero-headline { font-size: 1.38em !important;}
}
/* Polished improvements */
    .dfie-hero-headline {
        margin-top: 110px;
    }
    .dfie-hero-headline-about {
        margin-top: 20px;
    }
    .dfie-hero-tagline {
        color: #ffe561;
        font-weight: 700;
        text-shadow: 0 2px 6px rgba(44,44,44,0.13);
        margin-bottom: 16px;
        margin-top: 6px;
        letter-spacing: -1.1px;
    }
    .dfie-stat-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px; width: 70px;
        margin-bottom: 10px;
    }
    /* Divider styling */
    .dfie-stat-divider {
        border-left: 2px solid #e2e2e2;
        height: 68px;
        margin: 0 auto;
        display: none;
    }
    @media (min-width: 992px) {
        .dfie-stat-divider {
            display: block;
        }
    }
    .dfie-checklist {
        list-style: none;
        padding: 0 0 0 0.5em;
    }
    .dfie-checklist li {
        font-size: 1.12em;
        margin-bottom: 12px;
        position: relative;
        padding-left: 2em;
    }
    .dfie-checklist li::before {
        content: "✅";
        position: absolute;
        left: 0;
        top: 0.07em;
        font-size: 1.2em;
        color: #f1c40f;
    }
    .dfie-vision-animate {
        background: #ffe561;
        color: #222;
        border-radius: 10px;
        padding: 28px 32px 22px 32px;
        box-shadow: 0 8px 40px 0 rgba(44,44,44,0.13);
        font-weight: 600;
        font-size: 1.3em;
        margin-top: 30px;
        margin-bottom: 40px;
        opacity: 0;
        transform: translateY(32px);
        animation: fadeVision 1.2s ease 0.2s forwards;
    }
    @keyframes fadeVision {
        to { opacity: 1; transform: none; }
    }
    .dfie-cta {
        background: linear-gradient(90deg, #ffe561 0%, #fffbe2 100%);
        border-radius: 14px;
        padding: 38px 28px 28px 28px;
        margin-top: 24px;
        text-align: center;
    }
    .dfie-cta-btn {
        font-size: 1.18em;
        background: #22223b;
        color: #ffe561;
        border: none;
        border-radius: 30px;
        padding: 15px 36px;
        font-weight: 700;
        margin-top: 12px;
        transition: background 0.2s, color 0.2s;
    }
    .dfie-cta-btn:hover {
        background: #ffe561;
        color: #22223b;
        text-decoration: none;
    }
    @media (max-width: 991px) {
        .dfie-hero-headline { font-size: 2.1em !important;}
        .dfie-stat-divider { display: none; }
    }
    @media (max-width: 575px) {
        .dfie-hero-headline { font-size: 1.38em !important;}
    }
a:hover { 
    color: var(--dark-gray); 
}
.top-25 {
    top: 25%;
}
.mt-minus-12 {
    margin-top: -12%;
}
.mt-minus-1 {
    margin-top: -1%;
}
.left-minus-200px {
    left: -200px;
}
.mt-minus-4 {
    margin-top: -4px;
}
.bottom-minus-320px {
    bottom: -320px;
}
.terms-condition .box:before {
    border-color: #e4e4e4;
    background-color: var(--white);
    top: 1px;
}
.terms-condition .box:after {
    top: 5px;
}
.bg-dfie-blue {
    background-color: #1b2864 !important;
}
/* border color */
.border-color-transparent-white-very-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
}
.border-color-transparent-dark-very-light {
    border-color: var(--extra-medium-gray) !important;
}
/* bg gradient color */


.bg-gradient-deep-zuccini-green {
    background-image: linear-gradient(to right bottom, #19493e, #164339, #143e34, #113830, #0f332b);
}
.bg-gradient-dfie-blue {
    background-color: #0F0E9A !important;
}

.bg-gradient-aztec-greenx {
    background-image: linear-gradient(to right bottom, #313e3b, #2e3b38, #2c3835, #293532, #27322f);
}
.bg-gradient-tranquil-white { 
    background-image: linear-gradient(to bottom, #ffffff, #f7f9f9, #f3f6f6, #eff3f3, #ecf1f1);
}
.bg-yellow {
    background-color: var(--yellow);
}
.bg-tranquil {
    background-color: #f3f8f8;
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #36332e), to(transparent));
    background: linear-gradient(to top, #262a29 0%, transparent 100%);
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
}
header .navbar-brand img {
    max-height: 60px;
}
header .navbar-brand {
    padding: 1px 0 5px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 335px;
    padding: 25px 35px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    padding: 15px 30px 21px 0;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    font-size: 14px;
    line-height: normal;
        font-weight: 400;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-size: 17px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i {
    color: var(--dark-gray);
    font-size: 34px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li.active > a {
    opacity: 0.7;
}
/* icon */
.icon-extra-medium {
    font-size: 22px;
}
.video-icon-large .video-icon {
    width: 70px;
    height: 70px;
    font-size: 18px;
}
.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 120px;
    height: 120px;
}
.video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-afr {
    width: 90px;
    height: 90px;
}
.medium-icon li, .small-icon li {
    margin: 0 3px;
}
/* review  */
.review-star-icon i {
    letter-spacing: 1px;
}
/* btn */
.btn {
    font-family: var(--primary-font);
    text-transform: none;
    letter-spacing: 0;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 15px 38px;
    font-size: 17px; 
}
.btn.btn-switch-text.btn-large > span {
    padding: 13px 32px;
    font-size:15px;
}
.btn.btn-switch-text.btn-medium > span {
    padding: 12px 30px;
    font-size:14px;
}
.btn.btn-base-color { 
    color: var(--dark-gray); 
}
.btn.btn-base-color:hover, .btn.btn-box-shadow.btn-base-color:hover {
    background-color:  var(--base-color);
    color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0 0 2px;
}
/* heading */
h2 {
    line-height: 3.2rem;
}
/* tab */
.tab-style-04 .nav-tabs .nav-item {
    padding: 0;
    width: 25%;
}
.tab-style-04 .nav-tabs .nav-item .nav-link {
    color: var(--medium-gray);
}
.tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
    height: 3px;
}
.tab-style-04 .nav-tabs .nav-item .nav-link.active {
    font-weight: 600;
    border: 0;
   outline: 0;
}
.tab-style-04 .nav-tabs .nav-item .nav-link:focus-visible {
    outline: none;
    box-shadow: none;
}
/* accordion */
.accordion-style-04 .accordion-item .accordion-body {
    padding: 0 35px 25px;
}
.accordion-style-04 .accordion-item .accordion-collapse {
    margin-top: -1px;
}
/* progress bar */
.progress-bar-style-02 .progress {
    height: 10px;
}
/* page title */
.page-title-extra-small h2 {
    font-size: 3.75rem;
    line-height: 3.75rem;
}
.page-title-extra-small h1 {
    font-size: 20px;
}
/* pages */
.contact-form-style-03 > div { 
    border-radius: 6px 0 6px 0;
}
/* newsletter style 02 */
.newsletter-style-02 input { 
    padding-right: 100px !important;
    font-size: 14px;
}
/* footer */
footer {
    padding-bottom: 30px;
}
footer .footer-logo img {
    max-height: 39px;
}
.footer-dark,
.footer-dark .newsletter-style-02 input,
.footer-dark p, .footer-dark a {
    color: var(--medium-gray);
}
.footer-dark a:hover {
    color: var(--base-color);
}
.footer-dark .newsletter-style-02 input::placeholder {
    color: var(--medium-gray) !important;
    opacity: 1; /* Firefox */
}
.footer-dark .newsletter-style-02 input:-ms-input-placeholder {
    color: var(--medium-gray) !important;
}
.footer-dark .newsletter-style-02 input::-ms-input-placeholder {
    color: var(--medium-gray)  !important;
}
.footer-dark .elements-social .light li a:hover {
    color: var(--white);
    opacity: .5;
}
.footer-dark .small-icon li {
    margin: 0 7px;
}
.footer-navbar li {
    line-height: normal;
}
footer ul li {
    margin-bottom: 2px;
}
/* media query responsive */
@media (max-width: 1399px) {
    .accordion-style-06 .accordion-item {
        padding-left: 35px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
    .team-style-05 .social-icon a {
        margin: 0 10px;
    }
}
@media (max-width: 991px) {
    .widget-text {
        color: var(--dark-gray);
    }
    .navbar .navbar-nav .nav-link {
        font-size: 18px;
    }
    .team-style-05 .social-icon a {
        margin: 0 10px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
        padding: 0 15px 6px 15px;
    }
}
@media (max-width: 767px) {
    .accordion-style-05 .accordion-item {
        padding: 20px 35px 22px 55px;
    }
    .contact-form-style-03 > div {
        border-radius: 6px;
    }
    .tab-style-04 .nav-tabs .nav-item:last-child {
        margin-bottom: 0;
    }
    .accordion-style-04 .accordion-item .accordion-body {
        padding: 0 25px 25px;
    }
    .tab-style-04 .nav-tabs .nav-item {
        width: auto;
    }
}
@media (max-width: 575px) {
    .accordion-style-06 .accordion-item {
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .accordion-style-06 .accordion-item.active-accordion {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .accordion-style-05 .accordion-item {
        padding: 17px 20px 17px 45px;
    }
    .accordion-style-05 .accordion-item .accordion-body {
        padding-right: 15px;
    }
    .accordion .accordion-item .accordion-header .accordion-title {
    	line-height: 28px;
	}
}