/* ===================================
    Didecom
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
/* variable */
:root {     
    --base-color: #5E5E5E; 
    --base-trolleit: #f72144de; 
    --medium-gray: #7b7a7a;
    --dark-gray: #1d1d1d;  
    --charcoal-blue: #232323;
    --alt-font: 'Space Grotesk', sans-serif;
    --primary-font: 'Inter', sans-serif;
}
body {
    line-height: 30px;
}
a:hover {
    color: var(--dark-gray);
}
h1, .h1 {
    line-height: 4rem;
}
h3, .h3 { 
    line-height: 2.813rem;
}
h4 {
    line-height: 2.6rem;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}
header .header-button .btn.btn-switch-text.btn-medium > span {
    padding: 12px 22px;
}
header .navbar-brand img {
    max-height: 64px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--dark-gray) !important;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
    background-color: #f6f4f3;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
    width: 35px;
}
/*margin*/
.ms-100px {
    margin-left: 100px;
}
.ms-80px {
    margin-left: 80px;
}
.mb-minus-50px {
    margin-bottom: -50px;
}
/* btn */
.btn {
    text-transform: none;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 16px;
    padding: 19px 32px;
}
.btn.btn-large {
    font-size: 15px;
    padding: 15px 30px;
}
.btn.btn-switch-text.btn-large > span {
    padding: 15px 30px;
}
.btn-gradient-fuel-yellow-blue {
    background-image: linear-gradient(to right, #d18215, #3797a1, #d18215);
    background-size: 200% auto;
    color: var(--white);
}
/* left right top bottom */
.left-minus-45 {
    left: -45%;
}
.bottom-minus-200px {
    bottom: -200px;
}
.one-half-screen {
  height: 550px !important;
}
.swiper-pagination-progress .swiper-progress {
    background-color: var(--dark-gray); 
}
.magic-drag-cursor #ball-cursor:before {
    font-weight: 500;
}
/* text gradient color */
.text-gradient-base-color {
    background-image: linear-gradient(to right, #5E5E5E 0%, #302f2f 100%); 
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-orange{
    color: #e97522;
}
.text-blue{
    color: #1ea3b1;
}
/* bg gradient color */
.bg-gradient-top-very-light-gray { 
    background-image:linear-gradient(to right, #fbf3e9, #f9f4eb, #f4f4f0, #f2f4f2, #eff4f4);
}
.bg-linen {
    background: #f6f4f3;
}
.bg-gradient-orange-transparent {
    background: linear-gradient(to right, rgba(233, 117, 34, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-blue-transparent {
    background: linear-gradient(to right, rgba(30, 163, 177, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
/* blog only text */
.blog-only-text .card-body:after {
    display: none;
}
/* social icon style 06 */
.social-icon-style-06 li {
    position: relative;
}
.social-icon-style-06 li:before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--medium-gray);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    opacity: .5;
}
.social-icon-style-06 li:last-child:before {
    display: none;
}
.google-maps-link a:hover {
    color: var(--white);
}
/* footer */
footer ul li {
    margin-bottom: 0;
    line-height: 28px;
}
footer a:hover {
    color: var(--white);
}
footer .footer-logo img {
    max-height: 34px;
}

.history-section {
    padding: 90px 0;
}
.history-section .history-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    background-color: #f1f4f7;
    border-radius: 999px;
    letter-spacing: 1.1px;
    font-size: 12px;
    text-transform: uppercase;
    color: #7a7e89;
}
.history-section .history-title {
    font-size: clamp(34px, 4vw, 48px);
    margin-top: 10px;
}
.history-section .history-description {
    color: #6f6f6f;
    font-size: 17px;
    margin-bottom: 0;
}
.history-grid {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px;
    background: #dce2ea;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.history-card {
    background: #fff;
    padding: 34px 30px;
    min-height: 235px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    will-change: transform;
}
.history-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #f1f3f6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #5d6573;
    font-size: 22px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
}
.history-card h5 {
    font-size: 20px;
    margin-bottom: 8px;
    color: #202733;
    font-weight: 700;
}
.history-card p {
    margin-bottom: 0;
    color: #616b78;
    line-height: 1.5;
}
.history-card:not(.history-card-cta):hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}
.history-card:not(.history-card-cta):hover .history-icon {
    background: #e8eef9;
    color: #1f2a3a;
}
.history-card-cta {
    background: #0c1728;
    color: #fff;
}
.history-card-cta h5 {
    color: #fff;
}
.history-card-cta .history-icon {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}
.history-card-cta p {
    color: rgba(255, 255, 255, 0.85);
}
.history-cta-button {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    padding: 10px 28px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    transition: background 0.3s ease, border-color 0.3s ease;
}
.history-cta-button:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
}
.history-card-cta:hover {
    background: #2f333d;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}
.perspective-section {
    padding: 90px 0 70px;
}
.perspective-tag {
    display: inline-block;
    padding: 6px 14px;
    letter-spacing: 1.4px;
    font-size: 11px;
    text-transform: uppercase;
    background: #f1f4f9;
    color: #6d7586;
    border-radius: 999px;
}
.perspective-heading {
    margin-top: 12px;
    font-size: clamp(32px, 4.2vw, 54px);
    line-height: 1.05;
}
.highlight-muted {
    color: #9aa4b6;
}
.highlight-primary {
    color: #717171;
    font-style: italic;
}
.perspective-note {
    color: #4b5565;
    font-size: 16px;
    margin-bottom: 14px;
}
.perspective-note-box {
    margin-bottom: 14px;
}
.perspective-line {
    width: 4px;
    height: 42px;
    background: #717171;
    border-radius: 10px;
    display: inline-block;
    margin-top: 2px;
}
.perspective-link {
    color: #717171;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.perspective-link:hover {
    color: #5a5a5a;
}
.perspective-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: #fff;
    border: 1px solid #e4e8ef;
    border-radius: 14px;
    overflow: hidden;
}
.perspective-card {
    padding: 26px 26px 30px;
    border-right: 1px solid #e4e8ef;
    border-bottom: 1px solid #e4e8ef;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
    will-change: transform;
}
.perspective-card:nth-child(4n) {
    border-right: none;
}
.perspective-card:last-child,
.perspective-card:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}
.perspective-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #f2f2f2;
    color: #717171;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
}
.perspective-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.perspective-card:hover .perspective-icon {
    background: #e8e8e8;
    color: #5a5a5a;
}
.perspective-card h5 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #1f2a3a;
    font-weight: 700;
}
.perspective-card p {
    margin-bottom: 0;
    color: #5f6b7a;
    line-height: 1.55;
}
@media (max-width: 1199px) {
    .perspective-section {
        padding: 80px 0 60px;
    }
    .perspective-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .perspective-card:nth-child(3n) {
        border-right: none;
    }
}
@media (max-width: 991px) {
    .perspective-section {
        padding: 70px 0 50px;
    }
    .perspective-heading {
        font-size: clamp(28px, 8vw, 42px);
    }
    .perspective-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .perspective-card:nth-child(3n) {
        border-right: 1px solid #e4e8ef;
    }
    .perspective-card:nth-child(2n) {
        border-right: none;
    }
}
@media (max-width: 575px) {
    .perspective-grid {
        grid-template-columns: 1fr;
    }
    .perspective-card {
        border-right: none;
    }
}
.perspective-full {
    background: #0d0f12;
    padding: 90px 0;
}
.perspective-full .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}
.perspective-split {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 28px;
    align-items: stretch;
}
.persp-left {
    grid-column: 1 / span 6;
    background: radial-gradient(circle at 20% 20%, rgba(94,94,94,0.18), rgba(13,15,18,0.94)), #0d0f12;
    border-radius: 24px;
    padding: 48px 46px;
    color: #e8edf4;
    position: relative;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,0.32);
}
.persp-left::after {
    content:"";
    position:absolute;
    inset:0;
    background: url('/images/estrategiaep1.jpg');
    opacity:0.04;
    mix-blend-mode: screen;
    pointer-events:none;
}
.persp-headline {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
    margin: 14px 0 18px;
    color: #ffffff;
}
.persp-sub {
    color: #cbd3df;
    margin-bottom: 24px;
}
.persp-pillars {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
    margin-bottom: 28px;
}
.pillar {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.pillar-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.pillar h5 {
    color: #ffffff;
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
}
.pillar p {
    color: #cbd3df;
    margin: 0;
    font-size: 14px;
}
.persp-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 999px;
    background: #5e5e5e;
    color: #0d0f12;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.persp-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(94,94,94,0.35);
}
.persp-right {
    grid-column: 7 / span 6;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,0.32);
}
.persp-hero {
    min-height: 640px;
    background-size: cover;
    background-position: center;
}
.persp-floating-card {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 20px;
    width: 220px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.25);
}
.avatar-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.avatar, .avatar.second, .avatar.third, .avatar.plus {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #d9dfe8;
    border: 2px solid #ffffff;
}
.avatar.second { margin-left: -10px; background: #c2cbd6; }
.avatar.third { margin-left: -10px; background: #aeb8c4; }
.avatar.plus {
    margin-left: -10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #0d0f12;
}
.floating-number {
    font-size: 40px;
    font-weight: 800;
    color: #1f2a3a;
    line-height: 1;
}
.floating-text {
    margin: 6px 0 0;
    color: #cbd3df;
    font-size: 14px;
}

.projects-section {
    background: #f5f7f9;
    padding: 80px 0;
}
.projects-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #eef1f5;
    color: #717171;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.2px;
    border-radius: 999px;
    border: 1px solid #d8dfe6;
}
.project-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 26px;
    min-height: 220px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
    border: 1px solid #e5e9ef;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}
.project-card:hover {
    background: #0C1728;
    color: #ffffff;
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
.project-card:hover h5,
.project-card:hover p {
    color: #ffffff;
}
.project-card h5 {
    font-size: 19px;
    margin-bottom: 10px;
    color: #1f2a3a;
    font-weight: 700;
}
.project-card p {
    margin: 0;
    color: #5f6b7a;
}
.project-logo-space {
    height: 64px;
    margin-bottom: 18px;
    border: 1px dashed #d8dfe6;
    border-radius: 12px;
    background: #f7f9fc;
}
@media (max-width: 767px) {
    .projects-section {
        padding: 64px 0;
    }
}
.feature-table-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 26px 24px;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.feature-table-card:hover {
    background: #717171;
    border-color: #717171;
    transform: translateY(-4px);
}
.feature-table-card:hover h4,
.feature-table-card:hover ul li {
    color: #ffffff;
}
.feature-list {
    padding-left: 18px;
    margin: 0;
    list-style: disc;
    color: #cbd3df;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.feature-list li {
    color: #cbd3df;
}
.badge-icon {
    color: #ffffff;
    vertical-align: middle;
}
.differential-section-light {
    background: #f7f8fa;
    padding: 90px 0;
}
.diff-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 11px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #717171;
    border-bottom: 1px solid #dfe3ea;
    margin-bottom: 14px;
}
.diff-heading {
    font-size: clamp(28px, 4vw, 42px);
    color: #1f2a3a;
    line-height: 1.2;
    margin-bottom: 14px;
}
.diff-heading .italic {
    font-style: italic;
}
.diff-sub {
    color: #5f6b7a;
    margin-bottom: 26px;
}
.diff-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 22px 18px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    border: 1px solid #e5e9ef;
    height: 100%;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.diff-card:hover {
    background: #000000;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}
.diff-card:hover h5,
.diff-card:hover p,
.diff-card:hover .diff-icon {
    color: #ffffff;
}
.diff-card h5 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #1f2a3a;
    font-weight: 700;
}
.diff-card p {
    margin: 0;
    color: #5f6b7a;
    font-size: 14px;
}
.diff-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #eef1f5;
    color: #717171;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
}
.diff-card:hover .diff-icon {
    background: rgba(255,255,255,0.16);
    color: #ffffff;
}
.diff-cta-bar {
    margin-top: 36px;
    padding: 18px 22px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e5e9ef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}
