html, body, ul, li, p, h1, h2, h3, h4{
    margin:0;padding:0;
    font-family: "Roboto", sans-serif;
    list-style: none;
}
header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: #282F6B 10px solid;
    align-items: center;
}
nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 20px;
    font-weight: 400;
}
nav a {
    color: #282F6B;
    text-decoration: none;
}
.home-icon img, .email img {
    width: 28px;
}
.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 20px;
}

.banner-section {
    display: flex;
    align-items: center;
    background: #F1F5FF;
    justify-content: space-between;
}

.header-block {
   margin:0 auto;
}
.headerImg img {
    max-width: 100%;
    float: left;

}
section.bg-gray {
    background: #F6F6F6;
}
.headerImg {
    width: 60%;
}
.header-block{  
    font-family: "Roboto Condensed", sans-serif;
}
.header-block h2 {
    color: #10147F;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.subheading {
    font-size: 32px;
    color: #10147F;
    font-weight: 600;
    text-align: right;
    
}

.tagline {
    color: #10147F;
    font-size: 15px;
    text-align: right;
}
.header-block h2 label {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
}
.small-para {
    font-size: 14px;
    padding: 40px;
    line-height: 22px;
    border-bottom: #ccc 1px solid;
    margin-bottom: 30px;
}
section h2 {
    background: #10147F;
    background: linear-gradient(90deg,rgba(16, 20, 127, 1) 0%, rgba(16, 20, 127, 1) 50%, rgba(255, 255, 255, 1) 100%);
    color: #fff;
    font-size: 18px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.subjects-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.subjects-container li{width: 100%;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    color: #00278E;
    border-radius: 0;
    transition: 0.3s;
    font-weight: 400;
    border:#00278E 1px solid;
    box-sizing: border-box;
}

.subjects-container a:hover {
    border:#00278E 1px solid;
    background: #00278E;
    color: #fff;
}
.books-layout{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 100%;
    margin: auto;
    padding: 0;
}
.books-layout img{ width: 100%;}
.more-books {
    text-align: center;
    padding: 20px;
}
.more-books a {
    display: inline-block;
    color: #00278E;
    border: #00278E 1px solid;
    text-decoration: none;
    padding: 10px 20px;
    background: #fff;
}
.author-dec {
    background: #fff;
    padding: 32px;
    margin-bottom: 32px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    font-size: 15px;
    border: 1px solid #dfe5f5;
    border-radius: 16px;
    box-shadow: 0 10px 36px rgba(26, 45, 109, 0.1);
}
.block-area a {
    color: #10147F;
    text-decoration: none;
}
.author-dec h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #18214d;
}
ul.author-listing {
    line-height: 30px;
    color: #000;
}
ul.author-listing li {
    padding-left: 20px;
    position: relative;
}
ul.author-listing li:before {
    border: #000 1px solid;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 20px;
}
section.gray-box {
    background: #EFEFEF;
    padding: 25px;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
    float: left;
}
.email-lnk {
    margin-top: 20px;
    width: 100%;
    float: left;
}
.email-lnk a {
    color: #10147F;
    text-decoration: none;
}
.submit-proposal-btn a {
    border: #585858 1px solid;
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}

/* Form layout */
:root {
    --accent: #10147F;
    --border: #d6d6e3;
    --surface: #fff;
    --surface-muted: #eef2ff;
    --text-muted: #666;
}

body {
    background: #f6f7fb;
    color: #1c284a;
    line-height: 1.6;
}

.wrap {
    max-width: 1100px;
    margin: 2.5rem auto;
    padding: 2rem;
    background: #fff;
    border: 1px solid #dce2f5;
    border-radius: 18px;
    box-shadow: 0 16px 48px rgba(26, 45, 109, 0.12);
}

h1 {
    font-size: 1.85rem;
    margin: 0.25rem 0 0.75rem;
    color: #18214d;
}

fieldset {
    border: 1px solid #e3e8f4;
    border-radius: 14px;
    padding: 1.25rem 1.1rem 1.35rem;
    margin: 1.25rem 0;
    background: #fbfcff;
}

legend {
    padding: 0 0.5rem;
    font-weight: 700;
    color: #1f2b51;
    letter-spacing: 0.01em;
}

