body {
  font-family: "Poppins";

}

/* website buttons */
.website-buttons a {
  background: #E9990F;
  color: white;
  padding: 13px 21px;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
}

.website-buttons {
  display: flex;
  gap: 15px;
}

.website-buttons a.second-btn {
  background: linear-gradient(to bottom, #2E3079, #4648D4);
}

/* website buttons end */

/* header */
header {
  background: #EBEBEB;
}

a.logo {
  width: 100px;
}

a.logo img {
  width: 100%;
}

header li.nav-item a.nav-link {
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

/* Dropdown on Hover and Design */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 0;
  min-width: 220px;
  background: #fff;
}

.dropdown-item {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  color: #333;
  transition: all 0.2s;
  text-transform: uppercase;
}

.dropdown-item:hover {
  background-color: #2E3079;
  color: #fff !important;
}

.dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 5px;
}

/* header-end */

section.hero-banner {
  padding: 130px 0px 110px;
  background-image: url(../images/main-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-top: 0;
}

.banner-content>span {
  display: block;
  margin-bottom: 20px;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 20px;
  background: white;
  box-shadow: 0px 0px 10px 0px #0000002e;
}

.banner-content h1 {
  color: black;
  font-weight: 700;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 53px;
}

.banner-content h1 span {
  color: #ffaa17;
}

.banner-content h4 {
  color: black;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.banner-content p {
  color: black;
  font-size: 16px;
  margin-bottom: 10px;
}

.banner-content ul {
  padding-left: 20px;
}

.banner-content ul li {
  color: black;
  font-size: 15px;
  margin-bottom: 9px;
}

/* .banner-content .buttons {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.banner-content .buttons a {
  background: #151515;
  color: white;
  padding: 13px 35px;
  border-radius: 15px;
  border: 1px solid #151515;
  font-weight: 500;
  transition: 0.5s all;
}
.banner-content .buttons a.first-button {
  background-color: #ffaa17;
  border: 1px solid #212529;
}
.banner-content .buttons a:hover {
  background: black;
  color: white;
  border-color: #ffaa17;
} */
.banner-forms {
  /* background: white; */
  padding: 35px;
  width: 85%;
  border-radius: 26px;
  border: 1px solid #0000007e;
  text-align: center;
  margin: 0 auto 0 30px;
  position: relative;
}

.banner-forms form#publishingForm img {
  margin-bottom: 30px;
}

.banner-forms form#publishingForm select {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  background-color: #EBEBEB;
  border: 1px solid #2E3079;
  border-radius: 5px;
}

h3.service-choose {
  text-align: left;
  font-size: 15px;
  font-family: "Poppins";
}

form#publishingForm label {
  font-size: 13px;
  font-weight: 500;
  color: black;
}

.banner-forms form#publishingForm .forn-icons input {
  width: 100%;
  padding: 12px;
  margin-bottom: 20px;
  border: 1px solid #2E3079;
  background-color: #EBEBEB;
  border-radius: 5px;
  transition: 0.5s all;
}

.banner-forms form#publishingForm .forn-icons input.formsubmit {
  margin: 0px;
  background: linear-gradient(to bottom, #2E3079, #4648D4);
  color: white;
  padding: 13px 35px;
  border-radius: 3px;
  font-weight: 500;
  transition: 0.5s all;
}

.banner-forms form#publishingForm .forn-icons input.formsubmit:hover {
  background: transparent;
  color: black;
  transition: 0.5s all;
}

section.below-banner {
  padding: 40px 0 40px;
}

section.below-banner h2 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

section.below-banner h2 span {
  color: #ffaa17;
}

.blackslogos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.blackslogos img {
  transition: 0.3s;
}

.blackslogos img:hover {
  transform: scale(1.1);
}

/* // */