.diff-cta-text .text-medium-gray {
    font-size: 14px;
}
.diff-cta-button {
    background: #0c1218;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.2s ease, transform 0.2s ease;
}
.diff-cta-button:hover {
    background: #717171;
    color: #ffffff;
    transform: translateY(-2px);
}
@media (max-width: 767px) {
    .differential-section-light {
        padding: 70px 0;
    }
    .diff-cta-bar {
        flex-direction: column;
        align-items: flex-start;
    }
}
.services-grid-section {
    background: linear-gradient(180deg, #f7f8fa 0%, #eef2f7 100%);
    padding: 90px 0;
}
.service-card-dark {
    background: #ffffff;
    border: 1px solid #e5e9ef;
    border-radius: 14px;
    padding: 0 20px 22px;
    height: 100%;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}
.service-card-dark:hover {
    background: #131a22;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
}
.service-card-img {
    height: 160px;
    background-size: cover;
    background-position: center;
    border-radius: 14px 14px 0 0;
    margin: 0 -20px 14px -20px;
}
.service-card-dark h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1f2a3a;
    font-weight: 700;
}
.service-card-dark p {
    margin-bottom: 10px;
    color: #5f6b7a;
}
.service-card-dark .service-result {
    margin-bottom: 0;
    color: #5f6b7a;
}
.service-card-dark:hover h5,
.service-card-dark:hover p,
.service-card-dark:hover .service-result {
    color: #ffffff;
}
.service-icon {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #eef1f5;
    color: #717171;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
    transition: background 0.22s ease, color 0.22s ease;
}
.service-card-dark:hover .service-icon {
    background: rgba(255,255,255,0.16);
    color: #ffffff;
}
@media (max-width: 767px) {
    .services-grid-section {
        padding: 64px 0;
    }
}
.differential-section {
    background: radial-gradient(circle at 20% 20%, rgba(113,113,113,0.15), rgba(13,15,18,0.95));
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}
.diff-title {
    color: #ffffff;
    font-size: clamp(32px, 5vw, 54px);
    line-height: 1.12;
    margin-bottom: 18px;
    text-shadow: 0 10px 30px rgba(0,0,0,0.45);
}
.diff-title.accent {
    color: #717171;
}
.diff-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.28;
    pointer-events: none;
}
.diff-glow-1 {
    background: #717171;
    top: -120px;
    left: 10%;
}
.diff-glow-2 {
    background: #ffffff;
    bottom: -140px;
    right: 12%;
}
.cta-outline {
    border: 1px solid #ffffff;
    color: #ffffff !important;
    padding: 14px 32px;
    border-radius: 10px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.cta-outline:hover {
    background: #000000;
    color: #ffffff !important;
    transform: translateY(-2px);
}
@media (max-width: 1199px) {
    .perspective-split {
        grid-template-columns: repeat(12, 1fr);
    }
    .persp-left, .persp-right {
        grid-column: 1 / span 12;
    }
    .persp-right { min-height: 420px; }
}
@media (max-width: 767px) {
    .perspective-full {
        padding: 70px 0;
    }
    .persp-left {
        padding: 36px 30px;
    }
    .persp-pillars {
        grid-template-columns: 1fr;
    }
    .persp-floating-card {
        position: relative;
        inset: auto;
        margin: 16px;
    }
}
.sectors-section {
    background: #0b1117;
    padding: 90px 0;
}
.sectors-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #121a22;
    color: #cbd3df;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.2px;
    border-radius: 999px;
    border: 1px solid #1f2a36;
}
.sectors-slider {
    padding: 10px 4px 6px;
}
.sector-card {
    position: relative;
    overflow: hidden;
    background: #131a22;
    z-index: 0;
    border-radius: 18px;
    padding: 36px 32px;
    min-height: 320px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.25);
    border: 1px solid #1f2731;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
    color: #e8edf4;
    isolation: isolate;
}
.sector-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--sector-bg, linear-gradient(135deg, #141b24 0%, #0f151c 100%));
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    transform: scale(1.05);
    z-index: 0;
}
.sector-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,17,23,0.2) 0%, rgba(11,17,23,0.75) 70%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
}
.sector-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.35);
    border-color: #2c3947;
}
.sector-card:hover::before {
    opacity: 0.85;
    transform: scale(1.02);
}
.sector-card:hover::after {
    opacity: 1;
}
.sector-card > * {
    position: relative;
    z-index: 2;
}
.sector-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    color: #cbd3df;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 22px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
    transition: background 0.25s ease, color 0.25s ease;
}
.sector-card:hover .sector-icon {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}
.sector-card h5 {
    font-size: 21px;
    margin-bottom: 12px;
    color: #ffffff;
    font-weight: 700;
}
.sector-card p {
    margin-bottom: 0;
    color: #c0c7d4;
}
.sectors-pagination .swiper-pagination-bullet {
    background: #2e3a47;
    opacity: 1;
    width: 9px;
    height: 9px;
}
.sectors-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
}
@media (max-width: 991px) {
    .sectors-section {
        padding: 70px 0;
    }
}
@media (max-width: 575px) {
    .sectors-section {
        padding: 60px 0;
    }
    .sector-card {
        min-height: 260px;
    }
}
@media (max-width: 1199px) {
    .history-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 991px) {
    .history-section {
        padding: 70px 0;
    }
    .history-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575px) {
    .history-grid {
        grid-template-columns: 1fr;
    }
}
.perspective-alt {
    background: #f5f7f9;
    padding: 90px 0;
}
.perspective-grid-alt {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;
}
.persp-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}
.persp-card.hero {
    grid-column: 1 / span 7;
    grid-row: 1 / span 2;
    min-height: 520px;
    background-size: cover;
    background-position: center;
}
.persp-card.text-card {
    grid-column: 8 / span 5;
    padding: 36px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}
