.swiper-pagination-bullet {
    background-color: #ba2a21;
}

html,
body {
    scroll-behavior: smooth;
}

.section-header h2 {
    font-size: 30px;
}

.unclickable {
    pointer-events: none;
}

#img-set {
    background-color: white;
}

#pad-remove {
    margin-top: 10px !important;
}

.info-card-header-row2 {
    position: absolute;
    width: 100%;
    background-color: #292929;
    /* transform: translateY(-100%); */
    z-index: 999;
    margin: 0;
    /* top: 0; */
    bottom: 0;
}

.top1 {
    width: 100%;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    /*position: sticky; */
    /* Make the header fixed 
    top: 0; /* Position it at the top */
    left: 0;
    /* Position it at the left */
    right: 0;
    /* Ensure it spans the entire width */
    z-index: 1000;
    /* Ensure it is above other elements */
    background: rgba(186, 42, 33, .1);
    /* Ensure background color covers content */
}

.courses header .header-body {
    min-height: 0px;
}

.acpc-rep p {
    margin: 0;
    font-weight: 600;
    padding: 10px;
    color: #333;
    text-align: center !important;
}

.ptb-100 {
    padding: 80px 0;
}


.section-title {
    text-align: center;
    /* Center the heading */
    position: relative;
}

.section-title h3 {
    font-size: 35px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    /* Ensures proper centering */
    padding-bottom: 15px;
    /* Space for pseudo-elements */
    transition: color 0.3s ease-in-out;
    /* Smooth color transition */
}

@media (max-width: 768px) {
    .section-title h3 {
        font-size: 20px;
        /* Adjust for tablets */
        text-align: center;
        padding: 5px;
    }
}

@media (max-width: 480px) {
    .section-title h3 {
        font-size: 18px;
        /* Adjust for mobile */
        line-height: 1.4;
        word-wrap: break-word;
    }
}

/* Styling for before and after elements */
.section-title h3:before,
.section-title h3:after {
    content: "";
    position: absolute;
    background-color: #b80000;
    transition: width 0.3s ease-in-out;
    /* Smooth transition effect */
}

/* Top line */
.section-title h3:before {
    width: 69px;
    height: 5px;
    bottom: -22px;
    /* Adjusted for better positioning */
    left: 50%;
    transform: translateX(-50%);
}

/* Bottom line */
.section-title h3:after {
    width: 190px;
    height: 1px;
    bottom: -20px;
    /* Adjusted for proper spacing */
    left: 50%;
    transform: translateX(-50%);
}

/* Hover effect only on lines (not the title) */
.section-title h3:hover:before {
    width: 100px;
    /* Expand top line on hover */
}

.section-title h3:hover:after {
    width: 220px;
    /* Expand bottom line on hover */
}



.justify-content-center {
    justify-content: center !important;
}

.about-us p {
    margin: 20px 0;
    /* box-shadow: 0 0 10px #00000021; */
    padding: 20px;
    border-radius: 10px;
    transition: all .3s ease-in-out;
}

@media only screen and (max-width: 40em) {
    .courses header .header-body {
        min-height: 0px !important;
    }
}

@keyframes highlight-blink {
    0% {
        background-color: red;
    }

    50% {
        background-color: transparent;
    }

    100% {
        background-color: red;
    }
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #5e3138;
    position: relative;
    display: inline-block;
}

/* clean underline */
.heading-line {
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #5e3138, #cc9f4c);
    margin: 10px auto 0;
    border-radius: 5px;
}

