/*Main Css */
::selection {
  background: var(--main-color);
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: var(--main-color);
}

[class^="box-"] {
  display: none;
}
[class^="box-"].showfirst {
  display: block;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Jost";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}
*:hover,
*:focus,
* {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}
a:hover {
  color: #e18e25;
}
span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Jost";
  font-weight: 400;
}
::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

/* Padding Classes */
/* Padding Classes */
:root {
  --main-color: #c8a420;
}

.pad-zero {
  padding: 0px;
}
.pad-l-zero {
  padding-left: 0px;
}
.pad-r-zero {
  padding-right: 0px;
}
.pad-b-140 {
  padding-bottom: 140px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-100 {
  padding-bottom: 100px;
}

.w-1200 {
  max-width: 100%;
  width: 1200px;
}
.ovr-hiddn {
  overflow: hidden;
}
.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.overlay {
  display: none;
}
.overlay.active {
  display: block;
}

/* Heading Classes */

.para p {
  font-size: 18px;
  line-height: 23px;
  color: #897c68;
}
.para-sm p {
  font-size: 15px;
  line-height: 23px;
  color: #897c68;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}
.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}
.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #527595;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background: #a3bbbf;
  width: 11px;
  height: 11px;
}

/* ===== Slider pre-init: keep horizontal layout until JS mounts ===== */
.testi-sec .testi-slider:not(.slick-initialized),
.ghost-pricing-slider:not(.slick-initialized),
.foilo-sec .owl-carousel:not(.owl-loaded) {
  display: flex !important;
  flex-wrap: nowrap !important;
  overflow: hidden !important;
  width: 100%;
}

.testi-sec .testi-slider:not(.slick-initialized) {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

.testi-sec .testi-slider:not(.slick-initialized) > li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  width: 33.3333%;
  padding: 8px 10px 24px;
  box-sizing: border-box;
  list-style: none;
}

.ghost-pricing-slider:not(.slick-initialized) > [class*="col-"] {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  width: 33.3333%;
  float: none;
}

.foilo-sec .owl-carousel:not(.owl-loaded) {
  margin: 0;
}

.foilo-sec .owl-carousel:not(.owl-loaded) .item {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
  width: 16.6667%;
  padding: 0 9px;
  box-sizing: border-box;
}

@media (max-width: 1440px) {
  .foilo-sec .owl-carousel:not(.owl-loaded) .item {
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
  }
}

@media (max-width: 1199px) {
  .testi-sec .testi-slider:not(.slick-initialized) > li {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
  }

  .foilo-sec .owl-carousel:not(.owl-loaded) .item {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
  }
}

@media (max-width: 991px) {
  .foilo-sec .owl-carousel:not(.owl-loaded) .item {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
  }
}

/* Mobile-only slick targets — only constrain before init under 767 */
@media (max-width: 767px) {
  .testi-sec .testi-slider:not(.slick-initialized) > li,
  .ghost-pricing-slider:not(.slick-initialized) > [class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }

  .article-serving-offer-slider:not(.slick-initialized),
  .indus-slider:not(.slick-initialized),
  .banner-brands-logos:not(.slick-initialized) {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    width: 100%;
  }

  .article-serving-offer-slider:not(.slick-initialized) > [class*="col-"],
  .indus-slider:not(.slick-initialized) > [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    float: none;
    display: flex;
  }

  .banner-brands-logos:not(.slick-initialized) > li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    list-style: none;
  }

  .foilo-sec .owl-carousel:not(.owl-loaded) .item {
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    padding: 0 6px;
  }
}

/*header css*/
header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
}

.logo {
  display: inline-block;
  max-width: 190px;
  width: 100%;
  line-height: 0;
}
.logo img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.btn-hover:hover span,
ul.portfolio-menu > li.current > a span {
  width: 225%;
  height: 562.5px;
}

/* Hamburger Menu */
.menu-Bar {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1002;
  flex-shrink: 0;
}
.menu-Bar span {
  display: block;
  height: 2px;
  width: 22px;
  background: #fff;
  position: absolute;
  left: 11px;
  transition: 0.3s ease;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 14px;
}
.menu-Bar span:nth-child(2) {
  top: 21px;
}
.menu-Bar span:nth-child(3) {
  top: 28px;
}
.menu-Bar.open span {
  background: #fff;
}
.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 21px;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
}

.menuWrap-top,
.menu-overlay,
.menu-close {
  display: none;
}

/* Prevent mobile CTA from showing on desktop (ul.banner-cta {display:flex} would override otherwise) */
ul.banner-cta.menu-mobile-cta {
  display: none !important;
}

.header-bar {
  display: grid;
  grid-template-columns: minmax(140px, 190px) minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 16px;
  position: relative;
  min-height: 70px;
}

.header-bar .logo {
  grid-column: 1;
  z-index: 2;
  max-width: 180px;
}

.header-bar .menuWrap {
  grid-column: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  overflow: visible;
}

.header-bar .header-cta-desktop {
  grid-column: 3;
  margin: 0 !important;
  justify-content: flex-end;
  flex-wrap: nowrap;
  position: relative;
  z-index: 3;
}

.header-bar .header-cta-desktop li {
  margin: 0;
}

.header-bar .menu-Bar {
  grid-column: 3;
  justify-self: end;
}

.menuWrap-panel {
  width: auto;
  max-width: 100%;
}

.site-header ul.main-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 0;
}

.site-header ul.main-menu > li {
  white-space: nowrap;
}

.site-header ul.main-menu > li > a {
  padding: 0 12px !important;
  font-size: 15px;
}

.site-header ul.banner-cta.header-cta-desktop {
  display: flex !important;
}

.site-header ul.banner-cta.header-cta-desktop li a {
  white-space: nowrap;
  padding: 12px 16px;
  font-size: 14px;
}

/* Menu Css */

/* Drop Down Css */

/* Dropdown CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}

/* Main Banner CSS */

.main-banner {
  position: relative;
  padding: 200px 0 30px 0;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

ul.main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

a:hover {
  text-decoration: none;
}

ul.main-menu li a {
  color: #ffff;
  font-size: 16px;
  padding: 0px 0 0 21px;
}

ul.banner-cta li:nth-child(1) a {
  border-radius: 5px;
  background-color: var(--main-color);
  padding: 16px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
}

ul.banner-cta {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

ul.banner-cta li:nth-child(2) a {
  border-radius: 5px;
  border: 1px solid #fff;
  padding: 15px 20px;
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
}

.main-header {
  padding: 28px 0 0 0;
}

.site-header {
  z-index: 100;
  width: 100%;
}
.main-banner-head h1 {
  color: #ffff;
  font-size: 36px;
  font-weight: 300;
  text-align: center;
}
.main-banner-head h2 {
  text-align: center;
  font-size: 76px;
  font-weight: 500;
  color: var(--main-color);
  padding: 17px 0 20px 0;
}

.main-banner-head h2 span {
  color: #ffff;
}

.main-banner-head p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 0 25px 0;
}

.main-banner-head ul.banner-cta {
  justify-content: center;
}

.main-banner-head ul.banner-cta li:nth-child(1) a {
  margin: 0px 10px 0 0;
}
ul.banner-brands-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 130px 0 0px 0;
}
/**/

/**/

.hm-what-we-sec {
  position: relative;
}
.hm-what-we-sec::before {
  position: absolute;

  content: "";

  background: url("../images/shape-1.webp");

  width: 809px;

  height: 1031px;

  left: 0;

  top: 0;

  opacity: 0.5;
}

.hm-what-we-sec::after {
  position: absolute;

  content: "";

  background: url("../images/shape-2.webp");

  width: 640px;

  height: 408px;

  right: 0;

  top: 0;

  z-index: -1;

  opacity: 0.2;
}
.home-sec2-book {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}

.hm-what-we-sec {
  padding: 70px 0px;
}
.hm-what-we-sec-head span {
  color: #0c1430;
  font-size: 20px;
  font-weight: 400;
}

.hm-what-we-sec-head h3 {
  font-size: 30px;
  line-height: 43px;
  font-weight: 600;
  color: #1e1d1d;
  padding: 15px 0 10px 0;
}

.hm-what-we-sec-head p {
  font-size: 15px;
  line-height: 22px;
  color: #1e1d1d;
  font-weight: 500;
  padding: 0 0 30px 0;
}

ul.btn-cta li:nth-child(1) a {
  border-radius: 5px;
  padding: 15px 23px;
  color: #ffff;
  background-color: var(--main-color);
  margin: 0px 15px 0 0;
  transition: 0.5s;
}

ul.btn-cta li:nth-child(2) a {
  border-radius: 5px;
  background: none;
  padding: 12px 23px;
  color: #000;
  border: 2px solid #d7d6d7;
  transition: 0.5s;
}

ul.btn-cta {
  display: flex;
  align-items: center;
}

.hm-what-we-sec-img {
  position: relative;
}

.hm-what-we-sec-box-dtl {
  position: absolute;
  background-color: var(--main-color);
  right: -90px;
  bottom: 35px;
  width: 258px;
  height: auto;
  padding: 20px 22px;
}

.hm-what-we-sec-box-dtl p {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  padding: 0 0 10px 0;
}

.hm-what-we-sec-box-dtl ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hm-what-we-sec-box-dtl ul li h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
}

.what-we-box-inner {
  background: #fff;
  padding: 30px 25px;
  box-shadow: 0 5px 21px 0 rgb(0 0 0 / 7%);
  min-height: 290px;
  margin: 0 0 30px 0;
  transition: 0.5s;
}

.what-we-box-inner h6 {
  padding: 15px 0 10px 0;
  font-size: 20px;
  color: #021b6d;
  font-weight: 500;
}

.what-we-box-inner p {
  color: #969696;
  font-size: 15px;
  line-height: 22px;
}
.hm-what-we-sec-box-dtl ul li a {
  color: #fff;
  font-size: 40px;
}
.what-we-do-box .row {
  justify-content: center;
}

.what-we-do-box {
  padding: 70px 0 0 0;
}

.what-we-box-inner:hover {
  background: var(--main-color);
  transform: scale(1.04);
}

.what-we-box-inner:hover h6 {
  color: #ffff;
}

.what-we-box-inner:hover p {
  color: #ffff;
}

/**/

/**/

.cta-sec {
  background: url("../images/cta-bag-1.webp");

  height: 346px;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;
}
.cta-sec span {
  color: #fff;
}

.cta-sec h5 {
  color: #ffff;
}

.cta-sec p {
  color: #fff;
  font-weight: 400;
}

.cta-img-1 img {
  max-width: fit-content;
  position: relative;
  top: -40px;
  animation: updown2 3s ease-in-out infinite;
}
.cta-sec .hm-what-we-sec-head {
  padding: 50px 0 0 0;
}

/**/

/**/
.reason-sec-hm {
  padding: 90px 0px;
  position: relative;
}

.reason-book-img {
  text-align: right;
  padding: 20px 0 0 0;
}

.reason-sec-hm::before {
  position: absolute;

  content: "";

  background: url("../images/reason-img-2.webp");

  width: 459px;

  height: 584px;

  top: 0;

  left: -40px;
}
.reason-sec-hm::after {
  position: absolute;

  content: "";

  background: url("../images/reason-img-3.webp");

  width: 459px;

  height: 410px;

  right: 0;

  top: 0;
}
.reason-detail-box {
  padding: 20px 25px;
  background: #f8f0fb;
  margin: 0 0 15px 0;
  border-left: 5px solid var(--main-color);
  transition: 0.5s;
}

.reason-detail-box h6 {
  color: #252525;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 5px 0;
}
.reason-detail-box p {
  color: #252525;
  font-size: 14px;
  line-height: 21px;
}

.reason-detail-box-2 {
  position: relative;
  left: -30px;
}

.reason-detail-box:hover {
  background: var(--main-color);
  border-color: var(--main-color);
}

.reason-detail-box:hover p {
  color: #fff;
}

.reason-detail-box:hover h6 {
  color: #fff;
}
/**/

/**/
.hm-counter-sec {
  background: var(--main-color);
  padding: 35px 0px;
}

.counter-box {
  background: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 20px 0px;
  transition: 0.5s;
}

.counter-box img {
  border-radius: 5px;
  padding: 0 15px 0 0;
  height: 70px;
  width: 100px;
}

.counter-box-detail span {
  color: #000000;
  font-size: 35px;
  font-weight: 500;
}

.counter-box-detail h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 0 0 0;
}

/**/

/**/

/* Shared packages / pricing-box cards (ghost-writing, editing, book-promotion, etc.) */
.pricing-sec {
  position: relative;
  overflow: hidden;
  padding: 90px 0 80px;
  background:
    radial-gradient(ellipse 70% 45% at 10% 0%, rgba(200, 164, 32, 0.1), transparent 55%),
    radial-gradient(ellipse 55% 40% at 90% 100%, rgba(200, 164, 32, 0.07), transparent 50%),
    linear-gradient(180deg, #f7f6f2 0%, #ffffff 45%, #f3f1eb 100%);
}

.pricing-sec h3 {
  color: #121826;
  font-size: clamp(28px, 3.6vw, 38px);
  text-align: center;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 14px;
}

.pricing-sec > .container > p {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #5f6778;
  padding: 0;
  margin: 0 auto 42px;
  max-width: 680px;
}

.pricing-sec .ghost-pricing-slider,
.pricing-sec .pricing-cards-row {
  align-items: stretch;
}

.pricing-sec .ghost-pricing-slider > [class*="col-"],
.pricing-sec .pricing-cards-row > [class*="col-"] {
  display: flex;
  margin-bottom: 24px;
}

/* Equal-height cards inside slick */
.pricing-sec .ghost-pricing-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.pricing-sec .ghost-pricing-slider .slick-slide {
  display: flex !important;
  height: auto !important;
  float: none;
}

.pricing-sec .ghost-pricing-slider .slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
}