section.publishing-ratio {
  padding: 50px 0 90px;
  background-image: url(../images/amazon-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.ratio-content {
  text-align: center;
}

.ratio-content h2 {
  text-transform: uppercase;
  font-size: 37px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: white;
}

.ratio-content h2 span {
  color: #ffaa17;
}

.ratio-content p {
  width: 80%;
  color: white;
  margin: 0 auto 40px;
  font-size: 15px;
}

.ratio-images {
  text-align: center;
  display: flex;
  gap: 10px;
  flex-direction: row;
}

.ratio-images img {
  width: 50%;
}

.author-review h3 {
  font-size: 26px;
  color: white;
  margin-bottom: 10px;
}

.author-review p {
  color: white;
  font-size: 16px;
  margin: 10px 0px 20px;
}


section.packages {
  padding: 70px 0 70px;
}

.succ-cont h2 {
  color: #2E3079;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.succ-cont p {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  text-align: center;
}

.sec-toper {
  margin-top: 3rem;
}

.succ-cont h2 span {
  color: #ffaa17;
}

.brands_cont h5 span {
  color: #ffaa17;
}

.card.pkg-box ul li i {
  margin-right: 4px;
  color: #000000;
}

.card.pkg-box ul h4 {
  text-align: center;
  font-weight: 700;
  color: #bb7e14;
  font-family: "Poppins";
  font-size: 24px;
  margin: 30px 0 7px;
}

.card.pkg-box ul li {
  font-size: 15px;
  text-align: left;
  font-family: "Poppins";
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
  margin-top: 4px;
  color: #000;
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.card.pkg-box ul li span {
  font-style: italic;
  font-size: 14px;
}

.card.pkg-box:hover ul li h4 {
  color: white !important;
}

.card.pkg-box ul li i {
  position: absolute;
  left: 1px;
  top: 7px;
}

.card.pkg-box {
  padding: 20px;
  border-radius: 16px;
  border: 2px solid #0000001f;
  height: 100%;
  transition: 0.3s;
  background: rgba(233, 153, 15, 0.15);
}

.card.pkg-box:hover {
  background: #2E3079;
}

.card.pkg-box:hover ul li {
  color: #fff;
}

.card.pkg-box:hover button {
  background: rgb(255, 255, 255);
  color: #000;
}

.card.pkg-box:hover ul li i {
  color: white;
}

.card.pkg-box:hover ul h4 {
  color: #ffffff !important;
}

.card.pkg-box h6 {
  color: #000000;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 15px;
}

.card.pkg-box button {
  width: 100%;
  height: 51px;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 500;
  margin-top: 24px;
  color: white;
  padding: 13px 21px;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  background: linear-gradient(to bottom, #2E3079, #4648D4);
  border: 0px;
}

.card.pkg-box button:hover {
  background: #fff;
  transform: scale(1.1);
}

.card.pkg-box h3 {
  color: #000000;
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
}

.card.pkg-box:hover h3 {
  color: #fff;
}

.card.pkg-box ul {
  height: 400px;
  padding: 0px;
  overflow-y: auto;
}

.card.pkg-box ul::-webkit-scrollbar {
  width: 5px;
  border-radius: 30px;
}

.card.pkg-box ul::-webkit-scrollbar-track {
  background: #cdcdcd;
}

.card.pkg-box ul::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}

.card.pkg-box ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@keyframes moveBg {
  0% {
    background-position: -100px -100px;
  }

  25% {
    background-position: 100px 100px;
  }

  50% {
    background-position: 100px -100px;
  }

  75% {
    background-position: -100px 100px;
  }

  100% {
    background-position: -100px -100px;
  }
}

.pkg-box:before {
  background-image: url("../images/brk1.png");
  content: "";
  position: absolute;
  display: inline;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  left: -2px;
  top: 60px;
}

.pkg-box:after {
  background-image: url("../images/brk2.png");
  content: "";
  position: absolute;
  display: inline;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  right: -81px;
  top: 60px;
}

section.portfolio {
  padding: 50px 0 80px;
  text-align: center;
  background-image: url(../images/shadow-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -30px -25px;
  position: relative;
  animation: moveBg 10s infinite ease-in-out alternate;
}

.portfolio-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #2E3079;
}

.portfolio-content h2 span {
  color: #ffaa17;
}

.portfolio-content p {
  font-size: 16px;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 350px;
  height: 500px;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: black;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 130px);
  left: auto;
  color: #ffaa17;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 110px);
  right: auto;
  color: #ffaa17;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}

.portfolio-content p {
  font-size: 16px;
  margin: 20px 0;
  color: #2E3079;
}

.portfolio-content .website-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.merge-sec img {
  width: 100%;
}

/* .merge-sec {
    background-color: rgb(224 224 234);
    padding: 140px 0;
} */

/* # */


@keyframes flip3D {
  0% {
    transform: rotateY(0deg) rotateX(0deg);
  }

  25% {
    transform: rotateY(180deg) rotateX(10deg);
  }

  50% {
    transform: rotateY(360deg) rotateX(0deg);
  }

  75% {
    transform: rotateY(540deg) rotateX(-10deg);
  }

  100% {
    transform: rotateY(720deg) rotateX(0deg);
  }
}




section.process {
  text-align: center;
  padding: 80px 0;
  background-image: url(../images/shadow-bg.png);
  background-repeat: no-repeat;
  background-position: -10px -30px;
  background-size: contain;
  position: relative;
  animation: moveBg 10s infinite ease-in-out alternate;
  background-color: #eaeaf1;
}

.process-content>span {
  background-color: #D9D9D9;
  padding: 10px 40px;
  display: block;
  box-shadow: 0px 0px 10px 0px #2E3079;
  border-radius: 10px;
  width: fit-content;
  margin: 0 auto 20px;
  color: #2E3079;
  animation: bgFlash 2.5s infinite ease-in-out;
}

@keyframes bgFlash {

  0%,
  100% {
    background-color: white;
    box-shadow: 0px 0px 10px 0px #ffc2008c;
  }

  50% {
    background-color: #fba614c0;
    box-shadow: 0px 0px 20px 5px #ffc2008c;
  }
}

.process-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #2E3079;
}

.process-content h2 span {
  color: #ffc200;
}

.process-content p {
  font-size: 15px;
  width: 86%;
  margin: 0 auto;
}

.process-content {
  margin-bottom: 70px;
  text-align: center;
}

.process-step span {
  padding: 10px 18px;
  display: block;
  width: fit-content;
  margin: 0 auto 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  transform: rotate(20deg);
  position: absolute;
  transition: 0.6s all ease-in-out;
  top: -20px;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, #2E3079, #4648D4);
}

.process-step {
  background-color: white;
  box-shadow: 0px 0px 10px 0px #0000002e;
  border-radius: 15px;
  padding: 80px 30px 30px;
  position: relative;
  height: 100%;
  border: 2px solid #E9990F;
}

.process-step img {
  margin-bottom: 20px;
  width: 100px;
  animation: flip3D 6s infinite ease-in-out;
}

.process-step:hover img {
  animation: flipX 0.6s ease-in-out;
}

.process-step h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.process-step p {
  margin: 0px;
  font-size: 15px;
}

.process-step:hover span {
  transform: rotate(0deg);
  background: linear-gradient(to bottom, #fba614, #fba614);
  transition: 0.6s all ease-in-out;
}

section.success-stories {
  padding: 70px 0;
  background-color: #eaeaf1;
}

.testimonial-box {
  background-color: white;
  box-shadow: 0px 0px 10px 0px #0000002e;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  border: 2px solid #E9990F;
  margin: 10px 0;
  height: 92%;
}

.testimonial-box .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.testimonial-box p {
  font-size: 14px;
}

.testimonial-box .reviews-name {
  border-top: 1px solid #00000026;
  padding-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-box .reviews-name span {
  width: 50px;
  height: 50px;
  background: linear-gradient(to bottom, #2E3079, #4648D4);
  border-radius: 30px;
  color: white;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  padding: 11px 0;
}

.testimonial-box .reviews-name h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}

.testimonial-box .reviews-name p {
  margin: 0px;
  font-size: 12px;
}

.testimonial-box .box img {
  width: 120px;
}

.testimonial-box .box img.quote-img {
  width: 70px;
}

section.publish-book {
  background-image: url(../images/shadow-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -30px -25px;
  position: relative;
  animation: moveBg 10s infinite ease-in-out alternate;
  padding: 60px 0px 50px;
  background-color: #ebebf2;
}

.double-book h2 {
  font-size: 43px;
  margin-bottom: 30px;
  color: #2E3079;
  font-weight: 700;
}

.double-book h2 span {
  color: #ffaa17;
}

.double-book p {
  font-size: 15px;
  line-height: 26px;
}

section.publishing-stories {
  padding: 80px 0;
  background-color: #ebebf2;
}

.publish-box {
  background-color: white;
  box-shadow: 0px 0px 10px 0px #0000002e;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  margin: 10px 0;
  height: 93%;
}

.publish-box img {
  margin-bottom: 15px;
}

.publish-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.publish-box p {
  font-size: 16px;
  margin: 0px;
}


section.faqs {
  padding: 90px 0;
  background-color: #E7E8EF;
}

.pro-content h2 {
  font-size: 43px;
  margin-bottom: 30px;
  color: #2E3079;
  font-weight: 700;
  text-align: center;
}

.pro-content h2 span {
  color: #ffaa17;
}

section.faqs div#accordionExample {
  margin-top: 20px;
}

.accordion-item {
  background-color: transparent;
}

section.faqs .accordion-item {
  border: none;
}

section.faqs .accordion-item button.accordion-button.collapsed {
  background: white;
  margin-top: 20px;
  margin-bottom: 20px;
  color: black;
  font-size: 16px;
  padding: 25px 28px;
  font-family: "Poppins";
  font-weight: 400;
  border-radius: 20px !important;
  box-shadow: 0px 7px 10px -6px #68686891;
}

section.faqs .accordion-item h2 {
  border: none !important;
}

section.faqs .accordion-item .accordion-collapse.collapse {
  border: none;
}

.accordion-button:not(.collapsed) {
  color: white;
  background-color: #2E3079;
  border: none;
  box-shadow: none;
  font-size: 16px;
  padding: 25px 28px;
  font-family: "Poppins";
  border-radius: 20px !important;
}

.accordion-body {
  background: white;
  color: black;
  padding: 45px 28px 25px;
  margin-top: -20px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  transition: transform 0.2s ease-in-out;
  background-color: white;
  border-radius: 100px;
  padding: 14px;
  background-position: center;
  background-size: 18px;
}


.bg-publishing {
  background-image: url(../images/publish-book-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 90px 0;
}

.bg-publishing section.publish-book {
  background-image: none;
  background-color: transparent;
  padding: 0px;
}

.bg-publishing section.publish-book h2 {
  color: white;
}

.bg-publishing section.publish-book p {
  color: white;
}

section.publishing-cta {
  background-image: url(../images/publishing-cta.png);
  text-align: center;
  padding: 70px 0;
  color: white;
  height: 640px;
  display: flex;
  align-items: center;
}

section.publishing-cta .website-buttons {
  display: flex;
  justify-content: center;
}

section.publishing-cta h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: white;
}

section.publishing-cta h2 span {
  color: #ffaa17;
}

section.publishing-cta p {
  font-size: 15px;
  width: 83%;
  margin: 0 auto 30px;
}

section.contact_us_sec {
  padding: 80px 0;
}

.contact-content {
  text-align: center;
}

.contact-content h2 {
  color: #2E3079;
  font-size: 50px;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-weight: 800;
}

.contact-content h3 {
  font-size: 32px;
  width: 80%;
  margin: 0 auto 15px;
  line-height: 44px;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
}

.contact-content p {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 20px;
}

.contact-content .website-buttons {
  justify-content: center;
  margin-bottom: 30px;
}

.form-col h4 {
  color: #2e3079;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.form-col form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 13px;
  border: 2px solid #2e3079;
}

.form-col form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 13px;
  border: 2px solid #2e3079;
}

.form-col form button {
  color: white;
  padding: 13px 30px;
  text-decoration: none;
  border-radius: 10px;
  font-size: 14px;
  background: linear-gradient(to bottom, #2E3079, #4648D4);
  border: none;
}

.form-col form button:hover {
  background: linear-gradient(to bottom, #2E3079, #4648D4);
  border: none;
  color: white;
}


/* Footer Styles */
.footer-main {
  background-image: url(../images/publish-book-bg.png);
  background-size: cover;
  background-position: center;
  padding: 80px 0 80px;
  color: white;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 25px;
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.footer-contact-list li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #fff;
}

.footer-contact-list li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.footer-contact-list li a:hover {
  color: #ffaa17;
}

.footer-social-icons {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.footer-social-icons a {
  color: #fff;
  font-size: 18px;
  transition: 0.3s;
}

.footer-social-icons a:hover {
  color: #ffaa17;
}

.footer-badges {
  margin-top: 20px;
}

.badge-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.badge-row img {
  height: 70px;
  object-fit: contain;
}

.footer-links-col h3 {
  color: #ffaa17;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
  text-transform: uppercase;
  margin-top: 20px;
}

.footer-links-col ul {
  list-style: none;
  padding: 0;
}

.footer-links-col ul li {
  margin-bottom: 12px;
}

.footer-links-col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
  font-weight: 400;
}

.footer-links-col ul li a:hover {
  color: #ffaa17;
  padding-left: 5px;
}

.footer-disclaimer {
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-disclaimer p {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.footer-bottom {
  background: linear-gradient(to bottom, #2E3079, #4648D4);
  padding: 20px 0;
}

.footer-bottom p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .footer-links-col {
    margin-top: 30px;
  }
}

/* .contact-u-page-css */
.inner-pages-banner {
  height: 100vh;
  background-color: #2E3079;
  color: white;
  display: flex;
  align-items: center;
}

.contact-page-bg {
  background-image: url(../images/contact-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inner-pages-banner-content h1 {
  font-size: 60px;

  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

.inner-pages-banner-content .divider {
  margin: 30px auto;
  width: 150px;
  height: 5px;
  background-color: #ffaa17;
}

.inner-pages-banner-content p {
  font-size: 16px;
  color: white;
  width: 70%;
  margin: 0 auto 30px;
  font-weight: 400;
}

section.contact-info-boxes {
  padding: 80px 0;
  background-color: #eaeaf1;
}

.contact-box {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  height: 100%;
  border: 1px solid rgba(233, 153, 15, 0.5);
  position: relative;
  overflow: hidden;
}

.contact-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #2E3079;
  font-size: 40px;
  transition: all 0.4s ease;
}

.contact-box h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #E9990F;
  margin-bottom: 20px;
}

.contact-box .main-info {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-box .main-info a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-box .main-info a:hover {
  color: #E9990F;
}

.contact-box .sub-info {
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}

.contact-box .bottom-line {
  width: 40px;
  height: 3px;
  background-color: #E9990F;
  margin: 0 auto;
  transition: all 0.4s ease;
}

/* Hover Effects */
.contact-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(46, 49, 121, 0.15);
  border-color: #2E3079;
}

.contact-box:hover .icon {
  transform: scale(1.1);
  color: #E9990F;
}

.contact-box:hover .bottom-line {
  width: 80px;
  background-color: #2E3079;
}


/* about-page-css */
.about-page-bg {
  background-image: url(../images/about-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.double-book h5 {
  color: #D48A0B;
  font-size: 17px;
  text-transform: uppercase;
}

section.publish-book.our-story {
  padding: 80px 0;
}

/* Our Values Section */
section.our-values {
  background-image: url(../images/publish-book-bg.png);
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

section.our-values h2 {
  color: #E9990F;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.value-box {
  background-color: #fff;
  padding: 50px 25px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #E9990F;
  height: 100%;
  transition: all 0.4s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.value-box .icon {
  font-size: 45px;
  color: #E9990F;
  margin-bottom: 25px;
}

.value-box h4 {
  color: #2E3079;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.value-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0;
}

/* Value Box Hover */
.value-box:hover {
  transform: translateY(-10px);
  background-color: #2E3079;
  border-color: #2E3079;
}

.value-box:hover h4,
.value-box:hover p,
.value-box:hover .icon {
  color: #fff;
}

/* Terms and Conditions Styles */
.padding-top-80 {
  padding-top: 80px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.terms-text h3 {
  color: #2E3079;
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.terms-text h4 {
  color: #E9990F;
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}

.terms-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}

.terms-text ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.terms-text ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 10px;
  list-style-type: disc;
}

.terms-text a {
  color: #2E3079;
  text-decoration: underline;
}

.terms-text a:hover {
  color: #E9990F;
}

.terms-banner {
  height: auto;
  padding: 80px 0 60px;
  background-image: none !important;
  background-color: #2E3079;
}

.terms-banner h1 {
  font-size: 50px;
  font-weight: 600;
}

.terms-banner .divider {
  margin: 20px auto;
}

.terms-banner p {
  margin: 0 auto;
  font-size: 15px;
}