/* ===== ETHICAL NOTE BOX ===== */
.ethical-box {
    background: linear-gradient(135deg, #fff8ee, #f3dec1);
    border-left: 6px solid #cc9f4c;
    /* gold accent */
    padding: 30px 35px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    position: relative;
}

/* hover effect */
.ethical-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* text styling */
.ethical-box p {
    color: #4a2329;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
}

/* optional icon (top left) */
.ethical-box::before {
    content: "\f06a";
    /* Font Awesome icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -12px;
    left: -12px;
    background: #cc9f4c;
    color: #fff;
    width: 35px;
    height: 35px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.ml-25 {
    margin-left: 25px !important;
}

.blog-single-box .blog-content #decora {
    font-size: 17px;
    padding-top: 10px;
}

.blog-single-box .blog-content #decora a {
    color: black;
    margin-left: 15px;
}

.journal-title {
    text-align: center;
}

.journal-title h1 {
    font-size: 32px;
    font-weight: 600;
    color: #7b3e47;
    line-height: 1.4;
    max-width: 1100px;
    margin: 0 auto;
    word-break: normal;
}

@media (max-width: 768px) {
    .journal-title h1 {
        font-size: 20px;
    }
}

/* ===== JOURNAL BANNER ===== */
.journal-banner {
    background: linear-gradient(135deg, #4a2329, #e8d9d2);
    min-height: 350px;
    /* increase height */
    display: flex;
    align-items: center;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

/* ===== SVG WAVES ===== */
.waves {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.waves svg {
    width: 200%;
    /* KEY FIX */
    height: 120%;
}

/* Waves */
.wave {
    fill: #ffffff;
}

/* Depth */
.wave1 {
    opacity: 0.3;
}

.wave2 {
    opacity: 0.5;
}

.wave3 {
    opacity: 0.8;
}

/* Smooth animation */
@keyframes waveMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.wave1 {
    animation: waveMove 14s linear infinite;
}

.wave2 {
    animation: waveMove 18s linear infinite;
}

.wave3 {
    animation: waveMove 22s linear infinite;
}

.wave {
    transform: translateZ(0);
    will-change: transform;
}

/* layout */
.banner-content {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2;
}

/* logo */
.banner-logo img {
    width: 200px;
    max-width: 100%;
}

/* text */
.banner-text h1 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.banner-text h3 {
    font-size: 20px;
    color: #f5e9e6;
    margin-bottom: 10px;
}

/* highlight code */
.journal-code {
    font-size: 18px;
    font-weight: 600;
    color: #ffd54f;
    /* yellow highlight */
}

/* shadow effect */
.banner-text h1,
.banner-text h3 {
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

/* responsive */
@media (max-width: 768px) {
    .banner-content {
        flex-direction: column;
        text-align: center;
    }

    .banner-logo img {
        width: 90px;
    }

    .banner-text h1 {
        font-size: 24px;
    }
}

/* Container and Card */
.publisher-card {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    /* Subtle accent border at the top instead of just the side */
    border: 5px solid #7b3e47;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.publisher-card:hover {
    transform: translateY(-5px);
}

.d-flex {
    display: flex;

}

/* Title Styling */
.publisher-title {
    font-size: 26px;
    font-weight: 700;
    color: #7b3e47;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #f8f9fa;
    padding-bottom: 15px;
    justify-content: center;
}

.publisher-title i {
    margin-right: 12px;
    background: #7b3e47;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 18px;
}

/* Row Styling (Flexbox) */
.info-row {
    display: flex;
    padding: 18px 0;
    border-bottom: 1px solid #7b3e47;
    align-items: flex-start;
    /* Aligns label with first line of address */
}

.info-row:last-child {
    border-bottom: none;
}

/* Label (Left Side) */
.label {
    flex: 0 0 30%;
    /* Fixed width for labels */
    font-weight: 600;
    font-size: 15px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

.label i {
    margin-right: 10px;
    width: 20px;
    color: #7b3e47;
}

/* Value (Right Side) */
.value {
    flex: 1;
    font-size: 16px;
    color: #2c3e50;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    /* Changed to left for easier reading */
}

/* Email Link */
.value a {
    color: #c94f5c;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.value a:hover {
    color: #7b3e47;
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .info-row {
        flex-direction: column;
    }

    .label {
        margin-bottom: 5px;
        width: 100%;
    }
}