.pricing-sec .ghost-pricing-slider .slick-slide [class*="col-"] {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.pricing-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid rgba(18, 24, 38, 0.08);
  border-top: 3px solid var(--main-color);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 24, 38, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

/* Equal reserved header strip on every card so titles/footers align */
.pricing-box::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
  color: transparent;
  background: transparent;
}

.pricing-box.pricing-box-2 {
  z-index: 2;
  border-color: rgba(200, 164, 32, 0.4);
  box-shadow: 0 14px 36px rgba(200, 164, 32, 0.14);
  transform: none;
}

.pricing-box.pricing-box-2::before {
  content: "Most Popular";
  color: #fff;
  background: linear-gradient(90deg, #b3931a 0%, var(--main-color) 50%, #d4b44a 100%);
}

.pricing-box:has(.pricing-featured-badge)::before {
  content: none;
  display: none;
}

.pricing-box-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px 22px 8px;
}

.pricing-box h4 {
  color: #121826;
  font-size: 30px;
}

.pricing-box h6 {
  color: #5f6778;
  font-size: 16px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(18, 24, 38, 0.08);
  margin: 0 0 20px;
}

.pricing-box-inner > span {
  display: block;
  font-size: 26px;
  color: #121826;
  font-weight: 800;
  text-shadow: none;
  line-height: 1.2;
  margin: 0 0 18px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(18, 24, 38, 0.08);
}

ul.pricing-list {
  border: 0;
  background: rgba(247, 246, 242, 0.7);
  border-radius: 10px;
  padding: 14px 14px 6px;
  margin: 0 0 20px;
  height: auto;
  min-height: 0;
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1 1 auto;
  list-style: none;
  scrollbar-width: thin;
  scrollbar-color: rgba(200, 164, 32, 0.55) transparent;
}

ul.pricing-list::-webkit-scrollbar {
  width: 4px;
}

ul.pricing-list::-webkit-scrollbar-track {
  background: transparent;
}

ul.pricing-list::-webkit-scrollbar-thumb {
  background: rgba(200, 164, 32, 0.55);
  border-radius: 20px;
}

ul.pricing-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4a5263;
  font-size: 13.5px;
  line-height: 1.45;
  padding: 0 0 10px;
  position: relative;
}

ul.pricing-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  border-radius: 50%;
  background: rgba(200, 164, 32, 0.14) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23c8a420' d='M6.2 11.2 2.8 7.8l1.1-1.1 2.3 2.3 5-5 1.1 1.1z'/%3E%3C/svg%3E") center / 11px no-repeat;
  border: 1px solid rgba(200, 164, 32, 0.28);
  position: static;
  left: auto;
  top: auto;
  bottom: auto;
}

ul.pricing-list li i {
  display: none;
}

ul.pkg-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  justify-content: space-between;
}

ul.pkg-btn li:nth-child(1) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 12px 18px;
  border-radius: 8px;
  color: #fff;
  background: var(--main-color);
  font-weight: 700;
  font-size: 14px;
  position: relative;
  box-shadow: 0 8px 18px rgba(200, 164, 32, 0.28);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

ul.pkg-btn li:nth-child(1) a:hover {
  background: #b3931a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(200, 164, 32, 0.35);
}

ul.pkg-btn li:nth-child(1) i {
  display: none;
}

ul.pkg-btn li:nth-child(2) a {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  color: #121826;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  transition: color 0.2s ease;
}

ul.pkg-btn li:nth-child(2) a:hover {
  color: var(--main-color);
}

ul.pkg-btn li:nth-child(2) i {
  color: var(--main-color);
  font-size: 13px;
  position: relative;
  left: 4px;
}

ul.pkg-btn strong {
  color: #8a8a8a;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 2px;
}

.btm-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  background: #121826;
  padding: 13px 18px;
  border-radius: 0;
  transition: 0.3s ease;
}

.btm-box a {
  color: #fff;
  font-weight: 600;
  font-size: 12.5px;
}

.btm-box p {
  color: var(--main-color) !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3 !important;
  padding: 0 !important;
  text-align: right !important;
}

ul.pricing-list li a {
  padding: 0;
}

.pricing-box:hover {
  background: #fff;
  transform: translateY(-6px);
  border-color: rgba(200, 164, 32, 0.45);
  box-shadow: 0 18px 40px rgba(18, 24, 38, 0.1);
}

.pricing-box.pricing-box-2:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(200, 164, 32, 0.2);
}

.pricing-box:hover .btm-box {
  background: #121826;
  border-radius: 0;
}

.pricing-box:hover .btm-box a {
  color: #fff;
}

.pricing-box:hover .btm-box p {
  color: var(--main-color) !important;
}

.pricing-box:hover h6,
.pricing-box:hover h4,
.pricing-box:hover .pricing-box-inner > span {
  color: #121826;
}

.pricing-box:hover ul.pkg-btn li:nth-child(1) a {
  border-color: transparent;
  color: #fff;
  background: var(--main-color);
}

.pricing-box:hover ul.pkg-btn li:nth-child(1) i {
  display: none;
}

.pricing-box:hover ul.pkg-btn strong {
  color: #8a8a8a;
}

.pricing-box:hover ul.pkg-btn li:nth-child(2) i {
  color: var(--main-color);
}

.pricing-box:hover ul.pkg-btn li:nth-child(2) a {
  color: #121826;
}

/* Hide awkward slick dots under package grids on desktop */
.pricing-sec .ghost-pricing-slider .slick-dots {
  display: none !important;
}

@media (max-width: 767px) {
  .pricing-sec {
    padding: 70px 0 50px;
  }

  .pricing-sec .ghost-pricing-slider > [class*="col-"] {
    display: flex;
  }

  .pricing-box-inner > span {
    font-size: 24px;
  }

  ul.pricing-list {
    max-height: none;
  }

  ul.pkg-btn {
    flex-direction: column;
    align-items: stretch;
  }

  ul.pkg-btn li:nth-child(1) a {
    width: 100%;
  }

  .pricing-sec .ghost-pricing-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    padding-top: 10px;
  }

  .pricing-sec .ghost-pricing-slider .slick-dots li button:before {
    color: var(--main-color);
    opacity: 0.35;
  }

  .pricing-sec .ghost-pricing-slider .slick-dots li.slick-active button:before {
    color: var(--main-color);
    opacity: 1;
  }
}

.cta-sec-2 {
  background: url(../images/cta-bag-2.webp);
  height: 346px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px 0 0 0;
  transition: 0.5s;
  background-position: center;
}
.cta-sec-2 span {
  color: #fff;
}

.cta-sec-2 h5 {
  color: #ffff;
  font-size: 36px;
}
ul.new-dd-ame-list li a:hover {
  color: var(--main-color) !important;
  transition: none;
}
.cta-sec-2 p {
  color: #ffff;
}

.cta-sec-2-img {
  position: relative;
  top: -125px;
}

.cta-sec ul.btn-cta li:nth-child(2) a {
  color: #fff;
}

.cta-sec-2 ul.btn-cta li:nth-child(2) a {
  color: #fff;
}
/**/

/**/

.hm-process-sec {
  background: url(../images/artwork-bag.webp);
  height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  background-position: center;
}

.hm-process-sec h3 {
  color: #1e1d1d;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.hm-process-sec p {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #1e1d1d;
  padding: 15px 0 100px 0;
}

/**/

/**/

/**/
.testi-sec {
  background: url("../images/testi-bag.webp");

  height: 1096px;

  background-repeat: no-repeat;

  background-size: cover;

  display: flex;

  align-items: center;
}
section.testi-sec .row {
  position: relative;
}

section.testi-sec .row::before {
  position: absolute;
  content: "";
  /* background: #012f6b; */
  width: 80%;
  height: 100%;
}

.test-head {
}

.test-head h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.test-head p {
  color: #fff;
  font-size: 16px;
  padding: 20px 0;
  line-height: 21px;
}

.test-head ul.btn-cta li:nth-child(1) a {
  color: #fff;
  background: var(--main-color);
}

.test-head ul.btn-cta li:nth-child(2) a {
  color: #fff;
}

.test-box-detail {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  padding: 0 0 20px 0;
  position: relative;
  min-height: 360px;
}

.test-box-detail img {
  width: 100%;
  position: relative;
}

.test-box-detail p {
  font-size: 15px;
  line-height: 21px;
  padding: 30px 20px 0;
  min-height: 180px;
}

.test-box-detail h6 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0 0 20px;
}

section.testi-sec .col-md-4 {
  padding: 190px 0 0 20px;
}

.test-box-detail::before {
  position: absolute;

  content: "";

  background: url("../images/coma-2.webp");

  width: 42px;

  height: 42px;

  z-index: 1;

  top: 0;

  margin: auto;

  left: 23px;

  bottom: 88px;
}

.testi-sec .slick-arrow {
  font-size: 0;
  position: absolute;
  right: 1%;
  cursor: pointer;
  z-index: 1;
  padding: 0;
  width: 47px;
  bottom: 10%;
  height: 47px;
  /* border-radius: 100px */
}

.testi-sec .slick-arrow:before {
  content: "\f178";
  font-family: "Font Awesome 5";
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 47px;
  transition: 0.5s;
}

.testi-sec .slick-prev {
  bottom: -30px;
  left: 0;
  background: #72aadb;
  display: none;
}

.testi-sec .slick-prev:before {
  content: "\f177";
}

.testi-sec .slick-next {
  top: 50%;
  right: -6%;
}
section.testi-sec .col-md-8 {
  padding: 130px 0 0 10px;
}
.testi-sec .slick-next {
  top: 442px;
  right: 618px;
  left: 0;
  margin: auto;
  background: #418ddb;
  display: none;
}
section.testi-sec .slick-dots {
  text-align: right;
  position: relative;
  right: 325px;
  bottom: 11px;
}

section.testi-sec .row::after {
  position: absolute;

  content: "";

  background: url("../images/coma-1.webp");

  width: 202px;

  height: 201px;

  top: -120px;

  left: 80px;
}

/**/

/**/
.footer-section {
  position: relative;
  overflow: hidden;
  padding: 72px 0 0;
  color: #121826;
  background:
    radial-gradient(ellipse 50% 45% at 0% 0%, rgba(200, 164, 32, 0.1), transparent 55%),
    radial-gradient(ellipse 45% 40% at 100% 30%, rgba(200, 164, 32, 0.06), transparent 50%),
    linear-gradient(180deg, #f7f6f2 0%, #ffffff 55%, #f3f1eb 100%);
  border-top: 1px solid rgba(18, 24, 38, 0.08);
}

.footer-section .footer-top {
  padding-bottom: 48px;
}

.ft-cont {
  display: block;
  float: none;
  width: 100%;
}

.ft-brand .ft-logo {
  display: inline-block;
  margin: 0 0 22px;
  padding: 0;
}

.ft-brand .ft-logo img,
.ft-cont img {
  padding: 0;
  margin: 0;
  max-width: 220px;
  height: auto;
}

.ft-contact-list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 12px;
}

.ft-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: #3a4252;
  font-size: 14px;
  line-height: 1.45;
}

.ft-contact-list li i {
  flex-shrink: 0;
  width: 18px;
  margin-top: 3px;
  color: var(--main-color);
  font-size: 14px;
  text-align: center;
}

.ft-contact-list li a,
.ft-contact-list li span {
  color: #3a4252;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ft-contact-list li a:hover {
  color: var(--main-color);
}

.ft-brand .trust-icon {
  display: inline-block;
  margin: 8px 0 0;
  padding: 10px 14px;
  background: #121826;
  border: 1px solid #121826;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(18, 24, 38, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ft-brand .trust-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(18, 24, 38, 0.18);
}

.ft-brand .trust-icon img {
  max-width: 120px;
  display: block;
}

.ft-services h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 22px;
  padding: 0 0 10px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #121826;
}

.ft-services h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 2px;
  background: var(--main-color);
  border-radius: 2px;
}

.ft-cont ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ft-cont ul li {
  margin: 0 0 10px;
  padding: 0;
}

.ft-cont ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #4a5263;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.ft-cont ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--main-color);
  border-top: 2px solid var(--main-color);
  transform: rotate(45deg);
  opacity: 0.85;
}

.ft-cont ul li a:hover {
  color: var(--main-color);
  transform: translateX(3px);
}

.ft-cont a {
  color: #4a5263;
}

.footer-bottom {
  background: rgba(255, 255, 255, 0.65);
  border-top: 1px solid rgba(18, 24, 38, 0.08);
}

.ft-brd {
  border-top: 0;
  padding: 22px 0;
  margin: 0;
}

