* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white-color: #fff;
    --theme-color: #2b2e6d;
}

body {
    font-family: "Poppins", sans-serif;
}

.dark-btn {
    background-color: var(--theme-color);
    text-decoration: none;
    color: var(--white-color);
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
}

.light-btn {
    background-color: var(--white-color);
    text-decoration: none;
    color: #0a0a0a;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
}

.same-heading {
    color: var(--theme-color);
    font-size: 37px;
    font-weight: 700;
}

/* header css start */
.header {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 20px;
}

.header-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

/* header css end */

/* home banner css start */
.home-banner {
    background-image: url("../images/hero-banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0px 100px;
    position: relative;
    z-index: 0;
}

.home-banner-content h1 {
    color: var(--white-color);
    font-size: 37px;
    font-weight: 700;
    margin-top: 30px;
}

.home-banner-content p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.banner_form {
    background-color: #056e73;
    padding: 10px 50px;
    border-radius: 20px;
}

.banner_form h2 {
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner_form h3 {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 24px;
}

.banner_form h3 span {
    color: #FFF9C4;
    font-weight: bold;
}

.banner_form_progress .progress {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) -1000%, transparent 500%);
    border-radius: 100px;
}

.banner_form_progress .progress .progress-bar {
    background-color: #FFF9C4;
}

.banner_form_progress p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.banner_form form {
    margin-top: 35px;
}

.banner_form form .banner_form_1 p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.banner_form_1 label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.banner_form_1 button {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 26px;
    border-radius: 4px;
    outline: none;
    border: none;
}

.banner_form_2 button {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 26px;
    border-radius: 4px;
    border: none;
    outline: none;
}

.banner_form_3 button {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 26px;
    border-radius: 4px;
    border: none;
}

.banner_form_content h4 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner_form_content a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
}

.banner_form_content {
    margin-top: 24px;
}

.banner_form_content p {
    text-align: center;
    margin-top: 10px;
    font-size: 44px;
    font-weight: bold;
    color: #FFF9C4;
    margin-bottom: 0;
}

.banner_form_2 select {
    width: 100%;
}

.banner_form_2 label {
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.banner_form_2 select {
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    border-radius: 10px;
    color: #000000a1;
    outline: none;
}

.banner_form_3 label input {
    width: 100%;
    height: 45px;
    margin-top: 8px;
    padding: 10px;
    border-radius: 10px;
    outline: none;
    border: none;
}

.banner_form_3 label {
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.amazon-logo {
    margin-top: 50px;
}

.banner_form_3 label textarea {
    border-radius: 10px;
    width: 100%;
    margin-top: 8px;
    padding: 10px;
    resize: none;
    outline: none;
    border: none;
}

.banner_form button[type="submit"] {
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 26px;
    border-radius: 4px;
}

.home-banner-content img {
    width: 30rem;
}

/* home banner css end */

/* solutions sec css start */
.solutions-sec {
    padding: 50px 0px;
}

.solutions-sec-content {
    margin-bottom: 50px;
    text-align: center;
}

.solutions-item img {
    width: 22rem !important;
}

.solutions-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solutions-item h4 {
    color: var(--theme-color);
    font-size: 32px;
    font-weight: 700;
}

.solutions-item ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.solutions-item ul li {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.solutions-sec-slides .owl-dots .owl-dot.active span {
    background: var(--theme-color);
    width: 15px;
    height: 15px;
}

.solutions-sec-slides .owl-dots .owl-dot span {
    background: #fff;
    border: 3px solid var(--theme-color);
    width: 15px;
    height: 15px;
}

/* solutions sec css end */

/* unique sec css start */
.unique-sec {
    padding-bottom: 50px;
}

.unique-sec-content {
    text-align: center;
    margin-bottom: 50px;
}

.unique-box {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    height: 250px;
    justify-content: space-between;
}

.unique-box-content h4 {
    color: var(--theme-color);
    font-size: 22px;
    font-weight: 700;
}

/* unique sec css end */

/* cta sec css start */
.cta-sec {
    background-image: url("../images/cta-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.cta-content {
    text-align: center;
}

.cta-sec-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.cta-content h2 {
    margin-bottom: 20px;
    color: var(--white-color);
    line-height: 30px;
}

.cta-content p {
    color: var(--white-color);
}

/* cta sec css end */

/*publishing services sec start*/
.publishing-services-box h4 {
    font-size: 20px;
    margin-top: 10px;
}

.publishing-services-box {
    text-align: center;
    background-color: var(--white-color);
    box-shadow: 0 30px 60px rgb(0 0 0 / .15);
    border-radius: 15px;
    padding: 24px;
    height: 180px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.publishing-services-sec {
    padding: 50px 0px;
}

.publishing-services-content {
    text-align: center;
    margin-bottom: 50px;
}

.publishing-services-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

/*publishing services sec end*/

/*publishing approach sec start*/
.publishing-approach {
    background-image: url("../images/publishing-approach-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
}

.publishing-approach-content h2 {
    margin-bottom: 40px;
}

.publishing-approach-content p {
    margin-bottom: 40px;
}

.publishing-approach-btn {
    display: flex;
    align-items: center;
}

/*publishing approach sec end*/

/* testimonials sec start */
.testimonials-sec {
    padding: 50px 0px;
}

.testimonial-image {
    text-align: center;
}

.testimonials-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.testimonials-content h2 {
    margin-bottom: 40px;
}

.testimonials-content p {
    margin-bottom: 40px;
}

/* testimonials sec end */

/* footer start */
.footer {
    background-color: #505289;
    padding: 50px 0px;
}

.footer-branding ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;
}

.footer-branding ul li {
    display: flex;
}

.footer-branding ul li a {
    color: var(--white-color);
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid var(--white-color);
    padding: 10px;
}

.footer-contact h3 {
    color: var(--white-color);
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer-contact ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.footer-contact ul li a {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    text-decoration: none;
}

.footer-contact ul li {
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: 10px;
}

.copyright-sec {
    padding: 30px 0px;
    background-color: var(--theme-color);
}

.copyright-sec p {
    margin-bottom: 0;
    color: var(--white-color);
    font-size: 16px;
}

.copyright-sec ul {
    display: flex;
    align-items: center;
    gap: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

.copyright-sec ul li a {
    text-decoration: none;
    color: var(--white-color);
}

/* footer end */

/* modal form css start */

.modal-backdrop.show {
    opacity: 0.75;
}

.modal-content {
    background: #4a4a8a;
    border: none;
    border-radius: 12px;
    padding: 10px 5px;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 5px;
    justify-content: center;
}

.modal-title {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.btn-close {
    position: absolute;
    top: 12px;
    right: 14px;
    /* background-color: #333; */
    opacity: 1;
    border-radius: 4px;
    padding: 6px 8px;
    filter: invert(1) brightness(2);
}

.modal-body {
    padding: 20px 30px 10px;
}

.form-control {
    background: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 14px 18px;
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 14px;
}

.form-control::placeholder {
    color: #aaa;
    font-family: 'Nunito', sans-serif;
}

.form-control:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
    background: #fff;
    outline: none;
}

.modal-footer {
    border-top: none;
    justify-content: center;
    padding-bottom: 20px;
}

.btn-publish {
    background: #ffffff;
    color: #4a4a8a;
    font-weight: 700;
    font-size: 1rem;
    padding: 12px 50px;
    border-radius: 8px;
    border: none;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
}

.btn-publish:hover {
    background: #f0f0ff;
    color: #333377;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.trigger-btn {
    background: #5a5aaa;
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.2s;
}

.trigger-btn:hover {
    background: #4a4a9a;
}

/* modal form css end */