label {
    display: block;
    font-weight: 600;
    color: #2a3658;
    margin: 0.35rem 0 0.35rem;
    font-size: 0.95rem;
}

input,
select,
textarea {
    width: 100%;
    padding: 0.8rem 0.85rem;
    border: 1px solid #c9d2e8;
    border-radius: 10px;
    background: #fdfdfd;
    color: #23304f;
    box-sizing: border-box;
    font-size: 0.95rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.2s ease;
}

input::placeholder,
textarea::placeholder {
    color: #8b94a9;
}

textarea {
    min-height: 110px;
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
.link-button:focus-visible {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(16, 20, 127, 0.12);
}

.grid {
    display: grid;
    gap: 1.1rem;
}

.g2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.g3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hint {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 0.25rem;
}

.muted {
    color: #6b7390;
    font-size: 0.95rem;
}

.req:after {
    content: " *";
    color: #c91c1c;
}

.req-asterisk {
    color: #c91c1c;
}

.checkbox-row {
    display: flex;
    gap: 10px;
    align-items: center;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.actions {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

button,
.btn-secondary {
    border: 0;
    background: linear-gradient(180deg, #2b45b0 0%, #162b86 100%);
    color: #fff;
    padding: 0.95rem 1.6rem;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 14px 30px rgba(22, 43, 134, 0.25);
    letter-spacing: 0.01em;
}

.btn-secondary {
    background: #fff;
    color: var(--accent);
    border: 1px solid var(--accent);
    box-shadow: none;
}

button:hover,
.btn-secondary:hover {
    filter: brightness(0.97);
}

.note {
    background: #f3f6ff;
    border: 1px solid #d5e2ff;
    border-radius: 12px;
    padding: 0.85rem 1.1rem;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    color: #2a3658;
}

.note-success {
    background: #e6f4ea;
    border-color: #b7dfc7;
}

.note-error {
    background: #ffeef0;
    border-color: #ffccd1;
}

.hp {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.additional-authors {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.additional-author {
    border: 1px dashed #d2d8eb;
    border-radius: 12px;
    padding: 1.05rem;
    background: #f8f9ff;
}

.additional-author__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.additional-author__title {
    margin: 0;
    font-size: 1.05rem;
}

.link-button {
    border: none;
    background: transparent;
    color: var(--accent);
    padding: 0;
    cursor: pointer;
    font-weight: 600;
    text-decoration: underline;
}
.heading-proposal {
    font-weight: 600;
    margin-bottom: 5px;
}
.subscribe-box {
    background: #10147F;
    color: #fff;
    display: flex;
    gap: 20px;
    padding: 20px;
}
.subscribe-btn a {
    background: #fff;
    color: #10147F;
    text-decoration: none;
    padding: 7px 30px;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}
.subscribe-icon img {
    max-width: 43px;
}
.subscribe-box h4 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 7px;
}
.subscribe-box p {
    margin-bottom: 8px;
}
footer {
    border-top: #10147F 10px solid;
    background: #F1F5FF;
    padding: 20px 0;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

ul.category-list input {
    margin-right: 10px;
    border: #000 1px solid;
    scale: 1.4;
}
.captcha-code {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
footer .container {
    display: flex;
    justify-content: space-between;
}
.footerLinks ul {
    display: flex;
    gap: 0;
    font-size: 14px;
}
.footerLinks ul li {
    padding: 0 10px;
}
.footerLinks a {
    color: #000000;
    text-decoration: none;
}
.copyrt {
    text-align: right;
    font-size: 14px;
    margin-top: 70px;
}
.footerlogo {
    float: left;
    text-align: right;
    margin-bottom: 10px;
}
.science-pub {
    color: #10147F;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.crc-press {
    font-size: 24px;
    color: #10147F;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
}
.footerlogo label{
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
}
.taylor-txt {
    color: #10147F;
    font-size: 15px;
    font-family: "Roboto Condensed", sans-serif;
}

.addInfo {
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    line-height: 18px;
    float: left;
}
.footerLinks ul li {
    border-left: #ccc 1px solid;
}
.footerLinks ul li:first-child{ border-left: none;}
.footerLinks ul {
    text-align: center;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 4px;
    background-color: #282F6B;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
  }
  
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
  }
  .menu-toggle {
    display: none;
}
ul.books-layout li {
    position: relative;
}
.hover-text {
    position: absolute;
    width: 100%;
    background: #282F6B;
    color: #fff;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    top: 43%;
    display: none;
}
ul.books-layout li:hover .hover-text{ display: block;}
.min-height-custom{ min-height: 220px;}
.book-proposal-lnk{ float: left;}
.book-proposal-lnk a {
    display: flex;
    align-items: center;
    margin: 30px 0;
    color: #10147F;
    text-decoration: none;
    gap: 10px;
    border: 2px dashed #10147F;
    padding: 10px;
    border-radius: 10px;
}
.book-proposal-lnk a img{ max-width: 40px;}

ul.form-area > li {
    width: 33%;
    float: left;
    margin-bottom: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
ul.form-area {
    width: 100%;
    float: left;
}
ul.form-area > li:first-child {
    width: 100%;
}
ul.category-list li {
    width: 20%;
    float: left;
    margin-bottom: 10px;
}
ul.form-area > li > span input {
    width: 100%;
    padding: 10px;
    border: #ccc 1px solid;
    box-sizing: border-box;
}
ul.form-area > li > label {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
}
.submitBtns{ display: flex; gap: 10px; width: 100%; float: left;}
.submitBtns input[type=submit] {
    background: #10147F;
    color: #fff;
    border: none;
    padding: 10px 40px;
    font-size: 18px;
}
.submitBtns input[type=reset] {
    background: #fff;
    color: #10147F;
    border: none;
    padding: 10px 40px;
    font-size: 18px;
}
.impinfo {
    color: #ff0000;
    font-size: 12px;
    margin-top: 0;
    width: 100%;
    float: right;
    text-align: right;
}
.block-area {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
}
.block-area h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.block-area p {
    margin-bottom: 10px;
    line-height: 22px;
}
.block-area ul {
    margin-bottom: 20px;
}
.effective-date {
    font-style: italic;
    margin-bottom: 10px;
}
.block-area p:last-child {
    margin-bottom: 0;
}
.block-area ul:last-child {
    margin-bottom: 0;
}
.block-area ul li {
    padding: 5px 0;
}
.block-area b {
    margin-bottom: 5px;
    display: block;
}
.captcha-code label {
    width: 100%;
    display: block;
    margin-bottom: 13px;
}
.captcha-code input {
    padding: 10px;
    border: #ccc 1px solid;
    box-sizing: border-box;
}
.captcha-code span{ display: flex;}

@media only screen and (max-width: 980px) {
.subjects-container {
    grid-template-columns: repeat(3, 1fr);
}

.small-para {
    padding: 40px 20px;
}
footer .container {
    flex-direction: column;
    text-align: center;
}
.addInfo {
    width: 100%;
    margin-bottom: 20px;
}
.copyrt {
    text-align: center;
    margin-top: 10px;
}
.footerLinks ul {
    gap: 10px;
    font-size: 14px;
    justify-content: center;
}
.addInfo {
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 680px) {
    ul.category-list li, ul.form-area > li  {
        width: 50%;
    }
    .menu-toggle {
        display: block;
    }
    .g2, .g3 {
        grid-template-columns: 1fr;
    }
    header nav {
        order: 3;
    }
    .banner-section {
        flex-direction: column;
    }
    .change + ul {
        display: block;
    }
    .email {
        position: absolute;
        right: 80px;
    }
   
    .headerImg {
        order: 1;
    }
    .header-block {
        order: 2;
        padding: 20px 0;
    }
    .headerImg {
        width: 100%;
    }
    .subjects-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .books-layout {
         grid-template-columns: repeat(2, 1fr);
    }
    nav ul {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        font-size: 14px;
        border: #ccc 1px solid;
        box-sizing: border-box;
    }
   
    nav ul li a {
        padding: 10px;
        display: block;
        border-bottom: #eee 1px solid;
    }
    nav ul {
        display: none;
    }
    
    
    }
    @media only screen and (max-width: 480px) {
        
        ul.category-list li {
            width: 100%;
        }
        ul.form-area > li {
            width: 100%;
        }
        .subjects-container a {
            font-size: 13px;
        }
        nav ul {
            gap: 10px;
            font-size: 14px;
        }
        }