.ft-brd a {
  color: #3a4252;
  margin: 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ft-brd a:hover {
  color: var(--main-color);
}

.ft-bt {
  text-align: left;
}

.ft-brd address {
  margin: 0;
  line-height: 1.5;
  font-size: 13px;
  font-style: normal;
  color: #5f6778;
}

.ft-brd address a {
  color: #121826;
  font-weight: 600;
}

.ft-bt2 {
  float: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.ft-bt2 a {
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: #3a4252;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  font-size: 15px;
  color: #121826;
  background: #fff;
  border: 1px solid rgba(18, 24, 38, 0.1);
  box-shadow: 0 6px 16px rgba(18, 24, 38, 0.05);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.social-icons a:hover {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
  transform: translateY(-2px);
}

a.trust-icon {
  margin: 15px 0 0 0;
}

@media (max-width: 991px) {
  .footer-section {
    padding: 56px 0 0;
  }

  .ft-brand {
    margin-bottom: 32px;
  }

  .ft-bt2 {
    justify-content: center;
  }

  .ft-bt,
  .ft-brd address {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-section .footer-top {
    padding-bottom: 28px;
  }

  .ft-services h3 {
    margin-bottom: 16px;
  }

  .ft-cont ul {
    margin-bottom: 8px;
  }

  .ft-brd {
    padding: 20px 0;
  }

  .ft-bt2 {
    padding-top: 8px;
  }

  .social-icons {
    margin: 14px 0;
  }
}

/**/

/**/

.article-banner {
  background: url("../images/banner/article-writing-banner.webp");
  background-repeat: no-repeat !important;
  height: 793px;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

/* Service pages: two-column banner like homepage */
.article-banner:has(.home-hero-row) {
  height: auto;
  min-height: 780px;
  padding: 190px 0 50px;
}

.article-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(10, 12, 16, 0.82) 0%, rgba(10, 12, 16, 0.68) 55%, rgba(10, 12, 16, 0.52) 100%);
  z-index: 0;
  pointer-events: none;
}

.article-banner .container {
  position: relative;
  z-index: 1;
}

.article-banner .home-hero-row {
  position: relative;
  z-index: 2;
  margin: 0;
}

.article-banner .main-banner-head.home-hero-copy {
  margin: 0 !important;
  text-align: left;
  max-width: 560px;
}

.article-banner .main-banner-head.home-hero-copy h2,
.article-banner .main-banner-head.home-hero-copy h2 span,
.article-banner .main-banner-head.home-hero-copy p {
  text-align: left;
}

.article-banner .main-banner-head.home-hero-copy h2 {
  font-size: clamp(32px, 4.2vw, 50px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  padding: 0 0 18px;
  color: #fff;
}

.article-banner .main-banner-head.home-hero-copy h2 span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.article-banner .main-banner-head.home-hero-copy p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 0 28px;
  max-width: 520px;
}

.article-banner .main-banner-head.home-hero-copy p br {
  display: none;
}

.article-banner .main-banner-head.home-hero-copy ul.banner-cta {
  justify-content: flex-start;
  gap: 12px;
}

.article-banner .main-banner-head p a {
  color: var(--main-color) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.25s ease;
}

.article-banner .main-banner-head p a:hover {
  color: #e0c35a !important;
}

.article-banner:has(.home-hero-row) ul.banner-brands-logos {
  position: relative;
  z-index: 2;
  margin: 42px 0 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.article-banner ul.banner-brands-logos {
  margin: 70px 0 0 0;
}

@media (max-width: 991px) {
  .article-banner:has(.home-hero-row) {
    min-height: 0;
    padding: 140px 0 40px;
  }

  .article-banner .main-banner-head.home-hero-copy {
    max-width: none;
    margin-bottom: 28px !important;
  }

  .article-banner .offset-lg-1 {
    margin-left: 0;
  }

  .article-banner:has(.home-hero-row) ul.banner-brands-logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
  }
}

@media (max-width: 575px) {
  .article-banner .main-banner-head.home-hero-copy h2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .article-banner .main-banner-head.home-hero-copy ul.banner-cta {
    flex-wrap: wrap;
  }
}

/**/

/**/

.article-writing-sec-1 {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 50% at 0% 50%, rgba(200, 164, 32, 0.08), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #f7f6f2 100%);
}

.article-writing-sec-1::before {
  position: absolute;
  content: "";
  background: url("../images/artice-sec2-img-1.webp");
  width: 280px;
  height: 300px;
  right: 40px;
  top: 20px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  z-index: 0;
  opacity: 0.12;
  pointer-events: none;
}

.article-writing-sec-1::after {
  position: absolute;
  content: "";
  background: url("../images/artice-sec2-img-2.webp");
  height: 480px;
  width: 720px;
  left: -120px;
  bottom: -80px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.18;
  z-index: 0;
  pointer-events: none;
}

.article-writing-sec-1 .container {
  position: relative;
  z-index: 1;
}

.article-writing-sec-1 .row {
  align-items: center;
}

.article-writing-sec-1 .hm-what-we-sec-head {
  max-width: none;
  padding-right: 20px;
}

.article-writing-sec-1 .hm-what-we-sec-head h5 {
  color: #121826;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  padding: 0;
}

.article-writing-sec-1 .hm-what-we-sec-head p {
  color: #5f6778;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  padding: 0 0 28px;
  margin: 0;
  max-width: none;
}

.article-writing-sec-1 ul.btn-cta {
  gap: 12px;
  flex-wrap: wrap;
}

.article-writing-sec-1 ul.btn-cta li:nth-child(1) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  padding: 14px 24px;
  margin: 0;
  box-shadow: 0 10px 24px rgba(200, 164, 32, 0.3);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.article-writing-sec-1 ul.btn-cta li:nth-child(2) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #121826;
  font-weight: 700;
  border: 1px solid rgba(18, 24, 38, 0.2);
  border-radius: 6px;
  padding: 13px 24px;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.article-writing-sec-1 .hm-what-we-sec-img {
  position: relative;
  text-align: center;
}

.article-writing-sec-1 .hm-what-we-sec-img::before {
  content: "";
  position: absolute;
  inset: 18px -12px -12px 18px;
  border-radius: 12px;
  background: rgba(200, 164, 32, 0.12);
  z-index: 0;
  transition: transform 0.35s ease;
}

.article-writing-sec-1 .hm-what-we-sec-img img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(18, 24, 38, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.article-writing-sec-1 .hm-what-we-sec-img:hover img {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(18, 24, 38, 0.16);
}

.article-writing-sec-1 .hm-what-we-sec-img:hover::before {
  transform: translate(6px, 6px);
}

@media (max-width: 991px) {
  .article-writing-sec-1 {
    padding: 70px 0;
  }

  .article-writing-sec-1 .hm-what-we-sec-head {
    max-width: none;
    padding-right: 0;
    margin-bottom: 28px;
    text-align: center;
  }

  .article-writing-sec-1 .hm-what-we-sec-head p {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .article-writing-sec-1 ul.btn-cta {
    justify-content: center;
  }

  .article-writing-sec-1 .hm-what-we-sec-img::before {
    inset: 14px -8px -8px 14px;
  }
}

@media (max-width: 575px) {
  .article-writing-sec-1 ul.btn-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .article-writing-sec-1 ul.btn-cta li:nth-child(1) a,
  .article-writing-sec-1 ul.btn-cta li:nth-child(2) a {
    width: 100%;
  }
}

/**/

/**/

section.article-serving-offer {
  position: relative;
  padding: 90px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 45% at 8% 0%, rgba(200, 164, 32, 0.1), transparent 55%),
    radial-gradient(ellipse 55% 40% at 95% 100%, rgba(200, 164, 32, 0.07), transparent 50%),
    linear-gradient(180deg, #f0eef3 0%, #f7f6f2 45%, #ebe9f0 100%);
}

section.article-serving-offer .container {
  position: relative;
  z-index: 1;
}

section.article-serving-offer h3 {
  color: #121826;
  font-size: clamp(26px, 3.4vw, 36px);
  text-align: center;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 auto 14px;
  max-width: 780px;
}

.para-sec-head {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #5f6778;
  padding: 0 0 48px;
  margin: 0 auto;
  max-width: 680px;
}

section.article-serving-offer .para-sec-head {
  font-weight: 400;
  padding-bottom: 48px;
}

section.article-serving-offer .article-serving-offer-slider {
  margin-left: -12px;
  margin-right: -12px;
}

section.article-serving-offer .article-serving-offer-slider > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  margin-bottom: 24px;
}

.article-ser-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 340px;
  margin: 0;
  padding: 32px 28px 28px;
  background: #fff;
  border: 1px solid rgba(18, 24, 38, 0.08);
  border-top: 3px solid var(--main-color);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(18, 24, 38, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.article-ser-box > img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  padding: 12px;
  margin: 0 0 8px;
  background: rgba(200, 164, 32, 0.12);
  border: 1px solid rgba(200, 164, 32, 0.28);
  border-radius: 50%;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.article-ser-box h6 {
  color: #121826;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  padding: 18px 0 12px;
  margin: 0;
}

.article-ser-box p {
  color: #5f6778;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.article-ser-box:hover {
  transform: translateY(-6px);
  background: #fff;
  border-color: rgba(200, 164, 32, 0.45);
  box-shadow: 0 20px 44px rgba(18, 24, 38, 0.12);
}

.article-ser-box:hover > img {
  background: var(--main-color);
  border-color: var(--main-color);
  transform: scale(1.05);
}

.article-ser-box:hover h6 {
  color: #121826;
}

.article-ser-box:hover p {
  color: #5f6778;
}

@media (max-width: 991px) {
  section.article-serving-offer {
    padding: 70px 0 50px;
  }

  .article-ser-box {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  section.article-serving-offer .article-serving-offer-slider.slick-initialized > [class*="col-"] {
    display: block;
  }
}

/**/

/**/

section.industries-sec {
  position: relative;
  padding: 90px 0 70px;
  background:
    radial-gradient(ellipse 70% 45% at 8% 0%, rgba(200, 164, 32, 0.1), transparent 55%),
    radial-gradient(ellipse 55% 40% at 95% 100%, rgba(200, 164, 32, 0.07), transparent 50%),
    linear-gradient(180deg, #f7f6f2 0%, #ffffff 50%, #f3f1eb 100%);
  overflow: hidden;
}

.industries-sec-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.industries-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.industries-eyebrow::before,
.industries-eyebrow::after {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--main-color);
}

.industries-sec-head h3 {
  text-align: center;
  color: #121826;
  font-size: clamp(26px, 3.4vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  padding: 0;
}

.industries-sec-head p {
  text-align: center;
  color: #5f6778;
  font-size: 16px;
  line-height: 1.7;
  padding: 0;
  margin: 0 auto;
  max-width: 620px;
}

.industries-sec .industries-grid {
  margin-left: -12px;
  margin-right: -12px;
}

.industries-sec .industries-grid > [class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.industries-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 280px;
  margin: 0 0 24px;
  padding: 28px 26px;
  background: #fff;
  border: 1px solid rgba(18, 24, 38, 0.08);
  border-top: 3px solid var(--main-color);
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(18, 24, 38, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.industries-box-dtl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 18px;
  margin: 0 0 4px;
  border-bottom: 1px solid rgba(18, 24, 38, 0.08);
}

.industries-box-dtl h6 {
  color: #121826;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding-top: 6px;
}

.industries-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(200, 164, 32, 0.12);
  border: 1px solid rgba(200, 164, 32, 0.28);
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.industries-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

.industries-box p {
  color: #5f6778;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.industries-box:hover {
  transform: translateY(-6px);
  background: #fff;
  border-color: rgba(200, 164, 32, 0.45);
  box-shadow: 0 18px 40px rgba(18, 24, 38, 0.12);
}

.industries-box:hover .industries-box-dtl h6 {
  color: #121826;
}

.industries-box:hover .industries-icon {
  background: var(--main-color);
  border-color: var(--main-color);
  transform: scale(1.05);
}

.industries-box:hover .industries-icon img {
  filter: brightness(0) invert(1);
}

.industries-box:hover p {
  color: #5f6778;
}

@media (max-width: 991px) {
  section.industries-sec {
    padding: 70px 0 50px;
  }

  .industries-sec-head {
    margin-bottom: 36px;
  }

  .industries-box {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .industries-sec .industries-grid > [class*="col-"] {
    display: block;
  }

  .industries-box {
    margin-bottom: 0;
  }
}

.hm-what-we-sec-img {
  text-align: center;
}
section.article-banner .main-banner-head:not(.home-hero-copy) h2 {
  font-size: 50px;
  line-height: 60px;
}

/**/

/**/
.audio-banner {
  background: url("../images/banner/audio-banner.webp");
}

.author-banner {
  background: url("../images/banner/author-web-banner.webp");
}

.blog-banner {
  background: url("../images/banner/blog-banner.webp");
}

.book-cover-banner {
  background: url("../images/banner/book-cover-banner.webp");
}

.book-promotions-banner {
  background: url("../images/banner/book-promotions-banner.webp");
}

.ebook-writing-banner {
  background: url("../images/banner/ebook-writing-banner.webp");
}

.editing-banner {
  background: url("../images/banner/editing-banner.webp");
}

.formating-banner {
  background: url("../images/banner/formating-banner.webp");
}

.ghost-banner {
  background: url("../images/banner/ghost-banner.webp");
}
.proofreading-banner {
  background: url("../images/banner/proofreading-banner.webp");
}

.publishing-banner {
  background: url("../images/banner/publishing-banner.webp");
}

.video-book-banner {
  background: url("../images/banner/video-book-banner.webp");
}

.webdesign-seo-banner {
  background: url("../images/banner/webdesign-seo-banner.webp");
}

.website-content-banner {
  background: url("../images/banner/website-content-banner.webp");
}

/**/

/**/
.about-banner {
  background: url("../images/banner/about-us-banner.webp");
  height: 793px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  position: relative;
}

.about-banner::before,
.testi-banner-new::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgb(10 12 16 / 80%) 0%, rgb(10 12 16 / 60%) 100%);
  z-index: 0;
  pointer-events: none;
}

.about-banner .container,
.testi-banner-new .container {
  position: relative;
  z-index: 1;
}

.about-banner a,
.about-banner .main-banner-head a {
  color: var(--main-color) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.25s ease;
}

.about-banner a:hover,
.about-banner .main-banner-head a:hover {
  color: #e0c35a !important;
}
.about-who-box:hover {
  background: var(--main-color);
  transform: scale(1.05);
}

.main-banner-head.about-head {
    margin-top: 5% !important;
}

.about-who-box:hover h5 {
  color: #fff;
}

.about-who-box:hover p {
  color: #fff;
}
.about-who-we-are {
  padding: 80px 0px;
  background: #fcfbff;
  position: relative;
  z-index: 1;
}

.about-who-head h4 {
  color: #1e1d1d;
  font-size: 52px;
  font-weight: 600;
  padding: 0 0 20px 0;
}

.about-who-head p {
  font-size: 16px;
  line-height: 24px;
  color: #1e1d1d;
  font-weight: 500;
}

.about-who-box {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 43px 0px rgba(18, 18, 18, 0.08);
  padding: 30px 25px;
  margin: 0 0 18px 0;
  transition: 0.5s;
}

.about-who-box h5 {
  padding: 0 0 15px 0;
}

.about-who-box h5 {
  color: #1e1d1d;
  font-size: 25px;
  font-weight: 500;
}

.about-who-box p {
  color: #1e1d1d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

a.get-started {
  width: 100%;
  background: var(--main-color);
  color: #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  font-size: 17px;
  transition: 0.5s;
}

.about-who-we-are::before {
  position: absolute;

  background: url("../images/about-us-img-2.webp");

  content: "";

  width: 484px;

  height: 414px;

  top: 0;

  left: 0;
}

.about-who-we-are::after {
  position: absolute;

  background: url("../images/about-us-img-3.webp");

  content: "";

  width: 368px;

  height: 448px;

  right: 0;

  top: 0;

  bottom: 0;

  margin: auto;
}

/**/

/**/
.about-what-we-do {
  background: url("../images/banner/what-we-do-banner-about.webp");

  background-repeat: no-repeat;

  background-size: cover;

  padding: 90px 0px 40px 0;
}
.what-we-do-box-about {
  background: #fff;
  padding: 44px 13px;
  margin: 0 0 30px 0;
  transition: 0.5s;
}

.what-we-do-box-about h6 {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  padding: 10px 0 15px 0;
}

.what-we-do-box-about p {
  color: #000000;
  font-size: 15px;
  line-height: 20px;
}

.about-what-we-do-head span {
}

.about-what-we-do-head span {
  color: #ffff;
  font-size: 20px;
  font-weight: 300;
}
.about-what-we-do-head h6 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  padding: 20px 0 30px 0;
}

.about-what-we-do-head p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  padding: 0 0 40px 0;
}
.what-we-do-box-about-2 {
  margin: 70px 0 0px 0;
}

/**/

/**/

.contact-banner {
  background: url("../images/banner/contact-banner.webp");
  background-size: cover;
  background-position: center;
}

.contact-page-section {
  position: relative;
  overflow: hidden;
  padding: 90px 0 100px;
  background:
    radial-gradient(ellipse 55% 50% at 90% 20%, rgba(200, 164, 32, 0.1), transparent 55%),
    radial-gradient(ellipse 45% 40% at 8% 85%, rgba(200, 164, 32, 0.07), transparent 50%),
    linear-gradient(180deg, #f7f6f2 0%, #ffffff 48%, #f3f1eb 100%);
}

.contact-page-section .pattern-layer-three,
.contact-page-section .pattern-layer-one,
.contact-page-section .pattern-layer-two {
  display: none;
}

.contact-page-section .info-column {
  position: relative;
  margin-bottom: 30px;
  display: flex;
}

.contact-page-section .info-column .inner-column {
  position: relative;
  width: 100%;
  padding: 10px 20px 10px 0;
}

.contact-page-section .info-column .title {
  position: relative;
  display: inline-block;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.contact-page-section .info-column h2 {
  position: relative;
  color: #121826;
  font-weight: 800;
  line-height: 1.2;
  font-size: clamp(28px, 3.4vw, 40px);
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.contact-page-section .info-column .contact-lead,
.contact-page-section .info-column .text {
  position: relative;
  color: #5f6778;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 460px;
}

.contact-page-section .info-column ul.contact-details {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.contact-page-section .info-column ul.contact-details li {
  position: relative;
  margin: 0;
  padding: 16px 18px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(18, 24, 38, 0.08);
  box-shadow: 0 8px 22px rgba(18, 24, 38, 0.04);
  color: #121826;
  font-size: 16px;
  line-height: 1.45;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.contact-page-section .info-column ul.contact-details li:hover {
  border-color: rgba(200, 164, 32, 0.35);
  box-shadow: 0 12px 28px rgba(18, 24, 38, 0.07);
  transform: translateY(-2px);
}

.contact-page-section .info-column ul.contact-details li span {
  position: relative;
  display: block;
  color: var(--main-color);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.contact-page-section .info-column ul.contact-details li a,
.contact-page-section .info-column ul.contact-details li strong {
  color: #121826;
  font-weight: 600;
  text-decoration: none;
  word-break: break-word;
}

.contact-page-section .info-column ul.contact-details li a:hover {
  color: var(--main-color);
}

.contact-page-section .form-column {
  position: relative;
  margin-bottom: 30px;
  display: flex;
}

.contact-page-section .form-column .inner-column {
  position: relative;
  width: 100%;
  padding: 42px 36px 36px;
  background: #fff;
  border: 1px solid rgba(18, 24, 38, 0.08);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(18, 24, 38, 0.07);
  overflow: hidden;
}

.contact-page-section .form-column .circle-layer {
  position: absolute;
  right: -120px;
  top: -120px;
  width: 280px;
  height: 280px;
  z-index: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 164, 32, 0.14) 0%, transparent 70%);
  pointer-events: none;
}

.contact-page-section .form-column h2,
.contact-page-section .form-column .text,
.contact-page-section .form-column .contact-form {
  position: relative;
  z-index: 1;
}

.contact-page-section .form-column h2 {
  color: #121826;
  font-size: clamp(26px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 0 0 8px;
  line-height: 1.2;
}

.contact-page-section .form-column h2::before {
  content: none;
  display: none;
}

.contact-page-section .form-column .text {
  color: #5f6778;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
  margin: 0 0 28px;
}

.contact-form .form-group {
  margin-bottom: 16px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="number"],
.contact-form .form-group select,
.contact-form .form-group .contact_input {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.4;
  padding: 14px 18px;
  color: #121826;
  height: 54px;
  font-size: 15px;
  border-radius: 10px;
  background: #f7f6f2;
  border: 1px solid rgba(18, 24, 38, 0.1);
  box-shadow: none;
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.5;
  padding: 14px 18px;
  color: #121826;
  min-height: 120px;
  height: 120px;
  background: #f7f6f2;
  resize: vertical;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid rgba(18, 24, 38, 0.1);
  outline: none;
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
  color: #8a92a3;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group .contact_input:focus {
  background: #fff;
  border-color: rgba(200, 164, 32, 0.55);
  box-shadow: 0 0 0 4px rgba(200, 164, 32, 0.12);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.contact-form .theme-btn {
  cursor: pointer;
  margin-top: 4px;
  text-transform: uppercase;
  border: 0;
}

.contact-form .form-group-submit {
  margin-bottom: 0;
  margin-top: 8px;
}

.btn-style-five {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: 16px 32px;
  font-weight: 700;
  letter-spacing: 0.06em;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: var(--main-color);
  box-shadow: 0 10px 24px rgba(200, 164, 32, 0.28);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.btn-style-five:hover {
  background: #b3931a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(200, 164, 32, 0.35);
}

section.contact-page-section .info-column h2 br {
  display: block;
}

@media (max-width: 991px) {
  .contact-page-section {
    padding: 70px 0 80px;
  }

  .contact-page-section .info-column .inner-column {
    padding: 0 0 10px;
  }

  .contact-page-section .form-column .inner-column {
    padding: 32px 24px;
  }
}

@media (max-width: 767px) {
  .contact-page-section .form-column .inner-column {
    padding: 28px 18px;
  }

  .btn-style-five {
    width: 100%;
  }
}

/**/

/**/

/**/

/**/

.testi-banner-new {
  background: url("../images/banner/testimonials-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
  height: 793px;
}
section.testi-banner-new .main-banner-head {
    margin-top: 0 !important;
}

/* Testimonials page — enhanced reviews grid */
.testi-banner-new .main-banner-head p a {
  color: var(--main-color) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.testi-banner-new .main-banner-head p a:hover {
  color: #e0c35a !important;
}

.testi-page-reviews {
  position: relative;
  padding: 100px 0 90px;
  background:
    radial-gradient(ellipse 70% 45% at 8% 0%, rgba(200, 164, 32, 0.1), transparent 55%),
    radial-gradient(ellipse 55% 40% at 95% 100%, rgba(200, 164, 32, 0.07), transparent 50%),
    linear-gradient(180deg, #f7f6f2 0%, #ffffff 45%, #f3f1eb 100%);
  overflow: hidden;
}

.testi-page-reviews::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/testi-sec-2-bag.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.04;
  pointer-events: none;
}

.testi-page-reviews .container {
  position: relative;
  z-index: 1;
}

.testi-page-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 55px;
}

.testi-page-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.testi-page-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--main-color);
}

.testi-page-head h3 {
  color: #1a1d24;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 14px;
}

.testi-page-head p {
  color: #5c6370;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.testi-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testi-page-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 36px 30px 28px;
  background: #fff;
  border: 1px solid rgba(26, 29, 36, 0.08);
  border-radius: 4px;
  border-top: 3px solid var(--main-color);
  box-shadow: 0 8px 28px rgba(26, 29, 36, 0.06);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
}

.testi-page-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 164, 32, 0.45);
  box-shadow: 0 18px 40px rgba(26, 29, 36, 0.12);
}

.testi-page-quote {
  position: absolute;
  top: 8px;
  right: 22px;
  font-size: 90px;
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  color: rgba(200, 164, 32, 0.22);
  pointer-events: none;
  user-select: none;
}

.testi-page-stars {
  color: var(--main-color);
  font-size: 15px;
  letter-spacing: 3px;
  margin-bottom: 14px;
  line-height: 1;
}

.testi-page-card h4 {
  color: #1a1d24;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 14px;
  padding-right: 30px;
}

.testi-page-card p {
  color: #5c6370;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 28px;
  flex: 1;
}

.testi-page-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(26, 29, 36, 0.1);
}

.testi-page-author strong {
  color: #1a1d24;
  font-size: 16px;
  font-weight: 600;
}

.testi-page-author span {
  color: var(--main-color);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.testi-page-cta {
  text-align: center;
  margin-top: 70px;
  padding: 48px 32px;
  background: #fff;
  border: 1px solid rgba(26, 29, 36, 0.08);
  border-radius: 4px;
  box-shadow: 0 8px 28px rgba(26, 29, 36, 0.05);
}

.testi-page-cta h4 {
  color: #1a1d24;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px;
}

.testi-page-cta > p {
  color: #5c6370;
  font-size: 16px;
  margin: 0 0 28px;
}

.testi-page-cta ul.banner-cta {
  justify-content: center;
  margin: 0;
}

.testi-page-cta ul.banner-cta li:nth-child(1) a {
  margin-right: 12px;
}

.testi-page-cta ul.banner-cta li:nth-child(2) a {
  border-color: #1a1d24;
  color: #1a1d24;
}

.testi-page-cta ul.banner-cta li:nth-child(2) a:hover {
  background: #1a1d24;
  color: #fff;
}

@media (max-width: 991px) {
  .testi-page-reviews {
    padding: 70px 0 60px;
  }

  .testi-page-head h3 {
    font-size: 32px;
  }

  .testi-page-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 575px) {
  .testi-page-grid {
    grid-template-columns: 1fr;
  }

  .testi-page-card {
    padding: 28px 22px 24px;
  }

  .testi-page-head h3 {
    font-size: 28px;
  }

  .testi-page-cta {
    margin-top: 48px;
    padding: 36px 20px;
  }

  .testi-page-cta h4 {
    font-size: 24px;
  }

  .testi-page-cta ul.banner-cta {
    flex-direction: column;
    gap: 12px;
  }

  .testi-page-cta ul.banner-cta li:nth-child(1) a {
    margin-right: 0;
  }
}

/**/

/**/

ul.main-menu li a i {
  position: relative;
  top: -4px;
}
ul.btn-cta li:nth-child(1) a:hover {
  background: #fff;
  color: #000;
}

ul.btn-cta li:nth-child(2) a:hover {
  background: #d7d6d7;
  color: #fff;
}

section.testi-sec ul.btn-cta li:nth-child(1) a:hover {
  color: #fff;
}
ul.banner-cta li:nth-child(1) a:hover {
  background: #000;
  color: #fff;
}

ul.banner-cta li:nth-child(2) a:hover {
  background: #fff;
  color: #000;
}
/* .btn-style-five:hover handled in contact-page-section block */
a.get-started:hover {
  background: #000;
}
/**/

/**/

@keyframes updown2 {
  0%,
  100% {
    transform: translate(0, 0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  50% {
    transform: translate(0, 10px);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
}

.blinking {
  animation: blinkingText 1.2s infinite;
}
/* footer social / trust styles live in .footer-section block */
@keyframes blinkingText {
  0% {
    color: #000;
  }
  49% {
    color: #fff;
  }
  60% {
    color: #000;
  }
  99% {
    color: #ffff;
  }
  100% {
    color: #fff;
  }
}
.what-we-do-box-about:hover {
  background: var(--main-color);
}

.what-we-do-box-about:hover h6,
.what-we-do-box-about:hover p {
  color: #fff;
}

.article-writing-sec-1 ul.btn-cta li:nth-child(2) a:hover {
  background: #121826;
  border-color: #121826;
  color: #fff;
  transform: translateY(-2px);
}

.cta-sec ul.btn-cta li:nth-child(2) a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.foilo-sec h3 {
  color: #1e1d1d;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

.foilo-sec p {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #1e1d1d;
  padding: 15px 0 50px 0;
}

.foilo-sec {
  padding: 60px 0px 80px;
}

.folio-main-box-2 {
  padding: 30px 0 0 0;
}

.cta-sec-2:hover {
  filter: sepia(1);
}

.foilo-sec {
  background: url("../images/folio-sec-bag.webp");
}

.portfolio_box {
  position: relative;
  margin-bottom: 20px;
  border-radius: 0;
}
.portfolio_box a {
  transition-duration: 0.5s;
  overflow: hidden;

  display: block;
}
.portfolio_box a:hover:before {
  content: "";
  position: absolute;
  background-color: rgba(21, 21, 21, 0.84);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  border-radius: 12px;
}
.portfolio_box a:hover:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  height: 52px;
  width: 52px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  z-index: 99;
  background: var(--main-color);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(200, 164, 32, 0.35);
}
.portfolio_box a:hover img {
  transform: scale(1.1);
}
.portfolio_box img {
  object-fit: fill;
  transition-duration: 0.9s;
}
/**/

/* contact detail links styled in contact-page-section block */

.pricing-sec-editing .pricing-box span {
  font-size: 21px;
  margin: 13px 0 13px 0;
}

.terms_conditions {
  padding: 30px 0;
}

.terms_conditions h2 {
  position: relative;
  color: #06142d;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 36px;
  margin-top: 20px;
  margin-bottom: 22px;
}
.ghost-pricing-slider .col-md-4 {
  max-width: 100%;
}
.ghost-pricing {
  padding-bottom: 90px;
}

/* Material / DESCRIPTION packages cards */
.pricing-sec.pricing-sec-editing {
  position: relative;
  overflow: hidden;
  padding: 90px 0 80px;
  background:
    radial-gradient(ellipse 70% 45% at 10% 0%, rgba(200, 164, 32, 0.1), transparent 55%),
    radial-gradient(ellipse 55% 40% at 90% 100%, rgba(200, 164, 32, 0.07), transparent 50%),
    linear-gradient(180deg, #f7f6f2 0%, #ffffff 45%, #f3f1eb 100%);
}

.pricing-sec.pricing-sec-editing h3 {
  color: #121826;
  font-size: clamp(28px, 3.6vw, 38px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 14px;
}

.pricing-sec.pricing-sec-editing > .container > p {
  color: #5f6778;
  font-size: 16px;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto 42px;
  padding: 0;
}

.price-material {
  position: relative;
  background:
    linear-gradient(145deg, #161c2c 0%, #1e2740 55%, #121826 100%);
  padding: 28px 26px 30px;
  border-radius: 12px;
  margin: 0 0 30px;
  border: 1px solid rgba(200, 164, 32, 0.22);
  border-top: 3px solid var(--main-color);
  box-shadow: 0 18px 44px rgba(10, 14, 24, 0.22);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
}

.price-material::before {
  content: "";
  position: absolute;
  top: -40%;
  right: -20%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200, 164, 32, 0.16) 0%, transparent 70%);
  pointer-events: none;
}

.prc-img {
  position: relative;
  z-index: 1;
}

.prc-img img {
  width: 100%;
  border-radius: 10px;
  display: block;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  transition: transform 0.35s ease;
}

.prc-text {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 1;
}

.prc-text h2 {
  font-size: 22px;
  font-weight: 700;
}

.prc-text h3 {
  font-size: 20px;
  color: #fff;
  padding: 10px 0 0;
}

.prc-text .hd-btn {
  margin-top: 0;
  padding: 0;
}

.hd-btn {
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
}

.price-material .hd-btn .chat-btn,
.hd-btn .chat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  margin-right: 0;
  border-radius: 6px;
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(200, 164, 32, 0.35);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.prc-mt {
  color: #fff;
  padding: 22px 0 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 22px;
}

.prc-mt h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--main-color);
  padding: 0 0 14px;
  margin: 0;
}

.prc-mt ul {
  height: auto;
  max-height: 140px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}

.prc-mt ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.55;
  padding: 0 0 10px;
}

.prc-mt ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--main-color);
  font-size: 12px;
  line-height: 1.55;
  flex-shrink: 0;
}
section.main-banner .row {
  position: relative;
  z-index: 1;
}

section.reason-sec-hm ul.btn-cta li:nth-child(1) a:hover {
  background: #000;
  color: #fff;
}

section.reason-sec-hm ul.btn-cta li:nth-child(2) a:hover {
  background: #000;
  border-color: #000;
}

.price-material:hover {
  background:
    linear-gradient(145deg, #1a2236 0%, #24304d 55%, #161c2c 100%);
  transform: translateY(-6px);
  border-color: rgba(200, 164, 32, 0.45);
  box-shadow: 0 24px 50px rgba(10, 14, 24, 0.3);
}

.price-material:hover .prc-img img {
  transform: scale(1.02);
}

.price-material .hd-btn .chat-btn:hover,
.hd-btn .chat-btn:hover {
  background: #b3931a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(200, 164, 32, 0.4);
}

@media (max-width: 767px) {
  .pricing-sec.pricing-sec-editing {
    padding: 70px 0 50px;
  }

  .prc-text {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .price-material .hd-btn .chat-btn,
  .hd-btn .chat-btn {
    width: 100%;
  }

  .prc-mt ul {
    max-height: none;
  }
}

.main-banner-head {
  margin-top: 130px;
}
section.main-banner .main-banner-head {
  margin: 0;
  margin-bottom: -6%;
}
section.article-writing-sec-1 ul.btn-cta li:nth-child(1) a:hover {
  background: #b3931a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(200, 164, 32, 0.4);
}
.test-head ul.btn-cta li:nth-child(1) a:hover {
  background: #000;
}

.test-head ul.btn-cta li:nth-child(2) a:hover {
  color: #000;
}
/* legacy pricing bullet override removed — checkmarks handled above */
img.contact-img {
  display: none;
}

.contact-banner h3 {
  font-size: 76px !important;
}
section.hm-what-we-sec ul.btn-cta li:nth-child(1) a:hover {
  background: #000;
  color: #fff;
}

.hm-what-we-sec-head ul.btn-cta li:nth-child(2) a:hover {
  background: #172964;
}

.terms_conditions p {
  font-size: 16px;
  line-height: 28px;
}

.terms_conditions ul {
  list-style: disc;
  margin: 20px 0 0 16px;
}

.terms_conditions ul li {
  padding: 0 0 20px 0;
  line-height: 29px;
}

section.main-banner::before {
  content: "";
  background-color: rgb(3 25 96 / 70%);
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
.ft-cont-2 h3 {
  /* legacy — services heading now uses .ft-services h3 */
  border-bottom: 0;
}
a.dropdown-head-aa {
  margin: 0;
  position: relative;
  top: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

a.dropdown-head-aa i {
  font-size: 12px;
  line-height: 1;
  position: relative;
  top: -1px;
  transition: transform 0.25s ease;
}

.dropdown-head {
  position: relative;
}

/* Desktop Services mega menu */
@media (min-width: 992px) {
  .site-header .dropdown-head {
    position: relative;
    padding-bottom: 0;
  }

  .site-header .dropdown-head > .dropdown-head-aa {
    position: relative;
    z-index: 2;
  }

  .site-header .new-dd-ame {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 760px;
    max-width: min(760px, 92vw);
    min-height: 0;
    margin: 0;
    padding: 18px 0 0; /* invisible hover bridge — kills the gap drop */
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(6px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    z-index: 200;
  }

  .site-header .dropdown-head:hover > .dropdown-head-aa,
  .site-header .dropdown-head:focus-within > .dropdown-head-aa {
    color: var(--main-color);
  }

  .site-header .dropdown-head:hover > .dropdown-head-aa i,
  .site-header .dropdown-head:focus-within > .dropdown-head-aa i {
    transform: rotate(180deg);
    color: var(--main-color);
  }

  .site-header .dropdown-head:hover .new-dd-ame,
  .site-header .dropdown-head:focus-within .new-dd-ame {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }

  .site-header .new-dd-ame .row {
    margin: 0;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(18, 24, 38, 0.08);
    box-shadow: 0 18px 48px rgba(10, 14, 24, 0.2);
    padding: 22px 18px;
    position: relative;
  }

  .site-header .new-dd-ame .row::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    border-left: 1px solid rgba(18, 24, 38, 0.08);
    border-top: 1px solid rgba(18, 24, 38, 0.08);
    transform: translateX(-50%) rotate(45deg);
  }

  .site-header .new-dd-ame .col-md-4 {
    padding: 0 10px;
  }

  .site-header .new-dd-ame .col-md-4 + .col-md-4 {
    border-left: 1px solid rgba(18, 24, 38, 0.08);
  }

  .site-header ul.new-dd-ame-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .site-header ul.new-dd-ame-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 4px;
    padding: 8px 10px;
    border-radius: 8px;
    transition: background 0.2s ease;
  }

  .site-header ul.new-dd-ame-list li:last-child,
  .site-header ul.new-dd-ame-list li.last {
    margin-bottom: 0;
  }

  .site-header ul.new-dd-ame-list li:hover {
    background: rgba(200, 164, 32, 0.1);
  }

  .site-header ul.new-dd-ame-list li img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }

  .site-header .new-dd-ame li a,
  .site-header ul.new-dd-ame-list li a {
    flex: 1;
    color: #1a2336 !important;
    font-size: 14px !important;
    font-weight: 500;
    line-height: 1.3;
    padding: 0 !important;
    text-transform: none;
    letter-spacing: 0;
    transition: color 0.2s ease;
  }

  .site-header ul.new-dd-ame-list li:hover img {
    transform: scale(1.08);
  }

  .site-header .new-dd-ame li a:hover,
  .site-header ul.new-dd-ame-list li a:hover,
  .site-header ul.new-dd-ame-list li:hover a {
    color: var(--main-color) !important;
  }
}

.main-banner-head {
    margin-bottom: -4% !important;
    margin-top: 13% !important;
}

section.article-banner.contact-banner .banner-brands-logos {
    margin-top: 1% !IMPORTANT;
}
.main-banner .main-banner-head {
    margin-bottom: -5% !important;
    margin-top: 5% !important;
}

	
/* ===== Home hero: text left + form right ===== */
.main-banner.home-hero {
  background:
  linear-gradient(105deg, rgb(8 12 20 / 90%) 0%, rgb(8 12 20 / 80%) 48%, rgba(8, 12, 20, 0.45) 100%), url(../images/banner/home-hero-banner.webp) center center / cover no-repeat;
  height: auto;
  min-height: 780px;
  padding: 190px 0 50px;
  display: flex;
  align-items: center;
}

.main-banner.home-hero::before {
  display: none;
}

.main-banner.home-hero .home-hero-row {
  position: relative;
  z-index: 2;
  margin: 0;
}

.main-banner.home-hero .main-banner-head,
.main-banner.home-hero .main-banner-head.home-hero-copy {
  margin: 0 !important;
  text-align: left;
  max-width: 560px;
}

.main-banner.home-hero .main-banner-head h1,
.main-banner.home-hero .main-banner-head h2,
.main-banner.home-hero .main-banner-head p {
  text-align: left;
}

.main-banner.home-hero .main-banner-head h1 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--main-color);
  line-height: 1.4;
  margin: 0 0 12px;
}

.main-banner.home-hero .main-banner-head h2 {
  font-size: clamp(34px, 4.6vw, 56px);
  font-weight: 800;
  line-height: 1.12;
  padding: 0 0 18px;
  letter-spacing: -0.02em;
}

.main-banner.home-hero .main-banner-head h2 span {
  color: var(--main-color);
}

.main-banner.home-hero .main-banner-head p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 0 28px;
  max-width: 520px;
}

.main-banner.home-hero .main-banner-head ul.banner-cta {
  justify-content: flex-start;
  gap: 12px;
}

.main-banner.home-hero .banner-brands-logos {
  position: relative;
  z-index: 2;
  margin: 42px 0 0;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.home-hero-form {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 18px;
  padding: 28px 26px 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.home-hero-form-head {
  margin-bottom: 18px;
}

.home-hero-form-head span {
  display: inline-block;
  color: var(--main-color);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.home-hero-form-head h3 {
  font-size: 24px;
  font-weight: 800;
  color: #121826;
  line-height: 1.25;
  margin: 0 0 8px;
}

.home-hero-form-head p {
  font-size: 14px;
  color: #5f6778;
  line-height: 1.5;
  margin: 0;
}

.home-hero-form .form-field {
  margin-bottom: 10px;
}

.home-hero-form input,
.home-hero-form textarea {
  width: 100%;
  border: 1px solid #d7dbe3;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  color: #222;
  background: #fff;
  outline: none;
  transition: border-color 0.2s ease;
}

.home-hero-form input:focus,
.home-hero-form textarea:focus {
  border-color: var(--main-color);
}

.home-hero-form textarea {
  min-height: 90px;
  resize: none;
}

.home-hero-form .home-hero-submit {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: var(--main-color);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 14px 18px;
  margin-top: 4px;
  cursor: pointer;
  transition: 0.25s ease;
}

.home-hero-form .home-hero-submit:hover {
  background: #a3861a;
}

.home-hero-form .form-loader,
.home-hero-form .form-message {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 991px) {
  .main-banner.home-hero {
    min-height: 0;
    padding: 140px 0 40px;
    background:
      linear-gradient(180deg, rgba(8, 12, 20, 0.88) 0%, rgba(8, 12, 20, 0.75) 100%),
      url("../images/banner/home-hero-banner.webp") center center / cover no-repeat;
  }

  .main-banner.home-hero .home-hero-copy {
    max-width: none;
    margin-bottom: 28px !important;
  }

  .main-banner.home-hero .offset-lg-1 {
    margin-left: 0;
  }

  .main-banner.home-hero .banner-brands-logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
  }
}

@media (max-width: 575px) {
  .main-banner.home-hero .main-banner-head h2 {
    font-size: 38px;
  }

  .home-hero-form {
    padding: 22px 18px 20px;
  }

  .main-banner.home-hero ul.banner-cta {
    flex-wrap: wrap;
  }
}

/* ===== Enhanced What We Do section ===== */
.hm-what-we-sec {
  padding: 100px 0 90px;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 164, 32, 0.12), transparent 42%),
    radial-gradient(circle at 88% 10%, rgba(12, 32, 72, 0.06), transparent 36%),
    linear-gradient(180deg, #fbfaf6 0%, #ffffff 48%, #f7f8fb 100%);
  overflow: hidden;
}

.hm-what-we-sec .hm-what-intro {
  position: relative;
  z-index: 2;
  margin-bottom: 18px;
}

.hm-what-we-sec .hm-what-we-sec-head span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hm-what-we-sec .hm-what-we-sec-head span::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--main-color);
  display: inline-block;
}

.hm-what-we-sec .hm-what-we-sec-head h3 {
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.15;
  font-weight: 800;
  color: #121826;
  padding: 14px 0 16px;
  letter-spacing: -0.02em;
}

.hm-what-we-sec .hm-what-we-sec-head h3 em {
  font-style: normal;
  color: var(--main-color);
}

.hm-what-we-sec .hm-what-we-sec-head > p {
  font-size: 16px;
  line-height: 1.7;
  color: #3d4555;
  font-weight: 450;
  padding: 0 0 18px;
  max-width: 560px;
}

.hm-what-we-sec .hm-what-support {
  font-size: 15px !important;
  color: #5a6272 !important;
  padding-bottom: 26px !important;
}

.hm-what-we-sec .service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.hm-what-we-sec .service-pills a {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(200, 164, 32, 0.12);
  color: #1a2336;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(200, 164, 32, 0.28);
  transition: 0.25s ease;
}

.hm-what-we-sec .service-pills a:hover {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
  transform: translateY(-1px);
}

.hm-what-we-sec ul.btn-cta {
  gap: 12px;
}

.hm-what-we-sec ul.btn-cta li:nth-child(1) a {
  box-shadow: 0 10px 24px rgba(200, 164, 32, 0.28);
}

.hm-what-we-sec ul.btn-cta li:nth-child(2) a {
  border-color: rgba(18, 24, 38, 0.16);
  background: #fff;
}

.hm-what-we-sec .hm-what-we-sec-img {
  position: relative;
  padding: 10px 10px 0 30px;
}

.hm-what-we-sec .hm-what-media {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(16, 24, 40, 0.18);
}

.hm-what-we-sec .hm-what-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(10, 16, 28, 0.35) 100%);
  pointer-events: none;
}

.hm-what-we-sec .hm-what-media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.7s ease;
}

.hm-what-we-sec .hm-what-we-sec-img:hover .hm-what-media img {
  transform: scale(1.07);
}

.hm-what-we-sec .hm-what-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.92);
  color: #121826;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.hm-what-we-sec .hm-what-we-sec-box-dtl {
  position: absolute;
  left: 0;
  right: 28px;
  bottom: 22px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 18px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #d4b12a 0%, var(--main-color) 55%, #a3861a 100%);
  box-shadow: 0 18px 40px rgba(163, 134, 26, 0.35);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  z-index: 3;
}

.hm-what-we-sec .hm-what-we-sec-box-dtl:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(163, 134, 26, 0.42);
}

.hm-what-we-sec .hm-what-cta-copy p {
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.45;
  padding: 0 0 6px;
  margin: 0;
}

.hm-what-we-sec .hm-what-cta-copy h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.hm-what-we-sec .hm-what-cta-arrow {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: var(--main-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease;
}

.hm-what-we-sec .hm-what-we-sec-box-dtl:hover .hm-what-cta-arrow {
  transform: translateX(3px);
}

.hm-what-we-sec .what-we-do-box {
  padding: 64px 0 0;
  position: relative;
  z-index: 2;
}

.hm-what-we-sec .what-we-do-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 34px;
}

.hm-what-we-sec .what-we-do-head span {
  display: inline-block;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.hm-what-we-sec .what-we-do-head h4 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.25;
  font-weight: 800;
  color: #121826;
  margin: 0;
}

.hm-what-we-sec .what-we-do-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.hm-what-we-sec .what-we-box-inner {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(18, 24, 38, 0.06);
  border-radius: 18px;
  padding: 28px 22px 26px;
  min-height: 0;
  margin: 0;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  position: relative;
  overflow: hidden;
}

.hm-what-we-sec .what-we-box-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--main-color), #e0c35a);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.hm-what-we-sec .what-we-box-inner:hover {
  background: #fff;
  transform: translateY(-8px);
  border-color: rgba(200, 164, 32, 0.35);
  box-shadow: 0 22px 44px rgba(16, 24, 40, 0.12);
}

