/* ================= SECTION CSS BLOCK 1 ================= */
/* =========================================
   HGS BOLOGNA PARTNER SECTION
========================================= */

.hgs-bologna-partner {
    position: relative;
    padding: 90px 20px;
    background: #f7f9fc;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.hgs-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.hgs-partner-heading {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.hgs-section-tag {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 16px;
    border-radius: 50px;
    background: #eaf2ff;
    color: #1264d8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.hgs-partner-heading h2 {
    margin: 0;
    color: #0b1d41;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 700;
}

.hgs-partner-heading h2 span {
    color: #1264d8;
}

.hgs-heading-intro {
    margin: 18px 0 0;
    color: #162b4f;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
}


/* =========================================
   MAIN CONTENT
========================================= */

.hgs-partner-content {
    max-width: 950px;
    margin: 35px auto 0;
    text-align: center;
}

.hgs-partner-content p {
    margin: 0 0 16px;
    color: #5d6778;
    font-size: 16px;
    line-height: 1.8;
}

.hgs-partner-content p:last-child {
    margin-bottom: 0;
}


/* =========================================
   BENEFIT CARDS
========================================= */

.hgs-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 55px;
}

.hgs-benefit-card {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-height: 170px;
    padding: 25px 20px;
    background: #ffffff;
    border: 1px solid #e3e9f2;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(10, 40, 80, 0.05);
    transition: all 0.25s ease;
}

.hgs-benefit-card:hover {
    transform: translateY(-5px);
    border-color: #cbdcf5;
    box-shadow: 0 15px 35px rgba(10, 40, 80, 0.10);
}


/* =========================================
   BENEFIT ICON
========================================= */

.hgs-benefit-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;
    background: #edf4ff;

    font-size: 22px;
}

.hgs-benefit-icon span {
    line-height: 1;
}


/* =========================================
   BENEFIT CONTENT
========================================= */

.hgs-benefit-content {
    flex: 1;
}

.hgs-benefit-content h3 {
    margin: 2px 0 9px;
    color: #0b1d41;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.hgs-benefit-content p {
    margin: 0;
    color: #717b8b;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================
   BOTTOM LOCATION HIGHLIGHT
========================================= */

.hgs-partner-bottom {
    display: flex;
    align-items: center;
    justify-content: center;

    width: fit-content;
    max-width: 100%;

    margin: 35px auto 0;
    padding: 17px 28px;

    border-radius: 12px;
    background: #0b1d41;

    color: #ffffff;
    text-align: center;
}


/* Check Icon */

.hgs-bottom-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 30px;

    width: 30px;
    height: 30px;

    margin-right: 12px;

    border-radius: 50%;
    background: #1264d8;

    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}


/* Bottom Text */

.hgs-bottom-text {
    font-size: 14px;
    line-height: 1.5;
}

.hgs-bottom-text strong {
    margin-right: 5px;
    color: #ffffff;
}

.hgs-bottom-text span {
    color: #d7dfec;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .hgs-bologna-partner {
        padding: 70px 20px;
    }

    .hgs-partner-heading h2 {
        font-size: 38px;
    }

    .hgs-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hgs-bologna-partner {
        padding: 55px 15px;
    }

    .hgs-partner-heading h2 {
        font-size: 31px;
        line-height: 1.2;
    }

    .hgs-heading-intro {
        font-size: 17px;
    }

    .hgs-partner-content {
        margin-top: 28px;
    }

    .hgs-partner-content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .hgs-benefits {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 35px;
    }

    .hgs-benefit-card {
        min-height: auto;
        padding: 20px;
    }

    .hgs-benefit-content h3 {
        font-size: 16px;
    }

    .hgs-partner-bottom {
        width: 100%;
        box-sizing: border-box;
        padding: 18px 15px;
    }

    .hgs-bottom-text {
        font-size: 13px;
    }

    .hgs-bottom-text strong,
    .hgs-bottom-text span {
        display: block;
        margin: 0;
    }

}

/* ================= SECTION CSS BLOCK 2 ================= */
/* =========================================
   SECTION
========================================= */

.hgs-bologna-services {
    padding: 95px 20px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.hgs-services-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.hgs-services-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.hgs-services-tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 16px;
    border-radius: 50px;
    background: #eaf2ff;
    color: #1264d8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.hgs-services-heading h2 {
    margin: 0;
    color: #0b1d41;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.hgs-services-heading h2 span {
    color: #1264d8;
}

.hgs-services-heading p {
    max-width: 780px;
    margin: 20px auto 0;
    color: #687386;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   SERVICES GRID
========================================= */

.hgs-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}


/* =========================================
   SERVICE CARD
========================================= */

.hgs-service-card {
    position: relative;
    padding: 30px 27px;
    min-height: 285px;
    background: #ffffff;
    border: 1px solid #e3e9f2;
    border-radius: 18px;
    box-shadow: 0 8px 25px rgba(10, 40, 80, 0.045);
    transition: all 0.3s ease;
    overflow: hidden;
}

.hgs-service-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: #1264d8;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.hgs-service-card:hover {
    transform: translateY(-7px);
    border-color: #cbdcf5;
    box-shadow: 0 18px 40px rgba(10, 40, 80, 0.10);
}

.hgs-service-card:hover:before {
    transform: scaleX(1);
}


/* Featured SEO card */

.hgs-service-featured {
    border-color: #c9dcf7;
    background: linear-gradient(
        145deg,
        #ffffff 0%,
        #f5f9ff 100%
    );
}


/* =========================================
   CARD TOP
========================================= */

.hgs-service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.hgs-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 54px;
    height: 54px;

    border-radius: 14px;
    background: #edf4ff;

    color: #1264d8;
    font-size: 24px;
    font-weight: 700;
}

.hgs-service-number {
    color: #c7d2e2;
    font-size: 14px;
    font-weight: 700;
}


/* =========================================
   CARD CONTENT
========================================= */

.hgs-service-card h3 {
    margin: 0 0 12px;
    color: #0b1d41;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
}

.hgs-service-card p {
    margin: 0;
    min-height: 82px;
    color: #687386;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================
   SERVICE LINK
========================================= */

.hgs-service-card a {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    margin-top: 22px;

    color: #1264d8;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.hgs-service-card a span {
    font-size: 18px;
    transition: transform 0.2s ease;
}

.hgs-service-card a:hover span {
    transform: translateX(4px);
}


/* =========================================
   BOTTOM CTA
========================================= */

.hgs-services-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;

    margin-top: 35px;
    padding: 25px 30px;

    border-radius: 16px;
    background: #0b1d41;
}

