@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* --- Custom CSS for Arista Cyber Theme --- */

:root {
    --arista-blue: #0000ff;
    --arista-dark-text: #333;
    --arista-light-gray: #f7f8fc;
    --arista-border-color: #e9eaf7;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    padding: 0;
    color: var(--arista-dark-text);
    overflow-x: hidden !important;
    max-width: 100vw;
    min-height: 100vh;
}

main {
    overflow-x: hidden !important;
    height: fit-content;
}

/* --- Header & Navigation --- */

.navbar {
    padding: 3.8rem 0;
    padding-left: 200px;
    padding-right: 50px;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.navbar-brand {
    font-weight: 800;
    font-size: 1.8rem;
    color: var(--arista-blue) !important;
    letter-spacing: -1px;
}

.navbar-brand .brand-suffix {
    font-weight: 600;
    color: var(--arista-dark-text);
}

.nav-logo {
    height: 65px;
    transform: translateY(10px);
}

.btn-consultation {
    background-color: var(--arista-blue);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
    border-radius: 0;
    transform: translateX(-140px);
}

.btn-consultation:hover {
    background-color: #000000;
    color: #fff;
}

.hover-arrow {
    height: 15px;
    margin-right: 10px;
}

#menu-hover-container {
    z-index: 1000;
    left: 87vw;
}

#menu-dropdown-parent {
    display: none;
    position: absolute;
    top: -20%;
    right: 0;
    width: 96vw;
    height: 90vh;
    background: #fffffff0;
    z-index: 1000;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    overflow: auto;
    padding-right: 40px;
    transform: translateX(6.9vw);
}

.btn-menu {
    background-color: #000;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.8rem 1.2rem;
    border-radius: 0;
}

.btn-menu:hover {
    background-color: #333;
    color: #fff;
}

.nav-category {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 45px;
}

.navi-link {
    font-size: 15px;
    color: #ccc;
}

.bg-logo {
    position: absolute;
    height: 48.5%;
    width: 46%;
    top: -13%;
    left: 8%;
}

.bg-logo2 {
    position: absolute;
    height: 46%;
    top: 60%;
    left: 51%;
}

.bg-logo3 {
    position: absolute;
    height: 40%;
    top: 6%;
    left: 66%;
    z-index: -4;
}

.bg-logo4 {
    position: absolute;
    height: 40%;
    width: 46%;
    top: 53%;
    left: -6%;
    z-index: -5;
}

.hero-section {
    padding: 5% 0;
}

.hero-container {
    width: 92%;
    display: flex;
    margin-left: 8%;
    height: 30%;
}

.hero-main-left {
    width: 50%;
    max-height: 30%;
}