.hm-what-we-sec .what-we-box-inner:hover::before {
  transform: scaleX(1);
}

.hm-what-we-sec .what-we-box-inner:hover h6,
.hm-what-we-sec .what-we-box-inner:hover p {
  color: inherit;
}

.hm-what-we-sec .what-we-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(200, 164, 32, 0.16), rgba(200, 164, 32, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.hm-what-we-sec .what-we-icon img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.hm-what-we-sec .what-we-box-inner h6 {
  padding: 0 0 10px;
  font-size: 18px;
  color: #121826;
  font-weight: 700;
}

.hm-what-we-sec .what-we-box-inner p {
  color: #5f6778;
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 1199px) {
  .hm-what-we-sec .what-we-box-inner {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
  }

  .hm-what-we-sec .hm-what-media img {
    height: 360px;
  }
}

@media (max-width: 991px) {
  .hm-what-we-sec {
    padding: 70px 0 60px;
  }

  .hm-what-we-sec .hm-what-we-sec-img {
    padding: 28px 0 0;
  }

  .hm-what-we-sec .hm-what-we-sec-box-dtl {
    right: 16px;
    left: 16px;
    bottom: 16px;
  }

  .hm-what-we-sec .what-we-box-inner {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 575px) {
  .hm-what-we-sec .what-we-box-inner {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hm-what-we-sec .hm-what-media img {
    height: 280px;
  }

  .hm-what-we-sec ul.btn-cta {
    flex-wrap: wrap;
  }
}

/* Wider container on large desktops */
@media (min-width: 1441px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1320px;
  }
}

/* ===== Enhanced CTA Sec 1 ===== */
.cta-sec {
  height: auto !important;
  min-height: 420px;
  padding: 70px 0 40px;
  position: relative;
  overflow: visible;
  background:
    linear-gradient(105deg, rgba(8, 12, 24, 0.9) 0%, rgba(8, 12, 24, 0.78) 48%, rgba(8, 12, 24, 0.55) 100%),
    url("../images/cta-bag-1.webp") center center / cover no-repeat;
}

.cta-sec .container {
  position: relative;
  z-index: 2;
}

.cta-sec .cta-sec-copy {
  padding: 10px 10px 20px 0;
  max-width: 540px;
}

.cta-sec .cta-sec-copy span,
.cta-sec span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cta-sec .cta-sec-copy span::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--main-color);
}

