.contact-us-sec .hero-section,
.why-webampm .hero-section {
    padding: 133px 0 40px 0;
    background-image: url('../images/background/6.jpg');
    background-size: cover;
    text-align: center;
    height: 223px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-section h1,
.hero-section p {
    z-index: 9;
    position: relative;
}

.hero-section::after {
    content: '';
    position: absolute;
    height: 100%;
    background: rgb(56 177 237 / 10%);
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.contact-us-sec h2,
.why-webampm h2 {
    letter-spacing: 0px;
}

.why-webampm .hero-section h1 {
    font-weight: bold;
}

.why-webampm .content-section {
    padding: 60px 0;
}

.why-webampm .feature-icon {
    font-size: 40px;
    margin-bottom: 20px;
    width: unset;
    height: auto;
}

.contact-us-sec .contact-support-section h2,
.why-webampm .content-section h2 {
    font-size: 24px;
    font-weight: 800;
}

.why-webampm .content-section img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.why-webampm .content-section h4 {
    font-size: 18px;
    font-weight: 700;
}

.why-webampm .content-section .card-part p {
    color: #5f7983;
    line-height: 1.5;
    font-size: 16px;
}

.why-webampm .hero-section-dark {
    background: linear-gradient(100.41deg, #0094cd 0%, #2eb4e9 100%);
    display: flex;
    align-items: center;
}

.why-webampm .hero-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.why-webampm .hero-text {
    font-size: 1.1rem;
    color: #e8ebec;
    margin-bottom: 30px;
}

.why-webampm .hero-buttons .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}


/* FEATURES */

.why-webampm .features-section {
    padding: 80px 0;
    background: #fff;
}

.why-webampm .feature-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: unset;
}

.why-webampm .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.why-webampm .feature-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.feature-content {
    padding: 25px 0 0 0;
    text-align: center;
}

.why-webampm .feature-content i {
    font-size: 36px;
    color: #0d6efd;
    margin-bottom: 15px;
}

.why-webampm .feature-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.why-webampm .feature-content p {
    color: #6c757d;
    font-size: 0.95rem;
}

.why-webampm .hero-section-dark img {
    margin-top: -120px;
    width: 100%;
}

.why-webampm .brand-section {
    background: #22a8dc;
    padding: 80px 0;
    color: #fff;
}

.why-webampm .section-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 24px;
}

.why-webampm .carousels-sec {
    justify-content: center;
    align-items: stretch;
}

.why-webampm .brand-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    font-weight: 600;
    margin-bottom: 50px;
}

.why-webampm .info-card {
    background: #fff;
    color: #333;
    padding: 35px;
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    position: relative;
    min-height: 360px;
    text-align: center;
    height: 100%;
}

.why-webampm .brand-section h2 {
    color: #fff;
}

.why-webampm .card-label {
    font-size: 13px;
    text-transform: uppercase;
    color: #6c757d;
}

.why-webampm .brand-name {
    font-weight: 700;
    margin: 15px 0;
}

.why-webampm .card-text {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.why-webampm .card-text2 {
    color: #5f7983;
    font-size: 15px;
}

.card-link:hover {
    background-color: #d1f2ff;
    padding: 10px 14px;
    color: #22a8dc;
}

.card-link {
    color: #22a8dc;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
}

.why-webampm .stars {
    color: #f7b500;
    margin-bottom: 10px;
}

.why-webampm .author {
    font-weight: 600;
    margin-top: 15px;
}

.why-webampm .author span {
    font-weight: 400;
    color: #6c757d;
}


/* Card-level indicators */

.why-webampm .card-indicators {
    bottom: -30px;
}

.why-webampm .card-indicators button {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    border: 0px;
}

.why-webampm .card-indicators .active {
    background: #22a8dc;
}

.contact-us-sec .hero-section p,
.why-webampm .hero-section p {
    color: #000;
}

.about-us-page .about-hero {
    min-height: 60vh;
    background: url('../images/background/6.jpg');
    display: flex;
    align-items: center;
    text-align: center;
    height: 300px;
}

.about-us-page .about-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-us-page .about-hero p {
    font-size: 1.1rem;
}


/* HOSTING EMPOWERED */

.about-us-page .hosting-empowered {
    padding: 90px 0;
    background: #ffffff;
}

.about-us-page .hosting-empowered h2 {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5;
}

.about-us-page .subtitle {
    color: #6c757d;
    margin: 0 auto;
}

.about-us-page .image-card {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}

.about-us-page .image-card img {
    width: 100%;
    height: auto;
    display: block;
}

.about-us-page .hosting-empowered p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
}

.about-us-page .hosting-empowered a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
}

.about-us-page .hosting-empowered a:hover {
    text-decoration: underline;
}

.about-us-page .hosting-empowered p {
    color: #5f7983;
    font-size: 18px;
    line-height: 1.5;
}

