/* 		
	Pro Audio Template
    http://www.templatemo.com/preview/templatemo_429_pro_audio
	
	TABLE OF CONTENT
  1. Universal Styles
  2. Menu Styles	
  3. Subscribe Styles
  4. Album Styles
  5. About Styles
  6. Contact Styles
  7. Footer Styles
  8. Media Queries

	COLOR CODES
  Blue #27a7ff, rgba(39, 167, 255,1)		
---------------------------------------------------------*/

/* 1. Universal Styles
--------------------------------------*/
*,
body {
    font-family: "Open Sans", sans-serif;
}
nav a {
    font-family: "Oswald", sans-serif;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

body {
    overflow-x: hidden;
}
body,
h1,
p,
ul {
    margin: 0;
}

h2 {
    font-size: 60px;
}

ul {
    padding: 0;
}

.margin-top-30 {
    margin-top: 30px;
}
.margin-top-50 {
    margin-top: 50px;
}

img.templatemo-border {
    width: 100%;
}
.top-free-space {
    margin-top: 100px;
}
.blue {
    color: #0585de;
}

.templatemo-header {
    width: 100%;
    height: 367px;
    position: absolute;
    z-index: 2000;
    background-color: transparent;
}
.templatemo-header-image {
    /* background:
    url("../images/header.png") no-repeat,
    url("../images/header-repeat.png") repeat-x;
  background-position: center top;
  height: 367px;
  width: 100%; */

    background:
        url("../images/header.png") no-repeat center top,
        url("../images/header-repeat.png") repeat-x;
    background-size: auto, auto;
    height: 367px;
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.templatemo-site-name {
    cursor: pointer;
    font-size: 50px;
    font-weight: 700;
    margin-top: 40px;
}
.templatemo-header.sticky {
    height: 50px;
    position: fixed;
    display: block;
    margin: 0 auto;
}
.templatemo-header .templatemo-header-gradient-bg {
    background: #616161;
    background-image: -webkit-linear-gradient(top, #616161, #383838);
    background-image: -moz-linear-gradient(top, #616161, #383838);
    background-image: -ms-linear-gradient(top, #616161, #383838);
    background-image: -o-linear-gradient(top, #616161, #383838);
    background-image: linear-gradient(to bottom, #616161, #383838);
    position: fixed;
    z-index: -10;
    width: 100%;
    opacity: 0;
    height: 50px;
    transition: all 0.5s ease;
}
.templatemo-header.sticky .templatemo-header-gradient-bg {
    height: 50px;
    opacity: 1;
}
.templatemo-header.sticky h1 {
    color: #fff;
    float: left;
    font-size: 30px;
    margin-top: 8px;
}
.templatemo-header.sticky .templatemo-nav {
    float: right;
    padding-top: 15px;
}
.templatemo-section {
    padding-bottom: 80px;
    padding-top: 80px;
}
.btn-gradient {
    background: #616161;
    background-image: -webkit-linear-gradient(top, #616161, #383838);
    background-image: -moz-linear-gradient(top, #616161, #383838);
    background-image: -ms-linear-gradient(top, #616161, #383838);
    background-image: -o-linear-gradient(top, #616161, #383838);
    background-image: linear-gradient(to bottom, #616161, #383838);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    /*font-family: Arial;*/
    color: #ffffff;
    /*font-size: 20px;*/
    padding: 6px 20px 6px 20px;
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.btn-gradient:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    color: white;
    text-decoration: none;
}

/* 2. Menu Styles
--------------------------------------*/
.templatemo-nav {
    padding-top: 100px;
    margin-bottom: 0;
}
.templatemo-nav li {
    display: inline-block;
    list-style: none;
}
.templatemo-nav li > a {
    color: #ffffff;
    padding: 10px;
    transition: background-color 0.5s ease;
    -webkit-transition: background-color 0.5s ease;
}
#responsive-menu ul li:hover a,
#responsive-menu ul li.active a,
.templatemo-nav li:hover a,
.templatemo-nav li.active a {
    color: #27a7ff;
}
#responsive-menu {
    top: 0;
    width: 250px;
    height: 100%;
    background: rgba(243, 243, 243, 0.4);
    position: fixed;
    z-index: 5500;
    right: -1500px;
    display: none;
    overflow: auto;
}
#responsive-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#responsive-menu ul li {
    display: block;
    margin-bottom: 2px;
}
#responsive-menu ul li a {
    padding: 12px 18px;
    background-color: #1d1d1d;
    color: #fff;
    display: block;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    text-transform: uppercase;
}
#responsive-menu ul li a i {
    margin-right: 15px;
}
a#mobile_menu {
    font-size: 24px;
    background-color: rgba(39, 167, 255, 0.8);
    color: #ffffff;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 5500;
}
#responsive-menu ul li a:hover {
    color: #27a7ff;
    text-decoration: none;
}

/* 3. Subscribe Styles
-------------------------------*/
.tm-subscribe-btn {
    background-color: #27a7ff;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 400px;
    width: 100%;
}
.tm-subscribe-btn:hover {
    background-color: #696a6a;
    color: #fff;
    text-decoration: none;
}
#subscriber_email {
    padding: 10px 20px;
    margin-bottom: 30px;
    max-width: 600px;
    width: 100%;
}

/* 4. Albums Styles
------------------------------------*/
.templatemo-album {
    cursor: pointer;
    position: relative;
    margin-top: 50px;
}
.templatemo-album-images {
    float: left;
    width: 400px;
}
.templatemo-album-description {
    float: left;
    width: 100px;
}
.templatemo-album:hover .templatemo-album-description {
    color: #27a7ff;
}
.templatemo-album:hover .templatemo-album-img {
    top: 63px;
    left: 77px;
    width: 180px;
}
.templatemo-album-img {
    position: absolute;
    top: 102px;
    left: 115px;
    z-index: 100;
    width: 100px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.templatemo-album-img-bg {
    position: absolute;
    top: 6px;
    left: 21px;
    z-index: -100;
}
.templatemo-album-img-frame {
    width: 400px;
    height: auto;
}
.templatemo-album-description {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.templatemo-album-artist {
    margin-top: 60px;
}
.templatemo-album-date {
    margin-top: 130px;
}

/* 5. About Styles
------------------------------*/
.tm-about-img-container {
    position: relative;
    margin: 0 auto;
    max-width: 568px;
    width: 100%;
}
.tm-about-img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -100;
}

/* 6. Contact Styles
-------------------------------*/
.form-control {
    border-radius: 0;
}
#map-canvas {
    height: 350px;
}

/* 7. Footer Styles
-------------------------------*/
/* inside footer  page */

/* 8. Media Queries
---------------------------*/
@media screen and (max-width: 1500px) {
    .templatemo-header {
        height: 287px;
    }
    .templatemo-header-image {
        background: url("../images/header.png") no-repeat;
        background-size: 100% 287px;
        height: 287px;
    }
    .templatemo-header h1 {
        margin-top: 20px;
    }
    .templatemo-nav {
        padding-top: 70px;
    }
}
@media screen and (max-width: 1200px) {
    .templatemo-header {
        height: 229px;
    }
    .templatemo-header-image {
        background: url("../images/header.png") no-repeat;
        background-size: 100% 229px;
        height: 229px;
    }
    .templatemo-header h1 {
        margin-top: 10px;
    }
    .templatemo-nav {
        padding-top: 50px;
    }
    .templatemo-album-img {
        top: 85px;
        left: 100px;
    }
    .templatemo-album:hover .templatemo-album-img {
        top: 46px;
        left: 58px;
    }
    .templatemo-album-img-bg {
        width: 255px;
    }
    .templatemo-album-images,
    .templatemo-album-img-frame {
        width: 350px;
    }
    .templatemo-album-artist {
        margin-top: 50px;
    }
    .templatemo-album-date {
        margin-top: 113px;
    }
}
@media screen and (max-width: 992px) {
    .templatemo-header {
        height: 190px;
    }
    .templatemo-header-image {
        background: url("../images/header.png") center;
        background-size: cover;
        height: 190px;
    }
    .templatemo-header h1 {
        font-size: 40px;
    }
    .templatemo-nav {
        padding-top: 40px;
    }
    .templatemo-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .templatemo-album-img {
        top: 59px;
        left: 74px;
        width: 70px;
    }
    .templatemo-album:hover .templatemo-album-img {
        top: 45px;
        left: 58px;
        width: 100px;
    }
    .templatemo-album-images,
    .templatemo-album-img-frame {
        width: 245px;
    }
    .templatemo-album-img-bg {
        width: 175px;
    }
    .templatemo-album-artist {
        margin-top: 27px;
    }
    .templatemo-album-date {
        margin-top: 72px;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 50px;
    }
    .templatemo-header {
        height: 147px;
    }
    .templatemo-header-image {
        background: url("../images/header.png") center;
        background-size: cover;
        height: 147px;
    }
    .templatemo-header h1 {
        font-size: 30px;
    }
    .templatemo-albums-container {
        text-align: center;
    }
    .templatemo-album {
        display: inline-block;
    }
    .templatemo-album-img-bg {
        top: 4.5px;
        left: 20px;
    }
    .templatemo-product {
        margin-bottom: 30px;
    }
    .templatemo-product:last-child {
        margin-bottom: 0;
    }
    .tm-contact-form {
        margin-top: 30px;
    }
}

@media screen and (max-width: 393px) {
    .templatemo-album {
        padding-left: 10px;
        padding-right: 10px;
    }
    .templatemo-album-img-frame {
        width: 240px;
    }
    .templatemo-album-img-bg {
        width: 174px;
        top: 0.5px;
        left: 11px;
    }
    .templatemo-album-img {
        top: 42px;
        left: 51px;
    }
    .templatemo-album:hover .templatemo-album-img {
        top: 27px;
        left: 36px;
    }
    .templatemo-album-images,
    .templatemo-album-img-frame {
        width: 200px;
    }
    .templatemo-album-img-bg {
        width: 150px;
    }
    .templatemo-album-artist {
        margin-top: 18px;
    }
    .templatemo-album-date {
        margin-top: 54px;
    }
}

/* 9. Custom Styles
-------------------------------*/
/* The mandatory star class */
.required::after {
    content: " *";
    color: #d9534f; /* Red color (Bootstrap danger color) */
    font-weight: bold;
    font-size: 1.1em;
}

.titlepic {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: -100px;
    z-index: 1;
    overflow: hidden;
}

.titlepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.my-content-section {
    position: relative;
    width: 100%;
    min-height: 60vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    box-sizing: border-box;
    background: #000;
    /* fallback */
}

/* background image using img tag */
.my-content-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    display: block;
}

/* optional dark overlay for readability */
.my-content-overlay {
    position: absolute;
    inset: 0;
    background: rgba(1, 39, 77, 0.6);
    z-index: 2;
}

/* content over image */
.my-content-content {
    position: relative;
    z-index: 3;
    color: #fff;
    /* text-align: center; */
    max-width: 100%;
    width: 100%;
    padding: 20px;
}
.white-link {
    color: #ffffff !important; /* Forces black color */
    text-decoration: none; /* Removes underline */
}

.white-link:hover {
    color: #8b1717; /* Changes color slightly when hovered */
    text-decoration: underline; /* Adds underline back on hover */
}

/* Gallery Page Styles */
/* ------------------------------------ */
.tab-navigation {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.tab-btn {
    padding: 0.75rem 1.5rem;
    background: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    color: #223f5f;
}

.tab-btn:hover {
    background: #76b4f1;
}

.tab-btn.active {
    background: #0d6efd;
    color: white;
}

.tab-content {
    display: none;
    animation: fadeIn 0.5s ease;
}

.tab-content.active {
    display: block;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}

.grid-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 1/1;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: translateY(-5px);
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.grid-item:hover img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: white;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.grid-item:hover .image-overlay {
    transform: translateY(0);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Administration page styles */
/* ------------------------------------ */
.administration-page-header {
    text-align: center;
    margin-bottom: 40px;
}
.profile-card {
    background:
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.25) 0%,
            rgba(255, 255, 255, 0.1) 35%,
            rgba(255, 255, 255, 0.02) 60%,
            rgba(0, 0, 0, 0.15) 100%
        ),
        linear-gradient(
            135deg,
            #1a2a52 0%,
            #253a6f 25%,
            #1a2a52 50%,
            #2d4275 75%,
            #1a2a52 100%
        );
    background-color: #1a2a52;
    border-radius: 10px;
    padding: 25px;
    color: white;
    /* Reduced size - removed fixed height */
    min-height: auto;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset,
        inset 0 1px 2px rgba(255, 255, 255, 0.4),
        inset 0 -1px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.profile-title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    opacity: 0.9;
    letter-spacing: 1px;
    text-align: center;
}

.profile-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.profile-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3d3d3;
    flex-shrink: 0;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.profile-details {
    flex: 1;
    text-align: left;
}

.profile-name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.profile-position {
    font-size: 15px;
    margin-bottom: 5px;
    opacity: 0.95;
}

.contact-info {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.contact-label {
    opacity: 0.8;
    font-size: 16px;
}

@media (max-width: 768px) {
    .profile-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profile-details {
        text-align: center;
    }

    .contact-info {
        flex-direction: column;
        gap: 10px;
    }
}

.exec-section {
    background-color: #1a2a52;
    border-radius: 10px;
    padding: 30px 25px;
    color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 30px;
}

.member-block {
    padding: 18px 0;
}

.member-block + .member-block {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.member-name {
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 4px;
    line-height: 1.3;
}

.member-address {
    font-size: 13.5px;
    color: #a8b8d8;
    margin-bottom: 8px;
    line-height: 1.5;
}

.member-contact {
    font-size: 13.5px;
    color: #c0d0ee;
}

.member-contact .phone {
    display: block;
    margin-bottom: 3px;
}

.member-contact .email {
    color: #a8c4ee;
}

/* Left-aligned members (left column) */
.member-left {
    text-align: left;
}

.member-left .member-name,
.member-left .member-address,
.member-left .member-contact {
    text-align: left;
}

/* Right-aligned members (right column) */
.member-right {
    text-align: right;
}

.member-right .member-name,
.member-right .member-address,
.member-right .member-contact {
    text-align: right;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .section-title {
        text-align: center;
    }

    .member-block {
        padding: 15px 0;
    }
}

@media (max-width: 767px) {
    .exec-section {
        padding: 20px 15px;
    }

    .section-title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    /* On mobile, both columns become left-aligned for readability */
    .member-right {
        text-align: left;
    }

    .member-right .member-name,
    .member-right .member-address,
    .member-right .member-contact {
        text-align: left;
    }

    .member-name {
        font-size: 16px;
    }

    .member-address {
        font-size: 13px;
    }
}
/* Administration page styles end here */

/*        Session page styles            */
/* ----------------------------------------- */
.session-header {
    /* background-color: #1a2a52; */
    color: white;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.session-header h2 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
}

.session-card {
    background-color: white;
    border-radius: 8px;
    padding: 15px 20px;
    /* Reduced from 25px 20px */
    margin-bottom: 20px;
    position: relative;
}

.session-info {
    position: absolute;
    top: 15px;
    /* Reduced from 20px */
    right: 20px;
    text-align: right;
}

.session-number {
    font-style: italic;
    color: #333;
    margin-bottom: 3px;
    /* Reduced from 5px */
    font-size: 14px;
    /* Reduced from 15px */
}

.session-number strong {
    font-weight: bold;
}

.session-year {
    font-style: italic;
    color: #333;
    font-size: 14px;
    /* Reduced from 15px */
}

.session-year strong {
    font-weight: bold;
}

.session-venue {
    text-align: center;
    margin: 20px 0 15px;
    /* Reduced from 40px 0 20px */
}

.session-venue-label {
    font-size: 18px;
    /* Reduced from 22px */
    font-weight: bold;
    color: #4a6fa5;
    display: inline;
}

.session-venue-text {
    font-size: 18px;
    /* Reduced from 22px */
    font-weight: bold;
    color: #4a6fa5;
    display: inline;
}

.session-officials {
    margin-top: 10px;
    /* Reduced from 20px */
}

.session-president {
    font-style: italic;
    color: #555;
    margin-bottom: 5px;
    /* Reduced from 8px */
    font-size: 13px;
    /* Reduced from 14px */
}

.session-president strong {
    font-weight: bold;
}

.session-secretary {
    font-style: italic;
    color: #555;
    font-size: 13px;
    /* Reduced from 14px */
}

.session-secretary strong {
    font-weight: bold;
}

@media (max-width: 767px) {
    .session-header h2 {
        font-size: 22px;
    }

    .session-info {
        position: static;
        text-align: left;
        margin-bottom: 15px;
    }

    .session-venue {
        margin: 20px 0 15px;
    }

    .session-venue-label,
    .session-venue-text {
        font-size: 18px;
    }

    .session-card {
        padding: 20px 15px;
    }
}

/*      Session page styles end here      */

/*      Journal page styles            */
/* ----------------------------------------- */
.journal-section {
    /* background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 50%, #e0e0e0 100%); */
    padding: 50px 0;
    min-height: 100vh;
}

.journal-content-left {
    padding-right: 30px;
}

.journal-title {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.journal-description {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: justify;
}

.journal-subtitle {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 30px;
}

.journal-editorial-text {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.7;
    text-align: justify;
}

.journal-content-right {
    padding-left: 30px;
}

.journal-button-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.journal-archive-btn {
    background-color: #007bff;
    color: white;
    padding: 12px 30px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.journal-archive-btn:hover {
    background-color: #0056b3;
    color: white;
    text-decoration: none;
}

.journal-book-wrapper {
    text-align: center;
    position: relative;
}

.journal-book-image {
    max-width: 100%;
    height: auto;
    /* transform: rotate(-15deg); */
    filter: drop-shadow(5px 10px 15px rgba(0, 0, 0, 0.3));
    /* transition: transform 0.3s ease; */
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .journal-content-left {
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .journal-content-right {
        padding-left: 15px;
    }

    .journal-title {
        font-size: 28px;
    }

    .journal-subtitle {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .journal-section {
        padding: 30px 0;
    }

    .journal-content-left,
    .journal-content-right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .journal-title {
        font-size: 24px;
    }

    .journal-subtitle {
        font-size: 20px;
    }

    .journal-description,
    .journal-editorial-text {
        font-size: 14px;
    }

    .journal-book-image {
        max-width: 70%;
        margin-top: 20px;
    }

    .journal-button-wrapper {
        text-align: center;
        margin-bottom: 20px;
    }
}

.journal-board-title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.journal-board-row {
    margin-bottom: 20px;
}

.journal-member-card {
    background-color: white;
    border-radius: 8px;
    padding: 20px 18px;
    margin-bottom: 20px;
    /* Reduced from 30px 25px */
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 100%;
    min-height: 240px;
    /* Reduced from 320px */
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.journal-member-name {
    font-size: 19px;
    /* Reduced from 22px */
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 8px;
    /* Reduced from 10px */
}

.journal-member-position {
    font-size: 14px;
    /* Reduced from 15px */
    color: #666;
    margin-bottom: 12px;
    /* Reduced from 15px */
    font-weight: 400;
}

.journal-member-address {
    font-size: 12.5px;
    /* Reduced from 13.5px */
    color: #555;
    line-height: 1.5;
    /* Reduced from 1.6 */
    margin-bottom: 12px;
    /* Reduced from 15px */
    min-height: 50px;
    /* Reduced from 60px */
}

.journal-member-contact {
    margin-top: 10px;
    /* Reduced from 15px */
}

.journal-member-email {
    display: block;
    font-size: 13px;
    /* Reduced from 14px */
    color: #4a6fa5;
    margin-bottom: 6px;
    /* Reduced from 8px */
    text-decoration: none;
    font-weight: 600;
}

.journal-member-email:hover {
    color: #2d4a6a;
    text-decoration: none;
}

.journal-member-phone {
    display: block;
    font-size: 13px;
    /* Reduced from 14px */
    color: #4a6fa5;
    font-weight: 600;
}

.journal-member-icon {
    margin-right: 4px;
    /* Reduced from 5px */
}

/* Update mobile styles too */
@media (max-width: 767px) {
    .journal-member-card {
        padding: 18px 15px;
        /* Reduced from 25px 20px */
        min-height: auto;
    }

    .journal-member-name {
        font-size: 18px;
        /* Reduced from 20px */
    }

    .journal-member-position {
        font-size: 13px;
        /* Reduced from 14px */
    }

    .journal-member-address {
        font-size: 12px;
        /* Reduced from 13px */
        min-height: auto;
    }

    .journal-member-email,
    .journal-member-phone {
        font-size: 12px;
        /* Reduced from 13px */
    }
}

.peer-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    background-image: url("/front_end_assets/images/bgjournal.jpg");
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Dark overlay on the left image area for depth */
.peer-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(0, 0, 0, 0.05) 40%,
        rgba(240, 240, 240, 0.85) 60%,
        rgba(245, 245, 245, 0.97) 100%
    );
    z-index: 1;
}

.peer-content {
    position: relative;
    z-index: 2;
    /* width: 100%; */
}

.peer-text-wrapper {
    max-width: 550px;
    margin-left: auto;
    padding: 40px 60px 40px 40px;
}

.peer-title {
    font-size: 32px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 20px;
    margin-top: 0;
}

.peer-description {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .peer-section {
        min-height: 450px;
        background-position: center center;
    }

    .peer-text-wrapper {
        padding: 30px 40px;
        max-width: 500px;
    }

    .peer-title {
        font-size: 28px;
    }

    .peer-description {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .peer-section {
        min-height: auto;
        background-position: center center;
        background-size: cover;
        padding: 0;
    }

    /* On mobile, use a darker overlay so text is readable over image */
    .peer-section::before {
        background: linear-gradient(
            to bottom,
            rgba(245, 245, 245, 0.95) 0%,
            rgba(245, 245, 245, 0.92) 100%
        );
    }

    .peer-text-wrapper {
        max-width: 100%;
        padding: 40px 20px;
        margin-left: 0;
    }

    .peer-title {
        font-size: 24px;
        text-align: center;
    }

    .peer-description {
        font-size: 14px;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .peer-text-wrapper {
        padding: 30px 15px;
    }

    .peer-title {
        font-size: 22px;
    }

    .peer-description {
        font-size: 13px;
        line-height: 1.6;
    }
}

.info-section {
    background-color: #f5f5f5;
    padding: 40px 0;
}

.info-container {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.info-left-column {
    padding-right: 30px;
    border-right: 2px solid #d0d0d0;
}

.info-right-column {
    padding-left: 30px;
}

.info-title {
    font-size: 24px;
    font-weight: bold;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 15px;
}

.info-subtitle {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    margin-top: 25px;
    margin-bottom: 15px;
}

.info-text {
    font-size: 13.5px;
    color: #555;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 15px;
}

.info-divider {
    border-top: 1px solid #d0d0d0;
    margin: 25px 0;
}

.info-link {
    color: #4a6fa5;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.info-link:hover {
    color: #2d4a6a;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .info-left-column {
        border-right: none;
        border-bottom: 2px solid #d0d0d0;
        padding-right: 15px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .info-right-column {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .info-section {
        padding: 25px 0;
    }

    .info-container {
        padding: 20px 15px;
    }

    .info-title {
        font-size: 20px;
    }

    .info-subtitle {
        font-size: 18px;
    }

    .info-text {
        font-size: 13px;
        text-align: left;
    }

    .info-left-column {
        border-bottom: 2px solid #d0d0d0;
    }
}
/*      Journal page styles end here      */

/* Membership page styles */
/* ----------------------------------------- */
.form-title {
    color: #fefeff;
    /* Dark blue matching previous sections */
    font-weight: bold;
    margin-bottom: 25px;
    font-size: 24px;
}

.form-group label {
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 5px;
}

.form-control {
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ccc;
    height: 40px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #1a2a52;
    box-shadow: 0 0 5px rgba(26, 42, 82, 0.3);
}

textarea.form-control {
    height: 100px;
    resize: vertical;
}

/* Styling for the email input group to match the icon in the image */
.input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    background-color: #fff;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #1a2a52;
}

.btn-proceed {
    background-color: #1a2a52;
    color: white;
    padding: 10px 30px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    margin-top: 10px;
    font-weight: bold;
}

.btn-proceed:hover {
    background-color: #fcfcfc;
    color: #1a2a52;
}

.danger-white {
    background-color: white;
    padding: 5px;
}

/* membership page styles end here */
/* Rules and by- laws page styles starts */
/* ---------------------------------------------- */
.rr-main-title {
    text-align: center;
    margin-bottom: 40px;
    color: #ffffff;
}

.rr-rules-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.rr-timeline-line {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #337ab7;
}

.rr-rule-section {
    position: relative;
    margin-bottom: 30px;
    padding-left: 80px;
}

.rr-timeline-marker {
    position: absolute;
    left: 20px;
    top: 25px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #337ab7;
    z-index: 1;
}

.rr-rule-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.rr-rule-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #337ab7;
    padding-bottom: 10px;
}

.rr-rule-content {
    color: #555;
    line-height: 1.8;
}

.rr-rule-content ol {
    margin: 0;
    padding-left: 20px;
}

.rr-rule-content li {
    margin-bottom: 10px;
}

.rr-rule-content ul {
    margin: 10px 0;
    padding-left: 30px;
}

.rr-nested-list {
    list-style-type: lower-roman;
}

@media (max-width: 768px) {
    .rr-rule-section {
        padding-left: 60px;
    }

    .rr-timeline-line {
        left: 20px;
    }

    .rr-timeline-marker {
        left: 10px;
    }
}
/* Rules and by- laws page styles ends */
/* ---------------------------------------------- */