.cta-sec .cta-sec-copy h5,
.cta-sec h5 {
  color: #fff;
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.cta-sec .cta-sec-copy p,
.cta-sec p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  margin: 0 0 18px;
  max-width: 500px;
}

.cta-sec .cta-sec-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.cta-sec .cta-sec-points li {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(200, 164, 32, 0.16);
  border: 1px solid rgba(200, 164, 32, 0.35);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.cta-sec ul.btn-cta {
  gap: 12px;
}

.cta-sec ul.btn-cta li:nth-child(1) a {
  background: var(--main-color);
  color: #fff;
  box-shadow: 0 12px 28px rgba(200, 164, 32, 0.35);
}

.cta-sec ul.btn-cta li:nth-child(2) a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(4px);
}

.cta-sec ul.btn-cta li:nth-child(2) a:hover {
  background: #fff;
  color: #121826;
  border-color: #fff;
}

.cta-sec .cta-img-1 {
  text-align: center;
  position: relative;
}

.cta-sec .cta-img-1 img {
  max-width: 100%;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.4));
  animation: ctaFloat 4.5s ease-in-out infinite;
}

@media (max-width: 991px) {
  .cta-sec {
    padding: 60px 0 30px;
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(8, 12, 24, 0.92) 0%, rgba(8, 12, 24, 0.8) 100%),
      url("../images/cta-bag-1.webp") center center / cover no-repeat;
  }

  .cta-sec .cta-sec-copy {
    padding: 0 0 20px;
    max-width: none;
  }

  .cta-sec .cta-img-1 img {
    max-width: 420px;
  }
}