.hgs-services-cta strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 17px;
}

.hgs-services-cta span {
    color: #cbd6e6;
    font-size: 14px;
}

.hgs-services-cta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    flex-shrink: 0;

    padding: 13px 21px;

    border-radius: 8px;
    background: #1264d8;

    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;

    transition: all 0.2s ease;
}

.hgs-services-cta a:hover {
    background: #0e56bd;
}

.hgs-services-cta a span {
    color: #ffffff;
    font-size: 17px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .hgs-bologna-services {
        padding: 75px 20px;
    }

    .hgs-services-heading h2 {
        font-size: 36px;
    }

    .hgs-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hgs-bologna-services {
        padding: 55px 15px;
    }

    .hgs-services-heading {
        margin-bottom: 35px;
    }

    .hgs-services-heading h2 {
        font-size: 30px;
    }

    .hgs-services-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hgs-services-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .hgs-service-card {
        min-height: auto;
        padding: 25px 22px;
    }

    .hgs-service-card p {
        min-height: auto;
    }

    .hgs-services-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 23px 20px;
    }

    .hgs-services-cta a {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

}

/* ================= SECTION CSS BLOCK 3 ================= */
/* =========================================
   SEO SECTION
========================================= */

.hgs-bologna-seo {
    padding: 95px 20px;
    background: #f7f9fc;
    font-family: Arial, Helvetica, sans-serif;
}

.hgs-seo-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   GRID
========================================= */

.hgs-seo-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 70px;
    align-items: center;
}


/* =========================================
   CONTENT
========================================= */

.hgs-seo-tag {
    display: inline-block;
    margin-bottom: 17px;
    padding: 7px 16px;

    border-radius: 50px;
    background: #eaf2ff;

    color: #1264d8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.hgs-seo-content h2 {
    margin: 0 0 22px;

    color: #0b1d41;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.hgs-seo-content h2 span {
    color: #1264d8;
}

.hgs-seo-lead {
    margin: 0 0 18px;

    color: #162b4f;
    font-size: 19px;
    line-height: 1.6;
    font-weight: 600;
}

.hgs-seo-content > p:not(.hgs-seo-lead) {
    margin: 0 0 15px;

    color: #687386;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   SEO POINTS
========================================= */

.hgs-seo-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;

    margin-top: 28px;
}

.hgs-seo-point {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.hgs-seo-point > span {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 22px;

    width: 22px;
    height: 22px;

    margin-top: 2px;

    border-radius: 50%;
    background: #1264d8;

    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.hgs-seo-point strong {
    display: block;

    color: #0b1d41;
    font-size: 14px;
    line-height: 1.4;
}

.hgs-seo-point small {
    display: block;

    margin-top: 4px;

    color: #727d8e;
    font-size: 12px;
    line-height: 1.5;
}


/* =========================================
   SEO BUTTON
========================================= */

.hgs-seo-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-top: 30px;
    padding: 13px 21px;

    border-radius: 8px;
    background: #1264d8;

    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;

    transition: all 0.2s ease;
}

.hgs-seo-button:hover {
    background: #0e56bd;
}

.hgs-seo-button span {
    font-size: 18px;
}


/* =========================================
   RIGHT SEO PANEL
========================================= */

.hgs-seo-panel {
    padding: 28px;

    border: 1px solid #dfe7f1;
    border-radius: 20px;

    background: #ffffff;

    box-shadow: 0 18px 45px rgba(10, 40, 80, 0.08);
}


/* Panel Header */

.hgs-seo-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 28px;
}

.hgs-seo-panel-header span {
    color: #0b1d41;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.hgs-seo-dot {
    width: 9px;
    height: 9px;

    border-radius: 50%;
    background: #1264d8;

    box-shadow: 0 0 0 5px #eaf2ff;
}


/* =========================================
   SEO METRICS
========================================= */

.hgs-seo-metric {
    margin-bottom: 24px;
}

.hgs-metric-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.hgs-metric-top small {
    display: block;

    color: #7a8494;
    font-size: 11px;
}

.hgs-metric-top strong {
    display: block;

    margin-top: 3px;

    color: #0b1d41;
    font-size: 14px;
}

.hgs-metric-top > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    border-radius: 8px;
    background: #edf4ff;

    color: #1264d8;
    font-size: 17px;
    font-weight: 700;
}


/* Progress */

.hgs-progress {
    width: 100%;
    height: 8px;

    overflow: hidden;

    border-radius: 20px;
    background: #edf1f6;
}

.hgs-progress-fill {
    width: 82%;
    height: 100%;

    border-radius: 20px;
    background: #1264d8;
}

.hgs-progress-2 {
    width: 70%;
}

.hgs-progress-3 {
    width: 58%;
}


/* =========================================
   SEO PROCESS
========================================= */

.hgs-seo-process {
    margin-top: 28px;
    padding-top: 24px;

    border-top: 1px solid #e7ecf3;
}

.hgs-process-title {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 20px;
}

.hgs-process-title strong {
    color: #0b1d41;
    font-size: 15px;
}

.hgs-process-title span {
    color: #9aa5b5;
    font-size: 11px;
    font-weight: 700;
}


/* Process Items */

.hgs-process-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.hgs-process-items div {
    text-align: center;
}

.hgs-process-items span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    margin: 0 auto 7px;

    border-radius: 50%;
    background: #edf4ff;

    color: #1264d8;
    font-size: 11px;
    font-weight: 700;
}

