﻿.red {
  border: 1px solid #f50707;
}
.swiper {
    height: 350px;
}
.july-4-popup {
    position: fixed;
    top: 20%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 50%;
    background: rgb(255, 255, 255);
    padding: 0px;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px;
    z-index: 9999;
    border-radius: 23px;
}
button#closePopup {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px 4px 14px 25px;
}
img.july-4-img {
    width: 100%;
}
a.navbar-brand img.me-2.site-logo {
    display: none;
}
@media (max-width: 1148px) and (min-width: 929px) {
  .nav-link {
    font-size: 12px !important;
  }
}

body {
  margin: 0;
  padding: 0;
}
.contact-info {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  color: #000;
}
.contact-info a {
    color: #1C1C1C;
    text-decoration: none;
    font-weight: 400;
}
.navbar-links {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}

.navbar-links a {
  color: #000;
  text-decoration: none;
  margin: 0 15px;
}

.navbar-links a:hover {
  color: #f15a22;
}

.navbar-links .dropdown-menu {
  font-size: 14px;
  font-family: "Jost", sans-serif;
}

.navbar-logo img {
  height: 67px;
}

.site-logo {
  width: 100%;
  height: 59px;
  top: 3.82px;
  left: 2.54px;
}
.custom-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}
.nav-link {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  color: #1c1c1c;
  text-decoration: none;
  font-weight: 700;
}

.section-1 {
  background: url(../images/section1.webp), #ff76005e;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  overflow:hidden;
  background-blend-mode: multiply;
}