@media (max-width: 575px) {
  .cta-sec ul.btn-cta {
    flex-wrap: wrap;
  }
}

/* ===== Enhanced Testimonials ===== */
.testi-sec {
  height: auto !important;
  min-height: 0;
  padding: 100px 0 90px;
  display: block;
  background:
    linear-gradient(115deg, rgba(10, 18, 40, 0.92) 0%, rgba(10, 18, 40, 0.82) 55%, rgba(10, 18, 40, 0.7) 100%),
    url("../images/testi-bag.webp") center center / cover no-repeat;
  overflow: hidden;
}

.testi-sec .row::before,
.testi-sec .row::after {
  display: none !important;
}

.testi-sec .testi-sec-row {
  margin: 0;
}

.testi-sec .col-lg-4,
.testi-sec .col-md-4,
.testi-sec .col-lg-8,
.testi-sec .col-md-8 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.testi-sec .test-head {
  padding-right: 18px;
  margin-bottom: 28px;
}

.testi-sec .test-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.testi-sec .test-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--main-color);
}

.testi-sec .test-head h4 {
  color: #fff;
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.testi-sec .test-head p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.7;
  padding: 0 0 20px;
  max-width: 380px;
}

.testi-sec .testi-stats {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.testi-sec .testi-stats li {
  display: flex;
  flex-direction: column;
}

.testi-sec .testi-stats strong {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
}

.testi-sec .testi-stats span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 4px;
}

.testi-sec ul.btn-cta {
  gap: 12px;
}

.testi-sec ul.btn-cta li:nth-child(1) a {
  background: var(--main-color);
  color: #fff;
  box-shadow: 0 12px 28px rgba(200, 164, 32, 0.3);
}

.testi-sec ul.btn-cta li:nth-child(2) a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.06);
}

.testi-sec .testi-slider {
  margin: 0 -10px;
}

.testi-sec .testi-slider .slick-slide {
  padding: 8px 10px 24px;
}

.testi-sec .test-box-detail {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  min-height: 0;
  padding: 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  height: 100%;
}

.testi-sec .test-box-detail:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.testi-sec .test-box-detail::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: var(--main-color);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  top: 159px;
  bottom: auto;
  left: 18px;
  margin: 0;
  z-index: 2;
  box-shadow: 0 8px 18px rgba(200, 164, 32, 0.35);
}

.testi-sec .test-box-media {
  height: 180px;
  overflow: hidden;
}

.testi-sec .test-box-media img,
.testi-sec .test-box-detail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  position: static;
}

.testi-sec .test-box-body {
  padding: 28px 20px 22px;
}

.testi-sec .test-stars {
  color: var(--main-color);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  line-height: 1;
}

.testi-sec .test-box-detail p {
  font-size: 14px;
  line-height: 1.65;
  color: #3d4555;
  padding: 0;
  min-height: 110px;
  margin: 0 0 16px;
}

.testi-sec .test-box-detail h6 {
  color: #121826;
  font-size: 17px;
  font-weight: 800;
  padding: 0;
  margin: 0 0 2px;
}

.testi-sec .test-role {
  display: block;
  color: #8a93a3;
  font-size: 12px;
  font-weight: 600;
}

.testi-sec .slick-dots {
  position: static !important;
  text-align: center !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 8px;
  padding: 0;
}

.testi-sec .slick-dots li {
  margin: 0 4px;
}

.testi-sec .slick-dots li button:before {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.testi-sec .slick-dots li.slick-active button:before {
  color: var(--main-color);
  opacity: 1;
}

@media (max-width: 991px) {
  .testi-sec {
    padding: 70px 0 60px;
  }

  .testi-sec .test-head {
    padding-right: 0;
    text-align: center;
  }

  .testi-sec .test-head p {
    max-width: none;
    margin: 0 auto;
  }

  .testi-sec .test-eyebrow {
    justify-content: center;
  }

  .testi-sec .testi-stats,
  .testi-sec ul.btn-cta {
    justify-content: center;
  }
}

/* ===== Enhanced Publishing Process ===== */
.hm-process-sec {
  height: auto !important;
  min-height: 0;
  padding: 100px 0 90px;
  position: relative;
  background:
    radial-gradient(circle at 12% 20%, rgba(200, 164, 32, 0.1), transparent 42%),
    radial-gradient(circle at 88% 80%, rgba(18, 24, 38, 0.05), transparent 40%),
    linear-gradient(180deg, #fbfaf6 0%, #ffffff 55%, #f7f8fb 100%);
  overflow: hidden;
}

.hm-process-sec .process-img,
.hm-process-sec .p-box-main-process-1,
.hm-process-sec .p-box-main-process-2 {
  display: none !important;
}

.hm-process-sec .process-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.hm-process-sec .process-head span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hm-process-sec .process-head span::before,
.hm-process-sec .process-head span::after {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--main-color);
}

.hm-process-sec .process-head h3,
.hm-process-sec h3 {
  color: #121826;
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.hm-process-sec .process-head p,
.hm-process-sec p {
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
  color: #5f6778;
  padding: 0;
  margin: 0 auto;
  max-width: 620px;
}

.hm-process-sec .process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  position: relative;
  z-index: 1;
}

.hm-process-sec .process-steps.process-steps-6 {
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.hm-process-sec .process-steps::before {
  content: "";
  position: absolute;
  top: 42px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(200, 164, 32, 0.55), transparent);
  z-index: 0;
}

.hm-process-sec .process-step {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid rgba(18, 24, 38, 0.06);
  border-radius: 18px;
  padding: 28px 18px 24px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.hm-process-sec .process-step:hover {
  transform: translateY(-8px);
  border-color: rgba(200, 164, 32, 0.35);
  box-shadow: 0 22px 44px rgba(16, 24, 40, 0.12);
}

.hm-process-sec .process-step-icon {
  width: 68px;
  height: 68px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: linear-gradient(160deg, #fff 0%, #f7f1dc 100%);
  border: 2px solid rgba(200, 164, 32, 0.45);
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 8px 18px rgba(200, 164, 32, 0.18);
}

.hm-process-sec .process-step-num {
  display: inline-block;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.hm-process-sec .process-step h6 {
  color: #121826;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 10px;
  min-height: 44px;
}

.hm-process-sec .process-step p {
  color: #5f6778;
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
  margin: 0;
  max-width: none;
  padding: 0;
}

@media (max-width: 1199px) {
  .hm-process-sec .process-steps,
  .hm-process-sec .process-steps.process-steps-6 {
    grid-template-columns: repeat(3, 1fr);
  }

  .hm-process-sec .process-steps::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .hm-process-sec {
    padding: 70px 0 60px;
  }

  .hm-process-sec .process-steps,
  .hm-process-sec .process-steps.process-steps-6 {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }

  .hm-process-sec .process-step h6 {
    min-height: 0;
  }
}

/* ===== Enhanced CTA Sec 2 ===== */
.cta-sec-2 {
  position: relative;
  height: auto;
  min-height: 420px;
  padding: 80px 0;
  background:
    linear-gradient(105deg, rgba(12, 10, 8, 0.88) 0%, rgba(12, 10, 8, 0.72) 45%, rgba(12, 10, 8, 0.45) 100%),
    url("../images/cta-bag-2.webp") center center / cover no-repeat;
  overflow: hidden;
  transition: none;
  filter: none !important;
}

.cta-sec-2:hover {
  filter: none !important;
}

.cta-sec-2 .container {
  position: relative;
  z-index: 2;
}

.cta-sec-2 .cta-sec-2-copy {
  max-width: 540px;
  padding: 28px 28px 28px 0;
}

.cta-sec-2 .cta-sec-2-copy span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.cta-sec-2 .cta-sec-2-copy span::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--main-color);
}

.cta-sec-2 .cta-sec-2-copy h5 {
  color: #fff;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.cta-sec-2 .cta-sec-2-copy p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 18px;
  max-width: 500px;
}

.cta-sec-2 .cta-sec-2-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.cta-sec-2 .cta-sec-2-points li {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(200, 164, 32, 0.16);
  border: 1px solid rgba(200, 164, 32, 0.35);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.cta-sec-2 ul.btn-cta {
  gap: 12px;
}

.cta-sec-2 ul.btn-cta li:nth-child(1) a {
  background: var(--main-color);
  color: #fff;
  box-shadow: 0 12px 28px rgba(200, 164, 32, 0.35);
}

.cta-sec-2 ul.btn-cta li:nth-child(1) a:hover {
  background: #a3861a;
}

.cta-sec-2 ul.btn-cta li:nth-child(2) a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(4px);
}

.cta-sec-2 ul.btn-cta li:nth-child(2) a:hover {
  background: #fff;
  color: #121826;
  border-color: #fff;
}

.cta-sec-2 .cta-sec-2-img {
  position: relative;
  top: 0;
  text-align: center;
  animation: ctaFloat 4.5s ease-in-out infinite;
}

.cta-sec-2 .cta-sec-2-img img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.45));
}