.about-us-page .card-header {
    font-weight: bold;
    font-size: 1rem;
    background-color: transparent !important;
    color: #fff !important;
    padding-top: 16px;
}

.about-us-page .card {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: transparent;
    color: #fff;
    padding: unset;
}

.about-us-page .fundamentals-sec {
    background: linear-gradient(100.41deg, #0094cd 0%, #2eb4e9 100%);
    padding: 48px 32px;
    color: #fff;
    padding-top: 0px;
}

.about-us-page .fundamentals-sec .card-header {
    border-bottom: 0px;
}

.about-us-page .fundamentals-sec .card-body {
    padding-top: 5px;
    align-items: center;
}

.about-us-page .timeline-section {
    padding: 90px 0;
}

.about-us-page .timeline {
    position: relative;
    width: 100%;
    margin: auto;
}

.about-us-page .timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #6bcbf4;
    transform: translateX(-50%);
}

.about-us-page .timeline-item {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}

.about-us-page .timeline-item:nth-child(even) {
    justify-content: flex-start;
}

.about-us-page .timeline-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #6bcbf4;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.about-us-page .timeline-icon.last {
    bottom: -30px;
}

.about-us-page .timeline-icon.first {
    top: -30px;
}

.about-us-page .timeline-content {
    background: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    width: 49%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.about-us-page .timeline-item:nth-child(even) .timeline-content {
    text-align: right;
}

.about-us-page h2 {
    font-size: 24px;
    letter-spacing: 0px;
}

.about-us-page .fundamentals-sec h2 {
    color: #fff;
}

.about-us-page .year {
    font-weight: 700;
    color: #6bcbf4;
    display: block;
    margin-bottom: 5px;
}

.about-us-page .timeline-content h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.about-us-page .timeline-content p {
    font-size: 0.95rem;
    color: #555;
}

.about-us-page .timeline h5 {
    color: unset;
    background: unset;
    padding: unset;
    display: unset;
    float: unset;
}


/* Mobile */

@media (max-width: 768px) {
    .about-us-page .timeline::before {
        left: 20px;
    }
    .about-us-page .timeline-item,
    .about-us-page .timeline-item:nth-child(even) {
        justify-content: flex-start;
    }
    .about-us-page .timeline-icon {
        left: 20px;
    }
    .about-us-page .timeline-content {
        width: calc(100% - 60px);
        margin-left: 60px;
        text-align: left;
    }
}

section {
    padding: unset;
}

.hero-section {
    box-sizing: unset;
}

.meet-the-team-sec .hero-section {
    padding: 80px 0;
    background-image: url(../images/background/6.jpg);
    background-size: cover;
    text-align: center;
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meet-the-team-sec .hero-content p {
    color: #000;
}

.meet-the-team-sec .mission-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
}

.meet-the-team-sec .mission-section img {
    width: 480px;
}

.meet-the-team-sec .mission-section h2 {
    font-weight: bold;
    color: #000000;
    font-size: 31px;
    letter-spacing: 0px;
}

.meet-the-team-sec .leadership-section {
    padding: 60px 20px;
    text-align: center;
}

.meet-the-team-sec h3 {
    font-weight: 900;
    margin-bottom: 16px;
    color: #000;
    font-size: 24px;
}

.meet-the-team-sec .team-card img {
    width: 176px;
    height: 176px;
    object-fit: cover;
}

.meet-the-team-sec .team-card h5 {
    margin-top: 15px;
    font-weight: bold;
}

.meet-the-team-sec .team-card p {
    color: #6c757d;
    font-size: 14px;
}


/* TEAM CARDS */

.meet-the-team-sec .team-card {
    text-align: center;
}

.meet-the-team-sec .team-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.meet-the-team-sec .team-card h5,
.meet-the-team-sec .team-card h6 {
    margin-bottom: 3px;
}

.meet-the-team-sec .team-card span {
    font-size: 13px;
    color: #6c757d;
}


/* EMPLOYEE VOICES */

.meet-the-team-sec .employee-voices {
    background: #0696c7;
    padding: 60px 20px;
    color: #fff !important;
}

.meet-the-team-sec .employee-voices h3 {
    color: #fff;
}

.meet-the-team-sec .employee-voices img {
    max-width: 140px;
}


/* BEHIND THE SCENES */

.behind-card {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    width: 100%;
}

.behind-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    width: 100%;
}

.behind-card:hover {
    transform: translateY(-8px);
}


/* Carousel arrows */

.meet-the-team-sec .behind-the-scenes img {
    max-height: 320px;
    object-fit: cover;
    width: 100%;
    height: 252px;
}

.meet-the-team-sec .behind-the-scenes .carousel-control-next,
.meet-the-team-sec .behind-the-scenes .carousel-control-prev {
    color: rgb(2 149 205 / 1);
}