.section-1 h1 {
  font-family: "Jost", sans-serif;
  font-weight: 400 !important;
  font-size: 82.83px;
  line-height: 80px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.section-1 p {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  width: 742px;
  margin: 0 auto;
}

.custom-orange-btn {
  background-color: #000000;
  color: #ffffff;
  border-radius: 40px;
  padding: 15px 60px 15px 18px;
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.custom-orange-btn::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  background: url("../images/svg/arrowIcon.webp");
  background-size: cover;
  background-position: center;
  transform: translate(50%, -50%);
  transition: transform 0.3s ease;
  border: none !important;
}

.custom-orange-btn2 {
  background-color: #FFA100;
  color: #f6f6f6;
  border-radius: 40px;
  padding: 15px 60px 15px 18px;
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.custom-orange-btn3 {
  background-color: #ffffff;
  color: #000000;
  border-radius: 40px;
  padding: 15px 60px 15px 18px;
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.custom-orange-btn2::after,
.custom-orange-btn3::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  background: url("../images/svg/ArrowBlack.svg");
  background-size: cover;
  background-position: center;
  transform: translate(50%, -50%);
  transition: transform 0.3s ease;
  border: none !important;
}

.custom-chat-btn {
  border: 1px solid #ffffff;
  color: #f6f6f6;
  border-radius: 40px;
  padding: 15px 53px 15px 28px;
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.custom-chat-btn::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 30px;
  width: 20px;
  height: 18px;
  background: url("../images/svg/chatIcon.svg");
  background-size: 100%;
  background-position: center;
  transform: translate(50%, -50%);
  transition: transform 0.3s ease;
  border: none !important;
}

.custom-orange-btn:hover {
  background-color: #d94f1e;
}

.custom-chat-btn:hover {
  background-color: #d94f1e;
}

.book-slider-section {
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
}

.swiper {
  padding: 50px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.book-img {
  height: 100%;
  transition: transform 0.3s ease;
}

.book-img:hover {
  transform: scale(1.05);
}

.slider-overlay {
 position: absolute;
    bottom: -19%;
    z-index: 1;
    left: 0;
    right: 0;
}

.slider-cta-btn {
  background-color: #ff6600;
  color: #fff;
  border-radius: 30px;
  padding: 12px 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

.slider-cta-btn i {
  background: #fff;
  color: #ff6600;
  border-radius: 50%;
  padding: 5px;
  margin-left: 10px;
}

#typewriter-text {
  line-height: 54px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0.15em solid transparent;
}

.typewriter-text-section1 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
}

.typewriter-cursor {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  animation: blink 0.7s steps(1) infinite;
  line-height: 1;
}

#typewriter-text,
.typewriter-cursor {
  /* Remove extra space */
  vertical-align: middle;
  line-height: 54px;

  /* Alternative option if baseline is off */
  color: #FFA100;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
.roadmap-section {
    background: #FFF1E8;
}
.brilliant-section {
  background-color: #fef1e9;
  font-family: "Jost", sans-serif;
}

.small-title {
  font-size: 14px;
  color: #1c1c1c;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 24px;
  font-family: "Jost", sans-serif;
}

.small-title .line {
  width: 20px;
  height: 1.5px;
  background-color: #1c1c1c;
  display: inline-block;
}

.main-heading {
  font-family: "Jost", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 56px;
  color: #1c1c1c;
}

.brilliant-text {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  color: #1c1c1c;
}

.coffee-img {
  /*max-width: 336px;*/
  margin-top: 20px;
}

.brilliant-quote-btn {
  background-color: #ff6600;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 40px;
  text-transform: uppercase;
}

.brilliant-quote-btn i {
  width: 24px;
  height: 24px;
  text-align: center;
}

.call-us .icon {
  width: 40px;
  height: 40px;
  text-align: center;
}

.section-2-number {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0%;
      margin-bottom: 15px;
}
.our-publishing {
    padding: 70px 0 70px 0;
}
.sectionlast-number {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size:
    36px !important;
  line-height: 30px;
  letter-spacing: 0%;
}

.section-3-number {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ff6600;
}

.strategic-methodology-section {
  background: url("../images/section3.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.strategic-methodology-section .section-tag {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.strategic-methodology-section .dash {
  width: 25px;
  height: 2px;
  background-color: #fff;
  margin-right: 10px;
  display: inline-block;
}

.strategic-methodology-section .main-heading {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 41.84px;
  line-height: 56px;
  letter-spacing: 0%;
  max-width: 510.98px;
  width: 100%;
}

.strategic-methodology-section .description {
  font-family: "Jost", sans-serif;
  color: #eaeaea;
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0%;
}

.strategic-methodology-section .request-btn {
  background-color: #ff6600;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 30px;
  text-transform: uppercase;
}

.strategic-methodology-section .call-us .icon {
  background-color: #1c1c1c;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.strategic-methodology-section .feature-description {
  font-size: 14px;
  color: #fff;

  padding-left: 15px;
  margin-top: 30px;
  font-family: "Jost", sans-serif;
}
section.services-sec-13 {
    padding: 70px 0;
}
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .dropdown-item:active{
    color: #ffffff !important;
    background-color: #f15a22;
}
section.services-sec-13 h2 {
    text-align: center;
    font-family: "Jost", sans-serif;
}
.non-fiction-list ul {
    list-style: none;
}
.services-sec-13 .custom-orange-btn3 {
    background-color: #FF6600;
    color: #fff;
}
.non-fiction-list ul li img {
    margin-right: 11px;
}
section.services-sec-13 p {
    font-family: "Jost", sans-serif;
    font-size: 19px;
    line-height: 34px;
    text-align: center;
}
.fiction-writing-box {
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    margin-top: 20px;
}

.fiction-writing-box img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.fiction-writing-cont {
    padding: 10px 20px;
}

.fiction-writing-cont h4 {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

.fiction-writing-cont  p {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
.feature-description p {
  border-left: 1px solid #9ab3ae;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  max-width: 894.34px;
}

.small-title2 {
  font-size: 14px;
  color: #FFA100;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  line-height: 24px;
  font-family: "Jost", sans-serif;
}

.small-title2 .line {
  width: 20px;
  height: 1.5px;
  background-color: #FFA100;
  display: inline-block;
}

.feature-tabs h2 {
  font-family: "Jost", sans-serif;
  margin-top: 120px;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0%;
}

.feature-tabs {
  margin-top: 120px;
}

.feature-tab-title-active {
  color: #FFA100;
}

.feature-tab-title {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0%;
  text-align: start;
}

.feature-text-1::before {
  content: "01";
  color: #FFA100;
  position: absolute;
  top: -30px;
  font-size: 14px;
  left: 0px;
}

.feature-text-2::before {
  content: "02";
  color: #d5d5d5;
  position: absolute;
  top: -30px;
  font-size: 14px;
  left: 0px;
}

.feature-text-3::before {
  content: "03";
  color: #d5d5d5;
  position: absolute;
  top: -30px;
  font-size: 14px;
  left: 0px;
}

.feature-text-4::before {
  content: "04";
  color: #d5d5d5;
  position: absolute;
  top: -30px;
  font-size: 14px;
  left: 0px;
}

.feature-text-5::before {
  content: "05";
  color: #d5d5d5;
  position: absolute;
  top: -30px;
  font-size: 14px;
  left: 0px;
}
.footer-heading-para a {
    color: #fff;
    text-decoration: none;
}
footer.footer-section {
    padding: 50px 0;
}
.meet-imprints-box {
    border: 1px solid #B5B5B5;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 10px 0;
}

.meet-imprints-box a {
    font-size: 16px;
    color: #FF6600;
    font-family: "Jost", sans-serif;
    text-decoration: none;
}

.meet-imprints-box  h4 {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin-top: 20px;
}
.our-team-story {
    padding: 70px 0;
}

.our-team-story h2 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.our-team-story p {
    font-family: "Jost", sans-serif;
}

.row.team-row {
    padding-top: 70px;
}
.team-list ul {
    list-style-type: none;
    padding: 0;
}

.team-list ul li {
    padding: 0 0 0 25px;
    position: relative;
    font-size: 16px;
    line-height: 33px;
    font-family: "Jost", sans-serif;
}

.team-list ul li:before {
    content: '';
    background: #1C1C1C;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    left: 4px;
    top: 14px;
}
.our-mission {
    background: #FF8330;
    padding: 70px 0;
    text-align: center;
    color: #fff;
}

.our-mission h2 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.our-mission-counter {
    padding-top: 40px;
}

.our-mission-counter h4 {
    font-size: 40px;
    font-family: "Jost", sans-serif;
    margin: 0;
    font-weight: 700;
}
.contact-us-section {
    padding: 70px 0;
    text-align: center;
}

.contact-us-section h2 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
}
.inner-sub-header-services {
    background: url(../images/inner-banner-bg.webp);
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.sub-header-content h1 {
    color: #fff;
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 52px;
    line-height: 60px;
}
.sub-header-content p {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 665px;
}
.sub-header-content.small-title {
    color: #fff;
}
.inner-sub-header-services span.small-title {
    color: #ffffff;
}
.inner-sub-header-services .section-2-number a {
    color: #fff;
}
.inner-sub-header-services span.line {
    background-color: #fff;
}
section.custom-ban-form.text-right {
    border: 1px solid #FFFFFFB2;
    border-radius: 16px;
    padding: 10px;
}

.form-banner {
    background: url(../images/banner-form-right-bg.webp);
    padding: 30px 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #FFFFFF33;
}
.form-banner h3 {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
    color: #1C1C1C;
}
.form-banner  h4 {
    color: #fff;
    font-size: 27.94px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}
.form-banner h5 {
    color: #000000;
    font-family: "Jost", sans-serif;
    font-size: 28.8px;
    line-height: 28.8px;
    font-weight: 700;
}
.ban-form {
    padding-top: 25px;
    padding-bottom: 35px;
}
.ban-form input {
    width: 100%;
    height: 52px;
    margin:  0;
    border: 1px solid #CCCCC9;
    padding: 0 13px;
    border-radius: 5px;
    background: #F7F7F7;
}
.ban-form input::placeholder {
    text-transform: capitalize;
    color: #727272;
}
.ban-form .fldset {
    padding: 5px 0;
}
.ban-form  textarea {
    width: 100%;
    height: 100px;
    padding: 13px 0 0 13px;
    background: #F7F7F7;
    border: 1px solid #CCCCC9;
    border-radius: 5px;
}
.ban-form input[type="submit"] {
    background: #FF6600;
    border: none;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 40px;
    width: auto;
    padding: 0 40px;
}
.inner-sub-header-services .col-7 {
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.services-sec-1 {
    background: #F6F6F6;
    padding: 80px 0;
}
.services-sec-1 h2 {
    font-family: "Jost", sans-serif;
    font-size: 36px;
    line-height: 40px;
    color: #1C1C1C;
    font-weight: 400;
    padding-bottom: 10px;
}
.services-sec-1 p {
    font-family: "Jost", sans-serif;
    color: #1C1C1C;
    font-size: 16px;
    line-height: 24px;
}
.services-sec-1  img {
    float: right;
}
/* Style the tab */
.tab {
  float: left;
  width: 50%;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20.81px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ff6600;
  color: #ffffff;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 25px 25px;
  width: 50%;
  border-left: none;
  background: #ff6600;
  min-height: 551px;
  color: #ffffff;
}
.services-sec-2 {
    background: url(../images/Group1597887182.webp);
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.services-sec-2 h2 {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
    padding-bottom: 30px;
}
.tab button span {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 24px !important;
}
.tabcontent h3 {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.tabcontent p {
    font-family: "Jost", sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}
.services-sec-3 {
    background: url(../images/services-sec-3-bg.webp);
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.services-sec-3 h2 {
    color: #FFFFFF;
    font-family: "Jost", sans-serif;
    font-size: 50px;
    line-height: 54px;
}
.services-sec-4 {
    background: #F6F6F6;
    padding: 80px 0;
}

.services-sec-4 h2 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
    padding-bottom: 30px;
}

.services-sec-4 .col-4 {
    background: #FFE0AF;
    border-radius: 25px;
    padding: 25px;
}

.lets-connect {
    background: #FF6600;
    padding: 35px;
    border-radius: 25px;
}

.lets-connect p {
    padding: 20px 0 0 0;
    width: 275.7300109863281px;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lets-connect h6 {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
}

.services-edge-box {
    padding-top: 10px;
}

.services-edge-box h4 {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    line-height: 28px;
    padding: 10px 0;
    margin: 0;
}

.services-edge-box  p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.services-sec-5 {
    background: url(../images/services-sec-5-bg.webp);
    padding: 60px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.services-sec-5 p.section-2-number:first-child {
    margin: 0;
}
.services-sec-5 a.custom-orange-btn2 {
    background: #fff;
    color: #000;
}
.reviews-col img {
    padding: 10px 0 0 0;
    float: right;
}
.services-sec-5 h2 {
    font-size: 30px;
    line-height: 44px;
    color: #fff;
    font-family: "Jost", sans-serif;
}
.services-sec-5 h3 {
    font-family: "Jost", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.services-sec-6 {
    padding: 80px 0;
}
.services-sec-6 h2 {
    font-family: "Jost", sans-serif;
    font-size: 46px;
    line-height: 50px;
}
.services-sec-6  p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.services-sec-6  ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.services-sec-6 ul li {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    padding: 3px 0;
}
.services-sec-6 ul li img {
    padding: 0 7px 0 0px;
    margin: -3px 0 0 0;
}
img.img-01 {
    float: right;
}
.services-sec-7 {
    background: #FFF1E8;
    padding: 70px 0;
    text-align: center;
}
.cont-box {
    padding-bottom: 10px;
}
.cont-box h2 {
    font-family: "Jost", sans-serif;
    font-size: 36px;
    line-height:54px;
    text-transform: capitalize;
}
.cont-box p {
    font-size: 16px;
    line-height: 24px;
    font-family: "Jost", sans-serif;
}
.ghostwriting-rows {
    padding-top: 50px;
}
.ghostwriting-box h5 {
    margin: 0;
    padding: 10px 0 15px 0;
    font-family: "Jost", sans-serif;
    font-size: 18.91px;
    color: #000000;
    font-weight: 500;
}
.ghostwriting-box p {
    font-family: "Jost", sans-serif;
    width: 257px;
    text-align: center;
    margin: 0 auto;
    line-height: 24px;
}
.services-sec-7 .custom-orange-btn3 {
    background: #FF6600;
    color: #fff;
}
.services-sec-7 .call-number {
    text-align: left;
}
.services-sec-8 {
    background: #ffa100;
    text-align: center;
    padding: 70px 0;
}
.process-we-box h2 {
    font-size: 16px;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    line-height: 24px;
}
.process-we-box h4 {
    font-family: "Jost", sans-serif;
    font-size: 36px;
    line-height: 54px;
    text-transform: capitalize;
    color: #fff;
}
.process-we-box p {
    color: #fff;
    width: 949px;
    margin: 0 auto;
    font-family: "Jost", sans-serif;
}
.services-sec-8 .call-number {
    text-align: left;
}
.services-sec-8 .small-title {
    color: #fff;
}

.services-sec-8 .small-title .line {
    background-color: #fff;
}

.services-sec-8 .section-2-number a {
    color: #fff;
}
.services-sec-9 {
    background: #000;
}

.services-sec-9 .section-2-number a {
    color: #fff;
}

.services-sec-9 .small-title {
    color: #fff;
}

.services-sec-9 span.line {
    background-color: #fff;
}
.services-sec-10 {
    background: #F6F6F6;
    padding: 70px 0;
}
.faqs-box h2 {
    font-family: "Jost", sans-serif;
    font-size: 36px;
    line-height: 54px;
    text-transform: capitalize;
}
button.accordion-button {
    color: #000 !important;
    background: transparent !important;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    padding-left: 0;
    font-family: "Jost", sans-serif;
    font-weight: 400 !important;
    border: none !important;
}
.accordion-item {
    border: none;
    background: transparent !important;
}
.accordion-body {
    padding-left: 0;
    border: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
.faqs-bg {
    background: url(../images/faqs-bg.webp);
    padding: 50px 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 630px;
}
.faqs-bg h5 {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    line-height: 33px;
}
.accordion-item {
    border-bottom: 1px solid #1C1C1C;
}
.inner-sub-header-services .custom-orange-btn2 {
    /* background-color: #ff6600 !important; */
    color: #fff !important;
}


 .marquee-content {
   display: flex;
   animation: marquee 20s linear infinite;
 }

 .marquee-item {
      flex: 0 0 auto;
    padding: 0 80px;
    font-size: 78.75px;
    color: #1C1C1C;
    font-family: "Jost", sans-serif;
    line-height: 140px;
 }

 @keyframes marquee {
   0% {
     transform: translateX(100%);
   }

   100% {
     transform: translateX(-100%);
   }
 }

 /* Optional: Pause animation on hover */
 .marquee-container:hover .marquee-content {
   animation-play-state: paused;
 }
 section.services-sec-1.services-sec-11 {
    padding-bottom: 0;
}
p.para-white {
    color: #ffff;
    font-family: "Jost", sans-serif;
    font-size: 19px;
    line-height: 34px;
}
.modal-body {
    padding: 0;
    border-radius: 15px;
}

.modal-header {
    position: relative;
    padding: 0;
    border: none !important;
}
.modal-header button.btn-close {
    position: absolute;
    top: 20px;
    right: 19px;
    z-index: 999;
}
.modal-content {
    border-radius: 15px;
}
.services-sec-1.services-sec-12 {
    background: #FF8330;
}
.services-sec-1.services-sec-12 h2 {
    color: #fff;
}
.services-sec-1.services-sec-12 p {
    color: #fff;
}
.services-sec-1.services-sec-12 h3 {
    color: #fff;
}
.services-sec-1.services-sec-12 a.btn.custom-orange-btn2 {
    background: #fff;
    color: #000;
}
@media (max-width: 1148px) {
  .feature-tabs {
    display: flex;
    gap: 18px !important;
    flex-wrap: wrap;
  }
}

@media (max-width: 929px) {
  .section-1 h1.display-4 {
    font-size: 61.83px;
    line-height: 60px;
  }

  .section-1 p {
    font-size: 20px;
    line-height: 26px;
  }

  .slider-overlay {
    width: 100%;
  }

  .remove-br-heading2 {
    display: none;
  }

  .feature-tab-title {
    font-size: 25px;
    line-height: 38px;
  }

  .feature-tabs {
    margin-top: 60px;
  }

  .mob-creq-section {
    display: flex !important;
    justify-content: center !important;
  }
}

@media (max-width: 768px) {
  .section-1 h1.display-4 {
    font-size: 45.83px;
    line-height: 51px;
  }

  .typewriter-text-section1 {
    font-weight: 400;
    font-size: 32px;
  }

  .slider-overlay {
    width: 100%;
    height: 255px !important;
  }

  .slider-overlay {
    padding: 0 0px 0px 80px !important;
    margin: -90px 0 -66px 0 !important;
  }

  .creview-text {
    font-size: 16px !important;
    line-height: 26px !important;
  }

  .client-details-section-author {
    font-size: 16px !important;
    line-height: 150% !important;

  }

  .creview-box::after {
    width: 50px !important;
    height: 36px !important;
  }



.footer-heading {
    font-size: 32px !important;
    line-height: 42px !important;
}
.contact-right button{
  margin-bottom: 16px !important;
}

.footer-heading-para {
    font-size: 24px !important;
    line-height: 38px !important;

}

}

@media (max-width: 534px) {

  .footer-heading {
        font-size: 26px !important;
        line-height: 36px !important;
    }
}
.blog .card-body {
    min-height: 220px;
}
  .blog .blog-desc {
    font-size: 16px !important;
    line-height: 26.4px !important;
  }

  .blog .blog-title {

    font-size: 22px !important;
    line-height: 24.2px !important;
  }

  .creview-section {
    padding-bottom: 12px !important;
  }

  .masterpiece-section .section-label,
  .Philosophical-section-2 .section-label,
  .Choose-section-2 .section-label {
    font-size: 12px !important;
    line-height: 2px !important;
  }
  .custom-orange-btn3:hover {
    border: 1px solid #fff;
}

.masterpiece-section .call-number {
    text-align: left;
}
.masterpiece-section {
    padding: 70px 0;
}
.masterpiece-section .call-number span.small-title {
    color: #ffff;
}

.masterpiece-section .call-number .section-2-number a {
    color: #ffff;
}
.section-2-number a {
    color: #1C1C1C;
    text-decoration: none;
}
.section-3-number a {
    color: #FFA100;
    text-decoration: none;
}
 /* .roadmap-section .section-title {
    font-size: 32px !important;
    line-height: 40px !important;
  }*/

  .custom-orange-btn2,
  .custom-orange-btn3,
  .custom-orange-btn {
    font-size: 14px;
  }
  /*.coffee-img {*/
  /*  max-width: 300px;*/
  /*}*/
  .remove-br-heading {
    display: none;
  }
  .review-badge {
    margin-top: 16px;
  }

  .section-2-cta {
    flex-direction: row !important;
    align-items: center !important;
  }
  .cus-cta-text-box p {
    font-size: 16px !important;
    line-height: 26px !important;
    margin: 0;
  }

.contact-left{
  padding: 14px !important;
}
.contact-right form{
  padding: 0px 14px 14px 14px !important;
}
.sectionlast-number a {
    color: #1C1C1C;
    text-decoration: none;
}
.roadmap-section {
  background-color: #fff1e8;
  font-family: "Jost", sans-serif;
}

.roadmap-section .section-title {
  font-family: "Jost", sans-serif;
  color: #1c1c1c;

  font-weight: 400;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
}

.roadmap-section .section-subtitle {
  color: #555;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.step-icon {
  width: 40px;
  height: auto;
  /* min-height: 65px; */
}

.step-title {
  color: #1c1c1c;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 18.91px;
  line-height: 26px;
  letter-spacing: -1px;
  text-align: center;
  vertical-align: middle;
}

.step-desc {
  color: #3c3c3c;
  font-weight: 400;
  font-size: 16.73px;
  line-height: 23.4px;
  letter-spacing: -0.72px;
  text-align: center;
  vertical-align: middle;
}

.roadmap-quote-btn {
  background-color: #ff6600;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.call-us .icon {
  background-color: #1c1c1c;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-label {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.call-label .dash {
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #000;
  vertical-align: middle;
  margin-right: 5px;
}

.card-text {
  max-width: 256px;
  width: 100%;
}

.card {
  background: transparent !important;
  border: none !important;
}

.step-desc {
  max-width: 256px;
}

.literary-journey-section {
  background-color: #fff;
  font-family: "Jost", sans-serif;
}

.journey-title {
  color: #1c1c1c;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 41.84px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
}

.journey-quote-btn {
  background-color: #ff6600;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.call-us .icon {
  background-color: #1c1c1c;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-label {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.call-label .dash {
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #000;
  vertical-align: middle;
  margin-right: 5px;
}

.platform-logos-section {
  background-color: #fff;
}

.platform-logo {
  max-height: 50px;
  object-fit: contain;
  opacity: 0.8;
  transition: 0.3s ease;
}

.platform-logo:hover {
  opacity: 1;
}

.book-writing-section {
  background-color: #fff3e0;
  font-family: "Jost", sans-serif;
}

.section-heading {
  font-family: "Jost", sans-serif;
    font-size: 42px;
    line-height: 54px;
    color: #1c1c1c;
    font-weight: 400;
}

.section-subheading {
 font-family: "Jost", sans-serif;
    font-size: 42px;
    color: #1c1c1c;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 54px;
}

.section-paragraph {
  font-size: 15px;
  line-height: 1.8;
  color: #3c3c3c;
  margin-bottom: 1rem;
}

.masterpiece-section {
  background-color: #FFA100;
  color: #ddd;
  font-family: "Jost", sans-serif;
}

.masterpiece-section .section-label {
  text-transform: uppercase;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.masterpiece-section .line {
  width: 30px;
  height: 2px;
  background-color: #fff3e0;
  display: inline-block;
  vertical-align: middle;
}

.masterpiece-section .section-title {
  font-family: "Jost", sans-serif;
  color: #f5f5f5;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: 0%;
  text-align: center;
}

.masterpiece-section .section-desc {
  max-width: 931.04px;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
}

.masterpiece-quote-btn {
  background-color: #d6d6d6;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.philosophy-section {
  background-color: #fff3ea;
  font-family: "Jost", sans-serif;
}

.philosophy-section .section-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #444;
  display: flex;
  align-items: center;
}

.philosophy-section .dash {
  width: 30px;
  height: 2px;
  background-color: #1c1c1c;
}

.philosophy-section .section-title {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  color: #1c1c1c;
  font-weight: 400;
}

.philosophy-section .section-subheading {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  color: #1c1c1c;
  font-weight: 400;
}

.philosophy-section .section-desc {
  font-size: 15px;
  color: #3c3c3c;
  line-height: 1.8;
}

.philosophy-section .feature-item {
  font-size: 14px;
  color: #333;
  margin-bottom: 0.75rem;
}

.philosophy-quote-btn {
  background-color: #ff6600;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 30px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

.call-us .icon {
  background-color: #1c1c1c;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-label {
  font-size: 11px;
  color: #666;
  font-weight: 500;
}

.philosophical-section {
  background-color: #fef1dd;
      padding: 70px 0;
}

.philosophical-subheading {
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-left: 3px solid #000;
  padding-left: 10px;
  margin-bottom: 1rem;
}

.Philosophical-section-2 .section-label {
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.Choose-section-2 .section-label {
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.Choose-section-2 .line {
  width: 30px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
}

.Philosophical-section-2 .line {
  width: 35px;
  height: 2px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
}

.philosophical-heading {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0%;
}

.philosophical-paragraph {
  line-height: 1.7;
  color: #333;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1c1c1c;
}

/* Wrapper Row */
.philosophical-features {
  margin-top: 12px;
}

/* List Styles */
.philosophical-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.philosophical-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  margin-bottom: 10px;
}

.philosophical-list .arrow {
  flex-shrink: 0;
  line-height: 26px;
  font-size: 18px;
}

.philosophical-list .text {
  flex: 1;
}

.philosophical-call-icon {
  background-color: #000;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.philosophical-section .btn-warning {
  background-color: #ff6b00;
  border: none;
}

.choose-us-section {
  background-color: #fefaf6;
      padding: 70px 0;
}

.choose-us-subheading {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  border-left: 3px solid #000;
  padding-left: 10px;
  margin-bottom: 1rem;
}

.choose-us-heading {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 0%;
  max-width: 396.81px;
  color: #1c1c1c;
}

.choose-us-description {
  color: #333;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  max-width: 411px;
}

.review-badge {
  max-width: 300px;
  height: auto;
}

.feature-box {
  padding-top: 1.2rem;
}

.feature-box2 {
  border-top: 1px solid #cae2d6;
}

.feature-icon {
  width: 63.7px;
  height: auto;
  margin-bottom: 0.6rem;
}

.feature-box h5 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 44px;
  letter-spacing: 0%;
}

.feature-box p {
  color: #444;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.cta-box {
  background-color: #1c1c1c;
  border-radius: 8px;
}

.cta-link {
  color: #ffa500;
  font-weight: 600;
}

.cus-cta {
  margin-top: 2rem;
}

.cus-cta-text-box {
  background-color: #1c1c1c;
  color: white;
  padding: 30px 24px;
  border-radius: 16px;
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Jost", sans-serif;
  max-width: 379.5px;
}

.cus-cta-text-box p {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
}

.cus-cta-highlight {
  color: #ff6600;
}

.creview-section {
  background-color: #fff4e8;
  font-family: "Jost", sans-serif;
}

.creview-subheading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.creview-line {
  width: 32px;
  height: 2px;
  background-color: #000;
  display: inline-block;
}

.creview-heading {
      font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    font-family: "Georgia", serif;
    text-align: center;
    margin-bottom: 30px;
}

.creview-video-thumb .creview-img {
  border-radius: 16px;
  max-width: 100%;
  height: auto;
}

.creview-play-button {
  background-color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #1773ea;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.creview-play-button:hover {
  transform: scale(1.1);
}

.creview-box {
  background-color: #f9fafc;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  position: relative;

  height: 393px;
  max-width: 589px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
}

.creview-box::after {
  position: absolute;
  content: "";
  width: 78px;
  height: 56px;
  top: -19px;
  right: 11px;
  background: url(../images/svg/comma.webp);
  background-size: cover;
  background-position: center;
  z-index: 1;

}

.creview-stars {
  line-height: 1;
}

.creview-text {
  color: #1c1c1c;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
}

.creview-logo {
  height: 28px;
  width: auto;
}

.creview-quote-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 52px;
  font-weight: bold;
  font-family: serif;
  line-height: 1;
}

.client-details-section {
  border-top: 1px solid #DEE5ED;
  padding-top: 16px;
}

.client-details-section-author {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;

}

.client-details-section-author2 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #666666;
}


.crev-card {
  background: #f9fafc;
  border-radius: 16px;
  min-height: 311px;
  width: 350px !important;
  border-radius: 16px;
}

.testimonial-text {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;

}
.creview-carousel-section {
  padding: 70px 0;
  background-color: #fff4e8;
  font-family: "Jost", sans-serif;
  position: relative;
}

.creview-carousel-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(270deg, #FFF3E0 0%, rgba(255, 243, 224, 0) 100%);
  rotate: 180deg;
  z-index: 999;
}

.creview-carousel-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(270deg, #FFF3E0 0%, rgba(255, 243, 224, 0) 100%);
  z-index: 999;
}


.cre-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 350px;
  min-height: 446px;
  border: 1.5px solid #d9e2ec;
  border-radius: 15px;
  padding: 20px 18px 24px 18px;
  background-color: #f9fbfc;
  font-family: "Inter", sans-serif;
  color: #141414;
}


.cre-card .stars {
  color: #faca15;
  /* bright yellow */
  font-size: 18px;
  margin-bottom: 12px;
}

.cre-card .divider {
  border-top: 1px solid #d9e2ec;
  margin-bottom: 20px;
}

.cre-card .profile {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 14px;
}

.cre-card .profile img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}

.cre-card .profile {
  border-top: 1px solid #DEE5ED;
  padding-top: 12px;
  margin-top: 12px;
}

.stories p {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1C1C1C;
}

.stories h2 {
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 56px;
  letter-spacing: 0%;
  max-width: 396.81px;
  color: #1c1c1c;
}
.blogs-sec {
    padding: 70px 0;
}
.blog {
    padding-top: 40px;
}

.blogs-sec h2 {
    font-size: 42px;
    line-height: 56px;
}
.blog .blog-label {
  background-color: #f0f0f0;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  bottom: -5px;
  left: 15px;
  text-transform: uppercase;
  z-index: 2;
}

.blog .card {
  background-color: #F3F3F3 !important;
}

.blog .card-body {
  min-height: 250px;
}

.blog .card-img-top {
  border-radius: 0;
  height: 220px;
  object-fit: cover;
}


.blog .blog-title {
  color: #111;
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 31.2px;
  letter-spacing: 0%;

  border: 1px solid #DEE2E6;
  padding-top: 12px;
  padding-bottom: 12px;

}

.blog .blog-desc {
  color: #333;
  font-family: "Lato", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32.4px;
  letter-spacing: 0%;

}

.stories p{
   font-family: "Lato", serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #1C1C1C;
}

footer {
  background-color: #1C1C1C;
  color: #fff;
  font-family: "Lato", serif;
}

.footer-heading {
  font-family: "Jost", sans-serif;
font-weight: 400;
font-size: 40px;
line-height: 66px;
letter-spacing: 0%;
}

.footer-heading-para{
  font-family: "Jost", sans-serif;
font-weight: 400;
font-size: 28px;
line-height: 46px;
letter-spacing: 0%;

}

footer .social-btn{
  padding: 10px 30px 10px;
  position: relative;
}

/*footer .social-btn::after{
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border-radius: 50%;
      top: 12px;
    right: 7px;
}*/
.footer-links h4{
 font-family: "Lato", serif;
font-weight: 700;
font-size: 18px;
line-height: 40px;
letter-spacing: 0%;
color: #FFFFFF;
}

.footer-links a{
  font-family: "Lato", serif;
font-weight: 700;
font-size: 16px;
line-height: 30px;
letter-spacing: 0%;
 text-decoration: none;
 color: #fff;
  display: block;
}

.footer-bottom a{
  font-family: "Lato", serif;
font-weight: 700;
font-size: 15px;
line-height: 18px;
letter-spacing: 0%;
  color: #fff;
  margin-left: 1rem;
  text-decoration: none;
}


.footer-links .with-dash:before {
  content: "—";
  margin-right: 0.5rem;
}

.footer-links a:hover {
  text-decoration: underline;
}

.social-btn {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0.4rem 1.2rem;
  color: #fff;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  display: inline-block;
}

.social-btn:hover {
  background-color: #fff;
  color: #111;
}

.footer-divider-vertical {
  border-left: 1px solid #444;
}

.footer-bottom {
  border-top: 1px solid #444;
  font-size: 0.9rem;
  padding-top: 1rem;
}

.footer-bottom p{
font-family: "Lato", serif;
font-weight: 700;
font-size: 15px;
line-height: 18px;
letter-spacing: 0%;

}


.footer-bottom a:first-child {
  margin-left: 0;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.dmca-badge {
  display: inline-block;
  margin-top: 0.5rem;
}

.inner-sub-header-bg {
    background: url("../images/section1.webp");
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.inner-sub-header-bg h1 {
    font-family: "Jost", sans-serif;
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
}
.vision-section {
    background: #FFF3E0;
    padding: 70px 0;
    text-align: center;
}

.vision-section h2 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 39px;
    line-height: 54px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.vision-section  p {
    margin: 0;
}
.overview-section {
    background: #F6F6F6;
    padding: 70px 0;
}
.overview-content h2 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
}

.overview-content p {
    font-size: 16px;
        font-family: "Jost", sans-serif;

}
.overview-section ul {
    list-style-type: none;
        font-family: "Jost", sans-serif;

}
.overview-section ul li {
    padding: 0 0 10px 21px;
    position: relative;
}
.overview-section h3 {
        font-family: "Jost", sans-serif;
        font-weight:600;
}
.overview-section ul li:before {
    content: '';
    background: #ff9e32;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 7px;
}
.meet-the-imprints {
    padding-top: 40px;
    padding-bottom: 30px;
}

.meet-the-imprints h2 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
}
@media (max-width: 768px) {
  .footer-divider-vertical {
    border-left: none;
    margin-top: 2rem;
  }

  .footer-bottom .text-end {
    text-align: left !important;
  }
}


.contact-section {
  padding: 80px 0;
  background-color: #fff;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: auto;
  flex-wrap: wrap;
}

.contact-left {
  flex: 1;
  min-width: 300px;
}



.contact-left p {
  font-size: 18px;
  margin-bottom: 20px;
}

.contact-info {
  font-size: 16px;
}

.phone-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.phone-contact .icon {
  font-size: 30px;
  color: orange;
  background: #222;
  border-radius: 50%;
  padding: 10px;
}

.phone-number {
  font-size: 24px;
  font-weight: bold;
}

.contact-right {
  flex: 1;
  min-width: 300px;
}

.contact-right form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-right textarea {
    height: 150px;
    resize: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
}
.contact-right input,
.contact-right textarea {
  border: none;
  border-bottom: 1px solid #222;
  padding: 16px 0;
  font-size: 16px;
  background: transparent;
}

.contact-right button {
  background: #ff6600;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.last-section-heading {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0%;

}
.dropdown-menu .dropdown-item {
    margin: 0;
}

.inner-sub-header-services .row {
    align-items: center;
}
.lets-connect img {
    width: 100%;
}
button.accordion-button {
    line-height: 1.8;
}
    .custom-ban-form .ban-form {
    padding-bottom: 0 !important;
}
.custom-ban-form  .queryform {
    margin-bottom: 20px;
}
.services-sec-2 .tabcontent {
    padding: 10px !important;
}

.contact-form  input[type="submit"] {
    border: 0;
    background: #FFA100;
    border-radius: 50px;
    color: #fff;
}

.contact-form input {
    border-radius: 0;
}

.contact-form input:focus {
    box-shadow: unset !important;
    border-color: var(--bs-body-color);
}
.custom-navbar .container {
    justify-content: center;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .blog .blog-title {
    font-size: 22px;
    line-height: 24.2px;
  }
  .blog .blog-desc {
    font-size: 14px;
    line-height: 24.4px;
  }
}


@keyframes rotateElement {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.circle {
    animation: rotateElement 100s linear infinite;
    background: 0 0;
    border-radius: 100%;
    height: 750px;
    top: 280px;
    width: 750px;
    margin: 0 auto;
}

.PortfolioTitle,.circle,.sliderCircle,.testSliderContent {
    position: relative
}

.sliderCircle ul {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.sliderCircle ul li {
    left: 50%;
    position: absolute;
    top: -30%;
    transform: translateX(-50%)
}

.circle:after {
    background: #fef1e9;
    border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99
}

.sliderCircle ul li:nth-child(2) {
    left: 68%;
    top: -160px;
    transform: rotate(32deg)
}

.sliderCircle ul li:nth-child(3) {
    left: 6%;
    top: -160px;
    transform: rotate(-32deg)
}

.sliderCircle ul li:nth-child(4) {
    left: -120px;
    top: 15px;
    transform: rotate(-65deg)
}

.sliderCircle ul li:nth-child(5) {
    left: 89%;
    top: 13px;
    transform: rotate(63deg)
}

.sliderCircle ul li:nth-child(6) {
    left: 97%;
    top: 243px;
    transform: rotate(89deg)
}

.sliderCircle ul li:nth-child(7) {
    left: 89%;
    top: 465px;
    transform: rotate(116deg)
}

.sliderCircle ul li:nth-child(8) {
    bottom: -244px;
    left: 36%;
    transform: rotate(149deg)
}

/*.sliderCircle ul li:nth-child(9) {
    transform: rotate(180deg)
}*/

.sliderCircle ul li:nth-child(9) {
    bottom: -236px;
    transform: rotate(180deg);
    left: 37%
}

.sliderCircle ul li:nth-child(10) {
    bottom: -237px;
    left: 39%;
    transform: rotate(210deg)
}

.sliderCircle ul li:nth-child(11) {
    bottom: -223px;
    left: 37%;
    transform: rotate(238deg)
}

.sliderCircle ul li:nth-child(12) {
    bottom: -213px;
    left: 36%;
    transform: rotate(268deg)
}
.sliderCircle ul li img {
    height: 289px;
    object-fit: cover;
    object-position: top;
    width: 199px
}
.sliderCircle {
    position: relative;
    height: 470px;
}
.slider-overlay.text-white.text-center.mobile-btn-slider {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: -115px 0 0 0;
    padding-bottom: 40px;
}
.creview-carousel {
  height: 560px; /* aap yahan apni desired height set kar sakte ho */
}

.creview-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; /* taake slide content full height le */
}
.text-danger1 {
    color: #FFAD31;
}
section.brilliant-section {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10vh 0;
}