@keyframes ctaFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 991px) {
  .cta-sec-2 {
    padding: 60px 0 40px;
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(12, 10, 8, 0.9) 0%, rgba(12, 10, 8, 0.78) 100%),
      url("../images/cta-bag-2.webp") center center / cover no-repeat;
  }

  .cta-sec-2 .cta-sec-2-copy {
    padding: 0 0 24px;
    max-width: none;
  }

  .cta-sec-2 .cta-sec-2-img {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .cta-sec-2 ul.btn-cta {
    flex-wrap: wrap;
  }
}

/* ===== Enhanced Published Works / Folio ===== */
.foilo-sec {
  padding: 90px 0 70px;
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 249, 252, 0.9) 100%),
    url("../images/folio-sec-bag.webp") center center / cover no-repeat;
  overflow: hidden;
}

.foilo-sec .folio-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 42px;
}

.foilo-sec .folio-head span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.foilo-sec .folio-head span::before,
.foilo-sec .folio-head span::after {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--main-color);
}

.foilo-sec h3 {
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.2;
  font-weight: 800;
  color: #121826;
  text-align: center;
  margin: 0 0 14px;
  letter-spacing: -0.02em;
}

.foilo-sec .folio-head p,
.foilo-sec p {
  font-size: 16px;
  line-height: 1.7;
  color: #5f6778;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.foilo-sec .folio-platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.foilo-sec .folio-platforms li {
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(200, 164, 32, 0.12);
  border: 1px solid rgba(200, 164, 32, 0.28);
  color: #1a2336;
  font-size: 12px;
  font-weight: 700;
}

.foilo-sec .folio-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 18px 0 28px;
  padding: 0;
}

.foilo-sec .folio-categories li {
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(18, 24, 38, 0.1);
  color: #3a4254;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.foilo-sec .folio-categories li:hover {
  border-color: rgba(200, 164, 32, 0.55);
  color: #121826;
  background: rgba(200, 164, 32, 0.1);
}

.foilo-sec .folio-slider-wrap {
  padding-left: 24px;
  padding-right: 24px;
}

.foilo-sec .folio-main-box-1 {
  margin-bottom: 18px;
}

.foilo-sec .folio-main-box-2 {
  padding: 0;
}

/* Hide any leftover owl dots in this dual continuous slider */
.foilo-sec .owl-dots {
  display: none !important;
}

.foilo-sec .portfolio_box {
  margin-bottom: 8px;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.foilo-sec .portfolio_box:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(16, 24, 40, 0.16);
}

.foilo-sec .portfolio_box a {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
}

.foilo-sec .portfolio_box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 2 / 3;
  transition: transform 0.55s ease;
}

.foilo-sec .portfolio_box a:hover img {
  transform: scale(1.06);
}

.foilo-sec .portfolio_box a:hover:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 24, 38, 0.1) 0%, rgba(18, 24, 38, 0.72) 100%);
  z-index: 2;
  border-radius: 14px;
}

.foilo-sec .portfolio_box a:hover:after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 52px;
  height: 52px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: var(--main-color);
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  line-height: 52px;
  text-align: center;
  display: block;
  box-shadow: 0 10px 22px rgba(200, 164, 32, 0.35);
}

@media (max-width: 767px) {
  .foilo-sec {
    padding: 70px 0 50px;
  }

  .foilo-sec .folio-slider-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .foilo-sec .folio-head {
    margin-bottom: 28px;
  }
}

/* ===== Enhanced Reason To Choose Us ===== */
.reason-sec-hm {
  padding: 100px 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(200, 164, 32, 0.08), transparent 40%),
    radial-gradient(circle at 92% 70%, rgba(18, 24, 38, 0.04), transparent 42%),
    #fff;
  overflow: hidden;
}

.reason-sec-hm::before,
.reason-sec-hm::after {
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

.reason-sec-hm .container {
  position: relative;
  z-index: 1;
}

.reason-sec-hm .reason-sec-row {
  margin: 0;
}

.reason-sec-hm .reason-copy span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reason-sec-hm .reason-copy span::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--main-color);
}

.reason-sec-hm .reason-copy h5 {
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.25;
  font-weight: 800;
  color: #121826;
  margin: 14px 0 16px;
  letter-spacing: -0.02em;
}

.reason-sec-hm .reason-copy p {
  font-size: 16px;
  line-height: 1.7;
  color: #3d4555;
  padding: 0 0 18px;
  max-width: 480px;
}

.reason-sec-hm .reason-copy p a {
  color: var(--main-color);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.reason-sec-hm .reason-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.reason-sec-hm .reason-highlights li {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(200, 164, 32, 0.12);
  border: 1px solid rgba(200, 164, 32, 0.25);
  color: #1a2336;
  font-size: 13px;
  font-weight: 700;
}

.reason-sec-hm ul.btn-cta {
  gap: 12px;
  margin-bottom: 28px;
}

.reason-sec-hm .reason-book-img {
  text-align: left;
  padding: 8px 0 0;
}

.reason-sec-hm .reason-book-img img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 30px rgba(16, 24, 40, 0.12));
  transition: transform 0.4s ease;
}

.reason-sec-hm .reason-book-img:hover img {
  transform: translateY(-4px);
}

.reason-sec-hm .reason-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 20px;
}

.reason-sec-hm .reason-detail-box {
  background: #fff;
  border: 1px solid rgba(18, 24, 38, 0.06);
  border-left: 4px solid var(--main-color);
  border-radius: 16px;
  padding: 24px 24px 22px;
  margin: 0;
  left: auto !important;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  position: relative;
}

.reason-sec-hm .reason-detail-box-2 {
  left: auto;
  transform: none;
}

.reason-sec-hm .reason-detail-box:hover {
  background: #fff;
  transform: translateY(-6px);
  border-color: rgba(200, 164, 32, 0.35);
  border-left-color: var(--main-color);
  box-shadow: 0 20px 40px rgba(16, 24, 40, 0.12);
}

.reason-sec-hm .reason-detail-box:hover h6,
.reason-sec-hm .reason-detail-box:hover p {
  color: inherit;
}

.reason-sec-hm .reason-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.reason-sec-hm .reason-num {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(200, 164, 32, 0.2), rgba(200, 164, 32, 0.08));
  color: var(--main-color);
  font-size: 14px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.reason-sec-hm .reason-detail-box h6 {
  color: #121826;
  font-size: 20px;
  font-weight: 800;
  padding: 0;
  margin: 0;
}

.reason-sec-hm .reason-detail-box p {
  color: #5f6778;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 991px) {
  .reason-sec-hm {
    padding: 70px 0;
  }

  .reason-sec-hm .reason-cards {
    padding-left: 0;
    margin-top: 36px;
  }

  .reason-sec-hm .reason-book-img {
    text-align: center;
  }

  .reason-sec-hm .reason-copy p {
    max-width: none;
  }
}

@media (max-width: 575px) {
  .reason-sec-hm ul.btn-cta {
    flex-wrap: wrap;
  }

  .reason-sec-hm .reason-detail-box {
    padding: 20px 18px;
  }
}

/* ===== Mobile / tablet off-canvas header ===== */
@media (max-width: 991px) {
  .site-header .main-header {
    padding: 14px 0;
  }

  .site-header .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    column-gap: 12px;
  }

  .site-header .logo {
    max-width: 150px;
  }

  .site-header .logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .site-header ul.banner-cta.header-cta-desktop {
    display: none !important;
  }

  .site-header .menu-Bar {
    display: block;
    margin-left: auto;
  }

  .site-header .menu-overlay {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(8, 10, 14, 0.62);
    z-index: 100040;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .site-header .menu-overlay.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .site-header .menu-Bar {
    position: relative;
    z-index: 100030;
  }

  body.menu-open .site-header .menu-Bar {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .site-header .menuWrap {
    position: fixed !important;
    top: 0;
    right: 0;
    left: auto !important;
    bottom: 0;
    width: min(86vw, 360px) !important;
    max-width: 360px;
    height: 100vh !important;
    height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    display: block !important;
    z-index: 100050;
    transform: translateX(105%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
  }

  .site-header .menuWrap.open {
    transform: translateX(0);
  }

  .site-header .menuWrap-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #12161f;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.35);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 40px;
  }

  .site-header .menuWrap-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px 14px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: sticky;
    top: 0;
    background: #12161f;
    z-index: 2;
  }

  .site-header .menuWrap-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .site-header .menu-close {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
  }

  .site-header .menu-close:hover {
    color: var(--main-color);
    background: rgba(255, 255, 255, 0.06);
  }

  .site-header ul.main-menu {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 12px 0 0;
  }

  .site-header ul.main-menu > li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .site-header ul.main-menu > li > a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 16px 22px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .site-header ul.main-menu > li > a:hover {
    color: var(--main-color) !important;
  }

  .site-header a.dropdown-head-aa {
    top: 0 !important;
    margin: 0 !important;
    width: 100%;
  }

  .site-header a.dropdown-head-aa i {
    transition: transform 0.25s ease;
  }

  .site-header .dropdown-head.open > a.dropdown-head-aa i {
    transform: rotate(180deg);
    color: var(--main-color);
  }

  .site-header .new-dd-ame {
    position: static !important;
    display: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    left: 0 !important;
    top: auto !important;
    transform: none !important;
    padding: 0 12px 14px 22px !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .site-header .dropdown-head.open .new-dd-ame {
    display: block !important;
  }

  .site-header .new-dd-ame .row {
    margin: 0;
  }

  .site-header .new-dd-ame .col-md-4 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    padding: 0;
  }

  .site-header ul.new-dd-ame-list {
    margin: 0;
    padding: 0;
  }

  .site-header ul.new-dd-ame-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
  }

  .site-header ul.new-dd-ame-list li img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    padding: 0 !important;
    flex-shrink: 0;
  }

  .site-header .new-dd-ame li a,
  .site-header ul.new-dd-ame-list li a {
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 14px !important;
    text-transform: none;
    padding: 10px 0 !important;
    text-align: left !important;
    font-weight: 400;
    letter-spacing: 0;
  }

  .site-header .new-dd-ame li a:hover,
  .site-header ul.new-dd-ame-list li a:hover {
    color: var(--main-color) !important;
  }

  .site-header ul.banner-cta.menu-mobile-cta {
    display: flex !important;
    margin: 24px 22px 10px;
    justify-content: stretch;
    position: relative;
    z-index: 2;
  }

  .site-header .menu-mobile-cta li,
  .site-header .menu-mobile-cta a {
    width: 100%;
    text-align: center;
  }

  .site-header .menu-mobile-cta a {
    display: block;
    padding: 14px 18px !important;
  }

  body.menu-open {
    overflow: hidden;
  }
}

@media (max-width: 575px) {
  .site-header .logo {
    max-width: 130px;
  }

  .site-header .menuWrap {
    width: min(92vw, 340px) !important;
  }
}

/* ===== Enhanced Packages / Pricing ===== */
.pricing-sec.pricing-sec-enhanced {
  padding: 90px 0 80px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 45% at 10% 0%, rgba(200, 164, 32, 0.1), transparent 55%),
    radial-gradient(ellipse 55% 40% at 90% 100%, rgba(200, 164, 32, 0.07), transparent 50%),
    linear-gradient(180deg, #f7f6f2 0%, #ffffff 45%, #f3f1eb 100%);
}

.pricing-sec.pricing-sec-enhanced .pricing-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.pricing-sec.pricing-sec-enhanced .pricing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pricing-sec.pricing-sec-enhanced .pricing-eyebrow::before,
.pricing-sec.pricing-sec-enhanced .pricing-eyebrow::after {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--main-color);
}