.hero-content {
    background-color: var(--arista-blue);
    color: #fff;
    padding: 5rem 2rem;
    height: 80%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content h1 {
    font-weight: 700;
    font-size: 2.5rem;
    padding: 10px;
    line-height: 1;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    font-style: normal;
    margin-bottom: 30px;
}

.btn-hero-solutions {
    background-color: #fff;
    border: none;
    color: var(--arista-dark-text);
    font-weight: 700;
    padding: 1.2rem 1.8rem;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    width: fit-content;
}

.btn-hero-solutions .arrow {
    display: none;
    transition: all 0.3s ease;
}

.btn-hero-solutions .btn-text {
    transition: transform 0.3s ease;
}

.btn-hero-solutions:hover {
    background-color: black;
    color: #fff;
}

.btn-hero-solutions:hover .arrow {
    display: inline;
    opacity: 1;
}

.btn-hero-solutions:hover .btn-text {
    transform: translateX(5px);
}

.hero-image-col {
    width: 50%;
    height: 100%;
}

.hero-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blue-bar-hero {
    width: 20px;
    background-color: var(--arista-blue);
    position: absolute;
    right: 0;
    z-index: 999;
    height: 380px;
}

/* --- Main Content Section --- */

.main-content-section {
    background: #ffffff;
    background: linear-gradient(183deg, rgba(255, 255, 255, 1) 0%, rgb(234, 235, 253) 76%, #ebebff 100%);
    padding-bottom: 6%;
    position: relative;
}

.main-heading-wrapper {
    overflow-x: hidden;
    position: relative;
    min-height: 250px;
    width: 70%;
    margin-left: 12%;
}

.main-content-section h2 {
    font-weight: 400;
    font-size: 4.6rem;
    color: #2c3e50;
    line-height: 0.9;
    margin-bottom: 0.9rem;
    text-align: left;
    position: relative;
    letter-spacing: -1px;
    z-index: 1;
    font-family: "Inter", sans-serif;
}

.main-content-section .about-us-btn-wrapper {
    text-align: center;
    position: relative;
    z-index: 3;
    width: 30%;
}

.main-content-section .sub-heading {
    font-weight: 400;
    font-size: 4.6rem;
    line-height: 0.9;
    color: var(--arista-blue);
    text-align: left;
    position: relative;
    left: 65%;
    z-index: 2;
    font-family: "Inter", sans-serif;
}

.main-content-section .about-us-btn-wrapper {
    text-align: center;
    margin-top: -30px;
    position: relative;
    z-index: 3;
    width: 30%;
}

.about-us-btn {
    left: 7vh;
    top: 4vh;
}

.btn-main-action:hover {
    background-color: black;
    color: #fff;
}

.btn-main-action {
    background-color: var(--arista-blue);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 0.6rem 1rem;
    text-transform: uppercase;
    font-size: 1.1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-left: 150px;
}

.btn-main-action .arrow {
    display: none;
    transition: all 0.5s ease;
}

.btn-main-action .btn-text {
    transition: transform 0.5s ease;
}

.btn-main-action:hover {
    background-color: black;
    color: #fff;
}

.btn-main-action:hover .arrow {
    display: block;
    opacity: 1;
}

.btn-main-action:hover .btn-text {
    transform: translateX(10px);
    margin-right: 5px;
}

.about-us-btn:hover {
    transform: translateX(2vh);
}

.btn-abs:hover {
    transform: translateX(6vh);
    transition: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

/* --- Info Cards Section --- */

.info-cards-container {
    margin-top: 5rem;
    position: relative;
    min-height: 650px;
    /* Height for positioning context */
}

.info-card {
    background-color: #fff;
    border: 1px solid var(--arista-border-color);
    padding: 2.5rem;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 520px;
    height: 320px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-family: "Inter", sans-serif;
    overflow: hidden;
    color: #34495e;
    transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--arista-blue);
    /* Slide-in blue background */
    z-index: 0;
    transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.info-card:hover::before {
    left: 0;
}

.info-card:hover {
    color: #fff;
}

.info-card>* {
    position: relative;
    z-index: 1;
    transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.info-card .icon {
    color: var(--arista-blue);
    margin-bottom: 5.2rem;
}

.info-card .icon img {
    position: relative;
    top: 0;
    height: 70px;
}

.info-card h3 {
    font-weight: 400;
    font-size: 2.4rem;
    color: #34495e;
}

.info-card:hover h3 {
    color: #fff;
    margin-left: 20px;
}

.info-card:hover img {
    filter: brightness(0) invert(1);
}

.info-card p {
    font-size: 14.2px;
    padding: 5px;
    width: 91%;
}

.info-card:hover p {
    margin-left: 20px;
}

/* Positioning the cards absolutely */

.card-dna {
    top: -22vh;
    left: 8vw;
}

.card-compliance {
    top: 30px;
    right: 5%;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.card-protection {
    top: 240px;
    left: 8vw;
}

.download-brochure-wrapper {
    position: absolute;
    bottom: 30%;
    right: 25%;
}

.download-btn {
    left: 2vh;
}

/* --- Trusted By Section --- */

.trusted-by-section {
    min-height: 110px;
    overflow: hidden;
}

/* Your existing styles */

.trusted-by-section h4 {
    text-align: left;
    font-weight: 500;
    font-size: 1.2rem;
    color: #303030;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    margin-left: 90px;
}

/* Modified styles for carousel */

.trusted-partners-carousel {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.swiper-slide {
    width: 180px;
    display: flex;
    align-items: center;
}

.trusted-partners-carousel .partner-logo {
    font-weight: 600;
    color: #1c1c1c;
    font-size: 1.2rem;
    /* filter: grayscale(100%); */
    opacity: 1;
    transition: all 0.3s ease;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.trusted-partners-carousel .partner-logo:hover {
    filter: grayscale(0);
    opacity: 1;
}

.trusted-partners-carousel .partner-logo img {
    max-width: 180px;
    height: auto;
    object-fit: contain;
}

/* Constrain logo height to prevent vertical overflow */

.trusted-partners-carousel .partner-logo img {
    max-height: 60px;
    width: auto;
}

/* Responsive adjustments */

@media (max-width: 768px) {
    .trusted-partners-carousel .partner-logo {
        padding: 0 10px;
    }
    .trusted-partners-carousel .partner-logo img {
        max-width: 120px;
    }
}

.what-we-do-section {
    padding: 5% 12%;
    overflow-x: hidden;
    position: relative;
}

.what-we-do-title {
    font-size: 2.3rem;
    letter-spacing: 1px;
    font-weight: 400;
}

.what-we-do-card {
    overflow: hidden;
    width: 85%;
    z-index: 2;
    background: #fff;
    transition: background 0.8s cubic-bezier(0.77, 0, 0.175, 1), color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    margin-bottom: 7%;
}

.what-we-do-img {
    background-size: cover;
    background-position: center;
    min-height: 270px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-size 1.6s cubic-bezier(0.86, 0, 0.07, 1);
}

.what-we-do-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: var(--arista-blue);
    z-index: 1;
    transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.what-we-do-card:hover::before {
    right: 0;
}

.what-we-do-card,
.what-we-do-card * {
    position: relative;
    z-index: 2;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.what-we-do-card:hover,
.what-we-do-card:hover * {
    color: #fff;
}

.what-we-do-card:hover .what-we-do-img {
    background-size: 115%;
    overflow: hidden;
}

.what-we-do-card p {
    width: 82%;
    font-size: 1.2rem;
}

.what-we-do-card a {
    margin-top: 20px;
    text-decoration: none;
}

.what-we-do-card:hover p,
a {
    font-size: 1.1rem;
    margin-left: 20px;
}

.what-we-do-card a span img {
    margin-right: 10px;
    height: 15px;
}

.what-we-do-label {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
}

.services-card,
.resources-card {
    transform: translateX(12vw);
}

/* CTA Section */

.cta-banner-section {
    background-size: cover;
    background-position: center;
    height: 320px;
    position: relative;
    padding: 0 11vw;
    background-image: url('/assets/cta-banner.png')
}

.cta-content {
    width: 25vw;
    text-transform: uppercase;
    padding: 0 30px;
    z-index: 2;
}

.cta-content h2 {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 2.2rem;
}

.cta-content a {
    padding: 10px;
    text-decoration: none;
    color: #fff;
    background-color: var(--arista-blue);
    margin-left: -10px;
}

.cta-logo {
    width: 17vw;
    margin-left: 5vw;
}

.cta-hover-btn:hover {
    background-color: #303030;
}

.cta-hover-btn:hover .btn-text {
    margin-right: 15px;
}

.testominal-section {
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgb(227, 229, 255) 76%, rgb(195, 206, 252) 100%);
}

.testominal-title {
    text-align: left;
    margin-left: 12%;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--arista-blue);
}

.test-cards {
    display: flex;
    gap: 30px;
    width: fit-content;
}

.testimonial-card {
    min-width: 600px;
    min-height: 230px;
}

.testimonial-txt {
    font-size: 1.2rem;
    padding-left: 80px;
}

.card-top-img {
    width: 40px;
}

/* --- Responsive Adjustments --- */

@media (max-width: 991.98px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }
    .hero-image-col {
        position: relative;
        margin-top: 2rem;
    }
    .main-content-section {
        padding: 4rem 0;
    }
    .main-heading-wrapper {
        min-height: auto;
    }
    .main-content-section h2,
    .main-content-section .sub-heading {
        font-size: 2.2rem;
        text-align: center;
        position: static;
    }
    .main-content-section .about-us-btn-wrapper {
        margin-top: 2rem;
    }
    .info-cards-container {
        min-height: auto;
        margin-top: 3rem;
    }
    .info-card,
    .download-brochure-wrapper {
        position: static;
        margin: 1rem auto;
    }
    .download-brochure-wrapper {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .navbar-nav {
        flex-direction: row;
        gap: 0.5rem;
    }
    .main-content-section h2,
    .main-content-section .sub-heading {
        font-size: 1.8rem;
    }
    .what-we-do-label {
        font-size: 1.5rem;
    }
    .what-we-do-title {
        font-size: 1.5rem;
    }
}

.industry-cards-section {
    background-color: #fff;
    margin: auto;
    padding: 15%;
}

.industry-card {
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
}

.industry-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--arista-blue);
    opacity: 1;
    z-index: 2;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.industry-card:hover::before {
    width: 100%;
}

.industry-card .industry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.311);
    display: flex;
    z-index: 3;
    transition: background 0.3s;
}

.industry-card:hover .industry-overlay {
    background: transparent;
}

.industry-card .industry-title {
    position: relative;
    z-index: 4;
}

.industry-image {
    transition: transform 0.3s ease;
}

.industry-card:hover .industry-image {
    transform: scale(1.05);
}

.industry-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.311);
    display: flex;
}

.industry-title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 20px 20px;
    position: relative;
}

