/* index-opt.css - Minified & Optimized */
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reveal-left {
    animation: fadeInLeft 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.reveal-up {
    animation: fadeInUp 1s ease-out forwards;
}

.left_box {
    float: left;
    width: 110px;
}

.right_box {
    padding-left: 120px;
    padding-right: 12px;
}

._box {
    box-shadow: 0 2px 4px rgba(22, 24, 25, 0.1);
    background: #fff;
    float: left;
    margin-bottom: 30px;
}

.right_box h4,
._box h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #010448;
}

.right_box p,
._box p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-top: 5px;
}

.all_pub_btn {
    width: 40%;
}

.latest_title {
    margin-bottom: 15px;
}

.clients {
    width: 100% !important;
    padding: 15px;
}

.clients img {
    width: 100% !important;
    height: auto !important;
}

.po_abs {
    width: 30px;
    height: 30px;
    top: 73px;
    position: absolute;
    left: 7px;
    border-radius: 100%;
    background: #14BBC9;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    line-height: 12px;
    font-size: 8px;
}

/* Pub/Press Section */
.pub_press_section {
    margin-top: 4rem;
    padding: 40px 0;
    background: #fff;
}

.pub_press_section>.container>.row {
    display: flex;
    align-items: stretch;
}

.pub_press_section .col-md-6 {
    display: flex;
    flex-direction: column;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
}

@media (max-width: 768px) {
    .pub_press_section>.container>.row {
        display: block !important;
    }

    .pub_press_section .col-md-6 {
        width: 100% !important;
        margin-bottom: 20px;
        float: none !important;
    }
}

.pub_press_section .latest_title,
.pub_press_section .industry_main_title {
    font-weight: 600;
    font-size: 20px;
    color: #010448;
    margin-bottom: 15px;
}

.pub_press_section .pp-item {
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
    margin-bottom: 15px;
}

.pub_press_section .pp-item:last-of-type {
    border-bottom: none;
}

.pub_press_section .pp-title {
    font-size: 18px;
    font-weight: 600;
    color: #010448;
    margin: 0 0 6px;
}

.pub_press_section .pp-excerpt {
    font-size: 15px;
    color: #333;
    margin: 0 0 6px;
    line-height: 20px;
}

.pub_press_section .pp-read {
    font-size: 12px;
    color: #0a58ca;
}

/* Toggle Components */
.toggle-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    gap: 20px;
}

.toggle-btn {
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid #010448;
    background: #fff;
    color: #010448;
    font-size: 16px;
    transition: 0.3s;
}

.toggle-btn.active {
    background: #010448;
    color: #fff;
}

.toggle-section {
    display: none;
}

.toggle-section.active {
    display: block;
}

/* Modern Cards */
.modern-report-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
    border: 1px solid #f1f5f9;
    margin-bottom: 30px;
}

.modern-report-card:hover {
    transform: translateY(-5px);
}

.modern-report-card .card-title {
    font-size: 18px;
    font-weight: 700;
    color: #010448;
    margin-bottom: 15px;
    line-height: 1.4;
    min-height: 50px;
}

.modern-report-card .card-date {
    font-size: 14px;
    color: #475569;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.modern-report-card .card-actions {
    display: flex;
    gap: 15px;
    margin-top: auto;
}

.btn-read-more,
.btn-sample {
    padding: 10px 20px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 11px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    min-width: 130px;
    line-height: 1.2;
}