.pricing-sec.pricing-sec-enhanced .pricing-head h3,
.pricing-sec.pricing-sec-enhanced h3 {
  color: #121826;
  font-size: clamp(28px, 3.6vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  text-align: center;
}

.pricing-sec.pricing-sec-enhanced .pricing-head p,
.pricing-sec.pricing-sec-enhanced > .container > p {
  color: #5f6778;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  padding: 0;
  margin: 0 auto;
  max-width: 620px;
}

.pricing-sec.pricing-sec-enhanced .pricing-cards-row {
  align-items: stretch;
}

.pricing-sec.pricing-sec-enhanced .pricing-box {
  margin: 0 0 24px;
  border-radius: 14px;
}

.pricing-sec.pricing-sec-enhanced .pricing-box.is-featured {
  z-index: 2;
  transform: none;
  border-color: rgba(200, 164, 32, 0.4);
  box-shadow: 0 14px 36px rgba(200, 164, 32, 0.14);
}

.pricing-sec.pricing-sec-enhanced .pricing-featured-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  background: linear-gradient(90deg, #b3931a 0%, var(--main-color) 50%, #d4b44a 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0 12px;
  line-height: 1;
}

.pricing-sec.pricing-sec-enhanced .pricing-box-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px 26px 10px;
}

.pricing-sec.pricing-sec-enhanced .pricing-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(18, 24, 38, 0.08);
}

.pricing-sec.pricing-sec-enhanced .pricing-plan-name,
.pricing-sec.pricing-sec-enhanced .pricing-box span.pricing-plan-name {
  font-size: 28px;
  font-weight: 800;
  color: #121826;
  text-shadow: none;
  line-height: 1.2;
}

.pricing-sec.pricing-sec-enhanced .pricing-plan-tag {
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--main-color);
  background: rgba(200, 164, 32, 0.12);
  border: 1px solid rgba(200, 164, 32, 0.28);
  border-radius: 999px;
  padding: 6px 12px;
  white-space: nowrap;
}

.pricing-sec.pricing-sec-enhanced ul.pricing-list {
  background: rgba(247, 246, 242, 0.7);
  border-radius: 10px;
  padding: 14px 14px 6px;
  margin: 0 0 20px;
  max-height: 240px;
}

.pricing-sec.pricing-sec-enhanced ul.pricing-list li {
  color: #4a5263;
  font-size: 13.5px;
  line-height: 1.45;
  padding: 0 0 10px;
}

.pricing-sec.pricing-sec-enhanced ul.pricing-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  border-radius: 50%;
  background: rgba(200, 164, 32, 0.14) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23c8a420' d='M6.2 11.2 2.8 7.8l1.1-1.1 2.3 2.3 5-5 1.1 1.1z'/%3E%3C/svg%3E") center / 11px no-repeat;
  border: 1px solid rgba(200, 164, 32, 0.28);
  font-family: inherit;
  font-weight: normal;
  font-size: 0;
  color: transparent;
  line-height: 0;
}

.pricing-sec.pricing-sec-enhanced ul.pkg-btn {
  margin: 0 0 22px;
  gap: 14px;
  align-items: center;
}

.pricing-sec.pricing-sec-enhanced ul.pkg-btn li:nth-child(1) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  background: var(--main-color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 18px;
  box-shadow: 0 8px 18px rgba(200, 164, 32, 0.28);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.pricing-sec.pricing-sec-enhanced ul.pkg-btn li:nth-child(1) a:hover {
  background: #b3931a;
  color: #fff;
  transform: translateY(-2px);
}

.pricing-sec.pricing-sec-enhanced ul.pkg-btn li:nth-child(1) i {
  display: none;
}

.pricing-sec.pricing-sec-enhanced ul.pkg-btn li:nth-child(2) a {
  display: flex;
  flex-direction: column;
  color: #121826;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.pricing-sec.pricing-sec-enhanced ul.pkg-btn li:nth-child(2) a strong {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
}

.pricing-sec.pricing-sec-enhanced ul.pkg-btn li:nth-child(2) a span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #121826;
  font-size: 15px;
  font-weight: 700;
  text-shadow: none;
}

.pricing-sec.pricing-sec-enhanced ul.pkg-btn li:nth-child(2) i {
  color: var(--main-color);
  position: static;
  left: auto;
  font-size: 14px;
}

.pricing-sec.pricing-sec-enhanced .btm-box {
  margin-top: auto;
  background: #121826;
  border-radius: 0;
  padding: 14px 22px;
}

.pricing-sec.pricing-sec-enhanced .btm-box a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.pricing-sec.pricing-sec-enhanced .btm-box p {
  color: var(--main-color) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.3 !important;
  padding: 0 !important;
  text-align: right !important;
}

.pricing-sec.pricing-sec-enhanced .pricing-box:hover {
  background: #fff;
  transform: translateY(-6px);
  border-color: rgba(200, 164, 32, 0.45);
  box-shadow: 0 18px 40px rgba(18, 24, 38, 0.1);
}

.pricing-sec.pricing-sec-enhanced .pricing-box.is-featured:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(200, 164, 32, 0.2);
}

.pricing-sec.pricing-sec-enhanced .pricing-box:hover .pricing-plan-name,
.pricing-sec.pricing-sec-enhanced .pricing-box:hover span.pricing-plan-name {
  color: #121826;
}

.pricing-sec.pricing-sec-enhanced .pricing-box:hover ul.pkg-btn li:nth-child(1) a {
  border-color: transparent;
  color: #fff;
  background: var(--main-color);
}

.pricing-sec.pricing-sec-enhanced .pricing-box:hover ul.pkg-btn strong,
.pricing-sec.pricing-sec-enhanced .pricing-box:hover ul.pkg-btn li:nth-child(2) a,
.pricing-sec.pricing-sec-enhanced .pricing-box:hover ul.pkg-btn li:nth-child(2) a span {
  color: inherit;
}

.pricing-sec.pricing-sec-enhanced .pricing-box:hover ul.pkg-btn li:nth-child(2) a span {
  color: #121826;
}

.pricing-sec.pricing-sec-enhanced .pricing-box:hover ul.pkg-btn li:nth-child(2) i {
  color: var(--main-color);
}

.pricing-sec.pricing-sec-enhanced .pricing-box:hover .btm-box {
  background: #121826;
  border-radius: 0;
}

.pricing-sec.pricing-sec-enhanced .pricing-box:hover .btm-box a,
.pricing-sec.pricing-sec-enhanced .pricing-box:hover .btm-box p {
  color: inherit;
}

.pricing-sec.pricing-sec-enhanced .pricing-box:hover .btm-box p {
  color: var(--main-color) !important;
}

@media (max-width: 767px) {
  .pricing-sec.pricing-sec-enhanced {
    padding: 70px 0 50px;
  }

  .pricing-sec.pricing-sec-enhanced ul.pricing-list {
    max-height: none;
  }

  .pricing-sec.pricing-sec-enhanced .pricing-plan-name,
  .pricing-sec.pricing-sec-enhanced .pricing-box span.pricing-plan-name {
    font-size: 24px;
  }

  .pricing-sec.pricing-sec-enhanced ul.pkg-btn {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-sec.pricing-sec-enhanced ul.pkg-btn li:nth-child(1) a {
    width: 100%;
  }
}

/* Thank you / 404 banner — dark strip so white header stays readable */
.article-banner.thank-you-banner {
  height: auto;
  min-height: 280px;
  padding: 150px 0 70px;
  align-items: flex-end;
  background:
    linear-gradient(105deg, rgba(8, 12, 20, 0.88) 0%, rgba(8, 12, 20, 0.72) 55%, rgba(8, 12, 20, 0.5) 100%),
    url("../images/banner/contact-banner.webp") center center / cover no-repeat;
}

.article-banner.thank-you-banner .main-banner-head {
  max-width: 720px;
  margin: 0;
  text-align: left;
}

.article-banner.thank-you-banner .main-banner-head h2 {
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
  font-size: clamp(34px, 4.5vw, 52px);
  font-weight: 800;
  line-height: 1.15;
}

.article-banner.thank-you-banner .main-banner-head h2 span {
  color: var(--main-color);
}

.article-banner.thank-you-banner .main-banner-head p {
  margin: 0;
  padding: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.7;
}

/* Thank you page */
.thank-you-page {
  position: relative;
  overflow: hidden;
  padding: 70px 0 120px;
  margin-top: -40px;
  background:
    radial-gradient(ellipse 55% 45% at 10% 0%, rgba(200, 164, 32, 0.12), transparent 55%),
    radial-gradient(ellipse 45% 40% at 90% 100%, rgba(200, 164, 32, 0.08), transparent 50%),
    linear-gradient(180deg, #f7f6f2 0%, #ffffff 50%, #f3f1eb 100%);
}

.thank-you-card {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 48px 36px;
  background: #fff;
  border: 1px solid rgba(18, 24, 38, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.08);
}

.thank-you-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(200, 164, 32, 0.14);
  color: var(--main-color);
  font-size: 28px;
  border: 1px solid rgba(200, 164, 32, 0.28);
}

.thank-you-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--main-color);
}

.thank-you-card h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #121826;
}

.thank-you-card > p {
  margin: 0 auto 28px;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.7;
  color: #5f6778;
}

.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.thank-you-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 22px;
  border-radius: 10px;
  background: var(--main-color);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(200, 164, 32, 0.28);
  transition: transform 0.25s ease, background 0.25s ease;
}

.thank-you-btn:hover {
  background: #b3931a;
  transform: translateY(-2px);
  color: #fff !important;
}

.thank-you-btn-outline {
  background: #fff;
  color: #121826 !important;
  border: 1px solid rgba(18, 24, 38, 0.12);
  box-shadow: none;
}

.thank-you-btn-outline:hover {
  background: #f7f6f2;
  color: #121826 !important;
}

@media (max-width: 767px) {
  .article-banner.thank-you-banner {
    min-height: 240px;
    padding: 130px 0 50px;
  }

  .thank-you-page {
    padding: 40px 0 80px;
    margin-top: -24px;
  }

  .thank-you-card {
    padding: 36px 22px;
  }

  .thank-you-btn {
    width: 100%;
  }
}

/* 404 page */
.error-404-page .error-404-code {
  margin: 0 0 6px;
  font-size: clamp(64px, 12vw, 96px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(200, 164, 32, 0.22);
}

.error-404-page .error-404-icon {
  background: rgba(18, 24, 38, 0.06);
  border-color: rgba(18, 24, 38, 0.1);
  color: #121826;
}

.error-404-page .thank-you-actions {
  max-width: 520px;
  margin: 0 auto;
}

/* ===== Homepage premium refresh (scoped) ===== */
.hm-counter-sec.hm-counter-sec-premium {
  background:
    linear-gradient(135deg, #1a2336 0%, #121826 55%, #1f2a40 100%);
  padding: 48px 0;
}

.hm-counter-sec-premium .counter-box {
  background: transparent;
  border: 1px solid rgba(200, 164, 32, 0.28);
  border-radius: 14px;
  padding: 22px 12px;
  justify-content: center;
  text-align: center;
  box-shadow: none;
  transition: border-color 0.28s ease, transform 0.28s ease;
}

.hm-counter-sec-premium .counter-box:hover {
  border-color: rgba(200, 164, 32, 0.65);
  transform: translateY(-4px);
}

.hm-counter-sec-premium .counter-box-detail {
  width: 100%;
}

.hm-counter-sec-premium .counter-box-detail span {
  color: #fff;
  font-size: clamp(32px, 3.4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

.hm-counter-sec-premium .counter-box-detail em {
  color: var(--main-color);
  font-style: normal;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 800;
  margin-left: 2px;
}

.hm-counter-sec-premium .counter-box-detail h6 {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0 0;
  letter-spacing: 0.02em;
}

.hm-services-sec {
  position: relative;
  padding: 90px 0 80px;
  background:
    radial-gradient(ellipse 60% 40% at 8% 0%, rgba(200, 164, 32, 0.08), transparent 55%),
    linear-gradient(180deg, #f7f6f2 0%, #ffffff 50%, #f7f6f2 100%);
}

.hm-services-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 42px;
}

.hm-services-head span {
  display: inline-block;
  color: var(--main-color);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.hm-services-head h3 {
  color: #121826;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 0 0 12px;
}

.hm-services-head p {
  color: #5f6778;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

.hm-services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.hm-service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(18, 24, 38, 0.07);
  border-radius: 16px;
  padding: 32px 18px 28px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, 0.05);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.hm-service-card i {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--main-color);
  background: linear-gradient(160deg, #fff 0%, #f7f1dc 100%);
  border: 1px solid rgba(200, 164, 32, 0.35);
  transition: background 0.28s ease, color 0.28s ease;
}

.hm-service-card h6 {
  color: #121826;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

.hm-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 164, 32, 0.45);
  box-shadow: 0 18px 36px rgba(16, 24, 40, 0.1);
}

.hm-service-card:hover i {
  background: var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}

.hm-service-card:hover h6 {
  color: #0f1522;
}

.why-choose-grid .what-we-box-inner {
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.why-choose-grid .what-we-box-inner:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 164, 32, 0.35);
  box-shadow: 0 18px 36px rgba(16, 24, 40, 0.1);
}

.why-choose-check {
  background: linear-gradient(160deg, #fff 0%, #f7f1dc 100%) !important;
  border: 1px solid rgba(200, 164, 32, 0.4);
  color: var(--main-color) !important;
}

.why-choose-check i {
  color: var(--main-color);
}

.hm-process-sec .process-steps-6 .process-step {
  padding: 24px 12px 20px;
}

.hm-process-sec .process-steps-6 .process-step h6 {
  min-height: 0;
  font-size: 15px;
}

.hm-process-sec .process-steps-6 .process-step-icon {
  width: 58px;
  height: 58px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .hm-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .hm-counter-sec.hm-counter-sec-premium {
    padding: 36px 0;
  }

  .hm-counter-sec-premium .col-6 {
    margin-bottom: 12px;
  }

  .hm-services-sec {
    padding: 70px 0 60px;
  }

  .hm-services-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .hm-service-card {
    padding: 24px 12px 20px;
  }

  .hm-service-card h6 {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .hm-services-grid {
    grid-template-columns: 1fr;
  }
}