.meet-the-team-sec .carousel-control-prev {
    left: -130px;
}

.meet-the-team-sec .carousel-control-next {
    right: -130px;
}

.meet-the-team-sec .behind-social {
    gap: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
}

.meet-the-team-sec .behind-social i {
    font-size: 20px;
    color: #0696c7;
}

.meet-the-team-sec .behind-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 18px;
}

.meet-the-team-sec .carousel-item .row {
    flex-wrap: nowrap;
}

@media (max-width:900px) {
    .meet-the-team-sec .carousel {
        overflow-y: hidden;
    }
}

.contact-us-sec .section-title {
    font-weight: 600;
    font-size: 1.8rem;
    color: #1f2937;
}

.contact-us-sec .info-box {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.contact-us-sec .info-box p {
    color: #5f7983;
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: unset;
}

.contact-us-sec .info-box h5 {
    margin-bottom: 10px;
    font-weight: bolder;
    font-size: 16px;
}

.contact-us-sec .contact-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.contact-us-sec .contact-card ul {
    line-height: 1.5;
}

.contact-us-sec .contact-card ul img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.contact-us-sec .contact-card li {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
    align-items: center;
}

.contact-us-sec .contact-card i {
    font-size: 1.4rem;
    color: #0d6efd;
}

.contact-us-sec .contact-card a {
    font-weight: 600;
    color: rgb(2 149 205 / 1);
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.contact-us-sec .contact-card span {
    display: block;
    font-size: 14px;
    color: rgb(155 155 155 / 1);
}

.contact-us-sec .support-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
    height: 100%;
}

.contact-us-sec .support-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.contact-us-sec .support-content {
    padding: 25px;
}

.contact-us-sec .support-content p {
    color: #5f7983;
    font-size: 16px;
}

.contact-us-sec .support-content h5 {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
}

.contact-us-sec .support-content h5 img {
    width: 27px;
    height: 27px;
    object-fit: contain;
    margin-right: 4px;
}

.contact-us-sec .support-content .btn {
    border: 1px solid #0094cd;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    margin: 0 10px;
    padding: 12px 25px;
    color: #0094cd;
}

.contact-us-sec .support-content .btn:hover {
    background-color: #0094cd;
    color: #fff;
}

#safety {
    padding: 80px 0;
    background: #ffffff;
}

#safety .wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.text-center {
    text-align: center;
}

#safety h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

#safety .intro {
    font-size: 16px;
    max-width: 900px;
    margin: 0 auto 50px;
    line-height: 1.6;
}


/* LAYOUT */

.security-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}


/* SVG */

.security-visual {
    position: relative;
}

.security-svg {
    width: 400px;
    height: 400px;
}

.security-svg circle {
    fill: none;
    stroke: #c2efff;
    stroke-width: 1.5;
}

.security-svg text {
    font-size: 11px;
    fill: #000;
}


/* CENTER ICON */

.circle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #c2efff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.circle-center i {
    font-size: 26px;
    color: #0099cc;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .py-6p {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
}


/* CARDS */

.security-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.security-item {
    background: #ebf7fd;
    padding: 10px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 10px 5px 10px;
}

.security-item i {
    font-size: 20px;
    color: #0099cc;
    align-items: center;
    justify-content: center;
    display: flex;
}

.security-item h3 {
    font-size: 18px;
    margin: 15px 0 10px;
}

.security-item p {
    font-size: 14px;
    line-height: 1.6;
}


/* TABLET */

@media (max-width: 991px) {
    .security-layout {
        flex-direction: column;
    }
    .security-visual {
        display: none;
    }
    .brand-section .container {
        max-width: 100% !important;
    }
}


/* MOBILE */

@media (max-width: 576px) {
    #safety h2 {
        font-size: 26px;
    }
    .security-item {
        padding: 20px;
    }
}

@media (max-width:767px) {
    .security-items {
        grid-template-columns: 1fr;
    }
    .step-arrow {
        transform: rotate(90deg);
    }
    .process-steps {
        flex-direction: column;
    }
}

#challenge {
    padding: 90px 0;
    background: #ffffff;
}

#challenge .wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0 16px;
}

#challenge h2 {
    font-size: 34px;
    font-weight: 700;
    color: #060b1d;
    margin-bottom: 12px;
    text-transform: uppercase;
}

#challenge .intro {
    max-width: 820px;
    margin: 0 auto 60px;
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
}


/* GRID */

.challenge-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}


/* ITEM */

.challenge-item {
    text-align: center;
}

.challenge-item img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 18px;
}

.challenge-item h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #060b1d;
}

.challenge-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
}


/* TABLET */

@media (max-width: 991px) {
    .challenge-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    #challenge h2 {
        font-size: 30px;
    }
}


/* MOBILE */