.hgs-process-items p {
    margin: 0;

    color: #6d7788;
    font-size: 11px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .hgs-bologna-seo {
        padding: 75px 20px;
    }

    .hgs-seo-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .hgs-seo-content h2 {
        font-size: 37px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hgs-bologna-seo {
        padding: 55px 15px;
    }

    .hgs-seo-content h2 {
        font-size: 30px;
    }

    .hgs-seo-lead {
        font-size: 17px;
    }

    .hgs-seo-content > p:not(.hgs-seo-lead) {
        font-size: 14px;
    }

    .hgs-seo-points {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .hgs-seo-panel {
        padding: 22px 18px;
    }

    .hgs-process-items {
        gap: 3px;
    }

}

/* ================= SECTION CSS BLOCK 4 ================= */
/* =========================================
   SECTION
========================================= */

.hgs-bologna-social {
    padding: 95px 20px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.hgs-social-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.hgs-social-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.hgs-social-tag {
    display: inline-block;

    margin-bottom: 17px;
    padding: 7px 16px;

    border-radius: 50px;
    background: #eaf2ff;

    color: #1264d8;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.hgs-social-heading h2 {
    margin: 0;

    color: #0b1d41;

    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.hgs-social-heading h2 span {
    color: #1264d8;
}

.hgs-social-heading p {
    max-width: 760px;

    margin: 20px auto 0;

    color: #687386;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   MAIN CONTENT
========================================= */

.hgs-social-main {
    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 60px;

    align-items: center;
}


/* =========================================
   LEFT CONTENT
========================================= */

.hgs-social-highlight {
    display: flex;
    align-items: flex-start;

    gap: 15px;

    padding: 22px;

    border-radius: 15px;

    background: #f4f8ff;

    border: 1px solid #dce8f8;
}

.hgs-highlight-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 45px;

    width: 45px;
    height: 45px;

    border-radius: 12px;

    background: #1264d8;

    color: #ffffff;

    font-size: 20px;
}

.hgs-social-highlight strong {
    display: block;

    margin-bottom: 7px;

    color: #0b1d41;

    font-size: 16px;
}

.hgs-social-highlight p {
    margin: 0;

    color: #687386;

    font-size: 13px;
    line-height: 1.65;
}


.hgs-social-description {
    margin: 24px 0 0;

    color: #687386;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   BUTTON
========================================= */

.hgs-social-button {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 27px;

    padding: 13px 21px;

    border-radius: 8px;

    background: #1264d8;

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    transition: all 0.2s ease;
}

.hgs-social-button:hover {
    background: #0e56bd;
}

.hgs-social-button span {
    font-size: 18px;
}


/* =========================================
   RIGHT SERVICES
========================================= */

.hgs-social-services {
    border-top: 1px solid #e2e8f0;
}


.hgs-social-item {
    display: grid;

    grid-template-columns: 55px 1fr;

    gap: 18px;

    padding: 23px 0;

    border-bottom: 1px solid #e2e8f0;
}


/* Number */

.hgs-social-item-number {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;

    border-radius: 50%;

    background: #edf4ff;

    color: #1264d8;

    font-size: 12px;

    font-weight: 700;
}


/* Content */

.hgs-social-item h3 {
    margin: 0 0 7px;

    color: #0b1d41;

    font-size: 17px;

    line-height: 1.35;
}

.hgs-social-item p {
    margin: 0;

    color: #707b8c;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================
   PLATFORM STRIP
========================================= */

.hgs-social-platforms {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    margin-top: 50px;

    padding: 22px 25px;

    border-radius: 14px;

    background: #0b1d41;
}

.hgs-social-platforms > span {
    color: #ffffff;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.2px;

    white-space: nowrap;
}


.hgs-platform-list {
    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 10px;

    flex-wrap: wrap;
}

.hgs-platform-list div {
    padding: 7px 13px;

    border-radius: 6px;

    background: rgba(255,255,255,0.08);

    color: #d9e3f1;

    font-size: 12px;

    font-weight: 600;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .hgs-bologna-social {
        padding: 75px 20px;
    }

    .hgs-social-heading h2 {
        font-size: 37px;
    }

    .hgs-social-main {
        grid-template-columns: 1fr;

        gap: 45px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hgs-bologna-social {
        padding: 55px 15px;
    }

    .hgs-social-heading {
        margin-bottom: 35px;
    }

    .hgs-social-heading h2 {
        font-size: 30px;
    }

    .hgs-social-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hgs-social-highlight {
        padding: 19px;
    }

    .hgs-social-item {
        grid-template-columns: 45px 1fr;

        gap: 13px;

        padding: 20px 0;
    }

    .hgs-social-item-number {
        width: 38px;
        height: 38px;
    }

    .hgs-social-platforms {
        align-items: flex-start;

        flex-direction: column;

        gap: 15px;

        margin-top: 35px;

        padding: 20px;
    }

    .hgs-platform-list {
        justify-content: flex-start;
    }

}

/* ================= SECTION CSS BLOCK 5 ================= */
/* =========================================
   SECTION
========================================= */

.hgs-bologna-web {
    padding: 95px 20px;
    background: #f7f9fc;
    font-family: Arial, Helvetica, sans-serif;
}

.hgs-web-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.hgs-web-heading {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.hgs-web-tag {
    display: inline-block;
    margin-bottom: 17px;
    padding: 7px 16px;

    border-radius: 50px;
    background: #eaf2ff;

    color: #1264d8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.hgs-web-heading h2 {
    margin: 0;

    color: #0b1d41;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.hgs-web-heading h2 span {
    color: #1264d8;
}

.hgs-web-heading p {
    max-width: 760px;
    margin: 20px auto 0;

    color: #687386;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   MAIN GRID
========================================= */

.hgs-web-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}


/* =========================================
   WEBSITE VISUAL
========================================= */

.hgs-web-visual {
    position: relative;
    padding: 20px;
}


/* Browser */

.hgs-browser {
    overflow: hidden;

    border: 1px solid #dce4ee;
    border-radius: 16px;

    background: #ffffff;

    box-shadow: 0 25px 55px rgba(10, 40, 80, 0.13);
}


/* Browser Header */

.hgs-browser-header {
    display: flex;
    align-items: center;
    gap: 18px;

    height: 45px;
    padding: 0 15px;

    background: #f1f4f8;
    border-bottom: 1px solid #e0e6ed;
}

.hgs-browser-dots {
    display: flex;
    gap: 5px;
}

.hgs-browser-dots span {
    width: 8px;
    height: 8px;

    border-radius: 50%;
    background: #c8d1dc;
}

.hgs-browser-address {
    flex: 1;

    padding: 6px 12px;

    border-radius: 5px;
    background: #ffffff;

    color: #8a95a4;

    font-size: 10px;
}


/* =========================================
   WEBSITE PREVIEW
========================================= */

.hgs-browser-content {
    padding: 20px;
    background: #ffffff;
}


/* Navigation */

.hgs-preview-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 18px;

    border-bottom: 1px solid #edf0f4;
}

.hgs-preview-nav strong {
    color: #1264d8;
    font-size: 12px;
}

.hgs-preview-nav div {
    display: flex;
    gap: 13px;
}

.hgs-preview-nav span {
    color: #697486;
    font-size: 8px;
}


/* Preview Hero */

.hgs-preview-hero {
    min-height: 220px;

    display: flex;
    align-items: center;

    padding: 30px;

    margin-top: 18px;

    border-radius: 10px;

    background:
        linear-gradient(
            135deg,
            #edf5ff 0%,
            #f7faff 100%
        );
}

.hgs-preview-hero small {
    color: #1264d8;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: 1px;
}

.hgs-preview-hero h3 {
    max-width: 270px;

    margin: 8px 0;

    color: #0b1d41;
    font-size: 24px;
    line-height: 1.2;
}

.hgs-preview-hero p {
    max-width: 250px;

    margin: 0 0 15px;

    color: #748093;
    font-size: 10px;
    line-height: 1.5;
}

.hgs-preview-hero button {
    padding: 8px 14px;

    border: 0;
    border-radius: 5px;

    background: #1264d8;

    color: #ffffff;

    font-size: 9px;
}


/* Preview Cards */

.hgs-preview-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;

    margin-top: 14px;
}

.hgs-preview-cards div {
    height: 35px;

    border-radius: 5px;

    background: #edf2f7;
}


/* =========================================
   FLOATING BADGE
========================================= */

.hgs-web-badge {
    position: absolute;

    right: -5px;
    bottom: 5px;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 13px 17px;

    border-radius: 10px;

    background: #ffffff;

    box-shadow: 0 12px 30px rgba(10, 40, 80, 0.14);
}

.hgs-web-badge > span {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 30px;
    height: 30px;

    border-radius: 50%;

    background: #1264d8;

    color: #ffffff;

    font-size: 13px;
}

.hgs-web-badge strong {
    display: block;

    color: #0b1d41;
    font-size: 12px;
}

.hgs-web-badge small {
    display: block;

    margin-top: 3px;

    color: #7b8594;
    font-size: 9px;
}


/* =========================================
   CONTENT
========================================= */

.hgs-web-content h3 {
    margin: 0 0 15px;

    color: #0b1d41;

    font-size: 26px;
    line-height: 1.3;
}

.hgs-web-content > p {
    margin: 0 0 15px;

    color: #687386;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   FEATURES
========================================= */

.hgs-web-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

    margin-top: 28px;
}

.hgs-web-feature {
    display: flex;
    align-items: flex-start;

    gap: 10px;
}

.hgs-web-feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 25px;

    width: 25px;
    height: 25px;

    border-radius: 50%;

    background: #eaf2ff;

    color: #1264d8;

    font-size: 11px;
    font-weight: 700;
}

.hgs-web-feature strong {
    display: block;

    color: #0b1d41;

    font-size: 13px;
}

.hgs-web-feature p {
    margin: 4px 0 0;

    color: #778192;

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================
   BUTTON
========================================= */

.hgs-web-button {
    display: inline-flex;
    align-items: center;

    gap: 8px;

    margin-top: 30px;

    padding: 13px 21px;

    border-radius: 8px;

    background: #1264d8;

    color: #ffffff;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.2s ease;
}

.hgs-web-button:hover {
    background: #0e56bd;
}

.hgs-web-button span {
    font-size: 18px;
}


/* =========================================
   WEBSITE TYPES
========================================= */

.hgs-web-types {
    margin-top: 60px;

    padding: 25px 28px;

    border-radius: 16px;

    background: #0b1d41;
}

.hgs-web-types-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 22px;
}

.hgs-web-types-heading strong {
    color: #ffffff;

    font-size: 16px;
}

.hgs-web-types-heading span {
    color: #aebbd0;

    font-size: 12px;
}


/* Type List */

.hgs-web-type-list {
    display: grid;

    grid-template-columns: repeat(5, 1fr);

    gap: 10px;
}

.hgs-web-type-list div {
    display: flex;
    flex-direction: column;

    gap: 7px;

    padding: 15px;

    border-radius: 9px;

    background: rgba(255,255,255,0.06);
}

.hgs-web-type-list span {
    color: #6fa7ff;

    font-size: 10px;
    font-weight: 700;
}

.hgs-web-type-list strong {
    color: #e2e9f3;

    font-size: 12px;
    line-height: 1.4;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .hgs-bologna-web {
        padding: 75px 20px;
    }

    .hgs-web-heading h2 {
        font-size: 37px;
    }

    .hgs-web-main {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .hgs-web-visual {
        max-width: 700px;
        margin: 0 auto;
        width: 100%;
    }

    .hgs-web-type-list {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hgs-bologna-web {
        padding: 55px 15px;
    }

    .hgs-web-heading {
        margin-bottom: 35px;
    }

    .hgs-web-heading h2 {
        font-size: 30px;
    }

    .hgs-web-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hgs-web-visual {
        padding: 5px;
    }

    .hgs-browser-content {
        padding: 12px;
    }

    .hgs-preview-nav div {
        display: none;
    }

    .hgs-preview-hero {
        min-height: 180px;
        padding: 20px;
    }

    .hgs-preview-hero h3 {
        font-size: 20px;
    }

    .hgs-web-badge {
        right: -5px;
        bottom: -15px;
    }

    .hgs-web-content h3 {
        font-size: 23px;
    }

    .hgs-web-content > p {
        font-size: 14px;
    }

    .hgs-web-features {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .hgs-web-types {
        margin-top: 45px;
        padding: 20px;
    }

    .hgs-web-types-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .hgs-web-type-list {
        grid-template-columns: 1fr 1fr;
    }

}

/* ================= SECTION CSS BLOCK 6 ================= */
/* =========================================
   SECTION
========================================= */

.hgs-bologna-branding {
    padding: 95px 20px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.hgs-branding-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.hgs-branding-heading {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.hgs-branding-tag {
    display: inline-block;

    margin-bottom: 17px;
    padding: 7px 16px;

    border-radius: 50px;
    background: #eaf2ff;

    color: #1264d8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.hgs-branding-heading h2 {
    margin: 0;

    color: #0b1d41;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.hgs-branding-heading h2 span {
    color: #1264d8;
}

.hgs-branding-heading p {
    max-width: 760px;

    margin: 20px auto 0;

    color: #687386;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   MAIN GRID
========================================= */

.hgs-branding-main {
    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 75px;

    align-items: center;
}


/* =========================================
   BRAND VISUAL
========================================= */

.hgs-branding-visual {
    position: relative;

    min-height: 470px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 22px;

    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(18,100,216,0.10),
            transparent 30%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgba(245,145,25,0.10),
            transparent 30%
        ),
        #f7f9fc;

    border: 1px solid #e3e9f2;

    overflow: hidden;
}


/* Decorative Grid */

.hgs-branding-visual:before {
    content: "";

    position: absolute;

    inset: 0;

    opacity: 0.45;

    background-image:
        linear-gradient(#e6ebf2 1px, transparent 1px),
        linear-gradient(90deg, #e6ebf2 1px, transparent 1px);

    background-size: 35px 35px;
}


/* =========================================
   BRAND CARD
========================================= */

.hgs-brand-card {
    position: relative;

    z-index: 2;

    width: 285px;

    padding: 28px;

    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 25px 60px rgba(10,40,80,0.14);

    transform: rotate(-4deg);
}


/* Card Top */

.hgs-brand-card-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    padding-bottom: 18px;

    border-bottom: 1px solid #e8edf3;
}

.hgs-brand-card-top span {
    color: #8b95a4;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.2px;
}

.hgs-brand-card-top strong {
    color: #1264d8;

    font-size: 12px;
}


/* Logo */

.hgs-brand-logo {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 115px;
    height: 115px;

    margin: 30px auto 20px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #1264d8,
            #0b3d91
        );

    color: #ffffff;

    font-size: 52px;

    font-weight: 800;

    box-shadow:
        0 15px 30px rgba(18,100,216,0.25);
}


/* Brand Name */

.hgs-brand-name {
    text-align: center;
}

.hgs-brand-name strong {
    display: block;

    color: #0b1d41;

    font-size: 19px;
}

.hgs-brand-name span {
    display: block;

    margin-top: 5px;

    color: #8791a0;

    font-size: 11px;
}


/* Brand Colors */

.hgs-brand-colors {
    display: flex;

    gap: 7px;

    margin-top: 25px;
}

.hgs-brand-colors span {
    flex: 1;

    height: 8px;

    border-radius: 20px;

    background: #1264d8;
}

.hgs-brand-colors span:nth-child(2) {
    background: #0b1d41;
}

.hgs-brand-colors span:nth-child(3) {
    background: #f28b19;
}

.hgs-brand-colors span:nth-child(4) {
    background: #dfe5ed;
}


/* =========================================
   FLOATING CARDS
========================================= */

.hgs-brand-floating {
    position: absolute;

    z-index: 4;

    padding: 13px 16px;

    border-radius: 10px;

    background: #ffffff;

    box-shadow:
        0 12px 30px rgba(10,40,80,0.12);
}

.hgs-brand-floating strong {
    display: block;

    color: #0b1d41;

    font-size: 12px;
}

.hgs-brand-floating span {
    display: block;

    margin-top: 4px;

    color: #7d8796;

    font-size: 9px;
}

.hgs-brand-floating-1 {
    top: 55px;
    right: 25px;
}

.hgs-brand-floating-2 {
    bottom: 55px;
    left: 25px;
}


/* =========================================
   CONTENT
========================================= */

.hgs-branding-content h3 {
    margin: 0 0 16px;

    color: #0b1d41;

    font-size: 27px;

    line-height: 1.3;
}

.hgs-branding-content > p {
    margin: 0 0 15px;

    color: #687386;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   BRANDING SERVICES
========================================= */

.hgs-branding-services {
    margin-top: 28px;

    border-top: 1px solid #e3e8ef;
}


.hgs-branding-service {
    display: grid;

    grid-template-columns: 42px 1fr;

    gap: 15px;

    padding: 17px 0;

    border-bottom: 1px solid #e3e8ef;
}


.hgs-branding-service > span {
    color: #1264d8;

    font-size: 12px;

    font-weight: 700;
}

.hgs-branding-service strong {
    display: block;

    color: #0b1d41;

    font-size: 14px;
}

.hgs-branding-service p {
    margin: 4px 0 0;

    color: #788292;

    font-size: 12px;

    line-height: 1.55;
}


/* =========================================
   BUTTON
========================================= */

.hgs-branding-button {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 28px;

    padding: 13px 21px;

    border-radius: 8px;

    background: #1264d8;

    color: #ffffff;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    transition: all 0.2s ease;
}

.hgs-branding-button:hover {
    background: #0e56bd;
}

.hgs-branding-button span {
    font-size: 18px;
}


/* =========================================
   BOTTOM STRIP
========================================= */

.hgs-branding-bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-top: 55px;

    padding: 23px 28px;

    border-radius: 14px;

    background: #0b1d41;
}


.hgs-branding-bottom > div {
    display: flex;

    gap: 8px;

    flex-wrap: wrap;
}


.hgs-branding-bottom > div span {
    padding: 6px 10px;

    border-radius: 5px;

    background: rgba(255,255,255,0.08);

    color: #bfcce0;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 0.8px;
}


.hgs-branding-bottom strong {
    color: #ffffff;

    font-size: 14px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .hgs-bologna-branding {
        padding: 75px 20px;
    }

    .hgs-branding-heading h2 {
        font-size: 37px;
    }

    .hgs-branding-main {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .hgs-branding-visual {
        max-width: 650px;

        width: 100%;

        margin: 0 auto;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hgs-bologna-branding {
        padding: 55px 15px;
    }

    .hgs-branding-heading {
        margin-bottom: 35px;
    }

    .hgs-branding-heading h2 {
        font-size: 30px;
    }

    .hgs-branding-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hgs-branding-visual {
        min-height: 390px;
    }

    .hgs-brand-card {
        width: 235px;

        padding: 22px;
    }

    .hgs-brand-logo {
        width: 90px;
        height: 90px;

        font-size: 40px;
    }

    .hgs-brand-floating-1 {
        top: 30px;
        right: 10px;
    }

    .hgs-brand-floating-2 {
        bottom: 30px;
        left: 10px;
    }

    .hgs-branding-content h3 {
        font-size: 23px;
    }

    .hgs-branding-content > p {
        font-size: 14px;
    }

    .hgs-branding-bottom {
        align-items: flex-start;

        flex-direction: column;

        gap: 15px;

        margin-top: 40px;

        padding: 20px;
    }

}

/* =========================================================
   SECTION 8 - ONLINE ADVERTISING
   ========================================================= */

/* =========================================
   SECTION
========================================= */

.hgs-bologna-ads {
    padding: 95px 20px;
    background: #f7f9fc;
    font-family: Arial, Helvetica, sans-serif;
}

.hgs-ads-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.hgs-ads-heading {
    max-width: 850px;
    margin: 0 auto 60px;
    text-align: center;
}

.hgs-ads-tag {
    display: inline-block;

    margin-bottom: 17px;
    padding: 7px 16px;

    border-radius: 50px;
    background: #eaf2ff;

    color: #1264d8;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.hgs-ads-heading h2 {
    margin: 0;

    color: #0b1d41;

    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.hgs-ads-heading h2 span {
    color: #1264d8;
}

.hgs-ads-heading p {
    max-width: 760px;

    margin: 20px auto 0;

    color: #687386;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   MAIN GRID
========================================= */

.hgs-ads-main {
    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 70px;

    align-items: stretch;
}


/* =========================================
   LEFT JOURNEY
========================================= */

.hgs-ads-journey {
    padding: 30px;

    border-radius: 18px;

    background: #0b1d41;

    box-shadow: 0 20px 45px rgba(10,40,80,0.10);
}

.hgs-ads-journey-header {
    padding-bottom: 22px;

    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.hgs-ads-journey-header span {
    display: block;

    margin-bottom: 8px;

    color: #72a9ff;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.4px;
}

.hgs-ads-journey-header strong {
    color: #ffffff;

    font-size: 22px;

    line-height: 1.3;
}


/* =========================================
   STEPS
========================================= */

.hgs-ads-step {
    display: grid;

    grid-template-columns: 45px 1fr;

    gap: 15px;

    padding: 21px 0;

    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.hgs-ads-step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.hgs-ads-step-number {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 38px;
    height: 38px;

    border-radius: 50%;

    background: rgba(18,100,216,0.20);

    color: #72a9ff;

    font-size: 11px;

    font-weight: 700;
}

.hgs-ads-step-content strong {
    display: block;

    margin-bottom: 5px;

    color: #ffffff;

    font-size: 15px;
}

.hgs-ads-step-content p {
    margin: 0;

    color: #aebbd0;

    font-size: 12px;

    line-height: 1.6;
}


/* =========================================
   RIGHT SERVICE CARDS
========================================= */

.hgs-ads-services {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 16px;
}

.hgs-ads-service-card {
    display: grid;

    grid-template-columns: 48px 1fr;

    column-gap: 14px;

    align-content: start;

    position: relative;

    padding: 24px 20px;

    border: 1px solid #e1e7ef;

    border-radius: 15px;

    background: #ffffff;

    transition: all 0.25s ease;
}

.hgs-ads-service-card:hover {
    transform: translateY(-5px);

    border-color: #c8daf2;

    box-shadow: 0 15px 35px rgba(10,40,80,0.09);
}


/* Icon */

.hgs-ads-service-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;

    border-radius: 11px;

    background: #edf4ff;

    color: #1264d8;

    font-size: 16px;

    font-weight: 800;
}


/* Card Content */

.hgs-ads-service-card h3 {
    margin: 2px 0 8px;

    color: #0b1d41;

    font-size: 16px;

    line-height: 1.3;
}

.hgs-ads-service-card p {
    grid-column: 1 / -1;

    margin: 14px 0 0;

    color: #707b8c;

    font-size: 12px;

    line-height: 1.65;
}

.hgs-ads-service-card > span {
    position: absolute;

    top: 25px;
    right: 18px;

    color: #1264d8;

    font-size: 17px;
}


/* =========================================
   BOTTOM CTA
========================================= */

.hgs-ads-bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 25px;

    margin-top: 35px;

    padding: 24px 28px;

    border-radius: 15px;

    background: #f1f6fd;

    border: 1px solid #dce8f7;
}

.hgs-ads-bottom-content span {
    display: block;

    margin-bottom: 6px;

    color: #1264d8;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;
}

.hgs-ads-bottom-content strong {
    color: #0b1d41;

    font-size: 16px;

    line-height: 1.4;
}

.hgs-ads-bottom > a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    flex-shrink: 0;

    padding: 13px 20px;

    border-radius: 8px;

    background: #1264d8;

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition: all 0.2s ease;
}

.hgs-ads-bottom > a:hover {
    background: #0e56bd;
}

.hgs-ads-bottom > a span {
    font-size: 17px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .hgs-bologna-ads {
        padding: 75px 20px;
    }

    .hgs-ads-heading h2 {
        font-size: 37px;
    }

    .hgs-ads-main {
        grid-template-columns: 1fr;

        gap: 35px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hgs-bologna-ads {
        padding: 55px 15px;
    }

    .hgs-ads-heading {
        margin-bottom: 35px;
    }

    .hgs-ads-heading h2 {
        font-size: 30px;
    }

    .hgs-ads-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hgs-ads-journey {
        padding: 23px 20px;
    }

    .hgs-ads-services {
        grid-template-columns: 1fr;
    }

    .hgs-ads-bottom {
        align-items: flex-start;

        flex-direction: column;

        padding: 22px 20px;
    }

    .hgs-ads-bottom > a {
        width: 100%;

        justify-content: center;

        box-sizing: border-box;
    }

}

/* =========================================
   SECTION
========================================= */

.hgs-bologna-why {
    padding: 95px 20px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.hgs-why-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.hgs-why-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.hgs-why-tag {
    display: inline-block;

    margin-bottom: 17px;
    padding: 7px 16px;

    border-radius: 50px;
    background: #eaf2ff;

    color: #1264d8;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.hgs-why-heading h2 {
    margin: 0;

    color: #0b1d41;

    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.hgs-why-heading h2 span {
    color: #1264d8;
}

.hgs-why-heading p {
    max-width: 760px;

    margin: 20px auto 0;

    color: #687386;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   WHY GRID
========================================= */

.hgs-why-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}


/* =========================================
   WHY CARD
========================================= */

.hgs-why-card {
    padding: 27px 25px;

    min-height: 225px;

    border: 1px solid #e0e7f0;

    border-radius: 16px;

    background: #ffffff;

    transition: all 0.25s ease;
}

.hgs-why-card:hover {
    transform: translateY(-5px);

    border-color: #c8daf2;

    box-shadow:
        0 15px 35px rgba(10,40,80,0.08);
}


/* Card Top */

.hgs-why-card-top {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-bottom: 22px;
}

.hgs-why-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 50px;
    height: 50px;

    border-radius: 13px;

    background: #edf4ff;

    font-size: 22px;
}

.hgs-why-card-top > span {
    color: #c6d0dd;

    font-size: 12px;

    font-weight: 700;
}


/* Content */

.hgs-why-card h3 {
    margin: 0 0 10px;

    color: #0b1d41;

    font-size: 17px;

    line-height: 1.35;
}

.hgs-why-card p {
    margin: 0;

    color: #707b8c;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   TRUST STRIP
========================================= */

.hgs-why-trust {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-top: 35px;

    padding: 30px;

    border-radius: 17px;

    background: #0b1d41;
}


.hgs-why-trust-content > span {
    display: block;

    margin-bottom: 8px;

    color: #72a9ff;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.3px;
}

.hgs-why-trust-content h3 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 21px;

    line-height: 1.35;
}

.hgs-why-trust-content p {
    max-width: 650px;

    margin: 0;

    color: #aebbd0;

    font-size: 13px;

    line-height: 1.65;
}


/* Button */

.hgs-why-button {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    flex-shrink: 0;

    padding: 13px 21px;

    border-radius: 8px;

    background: #1264d8;

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition: all 0.2s ease;
}

.hgs-why-button:hover {
    background: #0e56bd;
}

.hgs-why-button span {
    font-size: 17px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .hgs-bologna-why {
        padding: 75px 20px;
    }

    .hgs-why-heading h2 {
        font-size: 37px;
    }

    .hgs-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hgs-bologna-why {
        padding: 55px 15px;
    }

    .hgs-why-heading {
        margin-bottom: 35px;
    }

    .hgs-why-heading h2 {
        font-size: 30px;
    }

    .hgs-why-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hgs-why-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .hgs-why-card {
        min-height: auto;

        padding: 23px 20px;
    }

    .hgs-why-trust {
        align-items: flex-start;

        flex-direction: column;

        padding: 23px 20px;
    }

    .hgs-why-button {
        width: 100%;

        justify-content: center;

        box-sizing: border-box;
    }

}

/* =========================================
   SECTION
========================================= */

.hgs-bologna-industries {
    padding: 95px 20px;
    background: #f7f9fc;
    font-family: Arial, Helvetica, sans-serif;
}

.hgs-industries-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.hgs-industries-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.hgs-industries-tag {
    display: inline-block;

    margin-bottom: 17px;
    padding: 7px 16px;

    border-radius: 50px;
    background: #eaf2ff;

    color: #1264d8;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.hgs-industries-heading h2 {
    margin: 0;

    color: #0b1d41;

    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.hgs-industries-heading h2 span {
    color: #1264d8;
}

.hgs-industries-heading p {
    max-width: 760px;

    margin: 20px auto 0;

    color: #687386;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   INDUSTRY GRID
========================================= */

.hgs-industries-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}


/* =========================================
   INDUSTRY CARD
========================================= */

.hgs-industry-card {
    position: relative;

    display: flex;
    align-items: flex-start;

    gap: 17px;

    min-height: 220px;

    padding: 25px;

    border: 1px solid #e1e7ef;

    border-radius: 16px;

    background: #ffffff;

    transition: all 0.25s ease;

    overflow: hidden;
}

.hgs-industry-card:before {
    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 3px;
    height: 100%;

    background: #1264d8;

    transform: scaleY(0);

    transform-origin: bottom;

    transition: transform 0.25s ease;
}

.hgs-industry-card:hover {
    transform: translateY(-5px);

    border-color: #cbdcf2;

    box-shadow:
        0 15px 35px rgba(10,40,80,0.08);
}

.hgs-industry-card:hover:before {
    transform: scaleY(1);
}


/* =========================================
   ICON
========================================= */

.hgs-industry-icon {
    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    border-radius: 12px;

    background: #edf4ff;

    color: #1264d8;

    font-size: 21px;

    font-weight: 700;
}


/* =========================================
   CONTENT
========================================= */

.hgs-industry-content {
    flex: 1;
}

.hgs-industry-content > span {
    display: block;

    margin-bottom: 6px;

    color: #b1bccb;

    font-size: 10px;

    font-weight: 700;
}

.hgs-industry-content h3 {
    margin: 0 0 10px;

    color: #0b1d41;

    font-size: 17px;

    line-height: 1.35;
}

.hgs-industry-content p {
    margin: 0;

    color: #707b8c;

    font-size: 12px;

    line-height: 1.7;
}


/* Services Tags */

.hgs-industry-services {
    margin-top: 15px;

    color: #1264d8;

    font-size: 10px;

    font-weight: 700;

    line-height: 1.5;
}


/* =========================================
   BOTTOM CTA
========================================= */

.hgs-industries-bottom {
    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 30px;

    margin-top: 35px;

    padding: 25px 28px;

    border-radius: 15px;

    background: #f3f7fc;

    border: 1px solid #dfe8f4;
}

.hgs-industries-bottom > div > span {
    display: block;

    margin-bottom: 7px;

    color: #1264d8;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.1px;
}

.hgs-industries-bottom strong {
    color: #0b1d41;

    font-size: 16px;

    line-height: 1.4;
}


/* Button */

.hgs-industries-bottom a {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    flex-shrink: 0;

    padding: 13px 20px;

    border-radius: 8px;

    background: #1264d8;

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none;

    transition: all 0.2s ease;
}

.hgs-industries-bottom a:hover {
    background: #0e56bd;
}

.hgs-industries-bottom a span {
    font-size: 17px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .hgs-bologna-industries {
        padding: 75px 20px;
    }

    .hgs-industries-heading h2 {
        font-size: 37px;
    }

    .hgs-industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hgs-bologna-industries {
        padding: 55px 15px;
    }

    .hgs-industries-heading {
        margin-bottom: 35px;
    }

    .hgs-industries-heading h2 {
        font-size: 30px;
    }

    .hgs-industries-heading p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hgs-industries-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .hgs-industry-card {
        min-height: auto;
        padding: 22px 20px;
    }

    .hgs-industries-bottom {
        align-items: flex-start;
        flex-direction: column;
        padding: 22px 20px;
    }

    .hgs-industries-bottom a {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }

}

/* =========================================
   FAQ SECTION
========================================= */

.hgs-bologna-faq {
    padding: 95px 20px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.hgs-faq-container {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}


/* =========================================
   FAQ HEADING
========================================= */

.hgs-faq-heading {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}

.hgs-faq-tag {
    display: inline-block;

    margin-bottom: 17px;
    padding: 7px 16px;

    border-radius: 50px;

    background: #eaf2ff;

    color: #1264d8;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.5px;
}

.hgs-faq-heading h2 {
    margin: 0;

    color: #0b1d41;

    font-size: 42px;
    line-height: 1.2;

    font-weight: 700;
}

.hgs-faq-heading h2 span {
    color: #1264d8;
}

.hgs-faq-heading p {
    max-width: 720px;

    margin: 20px auto 0;

    color: #687386;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================
   FAQ LIST
========================================= */

.hgs-faq-list {
    display: flex;

    flex-direction: column;

    gap: 12px;
}


/* =========================================
   FAQ ITEM
========================================= */

.hgs-faq-item {
    overflow: hidden;

    border: 1px solid #dfe6ef;

    border-radius: 12px;

    background: #ffffff;

    transition: all 0.25s ease;
}

.hgs-faq-item:hover {
    border-color: #cbdcf2;

    box-shadow:
        0 8px 25px rgba(10,40,80,0.05);
}


/* =========================================
   QUESTION
========================================= */

.hgs-faq-question {
    display: flex;

    align-items: center;
    justify-content: space-between;

    width: 100%;

    padding: 21px 23px;

    border: 0;

    background: transparent;

    color: #0b1d41;

    text-align: left;

    font-family: inherit;

    font-size: 15px;

    font-weight: 700;

    cursor: pointer;
}

.hgs-faq-question span {
    padding-right: 20px;
}

.hgs-faq-question i {
    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 28px;

    width: 28px;
    height: 28px;

    border-radius: 50%;

    background: #edf4ff;

    color: #1264d8;

    font-size: 19px;

    font-style: normal;

    font-weight: 400;

    transition: transform 0.25s ease;
}


/* =========================================
   ANSWER
========================================= */

.hgs-faq-answer {
    display: none;

    padding: 0 23px 22px;
}

.hgs-faq-answer p {
    max-width: 850px;

    margin: 0;

    color: #687386;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================
   ACTIVE FAQ
========================================= */

.hgs-faq-item.active {
    border-color: #cbdcf2;
}

.hgs-faq-item.active .hgs-faq-question i {
    transform: rotate(45deg);

    background: #1264d8;

    color: #ffffff;
}

.hgs-faq-item.active .hgs-faq-answer {
    display: block;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hgs-bologna-faq {
        padding: 55px 15px;
    }

    .hgs-faq-heading {
        margin-bottom: 35px;
    }

    .hgs-faq-heading h2 {
        font-size: 30px;
    }

    .hgs-faq-heading p {
        font-size: 15px;

        line-height: 1.7;
    }

    .hgs-faq-question {
        padding: 18px;

        font-size: 14px;

        line-height: 1.5;
    }

    .hgs-faq-answer {
        padding: 0 18px 19px;
    }

    .hgs-faq-answer p {
        font-size: 13px;

        line-height: 1.7;
    }

}

/* =========================================
   FINAL CTA
========================================= */

.hgs-bologna-final-cta {
    position: relative;

    padding: 100px 20px;

    background:
        radial-gradient(
            circle at 15% 30%,
            rgba(18,100,216,0.20),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 70%,
            rgba(242,139,25,0.12),
            transparent 28%
        ),
        #0b1d41;

    overflow: hidden;

    font-family: Arial, Helvetica, sans-serif;
}


/* Decorative Lines */

.hgs-bologna-final-cta:before,
.hgs-bologna-final-cta:after {
    content: "";

    position: absolute;

    border: 1px solid rgba(255,255,255,0.06);

    border-radius: 50%;
}

.hgs-bologna-final-cta:before {
    width: 500px;
    height: 500px;

    left: -250px;
    top: -200px;
}

.hgs-bologna-final-cta:after {
    width: 450px;
    height: 450px;

    right: -220px;
    bottom: -220px;
}


/* =========================================
   CONTAINER
========================================= */

.hgs-final-cta-container {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 900px;

    margin: 0 auto;

    text-align: center;
}


/* =========================================
   TAG
========================================= */

.hgs-final-cta-tag {
    display: inline-block;

    margin-bottom: 18px;

    padding: 7px 16px;

    border: 1px solid rgba(114,169,255,0.25);

    border-radius: 50px;

    background: rgba(255,255,255,0.06);

    color: #72a9ff;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


/* =========================================
   HEADING
========================================= */

.hgs-final-cta-content h2 {
    margin: 0;

    color: #ffffff;

    font-size: 48px;

    line-height: 1.15;

    font-weight: 700;
}

.hgs-final-cta-content h2 span {
    color: #72a9ff;
}


/* =========================================
   DESCRIPTION
========================================= */

.hgs-final-cta-content > p {
    max-width: 720px;

    margin: 22px auto 0;

    color: #c3cede;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================
   LOCATION
========================================= */

.hgs-final-cta-location {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    margin-top: 22px;

    padding: 9px 15px;

    border-radius: 7px;

    background: rgba(255,255,255,0.06);

    color: #aebbd0;

    font-size: 12px;

    line-height: 1.5;
}

.hgs-final-cta-location span {
    margin-right: 7px;

    color: #72a9ff;

    font-size: 10px;
}


/* =========================================
   BUTTONS
========================================= */

.hgs-final-cta-buttons {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin-top: 32px;
}


.hgs-final-cta-primary,
.hgs-final-cta-secondary {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-height: 48px;

    padding: 0 23px;

    border-radius: 8px;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    box-sizing: border-box;

    transition: all 0.2s ease;
}


/* Primary */

.hgs-final-cta-primary {
    background: #1264d8;

    color: #ffffff;

    box-shadow:
        0 8px 25px rgba(18,100,216,0.25);
}

.hgs-final-cta-primary:hover {
    background: #2875df;

    transform: translateY(-2px);
}

.hgs-final-cta-primary span {
    font-size: 18px;
}


/* Secondary */

.hgs-final-cta-secondary {
    border: 1px solid rgba(255,255,255,0.20);

    background: rgba(255,255,255,0.05);

    color: #ffffff;
}

.hgs-final-cta-secondary:hover {
    background: rgba(255,255,255,0.10);

    border-color: rgba(255,255,255,0.35);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .hgs-bologna-final-cta {
        padding: 80px 20px;
    }

    .hgs-final-cta-content h2 {
        font-size: 41px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .hgs-bologna-final-cta {
        padding: 65px 15px;
    }

    .hgs-final-cta-content h2 {
        font-size: 32px;

        line-height: 1.2;
    }

    .hgs-final-cta-content > p {
        font-size: 14px;

        line-height: 1.7;
    }

    .hgs-final-cta-location {
        display: flex;

        font-size: 11px;
    }

    .hgs-final-cta-buttons {
        flex-direction: column;

        width: 100%;

        margin-top: 27px;
    }

    .hgs-final-cta-primary,
    .hgs-final-cta-secondary {
        width: 100%;
    }

}
