* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white-color: #fff;
    --black-color: #000;
    --spectral-font: "Spectral", serif;
    --lora-font: "Lora", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--lora-font);
}

p,
span {
    font-family: var(--spectral-font);
}

a {
    font-family: var(--spectral-font);
    text-decoration: none;
}

.same-btn {
    background-image: linear-gradient(to right, #FF820E, #FFB50E);
    padding: 16px 60px;
    border-radius: 100px;
    color: var(--white-color) !important;
    font-size: 16px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.same-heading {
    font-size: 50px;
    font-weight: bold;
    color: var(--white-color);
}

.para {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
}

/* header start */
.header-right {
    display: flex;
}

.header {
    background-color: var(--white-color);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.header .nav-item .nav-link {
    padding: 0;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.header .navbar-nav {
    gap: 30px;
}

/* header end */

/* home banner start */
.home-banner {
    background-image: linear-gradient(to right, #2A66C7, #31D7FD);
    padding: 215px 0px;
    position: relative;
}

.inner-pages-banner {
    padding: 315px 0px 215px;
}

.home-banner-content h1 {
    margin-bottom: 0;
}

.home-banner-content p {
    margin-top: 25px;
    margin-bottom: 40px;
}

.home-banner-branding {
    background-color: var(--white-color);
    padding: 62px 0px 0px 92px;
    border-radius: 100px 20px 0px 0px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.home-banner-branding img {
    width: 100%;
}

/* home banner end */

/* about us section start */
.about-us-section {
    background-image: url("../images/about-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 145px 0px;
}

.about-us-content h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.about-us-content p {
    margin-bottom: 30px;
}

.about-us-content {
    margin-bottom: 150px;
}

.about-us-content h3 {
    font-size: 40px;
}

.about-us-listing {
    display: flex;
    align-items: flex-start;
    gap: 70px;
}

.about-us-listing ul li {
    color: var(--white-color);
    font-family: var(--spectral-font);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.about-us-listing ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.about-us-btn {
    margin-top: 40px;
}

.about-us-listing ul li::marker {
    color: #5DD3FB;
}

/* about us section end */

/* about us section start */
.our-network-brand-sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0px;
    border: 3px solid var(--white-color);
}

.prime-circle-bg {
    background-image: url("../images/our-network-brands-bg.png");
    margin-bottom: 40px;
}

.holt-circle-bg {
    background-image: url("../images/holt-circle-bg.png");
    margin-bottom: 40px;
}

.prime-publishing-bg {
    background-image: url("../images/prime-publishing-bg.png");
    margin-bottom: 40px;
}

.american-publishing-hub-bg {
    background-image: url("../images/american-publishing-hub-bg.png");
}

.our-network-box {
    background: rgba(42, 42, 40, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 10px 20px;
    border-radius: 32px;
}

.our-network-box .our-network-box-content {
    background: #fdfff70f;
    backdrop-filter: blur(-50px);
    -webkit-backdrop-filter: blur(6px);
    padding: 40px 30px;
    border-radius: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.our-network-box .our-network-box-content h3 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 25px;
}

.our-network-box .our-network-box-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--white-color);
}

.our-network-box .our-network-box-content p {
    width: 580px;
}

.our-network-box .our-network-box-content .linking-para {
    font-size: 20px;
    color: #5DD3FB;
}

.our-network-box .our-network-box-content .linking-para a {
    color: #5DD3FB;
}

/* about us section end */

/* our role sec start */
.our-role-sec {
    background-image: url("../images/our-role-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0px;
    margin-top: 100px;
}

.our-role-content-child h4 {
    color: var(--white-color);
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.our-role-content-child h2 {
    font-size: 45px;
    margin-bottom: 25px;
}

.our-role-content-child ul li {
    color: var(--white-color);
    margin-bottom: 10px;
    font-size: 18px;
    font-family: var(--spectral-font);
}

.our-role-content-child ul li::marker {
    color: #2D89CD;
}

.our-role-content-child ul {
    padding-left: 20px;
}

/* our role sec end */

/* payment policy sec start */
.payment-policy-sec {
    background-image: url("../images/payment-policy-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
}

.payment-policy-content h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 25px;
}

.payment-policy-content h2 {
    font-size: 44px;
    margin-bottom: 25px;
}

.payment-policy-content .small-para {
    font-size: 14px;
    color: var(--white-color);
    font-weight: 400;
}

.payment-policy-content {
    margin-top: 50px;
}

.payment-policy-content .email-para {
    font-size: 30px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 30px;
}

.payment-policy-content .email-para a {
    color: var(--white-color);
}

/* payment policy sec end */

/* blogs sec start */
.blogs-sec {
    padding: 100px 0px;
}

.blog-box-content {
    background-color: #F9FDED;
    padding: 40px 0px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.blog-box-content span {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.blog-box img {
    width: 100%;
}

.blog-box-content h5 {
    margin: 25px 0px 40px;
    text-align: center;
    font-size: 20px;
    color: var(--black-color);
    font-weight: 500;
}

/* blogs sec end */

/* footer sec start */
.footer {
    background-color: #F4F0E8;
    padding: 50px 30px;
    border-radius: 30px 30px 0px 0px;
}

.footer-bg img {
    width: 100%;
}

.footer-newsletter {
    padding: 50px 0px;
    border-bottom: 2px solid var(--black-color);
}

.footer-newsletter h3 {
    font-weight: 700;
    font-size: 32px;
}

.footer-newsletter-form form input {
    width: 100%;
    height: 50px;
    border-radius: 100px;
    padding: 10px;
    outline: none;
    border: 1px solid var(--black-color);
    color: var(--black-color);
}

.footer-newsletter-form form input::placeholder {
    color: var(--black-color);
    font-family: var(--spectral-font);
    font-size: 16px;
    font-weight: 400;
}

.footer-newsletter-form form button {
    margin-top: 10px;
    width: 100%;
    height: 60px;
    border-radius: 100px;
    color: var(--white-color);
    background-image: linear-gradient(to right, #FF820E, #FFB50E);
    outline: none;
    border: none;
    font-family: var(--spectral-font);
    font-size: 16px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.footer-linking {
    padding-top: 32px;
}

.footer-branding ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
    gap: 10px;
}

.footer-branding ul li a {
    color: var(--black-color);
    font-size: 20px;
}

.footer-links h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
}

.footer-links ul {
    list-style-type: none;
    padding-left: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-contact h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-contact p {
    color: var(--blackc-color);
    font-size: 16px;
    font-weight: 400;
}

.footer-contact a {
    color: var(--black-color);
}

/* footer sec end */

/* copyright sec start */
.copyright-sec {
    padding: 40px 0px;
}

.copyright-sec p {
    color: var(--black-color);
    margin-bottom: 0;
}

.copyright-sec ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.copyright-sec ul li a {
    color: var(--black-color);
}

/* copyright sec end */

/* privacy policy page start */
.privacy-policy-sec {
    padding: 125px 0px;
    background-image: url("../images/privacy-policy-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.privacy-policy-content p {
    margin-bottom: 50px;
    font-size: 20px;
}

.privacy-policy-content p a {
    color: #FF820E;
    text-decoration: underline;
}

.privacy-policy-content ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 50px;
}

.privacy-policy-content ul li {
    color: var(--white-color);
    font-family: var(--spectral-font);
    font-size: 20px;
    margin-bottom: 8px;
}

/* privacy policy page end */

/* same form css start */
.footer-form {
    background-image: linear-gradient(to right, #2a66c7, #31D7FD);
    padding: 100px 0px;
    border-bottom: 1px solid var(--black-color);
}

.footer-form-box {
    background-color: var(--white-color);
    border-radius: 20px;
    padding: 40px 0px;
    text-align: center;
    margin-bottom: 20px;
}

.footer-form-box a {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
}

.footer-form-box i {
    color: #2a66c7;
    font-size: 50px;
}

.footer-form form input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
    outline: none;
    border: none;
    padding: 10px;
}

.footer-form form textarea {
    height: 125px;
    width: 100%;
    border-radius: 10px;
    border: none;
    outline: none;
    padding: 10px;
    margin-bottom: 20px;
}

.footer-form form button {
    width: 100%;
    padding: 16px 0px;
    border-radius: 100px;
    outline: none;
    border: none;
    background-color: var(--black-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 500;
}

/* same form css end */

/* help form section start */
.help-form-left h2 {
    font-size: 40px;
    font-weight: 400;

    color: #000;
    margin-bottom: 40px;
}

.help-form-left form input {
    width: 100%;
    padding: 22px 30px;
    margin-bottom: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    font-size: 16px;
    border: none;
    outline: none;
}

.help-form-left form textarea {
    width: 100%;
    padding: 22px 30px;
    margin-bottom: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    height: 150px;
    font-size: 16px;
    border: none;
    resize: none;
    outline: none;
}

.help-form-left form button {
    width: 100%;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    height: 60px;
    border-radius: 10px;
    cursor: pointer;
}

.help-form-sec {
    padding: 80px 0px;
}

.help-form-right {
    position: relative;
    z-index: 1;
}

.help-form-right::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: url("../images/dot-shape.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
    width: 241px;
    height: 248px;
}

.help-form-right img {
    width: 100%;
}

.help-form-left form input[type="checkbox"] {
    width: unset;
    margin: 0;
    height: unset;
}

.help-form-left form label {
    display: flex;
    align-items: baseline;
    margin: 0;
    gap: 10px;
    margin-bottom: 15px;
}

/* help form section end */

/* about page css start */
.inner-banner {
    padding: 300px 0px 215px;
}

.form-sec {
    background: linear-gradient(to right, #2A66C7, #31D7FD);
    padding: 100px 0px;
}

.form-sec-content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    padding: 50px 0px;
    width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    gap: 20px;
}

.form-sec-content-box a {
    color: var(--black-color);
    font-size: 20px;
    font-weight: 600;
}

.form-sec-content-box i {
    color: #5DD3FB;
    font-size: 50px;
}

.form-sec-content form input {
    width: 800px;
    margin-bottom: 15px;
    height: 50px;
    padding: 15px;
    border-radius: 10px;
    border: none;
    outline: none;
}

.form-sec-content form {
    margin-top: 20px;
    text-align: center;
}

.form-sec-content form textarea {
    width: 800px;
    margin-bottom: 15px;
    height: 126px;
    padding: 15px;
    border-radius: 10px;
    border: none;
    outline: none;
    resize: none;
}

.form-sec-content form button {
    background-color: var(--black-color);
    color: var(--white-color);
    width: 800px;
    height: 50px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
}

.form-sec-content form label {
    display: flex;
    align-items: baseline;
    width: 800px;
    margin: 0 auto;
    color: var(--white-color);
}

.form-sec-content form label input[type="checkbox"] {
    width: unset;
    height: unset;
    margin: 0;
}

.form-sec-content form label a {
    color: var(--white-color);
    text-decoration: underline;
}

.role-page {
    margin-top: 0;
}

.contact-page {
    margin-top: 50px;
}
/* about page css end */