.persp-title {
    font-size: clamp(28px, 3.6vw, 44px);
    color: #1f2a3a;
    margin: 14px 0 18px;
    line-height: 1.12;
}
.persp-link {
    color: #1ea3b1;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.persp-link:hover {
    color: #167885;
}
.persp-card.stats-card {
    grid-column: 1 / span 3;
    padding: 26px 28px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.stats-label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #1ea3b1;
    font-weight: 700;
}
.stats-value {
    font-size: 52px;
    font-weight: 800;
    color: #1f2a3a;
    line-height: 1;
}
.persp-card.testimonial-card {
    grid-column: 4 / span 5;
    padding: 26px 28px;
    background: #1ea3b1;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.persp-card.testimonial-card .stars {
    letter-spacing: 2px;
}
.persp-card.testimonial-card .author {
    font-weight: 700;
}
.persp-card.video-card {
    grid-column: 9 / span 4;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-play {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    color: #ffffff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
}
.video-play:hover {
    transform: scale(1.08);
    background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 1199px) {
    .perspective-grid-alt {
        grid-template-columns: repeat(8, 1fr);
    }
    .persp-card.hero {
        grid-column: 1 / span 8;
        grid-row: 1 / span 1;
        min-height: 420px;
    }
    .persp-card.text-card {
        grid-column: 1 / span 8;
    }
    .persp-card.stats-card {
        grid-column: 1 / span 3;
    }
    .persp-card.testimonial-card {
        grid-column: 4 / span 5;
    }
    .persp-card.video-card {
        grid-column: 1 / span 8;
    }
}
@media (max-width: 767px) {
    .perspective-grid-alt {
        grid-template-columns: 1fr;
    }
    .persp-card.hero,
    .persp-card.text-card,
    .persp-card.stats-card,
    .persp-card.testimonial-card,
    .persp-card.video-card {
        grid-column: 1 / -1;
    }
    .persp-card.hero {
        min-height: 320px;
    }
}
/* z-index */
.z-index-99 {
    z-index: 99; 
}
@media (min-width: 992px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding: 20px 30px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        width: 285px;
    }
}
@media (max-width: 1199px) {
    .left-minus-45 {
        left: -78%;
    }
    .lg-ms-70px {
        margin-left: 70px;
    }
    .lg-bg-transparent {
        background-color: transparent;
    }
    .one-half-screen {
        height: auto !important;
    }
}
@media (max-width: 991px) {
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .nav-item .dropdown-menu a i {
        font-size: 19px;
        vertical-align: middle;
        color: var(--white);
    }
    .md-top-auto {
        top: auto;
    }
}