.industry-info {
    position: absolute;
    top: 5%;
    left: 3%;
    width: 300px !important;
    color: white;
    padding: 40px 20px;
    font-size: 13px;
    margin: 0 !important;
    margin-top: 10px !important;
    display: none;
}

.industry-card:hover .industry-info {
    display: block;
}

.quick-links-section {
    background: linear-gradient(to bottom, #d8dcfc, #ffffff);
    height: 300px;
}

.quick-links-container {
    padding: 0 100px;
}

.quick-links-heading {
    color: #0000ff;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    font-size: 1.8rem;
    padding-left: 10%;
    margin-bottom: 40px;
}

.quick-link-box {
    background-color: white;
    padding: 30px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    position: relative;
    height: 100px;
    overflow: hidden;
}

.quick-link-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: var(--arista-blue);
    opacity: 1;
    z-index: 1;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.quick-link-card:hover .quick-link-box::before {
    width: 100%;
}

.quick-link-box>* {
    position: relative;
    z-index: 2;
}

.quick-link-text {
    font-size: 1.3rem;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 10px;
}

.quick-link-arrow {
    color: blue;
    font-size: 25px;
    transition: transform 0.3s ease;
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.quick-link-card:hover .quick-link-box {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.quick-link-card:hover .quick-link-arrow {
    transform: translateX(4px);
    color: #ddd;
}

.quick-link-card:hover .quick-link-text {
    color: #fff;
}

.hero-banner {
    position: relative;
    max-height: 20%;
    width: 100%;
}

.banner-img {
    overflow: hidden;
    margin-left: 15%;
    height: 100%;
    width: 85%;
}

.banner-img img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.banner-logo {
    position: absolute;
    z-index: 9;
    top: 5%;
    right: 15%;
    height: 85%;
}

.banner-logo img {
    height: 100%;
}

.industry-cards-section {
    padding: 0 210px;
}

.banner-overlay {
    width: 90%;
    position: absolute;
    top: 0%;
    left: 10%;
}

.banner-text {
    background-color: var(--arista-blue);
    height: 260px;
    width: 43%;
}

.banner-heading {
    font-size: 2.3rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 30px;
}

.banner-sub-heading {
    font-size: 1.4rem;
    padding-left: 30px;
    font-weight: 300;
    margin-top: 40px;
    line-height: 1.7rem;
}

.blue-strip {
    background-color: var(--arista-blue);
    width: 25px;
    height: 250px;
}

.about-grid-section {
    background: linear-gradient(to top, #d8dcff, #ffffff);
    padding: 6% 14%;
}

.about-card {
    transition: transform 0.3s ease;
    padding: 50px 70px;
    width: 500px;
    height: 250px;
}

.about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.about-icon {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    margin-top: 2px;
    margin-right: 20px;
}

.about-title {
    color: #0000ff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 20px;
}

.about-desc {
    font-size: 0.75rem;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

.products-tab-section {
    background-color: #fff;
    padding: 10% 14%;
    margin: auto;
    width: 90%;
}

.location-sec h5 {
    padding-top: 70px;
}

.products-title {
    color: blue;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.3rem;
}

.products-tab-section .tab-content {
    font-size: 0.8rem;
}

.custom-product-tabs .nav-link {
    border: none;
    color: #666;
    background: transparent;
    border-radius: 0;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.custom-product-tabs .nav-link.active {
    color: blue;
    border-bottom: none;
    font-weight: 600;
    border-right: 1px solid black;
}

.custom-product-tabs .nav-link:focus {
    box-shadow: none;
}

.contact-section {
    background: #f9f9ff;
    padding: 8% 12%;
    padding-bottom: 12%;
    position: relative;
}

.custom-services-section {
    background: linear-gradient(to top, #d8dbfd, #ffffff);
}

.custom-section-title {
    text-transform: uppercase;
    padding-left: 15%;
    font-weight: 300;
    font-size: 2.3rem;
}

.custom-service-card {
    background-color: #fff;
    transition: all 0.3s ease;
    padding: 30px 50px;
}

.custom-service-card:hover {
    box-shadow: 0 0 20px rgba(0, 34, 255, 0.2);
}

.custom-service-title {
    font-weight: 300;
    color: #111;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: left;
}

.custom-service-card ul li {
    font-size: 0.8rem;
    margin-bottom: 8px;
    color: #222;
    padding-left: 1.2em;
    position: relative;
}

.custom-service-card ul li::before {
    content: "✔";
    color: #0022ff;
    position: absolute;
    left: 0;
}

.training-para li::before {
    content: "✔ ";
    color: #0022ff;
    position: relative;
    left: 0;
}

.custom-section-subtitle {
    font-weight: 400;
    color: #111;
    padding-left: 14%;
    margin-top: 100px;
}

.custom-discovery-btn {
    background-color: #0022ff;
    color: #fff;
    padding: 10px 24px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(0, 34, 255, 0.3);
    transition: all 0.3s ease;
    text-decoration: none;
    margin-left: 14%;
}

.custom-discovery-btn:hover {
    background-color: #000;
    color: #fff;
}

.partners-section {
    background: #fff;
}

.partners-section h5 {
    font-size: 1.6rem;
    color: #333;
    width: 50%;
    margin: auto;
    font-weight: 400;
    margin-bottom: 5% !important;
    letter-spacing: -1px;
}

.partner-card {
    background: #fff;
    box-shadow: 8px 8px 16px rgba(109, 131, 255, 0.203);
    padding: 2% 1%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28%;
    margin-bottom: 2%;
    height: fit-content;
}

.partner-card img {
    max-height: 80%;
    object-fit: contain;
}

.careers-section .partner-card {
    flex-direction: column;
    gap: 0;
}

.careers-section .partner-card h5 {
    font-size: 1.2rem;
    width: 100%;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px !important;
}

.careers-section .partner-card a {
    text-decoration: none;
    font-size: 0.9rem;
    color: var(--arista-blue);
    width: 100%;
}

.grey-hero {
    background-color: rgb(231, 231, 231);
    padding: 2.7% 2.7%;
    padding-bottom: 0;
    width: 90%;
    margin-left: 10%;
    gap: 2%;
}

.grey-left {
    width: 20%;
}

.grey-left h2 {
    font-weight: 400;
    font-size: 1.9rem;
    margin-bottom: 45%;
}

.grey-right {
    width: 80%;
}

.grey-right h2 {
    font-weight: 400;
    font-size: 1.9rem;
    color: var(--arista-blue);
}

.ptnr-para-sec {
    padding: 4% 12%;
    position: relative;
    height: 100%;
}

.ptnr-para-sec p {
    width: 55%;
    margin: auto;
    margin-bottom: 50px;
    font-size: 0.9rem;
    font-weight: 500;
}

.btn-wrapper {
    margin: auto;
    width: 55%;
}

.ptnr-btn .text-two {
    display: none;
}

.ptnr-btn:hover .text-one {
    display: none;
}

.ptnr-btn:hover .text-two {
    display: inline;
}

.career-hero-sec .grey-left h2 {
    margin-bottom: 30px;
}

.career-card-sec {
    background-color: rgb(227, 227, 227);
    height: 50%;
    flex-direction: row-reverse;
}

.training-card-sec {
    margin-top: 5%;
}

.training-para-sec h2 {
    font-size: 2.3rem;
}

.training-para-sec {
    background: linear-gradient(to bottom, #fff 0%, #dfdafc 100%);
}

.career-card-left,
.career-card-right {
    width: 50%;
}

.career-card-left {
    padding: 4%;
}

.career-card-left h5 {
    color: var(--arista-blue);
    font-size: 2rem;
    font-weight: 400;
}

.career-card-left p {
    width: 100%;
    font-weight: 400;
}

.career-card-right img {
    width: 100%;
    height: 70%;
    object-fit: cover;
}

.career-card-right {
    padding: 5%;
}

.career-card-right p {
    width: 100%;
    margin-top: 20px;
}

.contact-heading {
    font-weight: 300;
    font-size: 2.1rem;
}

.contact-section h5 {
    font-weight: 300;
    font-size: 1.2rem;
}

.contact-form .form-label {
    font-weight: 600;
    margin-bottom: 4px;
    border-radius: 0;
    font-size: 0.9rem;
}

.contact-input {
    background-color: #e1e5fc;
    height: 30px;
    border-radius: 0;
    padding: 10px;
}

.contact-btn {
    background-color: blue;
    border: none;
    font-weight: 600;
    padding: 6px 16px;
}

.contact-link {
    color: blue;
    text-decoration: none;
    font-size: 0.9rem;
    margin-left: 0px;
    font-weight: 400;
}

.contact-link:hover {
    text-decoration: underline;
}

.map-wrapper {
    width: 650px;
    height: 390px;
}

.map-wrapper img {
    object-fit: cover;
    width: 650px;
    height: 390px;
}

.social-heading {
    font-size: 0.9rem;
    font-weight: 600;
}

address {
    font-size: 0.9rem;
}

address span {
    font-size: 0.9rem;
    margin-top: 25px;
    font-weight: 600;
}

.company-bg-logo {
    top: -8%;
    left: 66%;
    height: 80%;
    width: 46%;
}

.company-bg-logo-2 {
    left: -9%;
    top: 68%;
    height: 77%;
    width: 46%;
}

.leaders-card p {
    margin-bottom: 20px;
}

.leaders-card .career-card-left {
    width: 60%;
}

.leaders-card-right {
    height: 100%;
    width: 100%;
    padding: 3%;
}

.custom-footer {
    background-color: #d3d3d3;
    max-width: 100%;
}

.footer-cta {
    width: 50%;
    margin-left: 30%;
}

.footer-cta h2 {
    font-size: 2.2rem;
    letter-spacing: 1px;
}

.footer-cta p {
    color: #333;
}

.footer-cta-btn {
    margin-left: 0;
    position: relative;
    width: fit-content;
    box-shadow: 0 0 4px #4063fd, 0 0 8px #5d80ff;
}

.footer-cta-btn:hover {
    box-shadow: none;
}

.footer-cta-button:hover {
    background: linear-gradient(to right, #5a00ff, #0000ff);
}

.footer-bottom-section {
    background-color: #5F5F5F;
    color: #fff;
    padding-left: 80px;
    padding-bottom: 10px;
    border-right: solid 30px #0000ff;
}

.footer-bottom-section-inner {
    display: flex;
    justify-content: flex-start;
    gap: 6%;
}

.ftr-end-line {
    margin-left: 31%;
    font-size: 0.7rem !important;
}

.ftr-end-line a {
    font-size: 0.7rem !important;
}

.footer-links-container {
    width: 40%;
    margin-right: 0;
}

.footer-link {
    color: #ddd;
    text-decoration: none;
    font-size: 0.8rem;
    margin-left: 0;
}

.footer-link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom-section h6 {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
}

.footer-line-img {
    width: 20%;
    margin-left: 10%;
}

.footer-block {
    width: 25%;
}

.footer-logo {
    transform: translateY(60%);
    width: 30%;
    height: 100px;
}

.footer-cnt-block {
    margin-left: 10%;
}

.blog-hero-section {
    width: 91%;
    height: 25%;
    transform: translateX(10%);
    padding: 0 3%;
    padding-top: 3%;
    padding-bottom: 10px;
}

.blog-hero-section h2 {
    font-weight: 400;
    font-size: 2.1rem;
}

.custom-case-study-content {
    position: relative;
}

.custom-case-study-content p {
    width: 68%;
    font-size: 0.9rem;
    padding-left: 8%;
}

.custom-case-study-content ul li {
    width: 70%;
    font-size: 0.9rem;
    padding-left: 8%;
    list-style: none;
}

.custom-case-study-content h5 {
    padding-left: 8%;
}

.case-study-featured-img {
    width: 100%;
    border-right: #0000ff 20px solid;
}

/* about-us page */

.abt-how-we-different-sec {
    margin-top: 5%;
    height: 170dvh;
}

.abt-how-we-different-sec .info-card h3 {
    text-transform: uppercase;
    font-size: 2rem;
}

.abt-card-3 {
    top: 35%;
}

.abt-card-4 {
    right: 5%;
    top: 70%;
}

.abt-us-sec p {
    width: 100%;
}

.abt-card-5 {
    left: 8vw;
    top: 97%;
}

/* webinar page style */

.webinars-section {
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgb(227, 229, 255) 79%, rgb(195, 206, 252) 100%);
    padding: 4% 12%;
}

.webinars-section h3 {
    font-size: 1.9rem;
    font-weight: 400;
    margin-left: 12%;
}

.webinar-card {
    position: relative;
    overflow: hidden;
}

.webinar-card img {
    width: 100%;
    display: block;
}

.date-badge {
    position: absolute;
    top: 0px;
    left: 0;
    background: #001aff;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.date-badge .day {
    display: block;
    font-size: 18px;
}

.date-badge .month {
    display: block;
    font-size: 14px;
    margin-top: 2px;
}

@media (max-width: 576px) {
    .date-badge {
        padding: 6px 10px;
        font-size: 12px;
    }
    .date-badge .day {
        font-size: 16px;
    }
}

.upcoming-webinar-sec {
    width: 100%;
    position: relative;
    padding: 2% 12%;
}

.upcoming-webinar-sec h3 {
    font-size: 1.25vw;
    font-weight: 400;
    text-transform: uppercase;
}

.description {
    position: absolute;
    background-color: #fff;
    width: 55%;
    height: 60%;
    left: 12%;
    box-shadow: 0 15px 24px 0 rgba(0, 42, 255, 0.123);
}

.up-date-badge .day {
    display: block;
    font-size: 1.8rem;
    font-weight: 300;
}

.up-date-badge .day span {
    font-size: 12px;
    font-weight: 300;
}

.up-date-badge .month {
    font-size: 1.3rem;
    font-weight: 300;
}

.description p {
    font-size: 1vw;
    font-weight: 400;
}

.desc-txt {
    padding: 2% 8%;
}

.poster {
    height: 100%;
    width: 90%;
    margin-left: 10%;
}

.poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* team section style */

.team-section-container {
    padding: 2% 13%;
}

.team-title {
    font-size: 1.6rem;
    font-weight: 400;
    width: 80%;
}

.team-card {
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
}

.team-img-wrapper {
    position: relative;
    overflow: hidden;
}

.team-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    background-color: blue;
}

.team-card:hover .team-overlay {
    left: 0;
}

.team-info p {
    font-size: 0.8rem;
}

/* event page style */

.upcoming-events h3 {
    font-weight: 400;
}

.event-card {
    position: relative;
    overflow: hidden;
}

.event-img {
    transition: transform 0.4s ease;
}

.event-card:hover .event-img {
    transform: scale(1.05);
}

.event-overlay {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: blue;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.event-card:hover .event-overlay {
    left: 0;
}

.event-content {
    z-index: 2;
}

.event-card:hover .btn-main-action {
    background: #000;
}

.event-card:hover .arrow {
    display: inline;
}

.event-content h3 {
    text-align: left !important;
    font-weight: 400;
    width: 60%;
}

/* reesources page style */

.res-sec-1 {
    padding: 2% 14%;
    background: #ffffff;
    background: linear-gradient(183deg, rgba(255, 255, 255, 1) 0%, rgb(234, 235, 253) 76%, #ebebff 100%);
    position: relative;
    height: 1200px;
}

.res-sec-2 {
    height: 1050px;
}

.blog-bg-logo {
    height: 45%;
    width: 45%;
    top: 55%;
    left: 68%;
}

.blog-bg-logo-2 {
    height: 75%;
    width: 48%;
    top: 25%;
    left: -8%;
    z-index: -2;
}

.blog-content {
    padding-left: 1%;
}

.blog-content h4 {
    font-weight: 400;
}

.blog-content p {
    font-size: 12px;
    width: 60%;
}

.blog-section h3 {
    font-weight: 400;
}

.white-papers-sec {
    padding: 0 12%;
    padding-top: 16.5%;
}

.white-papers p {
    font-size: 0.85rem;
}

.white-papers h3 {
    font-size: 2rem;
    font-weight: 300;
    margin-left: 10%;
    color: #0000ff;
}

.paper-card {
    text-align: left;
}

.paper-card .img-box {
    position: relative;
    overflow: hidden;
}

.paper-card img {
    width: 100%;
    display: block;
    border-radius: 2px;
}

.paper-card .corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 40px solid #0000ff;
    /* blue corner */
    border-right: 40px solid transparent;
}

.paper-card h6 {
    font-size: 1rem;
    line-height: 1.4;
}

.paper-card .btn {
    font-weight: bold;
    font-size: 0.85rem;
    padding: 6px 14px;
    border-radius: 0;
    margin-left: 0 !important;
}

/* consultation section style */

.consultation-section {
    padding: 3% 22%;
    background: linear-gradient(to bottom, #fff 0%, #dfdafc 100%);
    position: relative;
}

.left-part h4 {
    font-weight: 400;
    font-size: 1.5rem;
}

.left-part p,
li {
    font-weight: 400;
    font-size: 0.8rem;
    margin-top: 5px;
}

.left-part h6 {
    font-weight: 400;
    font-size: 1.5rem;
}

.case-box {
    margin-left: 12%;
}

.case-img-wrapper {
    position: absolute;
    top: 19% !important;
    left: -35% !important;
    max-width: 320px;
}

.case-content {
    margin-left: 8%;
    padding: 2% 10%;
}

.case-content p,
a {
    font-size: 0.85rem;
    text-decoration: none;
}

.case-content h5 {
    font-weight: 300;
    font-size: 1.6rem;
}

.case-study-section h3 {
    font-size: 2rem;
    font-weight: 300;
    margin-left: 10%;
    color: #0000ff;
}

@media (min-width: 992px) {
    .case-img-wrapper {
        top: 50%;
        transform: translateY(-50%);
        left: -60px;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding-left: 8%;
        padding-top: 10%;
    }
    .nav-logo {
        height: 45px;
    }
    .hero-container {
        width: 92%;
        flex-direction: column-reverse;
    }
    .hero-main-left {
        width: 100%;
        max-height: 30%;
    }
    .hero-image-col {
        width: 100%;
    }
    .hero-content {
        background-color: var(--arista-blue);
        color: #fff;
        padding: 1.5rem;
        height: 80%;
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #menu-hover-container {
        left: 70%;
        top: 7%;
    }
    .blue-bar-hero {
        display: none;
    }
    .case-box {
        width: 100%;
        margin: 0;
    }
    .btn-menu {
        font-weight: 600;
        font-size: 0.8rem;
        padding: 0.8rem;
        border-radius: 0;
    }
    .info-card {
        padding: 2.5rem;
        width: 100%;
        height: fit-content;
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .info-card:hover::before {
        left: 0;
    }
    .card-dna,
    .card-compliance,
    .card-protection {
        top: 0;
        left: 0;
    }
    .abt-how-we-different-sec {
        margin-top: 5%;
        height: fit-content;
    }
    .abt-card-4 {
        left: 0;
        top: 0;
    }
    .abt-card-5 {
        left: 0;
        top: 0;
    }
    .blog-bg-logo,
    .blog-bg-logo-2 {
        display: none;
    }
    .case-img-wrapper {
        position: relative !important;
        top: 0;
        left: 0% !important;
        margin-bottom: 20px;
        max-width: 100% !important;
    }
    .case-btns {
        flex-direction: column;
    }
    .case-content {
        margin-left: 0% !important;
        padding: 5% !important;
    }
    .cta-content {
        width: 100%;
        padding: 0 10px;
    }
    .cta-logo {
        display: none;
    }
    .trusted-by-section {
        min-height: 150px;
        overflow: hidden;
    }
    .footer-cta {
        margin-left: 7%;
        width: 93%;
    }
    .footer-cta h2 {
        font-size: 1.4rem;
    }
    .footer-cta-btn {
        width: fit-content;
    }
    .footer-bottom-section {
        padding-left: 20px;
    }
    .footer-logo {
        width: 100%;
        transform: translateY(20%);
        padding-left: 10%;
    }
    .info-card .icon {
        color: var(--arista-blue);
        margin-bottom: 5.2rem;
        height: 20px;
    }
    .info-card .icon img {
        position: relative;
        top: 0;
        height: 70px;
    }
    .bg-logo {
        width: 92%;
        height: 23%;
        left: 8%;
        top: -2%;
    }
    .bg-logo2 {
        display: none;
    }
    .bg-logo3 {
        display: none;
    }
    .bg-logo4 {
        display: none;
    }
    .footer-links-container {
        width: 100%;
        flex-direction: column;
        text-align: left;
        padding-left: 15%;
    }
    .footer-link {
        font-size: 1rem;
    }
    .footer-block {
        width: 100%;
    }
    .footer-cnt-block {
        text-align: left;
        margin-left: 0;
    }
    .cnt-logo {
        margin-left: 0% !important;
        justify-content: left;
        padding-left: 0 !important;
    }
    .ftr-end-line {
        margin-left: 0%;
        margin-top: 20px !important;
    }
    .btn-consultation {
        display: none;
    }
    .banner-img img {
        height: 250px;
    }
    .banner-heading {
        padding-left: 0%;
        font-size: 1.4rem;
    }
    .banner-sub-heading {
        padding-left: 0;
        font-size: 0.7rem;
        display: none;
    }
    .banner-logo {
        display: none;
    }
    .banner-text {
        height: fit-content;
        width: 80%;
        padding: 20%;
    }
    .industry-cards-section {
        padding: 0 8%;
    }
    .what-we-do-card {
        width: 100%;
    }
    .what-we-do-img {
        min-height: 200px;
    }
    .what-we-do-card:hover::before {
        right: 0;
    }
    .what-we-do-card p {
        width: 100%;
        font-size: 1rem;
        padding: 5% !important;
    }
    .what-we-do-card:hover p,
    a {
        font-size: 1rem;
        margin-left: 0px;
    }
    .what-we-do-card a span img {
        margin-right: 10px;
        height: 15px;
    }
    .what-we-do-label {
        font-size: 2.8rem;
    }
    .services-card,
    .resources-card {
        transform: translateX(0);
    }
    .test-cards {
        display: flex;
        gap: 10px;
        width: fit-content;
    }
    .testimonial-card {
        min-width: 340px;
        min-height: 230px;
    }
    .testimonial-txt {
        padding-left: 10px;
    }
    .main-heading-wrapper {
        min-height: 100px;
        width: 100%;
        margin-left: 0%;
    }
    .main-content-section .about-us-btn-wrapper {
        text-align: center;
        position: relative;
        z-index: 3;
        width: 100%;
    }
    .about-us-btn {
        left: 0;
        top: 0;
    }
    .banner-overlay {
        width: 90%;
        height: 25%;
    }
    .about-card {
        max-width: 100%;
        height: fit-content;
        padding: 20px;
    }
    .about-content {
        flex-direction: column;
    }
    .btn-main-action {
        margin-left: 0;
    }
    .about-icon {
        height: 50px;
        width: 50px;
    }
    .quick-links-section {
        height: fit-content;
    }
    .quick-links-container {
        text-align: left;
        padding: 0 20px;
    }
    .company-bg-logo,
    .company-bg-logo-2 {
        display: none;
    }
    .location-sec h5 {
        padding-top: 10px;
    }
    .map-wrapper {
        width: 100%;
        height: 25%;
    }
    .map-wrapper img {
        width: 100%;
        height: 100%;
    }
    .blog-hero-section {
        padding: 5%;
    }
    .img-container {
        position: relative;
        left: 0;
    }
    .grey-hero {
        flex-direction: column;
        padding: 4%;
    }
    .grey-left {
        width: 100%;
    }
    .grey-left h2 {
        margin-bottom: 10px !important;
        font-size: 1.3rem;
    }
    .grey-right {
        width: 100%;
    }
    .custom-case-study-content p {
        width: 100%;
        font-size: 0.9rem;
        padding-left: 0%;
    }
    .custom-case-study-content h5 {
        padding-left: 0;
    }
    .team-section-container {
        padding: 6%;
    }
    .team-section h3 {
        width: 100%;
        font-size: 1.4rem;
    }
    .partner-card {
        width: 90%;
    }
    .career-card-sec {
        flex-direction: column;
    }
    .careers-section h5 {
        font-size: 1.5rem;
        width: 100%;
        text-transform: uppercase;
        font-weight: 400;
        text-align: left;
    }
    .career-card-left,
    .career-card-right {
        width: 100%;
    }
    .ptnr-para-sec .btn-wrapper {
        margin: auto;
        width: 100%;
    }
    .ptnr-para-sec p {
        width: 100%;
    }
    .event-content h3 {
        text-align: left !important;
        font-weight: 400;
        width: 100%;
        font-size: 1.3rem;
    }
    .date-badge {
        padding: 12px 12px;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
    }
    .date-badge .day {
        font-size: 14px;
    }
    .date-badge .month {
        font-size: 10px;
    }
    .partners-section h5 {
        width: 80%;
        text-align: left !important;
    }
    .consultation-section {
        padding: 3% 5%;
    }
    .res-sec-1 {
        padding: 2% 14%;
        background: #ffffff;
        background: linear-gradient(183deg, rgba(255, 255, 255, 1) 0%, rgb(234, 235, 253) 76%, #ebebff 100%);
        position: relative;
        height: fit-content;
    }
    .res-sec-2 {
        height: fit-content;
    }
    .white-papers-sec {
        padding: 0 12%;
        padding-top: 16.5%;
        height: fit-content;
    }
    .upcoming-webinar-sec {
        width: 100%;
        position: relative;
        padding: 2% 12%;
        flex-direction: column;
    }
    .upcoming-webinar-sec h3 {
        font-size: 1.25vw;
        font-weight: 400;
        text-transform: uppercase;
    }
    .description {
        position: relative;
        width: 100%;
        height: fit-content;
        left: 0;
        box-shadow: 0 15px 24px 0 rgba(0, 42, 255, 0.123);
    }
    .description p {
        font-size: 0.8rem;
        font-weight: 400;
    }
    .desc-txt {
        padding: 2% 4%;
        padding-top: 15%;
    }
    .desc-txt h3 {
        font-size: 1.4rem;
    }
    .poster {
        height: 100%;
        width: 100%;
        margin-left: 0;
    }
    .poster img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .webinars-section h3 {
        font-size: 1.6rem;
    }
    .leaders-card .career-card-left {
        width: 100%;
    }
}

@media (width: 1920px) {
    .bg-logo {
        height: 50.5%;
        width: 46%;
        top: -15%;
        left: 8%;
    }
    .blog-bg-logo {
        height: 45%;
        width: 45%;
        top: 55%;
        left: 68%;
    }
    .blog-bg-logo-2 {
        height: 100%;
        width: 50%;
        top: 12%;
        left: -8%;
    }
    .res-sec-1 {
        padding: 2% 14%;
        background: #ffffff;
        background: linear-gradient(183deg, rgba(255, 255, 255, 1) 0%, rgb(234, 235, 253) 76%, #ebebff 100%);
        position: relative;
        height: 1400px;
    }
    .res-sec-2 {
        height: 1170px;
    }
    .white-papers-sec {
        padding: 0 12%;
        padding-top: 12%;
    }
    .abt-how-we-different-sec {
        margin-top: 5%;
        height: 120dvh;
    }
}