.btn-read-more {
    background: linear-gradient(135deg, #00737c, #0a8a96);
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(20, 187, 201, 0.2);
}

.btn-sample {
    background: linear-gradient(135deg, #ffd800, #e2bf00);
    color: #010448 !important;
    box-shadow: 0 4px 12px rgba(255, 216, 0, 0.2);
    min-width: 150px;
    justify-content: space-between;
}

.btn-sample .icon-circle {
    background: rgba(1, 4, 72, 0.08);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

/* Elite Corporate */
.elite-about-section {
    font-family: 'Outfit', sans-serif;
}

.mb-100 {
    margin-bottom: 60px;
}

.mb-60 {
    margin-bottom: 40px;
}

.elite-experience-seal {
    width: 320px;
    height: 320px;
    background: #010448;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 0 40px 80px rgba(1, 4, 72, 0.2);
    border: 10px solid #f8fafc;
}

.elite-experience-seal::before {
    content: '';
    position: absolute;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 2px dashed #00737c;
    border-radius: 50%;
    animation: rotate 20s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.seal-inner {
    color: #fff;
}

.seal-number {
    font-size: 100px;
    font-weight: 900;
    line-height: 1;
    color: #00737c;
    display: block;
    margin-bottom: 5px;
}

.seal-text {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.elite-subtitle {
    color: #00737c;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

.elite-title,
.elite-section-title {
    font-size: 36px;
    font-weight: 800;
    color: #010448;
    line-height: 1.2;
    margin-bottom: 25px;
    font-family: 'Outfit', sans-serif;
}

.elite-lead {
    font-size: 20px;
    color: #010448;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 25px;
}

.elite-text {
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.btn-elite {
    background: #010448;
    color: #fff !important;
    padding: 16px 35px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(1, 4, 72, 0.15);
}

.btn-elite:hover {
    background: #00737c;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(20, 187, 201, 0.2);
}

/* Advantage Grid */
.advantage-horizontal {
    display: flex;
    align-items: center;
    gap: 25px;
    text-align: left;
    padding: 25px;
    transition: 0.3s;
    border-radius: 20px;
}

.advantage-horizontal:hover {
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.adv-icon {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    background: #f1f5f9;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.adv-icon img {
    height: 45px;
    width: auto;
    transition: 0.3s;
}

.advantage-horizontal:hover .adv-icon {
    background: #010448;
}

.advantage-horizontal:hover .adv-icon img {
    filter: brightness(0) invert(1);
    transform: scale(1.1);
}

.adv-body h4 {
    font-size: 22px;
    font-weight: 800;
    color: #010448;
    margin-bottom: 12px;
}

.adv-body p {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
    margin: 0;
}

/* Services Grid */
.services-grid-elite {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 20px;
}

.service-item-elite {
    background: #010448;
    border-radius: 4px;
    padding: 40px 25px 30px;
    text-align: left;
    transition: 0.3s;
    position: relative;
    margin-top: 15px;
}

.service-item-elite:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(1, 4, 72, 0.2);
}

.s-icon {
    position: absolute;
    top: -30px;
    left: 20px;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.s-icon img {
    height: 60px;
    width: auto;
}

.service-item-elite h5 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0 15px;
    line-height: 1.4;
    transition: 0.3s;
}

.service-item-elite:hover h5 {
    color: #00737c;
}

.service-item-elite p {
    color: #e2e8f0;
    font-size: 16px;
    line-height: 1.7;
}

/* Trusted Analysis (Tabs) */
/* Modern Trusted Analysis Section */
.trusted-analysis-section {
    padding: 50px 0;
    background: #ffffff;
    font-family: 'Outfit', sans-serif;
}

.trusted-title {
    font-size: 32px;
    font-weight: 800;
    color: #010448;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

.trusted-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #00737c;
    border-radius: 2px;
}

.trusted-modern-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.trusted-tile {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 24px 30px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    position: relative;
    overflow: hidden;
}

.trusted-tile::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #00737c;
    transition: all 0.3s ease;
    z-index: 0;
}

.trusted-tile:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(1, 4, 72, 0.08);
    border-color: #00737c;
}

.trusted-tile:hover::before {
    width: 4px;
}

.category-logo {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    transition: 0.3s;
}

.trusted-tile:hover .category-logo {
    /*filter: brightness(0) invert(1);*/
}

.tile-icon {
    width: 50px;
    height: 50px;
    background: #f1f5f9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #00737c;
    font-size: 20px;
    transition: 0.3s;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.trusted-tile:hover .tile-icon {
    background: #010448;
    color: #fff;
}

.tile-text {
    font-size: 17px;
    font-weight: 700;
    color: #010448;
    flex-grow: 1;
    position: relative;
    z-index: 1;
}

.tile-arrow {
    color: #cbd5e1;
    font-size: 14px;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.trusted-tile:hover .tile-arrow {
    color: #00737c;
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .trusted-modern-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }
}

@media (max-width: 640px) {
    .trusted-modern-grid {
        grid-template-columns: 1fr;
    }

    .trusted-title {
        font-size: 26px;
    }
}

/* Latest Publications & Press Release List */
.latest-pub-section {
    padding: 30px 0;
    font-family: 'Outfit', sans-serif;
    background: #ecf6f5;
}

.pub-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.latest-pub-title {
    font-size: 32px;
    font-weight: 800;
    color: #010448;
    margin-bottom: 20px;
}

.pub-subtitle {
    font-size: 18px;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.pub-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.pub-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.pub-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pub-card-title {
    margin-bottom: 20px;
}

.pub-card-title a {
    color: #010448;
    font-size: 20px !important;
    font-weight: 800;
    line-height: 1.3;
    text-decoration: none;
    transition: 0.3s;
}

.pub-card-title a:hover {
    color: #00737c;
}

.pub-card-summary {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 25px;
    flex-grow: 1;
}

.pub-card-read {
    color: #475569;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.pub-card-read:hover {
    color: #00737c;
    padding-left: 5px;
}

.pub-footer {
    text-align: center;
    margin-top: 50px;
}

.more-pub-arrow {
    font-size: 16px;
    font-weight: 700;
    color: #010448;
    text-decoration: none;
    transition: 0.3s;
}

.more-pub-arrow:hover {
    color: #00737c;
    padding-left: 5px;
}

@media (max-width: 991px) {
    .pub-list-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .pub-list-grid {
        grid-template-columns: 1fr;
    }

    .latest-pub-title {
        font-size: 28px;
    }

    .pub-subtitle {
        font-size: 16px;
    }
}

.press-rel-title {
    font-size: 32px;
    font-weight: 800;
    color: #010448;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 15px;
    display: block;
    text-transform: none;
    font-family: 'Outfit', sans-serif;
}

.press-list {
    display: block;
}

.press-list-item {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.press-list-item h3.press-item-title {
    font-size: 19px !important;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.3;
    text-transform: none;
    letter-spacing: 0;
}

.press-list-item h3.press-item-title a {
    color: #010448;
    text-decoration: none;
    transition: 0.3s;
}

.press-list-item h3.press-item-title a:hover {
    color: #00737c;
}

.press-item-summary {
    font-size: 16px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.press-item-read {
    color: #475569;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.press-item-read:hover {
    color: #00737c;
    text-decoration: underline;
}

.press-footer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.press-btn-more {
    display: inline-block;
    padding: 12px 25px;
    background-color: #010448;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 700;
    border-radius: 5px;
    transition: 0.3s;
}

.press-btn-more:hover {
    background-color: #5bc0de;
    color: #010448 !important;
    transform: translateY(-2px);
}


/* Service Item Titles */
.service-item-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.4;
    transition: 0.3s;
}

.service-item-elite:hover .service-item-title {
    color: #00737c;
}

/* Blog Images */
.blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--vynz-transition);
}

@media (max-width: 991px) {
    .services-grid-elite {
        grid-template-columns: repeat(2, 1fr);
    }

    .press-list {
        grid-template-columns: 1fr;
    }

    .banner-title {
        font-size: 42px !important;
    }
}

@media (max-width: 767px) {

    .services-grid-elite,
    .trusted-grid {
        grid-template-columns: 1fr;
    }

    .elite-experience-seal {
        width: 220px;
        height: 220px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .seal-number {
        font-size: 60px;
    }

    .elite-title,
    .elite-section-title {
        font-size: 28px !important;
    }

    .banner-title {
        font-size: 20px !important;
    }

    .banner-subtitle {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    .slider_caption {
        padding: 40px 15px !important;
    }

    .btn-elite {
        width: 100%;
        text-align: center;
    }

    .premium-card-fixed {
        height: auto !important;
    }

    .elite-responsive-text {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }

    .premium-card {
        margin: 10px 0 !important;
        height: auto !important;
    }

    .trusted-title {
        font-size: 24px !important;
        text-align: center;
    }

    .trusted-container {
        flex-direction: column;
    }

    .trusted-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e2e8f0;
    }

    .trusted-content-area {
        padding: 25px 20px;
    }
}

.premium-card-fixed {
    height: 500px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Marquee Styles */
.marquee-container {
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    width: 100%;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee-content {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: marquee-scroll 40s linear infinite;
}

.marquee-content:hover {
    animation-play-state: paused;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* New Testimonial Card Style */
.testimonial-card-modern {
    background: #fff;
    padding: 40px;
    width: 450px;
    flex-shrink: 0;
    position: relative;
    border-top: 4px solid #14BBC9;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.testimonial-card-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(20, 187, 201, 0.1);
}

.quote-icon-modern {
    font-size: 32px;
    color: #14BBC9;
    position: absolute;
    top: -15px;
    left: 20px;
    background: #fff;
    padding: 0 10px;
    line-height: 1;
}

.testimonial-text {
    font-style: italic;
    color: #475569;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.testimonial-client {
    font-size: 20px;
    font-weight: 800;
    color: #010448;
    margin-bottom: 5px;
    line-height: 1.3;
}

.testimonial-pos {
    font-size: 13px;
    color: #00737c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Clients Marquee */
.clients-marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.clients-marquee-content {
    display: flex;
    white-space: nowrap;
    width: max-content;
    animation: marquee-scroll-logos 60s linear infinite;
}

.client-logo-item {
    flex: 0 0 auto;
    width: 200px;
    height: 100px;
    margin: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.client-logo-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%) contrast(0.5);
    opacity: 0.5;
    transition: all 0.4s ease;
}

.client-logo-item:hover img {
    filter: grayscale(0%) contrast(1);
    opacity: 1;
}

.client-logo-item:hover {
    transform: scale(1.15);
}

@keyframes marquee-scroll-logos {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause on hover */
.clients-marquee-container:hover .clients-marquee-content {
    animation-play-state: paused;
}

@media (max-width: 768px) {
    .client-logo-item {
        width: 120px;
        height: 60px;
        margin: 0 20px;
    }
}