@media (max-width: 576px) {
    #challenge {
        padding: 70px 0;
    }
    .challenge-item h4 {
        font-size: 18px;
    }
}


/* Write for us css*/

.wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0 16px !important;
}

.wrap-md {
    max-width: 1000px;
}

.write-card {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
    border-radius: 18px;
}

.write-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #060b1d;
    margin-bottom: 14px;
}

.write-content .lead {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #2a2a2a;
}

.write-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 16px;
}

.audience {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding: 0;
    list-style: none;
}

.audience li {
    background: #eef6fb;
    color: #007acc;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 999px;
}

.write-image img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .write-card {
        grid-template-columns: 1fr;
        padding: 40px;
    }
    .write-content h2 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    #write-for-us {
        padding: 70px 0;
    }
    .write-card {
        padding: 30px;
    }
    .write-content h2 {
        font-size: 26px;
    }
    .write-content .lead {
        font-size: 16px;
    }
}


/*  about-webampm*/

#about-webampm {
    background: #03A9F4;
    padding: 100px 0;
    color: #ffffff;
}

.about-content {
    max-width: 850px;
    margin: 0 auto 60px;
}

.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.12);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
}

.about-content h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 18px;
    color: white;
}

.about-content .lead {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 18px;
    color: #dcecff;
}

.about-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #c9ddf2;
    margin-bottom: 14px;
}

.about-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.about-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-images img:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

@media (max-width: 991px) {
    .about-content h2 {
        font-size: 32px;
    }
    .about-images {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    #about-webampm {
        padding: 70px 0;
    }
    .about-content h2 {
        font-size: 26px;
    }
    .about-content .lead {
        font-size: 16px;
    }
    .about-images {
        grid-template-columns: 1fr;
    }
}


/* writeabout css */

#write-about {
    background: #f7f9fc;
    padding: 90px 0;
    color: #1b2a3a;
}

.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: #e3eefc;
    color: #0a3d6f;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

#write-about h2 {
    font-size: 36px;
    margin-bottom: 14px;
}

#write-about .intro {
    max-width: 720px;
    margin: 0 auto 50px;
    font-size: 16px;
    line-height: 1.7;
    color: #4a6078;
}


/* What Will You Write About? css */

.topics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 50px;
}

.topic-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.topic-card i {
    font-size: 36px;
    color: #03A9F4;
    margin-bottom: 16px;
}

.topic-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #2e445c;
    padding-top: 15px;
    padding-bottom: 0;
}

.topic-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.write-footer {
    max-width: 820px;
    margin: auto;
    font-size: 15px;
    line-height: 1.7;
    color: #425a72;
}

.write-footer b {
    display: block;
    margin-bottom: 10px;
    color: #1b2a3a;
}

.write-footer a {
    color: #0a3d6f;
    font-weight: 600;
    text-decoration: none;
}

.write-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .topics-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #write-about h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    #write-about {
        padding: 70px 0;
    }
    .topics-grid {
        grid-template-columns: 1fr;
    }
    #write-about h2 {
        font-size: 26px;
    }
}


/* Application and Publication Process */

.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #e3eefc;
    color: #0a3d6f;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

#publication h2 {
    font-size: 36px;
    margin-bottom: 12px;
}

#publication .intro {
    max-width: 700px;
    margin: 0 auto 60px;
    font-size: 16px;
    line-height: 1.7;
    color: #4a6078;
}

.process-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.process-step {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 26px;
    width: 100%;
    max-width: 280px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.process-step .icon {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #e3eefc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step .icon i {
    font-size: 26px;
    color: #03A9F4;
}

.step-number {
    position: absolute;
    bottom: -8px;
    right: -8px;
    background: #03A9F4;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.process-step p {
    font-size: 14px;
    line-height: 1.6;
    color: #425a72;
}

.step-arrow {
    font-size: 20px;
    color: #9db3c9;
}

@media (max-width: 991px) {}

@media (max-width: 576px) {
    #publication {
        padding: 70px 0;
    }
    #publication h2 {
        font-size: 26px;
    }
    .process-steps {
        flex-direction: column;
    }
}


/* requirements */

#requirements {
    background: #03A9F4;
    color: #ffffff;
    padding: 90px 0;
}

.required-skills h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
}

.required-skills-block p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #dcecff;
}

.required-skills-block a {
    color: #ffd966;
    font-weight: 600;
    text-decoration: none;
}

.required-skills-block a:hover {
    text-decoration: underline;
}

.required-skills-block picture {
    display: block;
    margin: 40px auto 0;
}

.required-skills-block img.custom-image {
    width: 50%;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 auto;
    display: flex;
}

.required-skills-block img.custom-image:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

@media (max-width: 991px) {
    .required-skills h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    #requirements {
        padding: 70px 0;
    }
    .required-skills h2 {
        font-size: 26px;
    }
    .required-skills-block p {
        font-size: 15px;
    }
}