/* Poppins is loaded from includes/header.php (avoids @import blocking entire stylesheet). */

/* Sitewide: one UI font (Bootstrap + all components inherit) */
:root {
  --ich-font-sans: 'Poppins', sans-serif;
  --bs-font-sans-serif: 'Poppins', sans-serif;
  --bs-body-font-family: 'Poppins', sans-serif;
  --ich-form-bg: #f8f9fa;
  --ich-form-border: #e2e6ec;
  --ich-form-focus: #2c2f6c;
  --ich-form-label: #2c2f6c;
  /* Scrollbars — brand navy + soft track */
  --ich-scrollbar-track: rgba(44, 47, 108, 0.14);
  --ich-scrollbar-thumb: #2c2f6c;
  --ich-scrollbar-thumb-hover: #3d4285;
}

/* Firefox — scope to html only (avoids * { scrollbar } on every element) */
html {
  font-family: var(--ich-font-sans);
  scrollbar-width: thin;
  scrollbar-color: var(--ich-scrollbar-thumb) var(--ich-scrollbar-track);
}

/* Chromium, Safari, Edge — viewport scrollbar only */
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

html::-webkit-scrollbar-track {
  background: var(--ich-scrollbar-track);
  border-radius: 999px;
}

html::-webkit-scrollbar-thumb {
  background-color: var(--ich-scrollbar-thumb);
  border-radius: 999px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

html::-webkit-scrollbar-thumb:hover {
  background-color: var(--ich-scrollbar-thumb-hover);
}

html::-webkit-scrollbar-corner {
  background: var(--ich-scrollbar-track);
}

body {
  overflow-x: hidden;
  font-family: var(--ich-font-sans);
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  font-family: inherit;
}

main {
  overflow: hidden
}

a {
  text-decoration: none !important
}

.btn:focus {
  outline: 0;
  box-shadow: none
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0
}

button:focus,
input:focus,
textarea:focus {
  outline: 0 !important;
  box-shadow: none !important
}

img {
  transition: filter .3s
}

img.lazyestload {
  width: 100%;
  filter: blur(8px)
}

.header-1 {
  background: #fff;
  padding-top: 0
}

header {
  background: #fff;
  width: 100%;
  /*position: fixed;*/
  top: 0;
  z-index: 1000;
  transition: .5s ease-in-out;
  border-bottom: 1px solid #00000010;
}

header nav.navbar .navbar-brand .logo {
  width: 115px !important;
  margin: -31px 0px -25px 40px;
  transition: .5s ease-in-out;
  display: block;
}

header .navbar-toggler {
  border: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.4rem 0.55rem;
}

header .navbar-toggler .navbar-toggler-icon {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-width: 1.15em;
  min-height: 1.15em;
  line-height: 1;
}

header .navbar-toggler .navbar-toggler-icon i {
  color: #fff;
  line-height: 1;
  display: block;
  font-size: 1.2rem;
}

header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

header .container {
  max-width: 1640px
}

header nav.navbar {
  padding: 10px 0
}

header nav.navbar .navbar-brand {
  padding: 0;
  margin: 0
}

header .navbar-collapse ul.navbar-nav {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  margin: 0 10px;
  justify-content: flex-end
}

header .navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
  align-items: center;
  gap: 0.25rem
}

@media (max-width: 991.98px) {
  .main-header .ich-topbar .container {
    justify-content: center !important;
  }

  .main-header .ich-topbar .container>.ms-auto {
    margin-left: 0 !important;
  }

  header.main-header .navbar.navbar-expand-lg {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: stretch;
  }

  header nav.navbar .navbar-brand {
    grid-column: 2;
    justify-self: center;
    margin: 0;
  }

  header nav.navbar .navbar-brand .logo {
    margin: -31px auto -25px auto !important;
  }

  header .navbar-toggler {
    grid-column: 3;
    justify-self: end;
    align-self: center;
  }

  header .navbar-collapse {
    grid-column: 1 / -1;
    width: 100%;
  }

  header .navbar-collapse ul.navbar-nav {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
    margin-left: 0;
    margin-right: 0;
  }

  header .navbar-nav .nav-item.dropdown .dropdown-toggle {
    justify-content: center;
  }

  header nav.navbar .navbar-buttons {
    margin-left: 0 !important;
    justify-content: center;
    width: 100%;
  }

  header .navbar-nav .dropdown-menu {
    text-align: left;
  }

  main {
    text-align: center;
  }

  main input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
  main textarea,
  main select {
    text-align: left;
  }

  main .form_submission .hero-banner-form > .mb-4,
  main .form_submission:not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4 {
    text-align: left;
  }

  main .form_submission label,
  main .modal-body-form .popup-form-list > .form-group {
    text-align: left;
  }

  header .navbar-expand-lg .navbar-collapse {
    justify-content: center;
    align-items: center;
  }
}

header .navbar-collapse ul.navbar-nav li.nav-item {
  margin: 0 10px
}

header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
  background: 0 0;
  color: #000;
  font-size: 16px;
  padding: 20px 0;
  text-transform: capitalize;
  transition: .3s ease-in-out
}

header .navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

header nav.navbar .navbar-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0
}

header nav.navbar .navbar-buttons a.call-btn {
  background: #2c2f6c;
  color: #fff;
  font-size: 16px;
  width: 150px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  transition: .3s ease-in-out
}

header nav.navbar .navbar-buttons a.call-btn:hover {
  transform: scale(1.1)
}

header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
  position: inherit;
  display: flex;
  align-items: center
}

header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
  background: 0 0;
  color: #000;
  outline: 0;
  box-shadow: none;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  border: none
}

header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:focus,
header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:hover {
  background: #2c2f6c;
  color: #fff
}

header .navbar-nav .nav-item ul.dropdown-menu {
  background: #fff;
  top: 75px;
  left: 0;
  right: 0;
  width: 75%;
  margin: 0 auto;
  border: none;
  border-radius: 0px;
  box-shadow: 0 5px 20px -12px #212529;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  display: flex
}

.fa-chevron-down:before {
  content: ""
}

.navbar-nav .dropdown-menu {
  position: static
}

header .navbar-nav .nav-item ul.dropdown-menu li a {
  color: #212529;
  font-size: 14px;
  border-bottom: 1px solid #d1e0e7;
  border-radius: 0;
  padding: 8px;
  margin: 0;
  text-align: left;
  text-transform: capitalize
}

header .navbar-nav .nav-item ul.dropdown-menu li {
  border-right: 1px solid #d1e0e7;
  padding: 0;
  width: 100%
}

header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
  width: max-content;
  margin: -11px 0 0
}

header .navbar-collapse ul.navbar-nav li.nav-item.dropdown.dropdown-single {
  position: relative
}

.hero-banner {
  background: center/cover no-repeat #e1f2f9;
  padding-top: 40px;
  padding-bottom: 50px;
  background-image: url(../images/my-images/main-hero-image.jpg) !important
}

.hero-banner.ich-hero-lcp-active {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-image: none !important
}

.hero-banner.ich-hero-lcp-active .ich-hero-lcp-pic {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  line-height: 0
}

.hero-banner.ich-hero-lcp-active .ich-hero-lcp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  display: block
}

@media screen and (max-width: 1024px) {
  .hero-banner.ich-hero-lcp-active .ich-hero-lcp-img--deskonly {
    object-fit: none;
    opacity: 0;
    pointer-events: none
  }
}

.hero-banner.ich-hero-lcp-active > .container {
  position: relative;
  z-index: 1
}

.hero-banner h1 {
  color: #fff
}

.hero-banner p {
  padding-top: 8px;
  color: #e0e0e0
}

.banner-sub-heading {
  color: #ececec;
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width: 1024px) {
  .hero-banner {
    background-color: #1a1d2e !important;
    background-image: var(--ich-hero-mobile, none) !important;
    background-size: cover !important;
    background-position: center 35% !important;
    padding: 160px 0 50px
  }

  .hero-banner h1 {
    font-size: 36px
  }

  .hero-banner p {
    font-size: 16px
  }
}

.banner-list {
  padding-left: 0
}

.banner-list li {
  padding-top: 15px;
  display: flex
}

.banner-list li span i {
  color: #2c2f6c;
  font-size: 16px;
  margin-right: 10px
}

.fa-check:before {
  content: ""
}

.btn:hover {
  background-color: #e01b1b;
  color: #d5d5d5
}

.bg-purple {
  color: #fff;
  background-color: #2c2f6c
}

.bg-purple:hover,
.cta-btn2:hover {
  color: #fff;
  background-color: transparent;
  border: 1px solid #2c2f6c
}

.hero-banner-form {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 30px;
  position: relative;
  z-index: 2
}

@media screen and (max-width: 900px) {
  .hero-banner-form {
    margin-top: 20px;
    background-color: #fff
  }
}

.percentfifty {
  margin-left: -10px !important
}

.banner-form-heading {
  font-size: 24px;
  font-weight: 800
}

.hero-banner-form p {
  color: #262626;
  margin-top: 0.75rem;
  margin-bottom: 0.65rem;
  font-size: 14px;
  line-height: 1.4;
}

.hero-banner-form .banner-form-heading {
  margin-top: 0;
}

@media (min-width: 768px) {
  .hero-banner-form .row > .col-md-9 > p:first-of-type {
    margin-top: 0.2rem;
  }
}

@media (max-width: 767.98px) {
  .hero-banner-form img.percentfifty {
    margin-top: 0 !important;
  }

  .hero-banner-form .row > .col-md-3 {
    margin-bottom: 0.25rem;
  }
}

.hero-banner-form .form-control::placeholder {
  color: #737373
}

.hero-banner-form .form-control {
  background-color: #f3f3f3;
  border: 1.5px solid #ccc;
  border-radius: 5px;
  font-size: 16px
}

.hero-banner-form input.form-control {
  height: 45px
}

.hero-banner-form textarea.form-control {
  height: 165px
}

.banner-btns {
  padding-top: 5px
}

.banner-form-new-btn {
  color: #fff;
  width: 100%;
  background-color: #2c2f6c;
  padding: 15px 0;
  display: block;
  border: none
}

.banner-form-new-btn:hover {
  background-color: #c71111;
  color: #fff
}

.platform-logo-booksell {
  margin-right: 20px
}

.pt-new-img {
  margin-top: 20px
}

.pt-sec-new .nav-tabs .nav-link {
  width: 155px;
  color: #fff;
  background-color: #2c2f6c;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 700
}

.pt-sec-new .nav-tabs {
  border-bottom: 0
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #0000;
  border: 1px solid #fff
}

.sec-light-color {
  background-color: #e1f2f9
}

.sec-mt {
  margin-top: 30px
}

.pt-portfolio-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  display: grid
}

.new-company-sec {
  color: #fff;
  background-color: #2c2f6c26;
}

.new-company-sec ul li {
  list-style: disc
}

.my-portfolio-sec {
  padding: 30px 0;
  background: #131313
}

.new-company-sec .sec-heading-new {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  text-transform: math-auto !important
}

.sec-pb {
  padding-bottom: 50px
}

.sec-heading-new {
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
}

.my-color {
  color: #2c2f6c;
  line-height: 22px;
  font-weight: 700 !important
}

.genre-grid-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  display: grid
}

.revies-platform-images {
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid
}

.pf-logo {
  align-items: center;
  display: flex
}

.btn-cta {
  width: 150px;
  height: 40px;
  background-color: #2c2f6c;
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700
}

.btn-cta img {
  margin-right: 5px
}

.cta-btn2 {
  color: #fff;
  background-color: #131313
}

.btn-dark-new {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 700
}

.btn-dark-new img {
  margin-right: 5px
}

.bg-dark-btn {
  background-image: linear-gradient(180deg, #fff, #b8c5d3);
  border: none
}

.bg-dark-btn:hover {
  color: #000;
  border: none
}

.inner-hd-sm {
  font-size: 22px
}

.pt-portfolio-wrap img {
  border-radius: 20px !important;
}

.award-winning-wrap {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  display: grid
}

.award-winning-logo {
  margin-left: 32px
}

.testi-box-new-detail {
  width: 70%
}

.new-test-box {
  background-color: #fff;
  margin: 20px;
  padding: 30px 10px 30px 30px;
  transition: .3s ease-in-out;
  position: relative
}

.testi-heading {
  color: #72c2db;
  font-size: 70px;
  font-weight: 900
}

.new-test-box:hover {
  background: linear-gradient(#2c2f6cc7 0, #e5dedcb5 100%);
  transform: scale(.9)
}

.serbox-new a {
  font-weight: 800;
  color: #151515
}

.serbox-new {
  margin-right: 10px;
  color: #232323;
  height: 330px;
  background-color: #2c2f6c47;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px 30px 38px
}

.ser-box-new-wrap {
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: grid
}

.serbox-new h4 {
  padding-top: 10px
}

p a {
  color: #131313
}

.serbox-new:hover {
  color: #fff;
  background-color: #131313
}

.serbox-new:hover h4,
.serbox-new:hover p {
  color: #fff
}

.serbox-new:hover img {
  filter: grayscale(1) invert(1) brightness(100);
}

.client-detail-wrap h4 {
  color: #202020;
  font-weight: 900
}

.test-stars i {
  color: #2c2f6c
}

.slider-btn {
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #131313;
  border-radius: 20px;
  border: none
}

.our-ser-new-sec {
  position: relative
}

.prev-slide {
  position: absolute;
  top: 54%;
  left: 10%;
  transform: translateY(-50%)
}

.next-slide {
  position: absolute;
  top: 54%;
  right: 10%;
  transform: translateY(-50%)
}

.new-books-sec {
  background-color: #eef1f8;
  padding-left: 50px;
  padding-right: 50px
}

.platform-wrap {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px
}

.slick-dots {
  display: none !important
}

.frequently-asked-questions {
  background-color: #f4f4f4;
  padding: 80px 0 50px
}

.frequently-asked-questions .accordion-item {
  background: 0 0;
  border: none;
  margin: 0 0 15px
}

.frequently-asked-questions .accordion-header {
  margin: inherit
}

.frequently-asked-questions .accordion-item:first-of-type .accordion-button {
  text-transform: capitalize;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.frequently-asked-questions .accordion-button:not(.collapsed):after {
  background-image: inherit;
  transform: inherit;
  font-size: 25px;
  line-height: 38px;
  content: "-" !important
}

.frequently-asked-questions .accordion-button {
  text-align: left;
  overflow-anchor: none;
  color: #fff;
  text-transform: capitalize;
  background-color: #2c2f6c;
  border: 0;
  border-radius: 10px;
  flex-direction: row-reverse;
  order: 2;
  line-height: 20px;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 1rem 1.25rem;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: relative;
  width: 100% !important
}

.frequently-asked-questions .accordion-button:after {
  width: 30px;
  height: 30px;
  content: "+";
  color: #fff;
  text-align: center;
  background: #2c2f6c;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0 9px;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  transition: transform .2s ease-in-out;
  background-image: inherit !important
}

.frequently-asked-questions .accordion-body {
  color: #323232;
  background-color: #fff;
  border: 1px solid #2c2f6c;
  border-radius: 10px;
  padding: 1rem 1.25rem;
  font-size: 18.01px
}

.g-process-bg {
  background-image: url(../images/texture-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative
}

.g-cta-1-content h5:after {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../images/g-cta-2.webp);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -28px;
  left: 36%;
  right: 0
}

.g-cta-1-content h3,
.g-cta-1-content h5 {
  color: #fff;
  font-size: 40px;
  position: relative
}

.g-cta-1-content p {
  color: #fff;
  padding: 25px 0 0
}

.g-process-inner {
  height: 1335px;
  background-image: url(../images/process-bg.webp);
  background-repeat: no-repeat;
  background-size: contain
}

.g-process-inner-content {
  height: 240px;
  color: #fff;
  margin: 10px 0 0
}

.g-process-inner-content1 h3 {
  color: #fff;
  padding: 60px 0 0 50px
}

.g-process-inner-content1-1 p {
  color: #fff;
  padding: 20px
}

.g-process-bg a {
  color: #2c2f6c
}

.g-services-bg .row {
  padding: 50px 0
}

.g-process-inner-content2-2 p {
  padding: 20px
}

.g-process-inner-content2 h3 {
  padding: 70px 0 0 300px
}

.g-process-inner-content3 h3 {
  padding: 60px 0 0 50px
}

.g-process-inner-content3-3 p,
.g-process-inner-content4-4 p {
  padding: 20px
}

.g-process-inner-content4 h3 {
  text-align: left;
  padding: 50px 0 0 300px
}

.g-process-inner-content5 h3 {
  padding: 50px 0 0 50px
}

.g-process-inner-content5-5 p {
  padding: 20px
}

.bgnewcolor {
  background-color: #e1f2f9
}

.g-cta {
  background-image: -ms-linear-gradient(90deg, #154890, #1d6bda 100%);
  text-align: center;
  background-image: -webkit-linear-gradient(90deg, #231e32, #231e32 100%);
  background-color: #154890fe;
  background-image: -moz-linear-gradient(90deg, #154890, #1d6bda 100%);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  padding: 60px 50px;
  position: relative
}

.root-g-cta-title-h2 {
  color: #fff;
  background: 0 0;
  background-clip: unset;
  transform-origin: unset;
  -webkit-text-fill-color: unset;
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  display: block
}

.g-cta p {
  color: #fff
}

.g-cta img {
  content: "";
  center: 100% no-repeat;
  height: 355px;
  position: absolute;
  bottom: 0;
  right: 0
}

.cta-sec-new {
  position: relative;
  background-color: #2c2f6c;
  background-image: url(../images/my-images/cta-banner.png);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px
}

.cta-sec-new .sec-heading-new {
  color: #fff
}

.cta-sec-new p {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.65
}

.cta-sec-new a {
  color: #fff;
  text-decoration: none
}

.cta-sec-new a:hover {
  color: #e0e6ff;
  text-decoration: underline
}

.my-cta-parallex {
  z-index: 33;
  position: absolute;
  margin-top: -82px;
  height: 457px
}

@media (max-width: 991.98px) {
  .cta-sec-new .row > .col-md-6:first-child {
    position: relative;
    z-index: 2;
  }

  .cta-sec-new .row > .col-md-6:last-child {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 1.25rem;
    min-height: 0;
  }

  .my-cta-parallex {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: min(100%, 340px);
    width: 100%;
    z-index: 1;
    object-fit: contain;
  }

  .my-portfolio-sec > .container > .row:first-child .sec-heading-new {
    font-size: clamp(1.1rem, 4vw + 0.45rem, 1.65rem);
    line-height: 1.3;
    overflow-wrap: anywhere;
    word-break: break-word;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.sec-heading-new {
  font-weight: 700
}

/* Distribution / retail strip (booksell-platform py-3) — SVG strip, no lazy-load blur */
.booksell-platform.py-3 .booksell-strip-wrap {
  flex: 1 1 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.booksell-platform.py-3 .booksell-strip {
  width: 100%;
  max-width: 920px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  filter: none !important
}

.white {
  color: #fff
}

/* Home: Our services — icon cards, clearer contrast */
.ich-services-outline {
  background: linear-gradient(180deg, #f8f9fc 0%, #eef1f7 100%);
}

.ich-services__head {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .ich-services__head {
    margin-bottom: 3rem;
  }
}

.ich-services__title {
  margin-bottom: 0.75rem;
}

.ich-services__lead {
  color: #4b5563;
  font-size: 1.0625rem;
  line-height: 1.6;
  max-width: 36rem;
  margin-bottom: 0;
}

.ich-services__card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 1.875rem 1.5rem 1.5rem;
  border: 1px solid rgba(44, 47, 108, 0.1);
  box-shadow: 0 8px 28px rgba(44, 47, 108, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.ich-services__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(44, 47, 108, 0.13);
  border-color: rgba(44, 47, 108, 0.18);
}

.ich-services__icon {
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: 1.125rem;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(44, 47, 108, 0.14) 0%, rgba(44, 47, 108, 0.05) 100%);
  color: #2c2f6c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.ich-services__card-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.ich-services__title-link {
  color: #2c2f6c;
  text-decoration: none;
  transition: color 0.15s ease;
}

.ich-services__title-link:hover {
  color: #1a1d45;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ich-services__desc {
  color: #4b5563;
  font-size: 0.9375rem;
  line-height: 1.65;
  text-align: center;
  flex-grow: 1;
}

.ich-services__desc a {
  color: #2c2f6c;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ich-services__desc a:hover {
  color: #1a1d45;
}

.ich-services__cta-wrap {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(44, 47, 108, 0.1);
  width: 100%;
}

.ich-services__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #2c2f6c;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.ich-services__cta:hover {
  color: #1a1d45;
}

.ich-services__cta:hover .ich-services__cta-icon {
  transform: translateX(4px);
}

.ich-services__cta-icon {
  display: inline-flex;
  transition: transform 0.2s ease;
  font-size: 0.75rem;
}

@media (prefers-reduced-motion: reduce) {
  .ich-services__card,
  .ich-services__cta-icon {
    transition: none;
  }

  .ich-services__card:hover {
    transform: none;
  }

  .ich-services__cta:hover .ich-services__cta-icon {
    transform: none;
  }
}

.ich-services__title-link:focus-visible,
.ich-services__desc a:focus-visible,
.ich-services__cta:focus-visible {
  outline: 2px solid #2c2f6c;
  outline-offset: 3px;
  border-radius: 4px;
}

/* Home: author trust / benefits — designed section */
.ich-author-trust-sec {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #eceef4 0%, #f4f5f8 38%, #eef0f6 100%);
  padding-top: clamp(4rem, 9vw, 6.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem)
}

.ich-trust-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 80% 50% at 15% 10%, rgba(44, 47, 108, .07), transparent 55%),
    radial-gradient(ellipse 60% 45% at 90% 85%, rgba(44, 47, 108, .06), transparent 50%);
  pointer-events: none
}

.ich-trust-container {
  z-index: 1
}

.ich-trust-header {
  margin-bottom: 2.75rem;
  padding-top: .5rem
}

@media (min-width: 992px) {
  .ich-trust-header {
    margin-bottom: 3.25rem;
    padding-top: .75rem
  }
}

.ich-trust-eyebrow {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #2c2f6c;
  margin-top: 0;
  margin-bottom: .75rem;
  opacity: .92
}

.ich-trust-main-title {
  font-family: Poppins, sans-serif;
  font-size: clamp(1.4rem, 3.2vw, 2.05rem);
  font-weight: 800;
  color: #12141f;
  line-height: 1.22;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  letter-spacing: -.02em
}

.ich-trust-title-rule {
  width: 72px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, #2c2f6c, #2c2f6c);
  margin-bottom: 1.5rem
}

.ich-trust-intro {
  font-size: 1.05rem;
  color: #5c6178;
  line-height: 1.8;
  max-width: 680px;
  margin-bottom: 0
}

.ich-trust-intro a {
  color: #2c2f6c;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px
}

.ich-trust-intro a:hover {
  color: #1a1d48
}

.ich-trust-cards-row {
  --bs-gutter-y: 1.5rem
}

.ich-trust-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(44, 47, 108, .1);
  box-shadow:
    0 2px 4px rgba(26, 29, 46, .04),
    0 18px 48px rgba(26, 29, 46, .09);
  padding: 0;
  text-align: center;
  overflow: hidden;
  transition: transform .28s cubic-bezier(.25, .8, .25, 1), box-shadow .28s ease, border-color .2s ease
}

.ich-trust-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #2c2f6c
}

.ich-trust-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 8px 16px rgba(26, 29, 46, .06),
    0 28px 56px rgba(44, 47, 108, .13);
  border-color: rgba(44, 47, 108, .14)
}

.ich-trust-card-inner {
  padding: 2.35rem 1.65rem 2.5rem
}

@media (min-width: 992px) {
  .ich-trust-card-inner {
    padding: 2.65rem 1.85rem 2.8rem
  }
}

.ich-trust-icon-wrap {
  position: relative;
  width: 104px;
  height: 104px;
  margin: 0 auto 1.5rem;
  flex-shrink: 0
}

.ich-trust-icon-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(44, 47, 108, .12);
  background: #fff
}

.ich-trust-icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #2c2f6c;
  box-shadow: 0 8px 22px rgba(44, 47, 108, .28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.9rem
}

.ich-trust-card-title {
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -.02em;
  color: #12141f;
  margin-bottom: 1rem;
  line-height: 1.32
}

.ich-trust-card-text {
  font-size: .96rem;
  color: #5a6072;
  line-height: 1.78;
  margin: 0
}

.ich-trust-cta-wrap {
  margin-top: 2.75rem;
  padding-top: 2.35rem;
  border-top: 1px solid rgba(44, 47, 108, .1)
}

@media (min-width: 992px) {
  .ich-trust-cta-wrap {
    margin-top: 3.25rem;
    padding-top: 2.6rem
  }
}

.ich-trust-cta-panel {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(44, 47, 108, .08);
  box-shadow: 0 16px 42px rgba(26, 29, 46, .08);
  padding: 1.5rem 1.5rem
}

@media (min-width: 768px) {
  .ich-trust-cta-panel {
    padding: 1.65rem 2.15rem
  }
}

.ich-trust-cta-label {
  display: block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #2c2f6c;
  margin-bottom: .3rem;
  opacity: .88
}

.ich-trust-cta-line {
  font-size: 1rem;
  color: #5c6178;
  font-weight: 500;
  line-height: 1.45
}

.ich-trust-cta-actions {
  width: 100%
}

@media (min-width: 768px) {
  .ich-trust-cta-actions {
    width: auto
  }
}

.ich-trust-btn {
  display: inline-block;
  background: #2c2f6c;
  color: #fff !important;
  font-weight: 700;
  font-size: .95rem;
  padding: .78rem 2rem;
  min-width: 196px;
  text-align: center;
  border-radius: 999px;
  border: none;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(44, 47, 108, .32);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, filter .18s ease
}

.ich-trust-btn:hover {
  color: #fff !important;
  background: #252856;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(44, 47, 108, .38);
  filter: none
}

.ich-trust-phone-line {
  color: #1a1d2e;
  gap: .85rem;
  padding: .35rem .5rem;
  border-radius: 12px;
  transition: background .2s ease, color .2s ease
}

.ich-trust-phone-line:hover {
  color: #2c2f6c;
  background: rgba(44, 47, 108, .05)
}

.ich-trust-phone-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #2c2f6c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(44, 47, 108, .28)
}

.ich-trust-phone-label {
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6b7084;
  margin-bottom: .12rem
}

.ich-trust-phone-num {
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: .02em;
  color: #12141f
}

.btn-9 {
  text-transform: capitalize;
  color: #2d243e;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700
}

.btn-9:hover {
  color: #fff;
  background-color: #f1974b;
  border: 2px solid #f1974b;
  transition: .3s;
  box-shadow: 0 0 #0000
}

.section__title {
  text-align: center;
  color: #302946;
  margin: 7px 0 58px;
  font-size: 50px;
  font-weight: 700
}

.section__title span {
  display: block
}

#contact-section-g {
  padding-left: 250px;
  padding-right: 250px;
  padding-bottom: 50px
}

.frm_area_btm form h4 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700
}

.frm_area_btm form input[type=email],
.frm_area_btm form input[type=tel],
.frm_area_btm form input[type=text] {
  width: 100%;
  color: #fff;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #fff;
  outline: 0;
  margin: 67px 0;
  font-size: 16px;
  display: block
}

.frm_area_btm form input::-webkit-input-placeholder,
.frm_area_btm form textarea::-webkit-input-placeholder {
  color: #fff
}

.frm_area_btm form input::-moz-placeholder,
.frm_area_btm form textarea::-moz-placeholder {
  color: #fff
}

.frm_area_btm form input:-ms-input-placeholder,
.frm_area_btm form textarea:-ms-input-placeholder {
  color: #fff
}

.frm_area_btm form input:-moz-placeholder,
.frm_area_btm form textarea:-moz-placeholder {
  color: #fff
}

.frm_area_btm form textarea {
  width: 100%;
  color: #fff;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #fff;
  outline: 0;
  margin: 22px 0 47px;
  font-size: 16px;
  display: block;
  resize: vertical
}

.frm_area_btm form label {
  color: #fff;
  font-size: 15px
}

.form-check {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.5em;
  display: block
}

.frm_area_btm form button {
  color: #fff;
  background: #fda12a;
  border: 1px solid #0000;
  border-radius: 48px;
  outline: 0;
  margin: 50px auto 0;
  padding: 10px 50px;
  font-size: 16px;
  transition: .3s;
  display: block
}

.contact-flow {
  min-height: 100%;
  background-color: #0000;
  border-radius: 9px;
  margin-top: 4px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 2rem 3rem
}

.contact-flow__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8
}

.in-violet-450 {
  color: #2c2f6c !important
}

.contact-flow__list-item {
  opacity: .8;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
  position: relative;
  margin-bottom: 37px;
  padding-left: 47px
}

.ordered-list__item:before {
  content: counter(item) "";
  width: 32px;
  height: 32px;
  color: #fff;
  text-align: center;
  counter-increment: item;
  counter-increment: item;
  background: #fea12a;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  position: absolute;
  top: 0;
  left: 0
}

.pt-0 {
  padding-top: 0 !important
}

.ordered-list {
  counter-reset: item;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  list-style: none
}

.custom-breadcrumb {
  background-color: #fff;
  padding: 10px 0
}

.custom-breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  flex-direction: row;
  flex-wrap: nowrap
}

.custom-breadcrumb ul li a {
  font-family: var(--ich-font-sans);
  color: #302946;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  transition: .3s ease-in-out
}

.custom-breadcrumb ul li a:hover {
  color: #f49720
}

.custom-breadcrumb ul li.breadcrumb-item.active {
  text-transform: capitalize
}

.breadcrumb-item.active {
  color: #6c757d
}

.fa-angle-right:before {
  content: ""
}

section.services-together-wrap {
  background: #fff;
  padding: 50px 0
}

.services-together-wrap .services-together-head {
  margin: 0 0 20px
}

.services-together-wrap .services-together-head h2 {
  color: #000;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  margin: 0 0 10px
}

.services-together-inner .services-together-box {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 20px;
  display: flex;
  transition: .3s ease-in-out
}

.services-together-box .services-together-icon {
  margin: 0 10px 0 0;
  width: 120px;
  height: 75px
}

.services-together-icon img {
  width: 100%
}

.services-together-content h3 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px
}

.services-together-content p {
  color: #212529;
  font-size: 16px;
  line-height: 22px;
  padding: 0 5px 0 0;
  margin: 0 0 10px;
  min-height: 75px;
  max-height: 100px;
  overflow-y: auto
}

.services-together-content a.more-btn {
  color: #000;
  width: 100px;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #000;
  display: block;
  text-align: left;
  transition: .3s ease-in-out
}

.services-together-inner .services-together-box:hover {
  background: #e1f2f9
}

.services-together-content a.more-btn:hover {
  border-bottom: 1px solid #f49720
}

.editing-sec5-box-main-bg {
  background-image: url(../images/texture.webp);
  background-repeat: no-repeat;
  padding: 100px 0
}

.editing-sec5-box-main-bg h4 {
  color: #2c2f6c;
  font-size: 50px;
  line-height: 53px
}

.editing-sec5-box-main {
  background-color: #f79c3d;
  border: 1px solid #000;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 30px 25px;
  transition: .3s;
  position: relative
}

.editing-sec5-box-main:hover {
  border: 1px solid #0000;
  box-shadow: 0 0 15px #2d2540
}

.editing-sec5-box-img img {
  width: 50px
}

.editing-sec5-box-main h3,
.editing-sec5-box-main h5 {
  height: 50px;
  padding: 10px 0;
  font-size: 18px
}

.editing-sec5-box-txt p {
  height: 120px;
  overflow-y: overlay;
  padding: 0 10px 0 0
}

.editing-sec5-box-txt p::-webkit-scrollbar {
  width: 10px
}

.editing-sec5-box-txt p::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px
}

.editing-sec5-box-txt p::-webkit-scrollbar-thumb {
  background: #4b3b72;
  border-radius: 50px
}

.editing-sec5-box-txt p::-webkit-scrollbar-thumb:hover {
  background: #4b3b72
}

.editing-sec5-box-txt h3 a {
  color: #212529
}

.editing-sec5-box-txt a {
  color: #fff
}

.why-choose-service {
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f0eff2;
  padding: 100px 0 0
}

.why-choose-service-head p {
  color: #000;
  padding: 0 0 10px;
  font-size: 16px;
  line-height: 24px
}

.why-choose-service-head h4 {
  font-weight: 600;
  color: #000;
  padding: 0 0 15px;
  font-size: 40px
}

.why-choose-img img {
  width: 100%
}

.frequently-asked-questions .frequently-heading h2,
.frequently-asked-questions .frequently-heading h4,
.frequently-heading h5 {
  color: #302946;
  margin: 0 0 35px;
  font-size: 50px;
  font-weight: 700
}

.frequently-asked-questions .frequently-heading {
  text-align: center
}

.book-editing-section {
  padding: 50px 0
}

.section-title h2 {
  color: #2c2f6c;
  font-size: 50px
}

.book-editing-section ul#pills-tab {
  padding: 20px 0 0
}

.tab-content>.active {
  display: block
}

.book-editing-section h3,
.book-editing-section h4 {
  color: #353a4d;
  margin-bottom: 20px;
  font-size: 2.5rem;
  text-transform: math-auto !important
}

.book-editing-section ul.check-50-li li {
  min-width: 48%;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  list-style: none;
  display: inline-flex
}

.book-editing-section ul.check-50-li li img {
  margin-right: 10px;
  position: relative;
  top: 5px;
  width: 20px
}

.faq-ul {
  margin-left: 3rem;
  line-height: 2;
  margin-top: 1rem;
  color: #000;
}

.faq-ul li {
  list-style: disc;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  filter: brightness(100%) invert(1);
  background-color: #f7aa39 !important;
  border: 2px solid #f7aa39 !important
}

.book-editing-section .book-tab-img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.book-editing-section img {
  max-width: 100%;
  min-height: calc(100% - 30px);
  object-fit: cover
}

.contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 50px
}

/* .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(3) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 0 50px
} */

.contact-us .contact-us-heading p:first-child:before {
  content: "";
  height: 1px;
  width: 13%;
  background-color: #000;
  position: absolute;
  bottom: 45%;
  left: 18%
}

.contact-us .contact-us-heading p:first-child:after {
  content: "";
  height: 1px;
  width: 13%;
  background-color: #000;
  position: absolute;
  bottom: 45%;
  right: 18%
}

.about-who-we-are .about-who-head h2 {
  color: #1e1d1d;
  padding: 0 0 20px;
  font-size: 52px;
  font-weight: 600
}

.about-who-we-are .about-who-head p {
  color: #1e1d1d;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

.about-who-we-are .about-who-box {
  background-color: #fff;
  margin: 0 0 18px;
  padding: 30px 25px;
  transition: .5s;
  box-shadow: 0 0 43px #12121214
}

.about-who-we-are .about-who-box h3,
.about-who-we-are .about-who-box h5 {
  color: #1e1d1d;
  font-size: 25px;
  font-weight: 500
}

.about-who-we-are .about-who-box p {
  color: #1e1d1d;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px
}

.btn-8 {
  text-transform: capitalize;
  color: #2d243e;
  background-color: #2c2f6c;
  border: 2px solid #2c2f6c;
  border-radius: 50px;
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  transition: .3s
}

.btn-8:hover {
  background-color: #fff;
  border: 1px solid #2c2f6c;
  box-shadow: 0 0 #0000
}

.g-about-texture-bg {
  background-image: url(../images/texture.webp);
  background-repeat: no-repeat
}

.g-about-service {
  padding: 20px 0
}

.g-accomplishments-card {
  padding: 40px
}

#contact-section {
  margin: 0;
  padding: 0
}

.frm_area_btm form {
  background: linear-gradient(80deg, #534180 23%, #272136 77%);
  border-radius: 15px;
  padding: 3rem 5rem
}

.testimonials {
  padding: 50px 0 245px
}

.testimonials .best-reviews {
  text-align: center
}

.best-reviews h2,
.testimonials .best-reviews h3 {
  color: #574b80;
  font-size: 50px;
  font-weight: 700;
  position: relative
}

.testimonials .best-reviews p {
  color: #a2a2a2;
  width: 50%;
  margin: 0 auto 1rem;
  font-size: 18.01px;
  font-weight: 400
}

.dp-wrap {
  perspective: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative
}

#dp-slider {
  height: 278px;
  overflow: hidden
}

#dp-slider .dp_item:first-child {
  z-index: 10 !important;
  transform: rotateY(0) translate(10%) !important
}

.dp_item {
  text-align: center;
  color: #fff;
  border-radius: 10px;
  transition: transform 1.2s;
  display: block;
  position: absolute
}

.testimonials .review-card {
  width: 87%;
  height: 400px;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  padding: 32px 25px 21px 0;
  display: flex;
  box-shadow: 0 0 8px 4px #b9b9b9
}

.testimonials .content-1 {
  position: relative
}

.testimonials .content-1 img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 50px
}

.testimonials .content p {
  color: #4d4d4d;
  letter-spacing: 3px;
  margin: 33px 0 15px;
  font-size: 16px;
  font-weight: 300
}

.testimonials .content h3 {
  color: #2c2f6c;
  font-size: 17.99px;
  font-weight: 600
}

.testimonials .content-1 :after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0
}

.dp_item[data-position="2"] {
  z-index: 9;
  transform: rotateY(0) translate(16%) scale(.9)
}

.dp_item[data-position="3"] {
  z-index: 8;
  transform: rotateY(0) translate(22%) scale(.8)
}

.dp_item[data-position="4"] {
  z-index: 7;
  transform: rotateY(0) translate(28%) scale(.7)
}

.dp_item[data-position="5"] {
  z-index: 6;
  transform: rotateY(0) translate(34%) scale(.6)
}

.testimonials .arrow-main {
  position: absolute;
  bottom: -61%;
  right: 28px
}

.testimonials .arrow-main span:nth-child(1) {
  margin: 0 20px
}

.testimonials .arrow-main span {
  opacity: .5
}

.book-editing-section .nav-pills .nav-link {
  color: #000;
  height: 107px;
  text-transform: capitalize;
  padding: 10px;
  width: 130px;
  background: 0 0;
  border: 2px solid #231e32;
  border-radius: 5px;
  margin: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.my-pill {
  height: 40px !important;
  width: 200px !important
}

.sec {
  padding-top: 50px
}

.g-how-we-content h2,
.g-how-we-content h4 {
  color: #000;
  padding: 0 0 10px;
  font-size: 40px;
  font-weight: 700;
  position: relative
}

.g-how-we-content h4:after {
  content: "";
  width: 100%;
  height: 40px;
  background-image: url(../images/underline2.webp);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  left: 27%;
  right: 0
}

.g-how-we-content p {
  color: #000;
  padding: 20px 0 0
}

.btn-10 {
  text-transform: capitalize;
  color: #fff;
  background-color: #231e32;
  border: 2px solid #231e32;
  border-radius: 50px;
  margin-right: 10px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700
}

.btn-10:hover {
  color: #fff;
  background-color: #f1974b;
  border: 2px solid #f1974b;
  transition: .3s;
  box-shadow: 0 0 #0000
}

.new-editing-bg {
  background-image: url(../images/contact-texture.webp);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 140px 0 0 !important
}

.new-editing-bg h1 {
  font-size: 33px;
  font-weight: 700
}

.new-editing-bg h2 {
  font-size: 15px
}

.contact-us {
  padding: 50px 0
}

.contact-us .contact-us-heading {
  text-align: center
}

.contact-us .contact-us-heading p:first-child {
  color: #292929;
  font-size: 24px;
  font-weight: 600;
  position: relative
}

.contact-us .contact-us-heading h5 {
  text-transform: capitalize;
  color: #2c2f6c;
  font-size: 60px;
  font-weight: 700
}

.contact-us .contact-us-heading p:last-child {
  color: #bfbfbf;
  font-size: 18px;
  font-weight: 400
}

.contact-us .ways-to-connect .ways-to-connect-connect {
  padding: 0 25px;
  align-items: center;
  display: flex
}

.contact-us .ways-to-connect .ways-to-connect-connect i {
  color: #2c2f6c;
  font-size: 24px
}

.fa-phone:before {
  content: ""
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para {
  margin: 0 0 0 14px;
  display: inline-block
}

.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para a,
.contact-us .ways-to-connect .ways-to-connect-connect .ways-to-connect-para p {
  color: #272137;
  font-size: 16px;
  font-weight: 300;
  margin: 0
}

.contact-us .ways-to-connect {
  margin: 0 0 50px;
  justify-content: center;
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

.contact-us .row .ways-to-connect-top-form-heading {
  margin: 0 0 25px
}

.contact-us .row .ways-to-connect-top-form-heading h5 {
  text-transform: capitalize;
  color: #292929;
  font-size: 60px;
  font-weight: 700
}

.contact-us .row .ways-to-connect-top-form-heading p {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 400
}

.contact-us .row .input-row1 {
  display: flex
}

.contact-us .row input:nth-child(2) {
  margin: 0 0 0 35px
}

.contact-us .row input {
  width: 100%;
  height: 50px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  margin: 0 0 40px;
  padding: 0 20px;
  font-size: 15.99px;
  font-weight: 300
}

.contact-us .row textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  margin: 0 0 40px;
  padding: 20px 0 0 29px;
  font-size: 15.99px;
  font-weight: 300
}

.contact-us .row .form-button button {
  height: 65px;
  width: 229px;
  color: #fff;
  background-color: #2c2f6c;
  border: #0000;
  border-radius: 50px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0 0 12px 1px #dc3545
}

.banner {
  padding: 270px 0;
  position: relative
}

.banner .banner-content {
  text-align: center;
  margin: 0 0 2em
}

.banner .banner-content .thank-you-img {
  filter: brightness(0) invert()
}

.banner .banner-content h1,
.banner-content h5 {
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 25px;
  font-size: 50px;
  font-weight: 700
}

.banner .banner-content .thank-you-btn {
  width: 178px;
  height: 52px;
  color: #fff;
  background-color: #2c2f6c;
  border: #0000;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 52px;
  text-transform: capitalize
}

.tc-image-effect-shine:before {
  content: "";
  height: 100%;
  width: 50%;
  z-index: 2;
  background: linear-gradient(90deg, #fff0 0, #ffffff4d 100%);
  display: block;
  position: absolute;
  top: 0;
  left: -75%;
  transform: skew(-25deg)
}

.banner .banner-content h2,
.banner-content p {
  text-transform: capitalize;
  color: #2c2f6c;
  margin: 0 0 50px;
  font-family: var(--ich-font-sans);
  font-size: 24px;
  font-weight: 400
}

.tc-image-effect-shine {
  position: relative;
  overflow: hidden
}

.hvr-grow {
  vertical-align: middle;
  transition-property: transform;
  transition-duration: .3s;
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px #0000
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
  transform: scale(1.1)
}

.inner-ser-banner {
  z-index: -1;
  position: absolute;
  top: 0
}

.term-sec-wrap {
  padding: 170px 0 50px
}

.term-sec-wrap .terms-content {
  margin: 0 0 40px
}

.modal {
  z-index: 1055;
  width: 100%;
  height: 100%;
  outline: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto
}

#staticBackdrop .modal-content {
  background-image: url(../images/my-images/main-popup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden
}

#staticBackdrop .modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #131313;
  opacity: .5;
  width: 100%;
  z-index: -1
}

#staticBackdrop .modal-content .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: 0 0;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 13px;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  z-index: 4;
  opacity: 1;
  transition: .3s ease-in-out
}

#staticBackdrop .modal-content .btn-close:hover {
  color: #f49720;
  border: 2px solid #f49720
}

#staticBackdrop .modal-content .btn-close i {
  font-weight: 600
}

#staticBackdrop .modal-dialog {
  max-width: 500px;
  margin: 170px auto 0
}

#staticBackdrop .modal-header {
  padding: 0;
  border-bottom: none
}

#staticBackdrop .modal-body {
  padding: 30px 20px
}

#staticBackdrop .modal-body .modal-body-form {
  text-align: center
}

.modal-body-form .staticBackdrop_modalTitle,
.modal-body-form h5 {
  font-family: 'Poppins';
  font-size: 30px;
  line-height: 28px;
  color: #f49720;
  margin: 0 !important
}

/* X======X=====X */


#dynamicPopup .modal-content {
  background-image: url(../images/my-images/main-popup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden
}

#dynamicPopup .modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #131313;
  opacity: .5;
  width: 100%;
  z-index: -1
}

#dynamicPopup .modal-content .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: 0 0;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 13px;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  z-index: 4;
  opacity: 1;
  transition: .3s ease-in-out
}

#dynamicPopup .modal-content .btn-close:hover {
  color: #f49720;
  border: 2px solid #f49720
}

#dynamicPopup .modal-content .btn-close i {
  font-weight: 600
}

#dynamicPopup .modal-dialog {
  max-width: 500px;
  margin: 170px auto 0
}

#dynamicPopup .modal-header {
  padding: 0;
  border-bottom: none
}

#dynamicPopup .modal-body {
  padding: 30px 20px
}

#dynamicPopup .modal-body .modal-body-form {
  text-align: center
}

.modal-body-form .staticBackdrop_modalTitle,
.modal-body-form h5 {
  font-family: 'Poppins';
  font-size: 30px;
  line-height: 28px;
  color: #f49720;
  margin: 0 !important
}

.flip-counter-popup {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center
}

.modal-body-form .popup-form-list .form-group {
  margin: 0 0 10px
}

.modal-body-form .popup-form-list .form-group.form-group-last {
  margin: 0
}

.modal-body-form .popup-form-list .form-group input {
  background: 0 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px
}

.modal-body-form .popup-form-list .form-group input::placeholder {
  color: #fff;
  font-size: 16px
}

.modal-body-form .popup-form-list .form-group textarea {
  background: 0 0;
  color: #fff;
  font-size: 16px;
  width: 100%;
  height: 120px;
  resize: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px
}

.modal-body-form .popup-form-list .form-group textarea::placeholder {
  color: #fff;
  font-size: 16px
}

.modal-body-form .popup-form-list .form-group button.submit-btn {
  background: #f49720;
  color: #fff;
  font-size: 18px;
  width: 100%;
  border: 2px solid #f49720;
  border-radius: 10px;
  padding: 10px;
  margin: 0;
  text-transform: capitalize;
  outline: 0;
  transition: .3s ease-in-out
}

.modal-body-form .popup-form-list .form-group button.submit-btn:hover {
  background: #fff;
  color: #f49720;
  border: 2px solid #fff
}

.modal.show {
  padding-right: 0 !important
}

.modal-body-form .discountBadge,
.modal-body-form h3 {
  font-family: 'Poppins';
  font-size: 20px !important;
  line-height: 19px !important;
  color: #fff;
  margin: 0 0 10px !important;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left
}

.modal-body-form .discountBadge span,
.modal-body-form h3 span {
  font-size: 60px;
  line-height: 92px;
  font-weight: 700;
  display: block;
  margin: 0 10px 0 0
}

.modal .modal-dialog .modal-content .modal-body form {
  flex-direction: column;
  display: flex;
  padding: 0 !important
}

.floatbutton {
  -o-transition: .4s;
  width: 420px;
  z-index: 9;
  font-size: 0;
  transition: .4s;
  position: fixed;
  top: 16%;
  right: -370px
}

.floatbutton.active {
  right: 0;
  z-index: 999;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.floatbutton .btns_wrap {
  position: fixed;
  right: -6px
}

.floatbutton .btns_wrap .chat_wrap {
  width: 280px;
  -o-transition: .3s;
  background: #fff;
  border-radius: 50px 0 0 50px;
  padding: 0;
  transition: .3s;
  display: block;
  position: absolute;
  top: 40px;
  right: -225px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important
}

.floatbutton .btns_wrap .call_wrap span.icoo,
.floatbutton .btns_wrap .chat_wrap span.icoo {
  color: #fff;
  vertical-align: middle;
  background: linear-gradient(45deg, #2c2f6c, #2c2f6c);
  border-right: 1px solid #ded9d9;
  border-radius: 50px 0 0 50px;
  padding: 18px 20px 16px;
  font-size: 18px;
  display: inline-block;
  box-shadow: 1px 0 13px #184dc1c2
}

.floatbutton .btns_wrap .call_wrap span {
  color: #333;
  vertical-align: middle;
  background: #fff;
  padding: 15px 20px 15px 15px;
  font-size: 20px
}

.fa-comment:before {
  content: ""
}

.floatbutton .btns_wrap .chat_wrap span {
  color: #333;
  vertical-align: middle;
  background: #fff;
  padding: 15px 30px 15px 15px;
  font-size: 20px
}

.floatbutton .btns_wrap a:hover {
  right: 0;
  text-decoration: none !important
}

.floatbutton .btns_wrap .call_wrap {
  width: 280px;
  -o-transition: .3s;
  background: #fff;
  border-radius: 50px 0 0 50px;
  padding: 0;
  transition: .3s;
  position: absolute;
  top: 120px;
  right: -225px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 270px;
  cursor: pointer;
  vertical-align: middle;
  color: #fff;
  text-transform: uppercase;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
  background: linear-gradient(45deg, #2c2f6c, #2c2f6c);
  border-radius: 30px 0 0 30px;
  margin-top: 198px;
  padding-top: 0;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  box-shadow: -20px 7px 18px -7px #57b89717
}

.floatbutton .clickbutton .crossplus {
  -o-transition: .4s;
  color: #fff;
  white-space: pre;
  font-size: 16px;
  font-weight: 700;
  transition: .4s;
  display: block;
  position: absolute;
  bottom: 122px;
  left: -79px;
  transform: rotate(-90deg)
}

.floatbutton .banner-form {
  z-index: 9;
  width: 370px;
  background: #fff;
  border-radius: 5px 0 0 5px;
  margin: 0;
  padding: 30px;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 30px #0000001f
}

.floatbutton .banner-form h3 {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px
}

.floatbutton .banner-form .ban-form input {
  width: 100%;
  color: gray;
  height: 50px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0 0 15px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  outline: 0 !important
}

.floatbutton .banner-form .ban-form textarea {
  width: 100%;
  color: gray;
  height: 120px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 15px 0 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
  outline: 0 !important
}

.floatbutton .banner-form .ban-form input[type=submit] {
  color: #fff;
  text-align: center;
  background: linear-gradient(45deg, #2c2f6c, #2c2f6c);
  border: #0000;
  border-radius: 3px;
  margin: 20px 0 0;
  padding: 10px 15px;
  font-weight: 600
}

#clock1 {
  width: 100%;
  height: 70px;
  margin: 0 auto 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.flip-clock-divider .flip-clock-label {
  display: none
}

.flip-clock-wrapper ul {
  width: 40px;
  height: 50px;
  font-size: 40px;
  line-height: 45px;
  border-radius: 5px;
  background: #000
}

.flip-clock-wrapper ul li {
  line-height: 45px
}

.flip-clock-wrapper ul li a div div.inn {
  font-size: 20px;
  border-radius: 5px
}

.flip-clock-wrapper ul li a div.up:after {
  top: 24px;
  height: 3px
}

.flip-clock-dot {
  color: #fff;
  background: #fff
}

.fa-phone-alt:before {
  content: "\f095"
}

.cta-book-img-new2 {
  display: none
}

@media only screen and (min-width: 1400px) and (max-width:1699px) {
  .g-process-inner-content1 h3 {
    padding: 90px 0 0 50px
  }

  .g-process-inner-content1-1 p {
    padding: 40px 20px 20px
  }

  .g-process-inner-content2 h3 {
    padding: 85px 0 0 300px
  }

  .g-process-inner-content2-2 p {
    padding: 40px 15px 20px
  }

  .g-process-inner-content3 h3 {
    padding: 70px 0 0 50px
  }

  .g-process-inner-content3-3 p {
    padding: 25px
  }

  .g-process-inner-content4 h3 {
    text-align: left;
    padding: 60px 0 0 285px
  }

  .g-process-inner-content4-4 p {
    font-size: 15px;
    padding: 15px 20px 20px
  }

  .g-process-inner-content5 h3 {
    padding: 70px 0 0 50px
  }

  .g-process-inner-content5-5 p {
    font-size: 15px;
    padding: 20px
  }

  section.contact-section #contact-section-g {
    padding: 0 50px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    font-size: 15px
  }
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
  header nav.navbar .navbar-brand .logo {
    width: 120px
  }

  header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
    font-size: 12px
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 14px;
    width: 125px;
    padding: 8px
  }

  .cta-book-img-new2 {
    display: none
  }

  .g-process-inner {
    height: 1075px
  }

  .g-process-inner-content {
    height: 200px
  }

  .g-process-inner-content1 h3 {
    padding: 70px 0 0 50px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    font-size: 14px
  }

  .g-process-inner-content1-1 p {
    font-size: 15px;
    padding: 30px 15px 20px
  }

  .g-process-inner-content2 h3 {
    padding: 60px 0 0 250px
  }

  .g-process-inner-content2-2 p {
    font-size: 15px;
    padding: 30px 15px 20px
  }

  .g-process-inner-content3 h3 {
    padding: 70px 0 0 50px
  }

  .g-process-inner-content3-3 p {
    font-size: 15px;
    padding: 25px
  }

  .g-process-inner-content4 h3 {
    text-align: left;
    padding: 60px 0 0 250px
  }

  .g-process-inner-content4-4 p {
    font-size: 15px;
    padding: 15px 20px 20px
  }

  .g-process-inner-content5 h3 {
    padding: 70px 0 0 50px
  }

  .g-process-inner-content5-5 p {
    font-size: 15px;
    padding: 20px
  }

  .g-process-inner-content1 h3,
  .g-process-inner-content2 h3,
  .g-process-inner-content3 h3,
  .g-process-inner-content4 h3,
  .g-process-inner-content5 h3 {
    font-size: 24px
  }

  section.contact-section #contact-section-g {
    padding: 0 50px
  }
}

@media only screen and (max-width: 1370px) {
  header nav.navbar .navbar-brand .logo {
    width: 100px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
    margin: 0 5px
  }

  header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
    font-size: 7px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
    width: 65%
  }

  header .navbar-nav .nav-item ul.dropdown-menu li a {
    font-size: 14px
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 12px;
    width: 125px;
    padding: 8px
  }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
  header nav.navbar .navbar-brand .logo {
    width: 100px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
    margin: 0 5px
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    font-size: 10px
  }

  header .navbar-nav .nav-item.dropdown button.dropdown-icon-btn {
    font-size: 7px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
    width: 65%
  }

  header .navbar-nav .nav-item ul.dropdown-menu li a {
    font-size: 10px
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 10px;
    width: 125px;
    padding: 8px
  }

  .cta-book-img-new2 {
    display: none
  }

  .g-process-inner {
    margin: 20px 0;
    height: inherit
  }

  .g-process-inner-content {
    height: 175px
  }

  .g-process-inner-content1 h3 {
    padding: 60px 0 0 40px
  }

  .g-process-inner-content1-1 p {
    font-size: 12px;
    padding: 20px
  }

  .g-process-inner-content2 h3 {
    padding: 40px 0 0 225px
  }

  .g-process-inner-content2-2 p {
    font-size: 12px;
    padding: 20px
  }

  .g-process-inner-content3 h3 {
    padding: 40px 0 0 40px
  }

  .g-process-inner-content3-3 p {
    font-size: 12px;
    padding: 15px 20px
  }

  .g-process-inner-content4 h3 {
    text-align: left;
    padding: 20px 20px 20px 225px
  }

  .g-process-inner-content4-4 p,
  .g-process-inner-content5-5 p {
    font-size: 12px;
    padding: 0 20px 20px
  }

  .g-process-inner-content1 h3,
  .g-process-inner-content2 h3,
  .g-process-inner-content3 h3,
  .g-process-inner-content4 h3,
  .g-process-inner-content5 h3 {
    font-size: 22px
  }

  .g-cta img {
    height: 300px
  }

  section.contact-section #contact-section-g {
    padding: 0 30px
  }

  .footer-logo-area .footer-info ul li a {
    font-size: 14px;
    line-height: 20px
  }

  .footer-top .footer-links-area {
    margin: 0 0 20px
  }

  .footer-brands-area .footer-brands-logos img {
    width: 100px
  }

  .footer-brands-area .footer-dmc-logos {
    margin: 0 0 20px
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  header .navbar-toggler {
    background: #2c2f6c
  }

  header .navbar-expand-lg .navbar-collapse {
    padding: 10px 0
  }

  header .navbar-collapse ul.navbar-nav {
    margin: 0
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
    border-bottom: 2px solid #2c2f6c
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px 0;
    width: 100%
  }

  header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
    justify-content: space-between;
    position: relative
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    position: absolute;
    top: 47px;
    transform: inherit;
    opacity: inherit;
    visibility: inherit;
    min-height: 250px;
    max-height: 250px;
    overflow-y: auto;
    display: none
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
    border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
    width: 3px;
    background: #fff;
    border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #353a4d;
    border-radius: 0px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
    position: unset;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ef9541;
    box-shadow: none;
    padding: unset;
    opacity: unset;
    visibility: unset;
    transform: inherit;
    display: none
  }

  header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
    top: 0;
    width: 100%;
    margin: 0;
    min-height: inherit !important;
    max-height: inherit !important;
    overflow: inherit
  }

  header nav.navbar .navbar-buttons {
    margin: 10px 0
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 14px;
    padding: 8px
  }

  .hero-banner {
    background-color: #1a1d2e !important;
    background-image: var(--ich-hero-mobile, none) !important;
    background-size: cover !important;
    background-position: center 35% !important;
    padding: 160px 0 50px
  }

  .banner-btns {
    margin: 0 0 20px
  }

  .sec {
    padding: 30px 0
  }

  .booksell-platform {
    text-align: center
  }

  .booksell-platform .d-flex {
    justify-content: center
  }

  .booksell-platform .platform-logo-booksell {
    margin: 0 10px 0 0
  }

  .booksell-platform .platform-logo-booksell img {
    width: 100px
  }

  .pt-sec-new.sec-mt {
    margin: 0
  }

  .pt-sec-new .nav-tabs .nav-link {
    margin: 0 10px 10px
  }

  .pt-portfolio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .pt-portfolio-wrap .pt-new-img {
    width: 25%
  }

  .new-company-sec ul {
    padding: 0 0 0 20px
  }

  .new-company-sec img {
    margin: 20px 0
  }

  .revies-platform-images .pf-logo {
    margin: 0 8px 0 0
  }

  .revies-platform-images .pf-logo img {
    width: 100px;
    margin: 0
  }

  .award-winning-wrap .award-winning-logo img {
    width: 100px
  }

  .cta-sec-new {
    padding: 30px 0
  }

  .cta-sec-new .cta-btns .btn-cta {
    margin: 0 5px 10px
  }

  .cta-book-img-new2 {
    display: none
  }

  .our-ser-new-sec .serbox-new {
    margin: 20px 10px 0
  }

  .g-process-bg {
    padding: 30px 0
  }

  .g-process-inner {
    margin: 20px 0;
    background-image: none;
    height: inherit
  }

  .g-process-inner-content {
    height: inherit
  }

  .g-process-inner-content1 h3,
  .g-process-inner-content2 h3,
  .g-process-inner-content3 h3,
  .g-process-inner-content4 h3,
  .g-process-inner-content5 h3 {
    padding: 0
  }

  .g-process-inner-content4 h3 {
    text-align: left
  }

  .g-process-inner-content2-2 p {
    padding: 0
  }

  .bgnewcolor .g-cta {
    padding: 30px
  }

  .g-cta img {
    height: 250px;
    position: inherit
  }

  .g-how-we-content {
    margin: 20px 0
  }

  .new-test-sec .new-test-box {
    padding: 20px
  }

  section.frequently-asked-questions {
    padding: 30px 0
  }

  .frequently-asked-questions .frequently-heading {
    padding: 0 50px
  }

  .frequently-asked-questions .frequently-heading h4 {
    font-size: 32px;
    margin: 0 0 20px
  }

  section.contact-section .section__title {
    margin: 0 0 20px;
    font-size: 32px
  }

  section.contact-section #contact-section-g {
    padding: 0 50px
  }

  .new-editing-bg {
    padding: 120px 0 30px !important;
    text-align: center
  }

  .services-together-wrap .services-together-head h2 {
    font-size: 32px;
    line-height: 38px
  }

  section.editing-sec5-box-main-bg {
    padding: 30px 0
  }

  .editing-sec5-box-main-bg h4 {
    font-size: 32px;
    line-height: 38px
  }

  section.why-choose-service {
    padding: 30px 0
  }

  .why-choose-service-head h4 {
    font-size: 32px;
    line-height: 38px
  }

  .why-choose-img {
    margin: 20px 0
  }

  section.about-who-we-are {
    padding: 30px 0;
    text-align: center
  }

  .about-who-we-are .about-who-head {
    margin: 0 0 20px
  }

  .testimonials .review-card {
    height: 600px;
    padding: 20px
  }

  #dp-slider {
    height: 450px
  }

  .testimonials .arrow-main {
    z-index: 999;
    bottom: -40%
  }

  section.contact-section picture img {
    display: none
  }

  .contact-us .ways-to-connect {
    flex-direction: column
  }

  .contact-us .ways-to-connect .ways-to-connect-connect {
    justify-content: left;
    margin: 0 0 20px
  }

  .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
    padding: 0 25px;
    border: none
  }

  .footer-logo-area .footer-info ul li a {
    font-size: 14px;
    line-height: 20px
  }

  .footer-top .footer-links-area {
    margin: 0 0 20px
  }

  .footer-links-area h4 {
    font-size: 18px;
    line-height: 24px
  }

  .footer-brands-area .footer-brands-logos img {
    width: 100px
  }

  .footer-brands-area .footer-dmc-logos {
    margin: 0 0 20px
  }
}

@media only screen and (min-width: 576px) and (max-width:767px) {
  header .navbar-toggler {
    background: #2c2f6c
  }

  header .navbar-expand-lg .navbar-collapse {
    padding: 10px 0
  }

  header .navbar-collapse ul.navbar-nav {
    margin: 0
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
    border-bottom: 2px solid #2c2f6c
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px 0;
    width: 100%
  }

  header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
    justify-content: space-between;
    position: relative
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    position: absolute;
    top: 47px;
    transform: inherit;
    opacity: inherit;
    visibility: inherit;
    min-height: 250px;
    max-height: 250px;
    overflow-y: auto;
    display: none
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
    border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
    width: 3px;
    background: #fff;
    border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #353a4d;
    border-radius: 0px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
    position: unset;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ef9541;
    box-shadow: none;
    padding: unset;
    opacity: unset;
    visibility: unset;
    transform: inherit;
    display: none
  }

  header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
    top: 0;
    width: 100%;
    margin: 0;
    min-height: inherit !important;
    max-height: inherit !important;
    overflow: inherit
  }

  header nav.navbar .navbar-buttons {
    margin: 10px 0
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 14px;
    padding: 8px
  }

  .hero-banner {
    padding: 120px 0 50px;
    text-align: center
  }

  .banner-list {
    text-align: left
  }

  .banner-btns {
    margin: 0 0 20px
  }

  .hero-banner-form {
    padding: 25px
  }

  .sec {
    padding: 20px 0
  }

  .booksell-platform {
    text-align: center
  }

  .booksell-platform .d-flex {
    flex-wrap: wrap;
    justify-content: center
  }

  .booksell-platform .platform-logo-booksell {
    margin: 0 10px 10px
  }

  .booksell-platform .platform-logo-booksell img {
    width: 120px
  }

  .pt-sec-new.sec-mt {
    margin: 0
  }

  .pt-sec-new .nav-tabs .nav-link {
    margin: 0 10px 10px
  }

  .pt-portfolio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .pt-portfolio-wrap .pt-new-img {
    width: 33%
  }

  .new-company-sec {
    text-align: center
  }

  .new-company-sec ul {
    text-align: left;
    padding: 0 0 0 20px
  }

  .new-company-sec img {
    margin: 20px 0
  }

  .revies-platform-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0
  }

  .revies-platform-images .pf-logo {
    margin: 0 8px 10px
  }

  .revies-platform-images .pf-logo img {
    width: 120px;
    margin: 0
  }

  .award-winning-new-sec {
    text-align: center
  }

  .award-winning-new-sec .award-winning-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0
  }

  .award-winning-wrap .award-winning-logo {
    margin: 0 8px 10px
  }

  .award-winning-wrap .award-winning-logo img {
    width: 100px;
    margin: 0
  }

  .new-books-sec {
    text-align: center
  }

  .new-books-sec .genre-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0
  }

  .genre-grid-wrap .genre-wrap-item {
    width: 45%;
    margin: 0 8px 10px
  }

  .genre-grid-wrap .genre-wrap-item img {
    margin: 0
  }

  .cta-sec-new {
    padding: 30px 0
  }

  .cta-sec-new .cta-btns .btn-cta {
    margin: 0 5px 10px
  }

  .cta-book-img-new2 {
    display: none
  }

  .our-ser-new-sec {
    text-align: center
  }

  .our-ser-new-sec .serbox-new {
    margin: 20px 10px 0
  }

  .our-ser-new-sec .prev-slide {
    left: 0
  }

  .our-ser-new-sec .next-slide {
    right: 0
  }

  .g-process-bg {
    padding: 30px 0
  }

  .g-process-bg .g-cta-1-content h5:after {
    left: 0;
    right: 0
  }

  .g-process-inner {
    margin: 20px 0;
    background-image: none;
    text-align: center;
    height: inherit
  }

  .g-process-inner-content {
    height: inherit
  }

  .g-process-inner-content1 h3,
  .g-process-inner-content2 h3,
  .g-process-inner-content2-2 p,
  .g-process-inner-content3 h3,
  .g-process-inner-content4 h3,
  .g-process-inner-content5 h3 {
    padding: 0
  }

  .g-process-bg .order-one {
    order: 1
  }

  .g-process-bg .order-two {
    order: 2
  }

  .bgnewcolor .g-cta {
    padding: 30px
  }

  .g-cta img {
    display: none
  }

  .bgnewcolor {
    text-align: center
  }

  .bgnewcolor picture img {
    margin: 20px 0
  }

  .g-how-we-content h4:after {
    left: 0;
    right: 0
  }

  .our-value-sec picture img {
    margin: 20px 0
  }

  .new-test-sec .testi-heading {
    font-size: 32px
  }

  .new-test-sec .new-test-box {
    padding: 20px
  }

  .new-test-sec .new-test-box .d-flex {
    flex-wrap: wrap;
    justify-content: center
  }

  .new-test-box .testi-box-new-detail {
    width: 100%;
    text-align: center
  }

  .new-test-box .new-testi-box-img {
    text-align: center;
    width: 100%
  }

  .new-test-box .new-testi-box-img img {
    margin: 0 auto
  }

  section.frequently-asked-questions {
    padding: 30px 0
  }

  .frequently-asked-questions .frequently-heading {
    padding: 0 50px
  }

  .frequently-asked-questions .frequently-heading h4 {
    font-size: 32px;
    margin: 0 0 20px
  }

  section.contact-section .section__title {
    margin: 0 0 20px;
    font-size: 32px
  }

  section.contact-section #contact-section-g {
    padding: 0 50px
  }

  .frm_area_btm form {
    padding: 30px
  }

  .frm_area_btm form .form-check {
    text-align: left
  }

  #contact-section-g .contact-flow {
    padding: 20px
  }

  .contact-flow__list-item {
    text-align: left
  }

  .new-editing-bg {
    padding: 120px 0 30px !important;
    text-align: center
  }

  .services-together-wrap .services-together-head {
    text-align: center
  }

  .services-together-wrap .services-together-head h2 {
    font-size: 32px;
    line-height: 38px
  }

  section.editing-sec5-box-main-bg {
    padding: 30px 0
  }

  .editing-sec5-box-main-bg h4 {
    font-size: 32px;
    line-height: 38px
  }

  section.why-choose-service {
    padding: 30px 0
  }

  .why-choose-service-head {
    text-align: center
  }

  .why-choose-service-head h4 {
    font-size: 32px;
    line-height: 38px
  }

  .why-choose-img {
    margin: 20px 0;
    text-align: center
  }

  .why-choose-img img {
    width: 75%
  }

  section.about-who-we-are {
    padding: 30px 0;
    text-align: center
  }

  .about-who-we-are .about-who-head {
    margin: 0 0 20px
  }

  section.g-about-service {
    text-align: center
  }

  .testimonials .review-card {
    height: 600px;
    padding: 20px
  }

  #dp-slider {
    height: 450px
  }

  .testimonials .arrow-main {
    z-index: 999;
    bottom: -40%
  }

  section.contact-section picture img {
    display: none
  }

  .contact-us .ways-to-connect {
    flex-direction: column
  }

  .contact-us .ways-to-connect .ways-to-connect-connect {
    justify-content: left;
    margin: 0 0 20px
  }

  .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
    padding: 0 25px;
    border: none
  }

  .footer-logo-area .footer-info ul li a {
    font-size: 14px;
    line-height: 20px
  }

  .footer-top .footer-links-area {
    margin: 0 0 20px
  }

  .footer-links-area h4 {
    font-size: 18px;
    line-height: 24px
  }

  .footer-links-area .footer-services-nav-links {
    flex-direction: column
  }

  .footer-brands-area .footer-brands-logos img {
    width: 100px;
    margin: 0 10px
  }

  .footer-brands-area .footer-dmc-logos {
    justify-content: center;
    margin: 0 0 20px
  }

  .footer-bottom .footer-copyright {
    text-align: center
  }

  .footer-copyright p {
    margin: 0 0 10px
  }

  .footer-bottom-links ul {
    justify-content: center
  }

  .flip-clock-wrapper ul {
    width: 40px;
    height: 50px;
    font-size: 40px;
    line-height: 50px;
    margin: 3px
  }

  .flip-clock-wrapper ul li {
    line-height: 50px
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 20px
  }

  .flip-clock-wrapper ul li a div.up:after {
    top: 23px;
    height: 3px
  }

  .floatbutton {
    display: none
  }
}

@media only screen and (min-width: 300px) and (max-width:575px) {
  header .navbar-toggler {
    background: #2c2f6c
  }

  header .navbar-expand-lg .navbar-collapse {
    padding: 10px 0
  }

  header .navbar-collapse ul.navbar-nav {
    margin: 0
  }

  header .navbar-collapse ul.navbar-nav li.nav-item {
    border-bottom: 2px solid #2c2f6c
  }

  header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px 0;
    width: 100%
  }

  header .navbar-collapse ul.navbar-nav li.nav-item.dropdown {
    justify-content: space-between;
    position: relative
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    position: absolute;
    top: 47px;
    transform: inherit;
    opacity: inherit;
    visibility: inherit;
    min-height: 250px;
    max-height: 250px;
    overflow-y: auto;
    display: none
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-track {
    border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar {
    width: 3px;
    background: #fff;
    border-radius: 0px
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #353a4d;
    border-radius: 0px
  }

  header .navbar-nav .nav-item ul.dropdown-menu {
    position: unset;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ef9541;
    box-shadow: none;
    padding: unset;
    opacity: unset;
    visibility: unset;
    transform: inherit;
    display: none
  }

  header .navbar-nav .nav-item ul.dropdown-menu.dropdown-menu-single {
    top: 0;
    width: 100%;
    margin: 0;
    min-height: inherit !important;
    max-height: inherit !important;
    overflow: inherit
  }

  header nav.navbar .navbar-buttons {
    margin: 10px 0
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 14px;
    padding: 8px
  }

  .hero-banner {
    padding: 170px 0 50px;
    text-align: center
  }

  .banner-list {
    text-align: left
  }

  .banner-btns {
    margin: 0 0 20px
  }

  .hero-banner-form {
    padding: 25px
  }

  .sec {
    padding: 30px 0
  }

  .booksell-platform {
    text-align: center
  }

  .booksell-platform .d-flex {
    flex-wrap: wrap;
    justify-content: center
  }

  .booksell-platform .platform-logo-booksell {
    margin: 0 10px 10px
  }

  .booksell-platform .platform-logo-booksell img {
    width: 100px
  }

  .pt-sec-new.sec-mt {
    margin: 0
  }

  .pt-sec-new .nav-tabs .nav-link {
    margin: 0 10px 10px
  }

  .pt-portfolio-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
  }

  .pt-portfolio-wrap .pt-new-img {
    width: 45%
  }

  .new-company-sec {
    text-align: center
  }

  .new-company-sec ul {
    text-align: left;
    padding: 0 0 0 20px
  }

  .new-company-sec img {
    margin: 20px 0;
    width: 100%
  }

  .revies-platform-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0
  }

  .revies-platform-images .pf-logo {
    margin: 0 8px 10px
  }

  .revies-platform-images .pf-logo img {
    width: 100px;
    margin: 0
  }

  .award-winning-new-sec {
    text-align: center
  }

  .award-winning-new-sec .award-winning-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0
  }

  .award-winning-wrap .award-winning-logo {
    margin: 0 8px 10px
  }

  .award-winning-wrap .award-winning-logo img {
    width: 100px;
    margin: 0
  }

  .new-books-sec {
    text-align: center
  }

  .new-books-sec .genre-grid-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-gap: 0
  }

  .genre-grid-wrap .genre-wrap-item {
    margin: 0 8px 10px
  }

  .genre-grid-wrap .genre-wrap-item img {
    margin: 0
  }

  .cta-sec-new {
    padding: 30px 0
  }

  .cta-sec-new .cta-btns .btn-cta {
    margin: 0 5px 10px
  }

  .cta-book-img-new2 {
    display: none
  }

  .our-ser-new-sec {
    text-align: center
  }

  .our-ser-new-sec .serbox-new {
    margin: 20px 10px 0
  }

  .our-ser-new-sec .prev-slide {
    left: 0
  }

  .our-ser-new-sec .next-slide {
    right: 0
  }

  .g-process-bg {
    padding: 30px 0
  }

  .g-process-bg .g-cta-1-content h5:after {
    left: 0;
    right: 0
  }

  .g-process-inner {
    margin: 20px 0;
    background-image: none;
    text-align: center;
    height: inherit
  }

  .g-process-inner-content {
    height: inherit
  }

  .g-process-inner-content1 h3,
  .g-process-inner-content2 h3,
  .g-process-inner-content2-2 p,
  .g-process-inner-content3 h3,
  .g-process-inner-content4 h3,
  .g-process-inner-content5 h3 {
    padding: 0
  }

  .g-process-bg .order-one {
    order: 1
  }

  .g-process-bg .order-two {
    order: 2
  }

  .bgnewcolor .g-cta {
    padding: 30px
  }

  .g-cta img {
    display: none
  }

  .bgnewcolor {
    text-align: center
  }

  .bgnewcolor picture img {
    margin: 20px 0
  }

  .g-how-we-content h4:after {
    left: 0;
    right: 0
  }

  .our-value-sec picture img {
    margin: 20px 0
  }

  .new-test-sec .testi-heading {
    font-size: 32px
  }

  .new-test-sec .new-test-box {
    padding: 20px
  }

  .new-test-sec .new-test-box .d-flex {
    flex-wrap: wrap;
    justify-content: center
  }

  .new-test-box .testi-box-new-detail {
    width: 100%;
    text-align: center
  }

  .new-test-box .new-testi-box-img {
    display: none
  }

  section.frequently-asked-questions {
    padding: 30px 0
  }

  .frequently-asked-questions .frequently-heading h4 {
    font-size: 32px;
    margin: 0 0 20px
  }

  section.contact-section .section__title {
    margin: 0 0 20px;
    font-size: 32px
  }

  section.contact-section #contact-section-g {
    padding: 0 20px
  }

  .frm_area_btm form {
    padding: 30px
  }

  #contact-section-g .contact-flow {
    padding: 20px
  }

  .contact-flow__list-item {
    text-align: left
  }

  .new-editing-bg {
    padding: 120px 0 30px !important;
    text-align: center
  }

  .services-together-wrap .services-together-head {
    text-align: center
  }

  .services-together-wrap .services-together-head h2 {
    font-size: 32px;
    line-height: 38px
  }

  section.editing-sec5-box-main-bg {
    padding: 30px 0
  }

  .editing-sec5-box-main-bg h4 {
    font-size: 32px;
    line-height: 38px
  }

  section.why-choose-service {
    padding: 30px 0
  }

  .why-choose-service-head {
    text-align: center
  }

  .why-choose-service-head h4 {
    font-size: 32px;
    line-height: 38px
  }

  .why-choose-img {
    margin: 20px 0;
    text-align: center
  }

  section.about-who-we-are {
    padding: 30px 0;
    text-align: center
  }

  .about-who-we-are .about-who-head {
    margin: 0 0 20px
  }

  section.g-about-service {
    text-align: center
  }

  .testimonials .review-card {
    height: 850px;
    padding: 20px
  }

  #dp-slider {
    height: 700px
  }

  .testimonials .arrow-main {
    z-index: 999;
    bottom: -30%
  }

  section.contact-section picture img {
    display: none
  }

  .contact-us .ways-to-connect {
    flex-direction: column
  }

  .contact-us .ways-to-connect .ways-to-connect-connect {
    justify-content: left;
    margin: 0 0 20px
  }

  .contact-us .ways-to-connect .ways-to-connect-connect:nth-child(2) {
    padding: 0 25px;
    border: none
  }

  #staticBackdrop .modal-dialog {
    max-width: 100% !important;
    margin: 100px 10px 0
  }

  .modal-body-form .staticBackdrop_modalTitle,
  .modal-body-form h5 {
    font-family: 'Poppins';
    font-size: 22px;
    line-height: 24px
  }

  .flip-clock-wrapper ul {
    width: 25px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    margin: 2px
  }

  .flip-clock-wrapper ul li {
    line-height: 40px
  }

  .flip-clock-wrapper ul li a div div.inn {
    font-size: 20px;
    border-radius: 5px
  }

  .flip-clock-wrapper ul li a div.up:after {
    top: 19px;
    height: 3px
  }

  .flip-clock-dot {
    width: 7px;
    height: 7px;
    left: 4px
  }

  .flip-clock-dot.top {
    top: 36px
  }

  .flip-clock-dot.bottom {
    bottom: 36px
  }

  .modal-body-form .discountBadge,
  .modal-body-form h3 {
    font-family: 'Poppins';
    font-size: 22px;
    line-height: 26px
  }

  .modal-body-form .discountBadge span,
  .modal-body-form h3 span {
    font-size: 54px;
    line-height: 60px
  }

  .modal-body-form .popup-form-list .form-group button.submit-btn {
    font-size: 16px
  }

  .floatbutton {
    display: none
  }
}

footer {
  background-color: #131313;
}

.footer_top {
  padding: 65px 0 40px
}

.footer_top .footer_LinkHeading,
.footer_top h4 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  min-height: 28px;
  margin-bottom: 20px
}

.footer_top ul.footer_links li a {
  color: #a8a8a8;
  font-size: 14px;
  line-height: 30px
}

.footer_top .row .col {
  border-right: 1px solid #4e5566;
  padding-left: 40px
}

.footer_top .row .col:last-child {
  border-right: none
}

.footer_social li {
  display: inline-block;
  margin: 0 15px
}

.footer_social li a {
  color: #fff;
  font-size: 24px
}

.copyright {
  padding: 30px 0;
  border-top: 1px solid #212c47
}

.copyright .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.copyright p,
.copyright p a {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0
}

.copyright p a {
  margin: 0 6px
}

.my-our-value {
  padding-top: 50px;
  padding-bottom: 50px
}

.steps-background {
  padding-top: 40px;
  padding-bottom: 50px;
  background: url(../images/my-images/our-process.png) center/cover no-repeat;
  height: 780px
}

.our-steps {
  width: 70%
}

.our-steps h4,
.our-steps h6 {
  margin-bottom: 0;
  font-size: large;
  font-weight: 700
}

.our-steps p {
  font-size: 13px
}

.step-1 {
  padding-left: 80px
}

.step-2 {
  /* padding-top: 00px; */
  padding-left: 202px;
  width: 80%
}

.step-3 {
  /* padding-top: 20px; */
  padding-left: 217px;
  width: 80%
}

.step-4 {
  /* padding-top: 30px; */
  padding-left: 189px;
  width: 80%
}

.step-5 {
  /* padding-top: 42px; */
  padding-left: 78px;
  width: 64%
}

@media screen and (max-width: 1400px) {
  .my-our-value {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .steps-background {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/my-images/our-process.png) center/cover no-repeat;
    height: 780px
  }

  .our-steps {
    width: 70%
  }

  .our-steps h1 {
    font-size: large;
    font-weight: 700
  }

  .our-steps p {
    font-size: 13px
  }

  .step-1 {
    /* padding-top: 30px; */
    padding-left: 62px
  }

  .step-2 {
    /* padding-top: 33px; */
    padding-left: 169px;
    width: 80%
  }

  .step-3 {
    /* padding-top: 69px; */
    padding-left: 184px;
    width: 90%
  }

  .step-4 {
    /* padding-top: 34px; */
    padding-left: 164px;
    width: 80%
  }

  .step-5 {
    /* padding-top: 33px; */
    padding-left: 62px;
    width: 74%
  }

  .percentfifty {
    margin-left: -10px !important
  }

  .banner-form-heading {
    font-size: 18px;
    font-weight: 800
  }

  .hero-banner-form p {
    color: #262626;
    margin-top: 0.75rem;
    margin-bottom: 0.65rem;
    font-size: 11px;
    line-height: 1.4
  }
}

@media screen and (max-width: 1200px) {
  .my-our-value {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .steps-background {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/my-images/our-process.png) center/cover no-repeat;
    height: 780px
  }

  .our-steps {
    width: 70%
  }

  .our-steps h1 {
    font-size: large;
    font-weight: 700
  }

  .our-steps p {
    font-size: 13px
  }

  .step-1 {
    /* padding-top: 30px; */
    padding-left: 45px;
    width: 90%
  }

  .step-2 {
    /* padding-top: 33px; */
    padding-left: 150px;
    width: 100%
  }

  .step-3 {
    /* padding-top: 26px; */
    padding-left: 184px;
    width: 100%
  }

  .step-4 {
    /* padding-top: 63px; */
    padding-left: 163px;
    width: 100%
  }

  .step-5 {
    /* padding-top: 14px; */
    padding-left: 50px;
    width: 100%
  }

  .hero-banner {
    background-color: #1a1d2e !important;
    background-image: var(--ich-hero-mobile, none) !important;
    background-size: cover !important;
    background-position: center 35% !important
  }
}

@media screen and (max-width: 900px) {
  .my-our-value {
    padding-top: 50px;
    padding-bottom: 50px
  }

  .steps-background {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(../images/my-images/our-process.png) center/cover no-repeat;
    height: auto
  }

  .our-steps {
    width: 70%
  }

  .our-steps h1 {
    font-size: 15px;
    font-weight: 700
  }

  .our-steps p {
    font-size: 10px
  }

  .step-1 {
    /* padding-top: 30px; */
    padding-left: 45px;
    width: 100%
  }

  .step-2 {
    /* padding-top: 33px; */
    padding-left: 150px;
    width: 100%
  }

  .step-3 {
    /* padding-top: 83px; */
    padding-left: 165px;
    width: 100%
  }

  .step-4 {
    /* padding-top: 39px; */
    padding-left: 141px;
    width: 100%
  }

  .step-5 {
    /* padding-top: 40px; */
    padding-left: 50px;
    width: 100%
  }
}

@media screen and (max-width: 500px) {
  .my-our-value {
    padding-top: 10px;
    padding-bottom: 0px
  }

  .steps-background {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    height: auto
  }

  .our-steps {
    width: 70%
  }

  .our-steps h1 {
    font-size: 15px;
    font-weight: 700
  }

  .our-steps p {
    font-size: 10px
  }

  .step-1,
  .step-2,
  .step-3,
  .step-4,
  .step-5 {
    padding: 0;
    width: 100%
  }
}

.card {
  height: 100%;
  transition: .2s ease-in-out
}

.card-title {
  font-size: 17px;
  transition: .2s ease-in-out;
  line-height: 18px
}

.card-text {
  font-size: 14px
}

.card:hover .card-text,
.card:hover .card-title {
  cursor: pointer;
  color: #fff;
  transform: translateY(-4px)
}

.card:hover {
  cursor: pointer;
  background: #dc3545;
  background: linear-gradient(90deg, #2c2f6ccf 0, #2c2f6c73 100%);
  transform: translateY(-4px);
}

.button-27 {
  appearance: none;
  background-color: #000;
  border: 2px solid #1a1a1a;
  border-radius: 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: var(--ich-font-sans), "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 13px 44px;
  text-align: center;
  text-decoration: none;
  transition: .3s cubic-bezier(.23, 1, .32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform
}

.button-27:disabled {
  pointer-events: none
}

.button-27:hover {
  border: 2px solid #1a1a1a;
  background-color: transparent;
  color: #1a1a1a;
  box-shadow: rgba(0, 0, 0, .25) 0 8px 15px;
  transform: translateY(-2px)
}

.button-27:active {
  box-shadow: none;
  transform: translateY(0)
}

.button-28 {
  appearance: none;
  background-color: #2c2f6c;
  border: 2px solid #2c2f6c;
  border-radius: 7px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  margin-top: 5px;
  outline: 0;
  padding: 9px 28px 13px;
  text-align: center;
  text-decoration: none;
  transition: .3s cubic-bezier(.23, 1, .32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform
}

.button-28:disabled {
  pointer-events: none
}

.button-28:hover {
  border: 2px solid #1a1a1a;
  background-color: #1a1a1a;
  color: #fff;
  box-shadow: rgba(0, 0, 0, .25);
  transform: translateY(-2px)
}

.button-28:active {
  box-shadow: none;
  transform: translateY(0)
}

.my-contact-us {
  background-image: url(../images/my-images/contact-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

/* Contact CTA form sits on a dark image — pseudo-labels must stay light on all breakpoints */
.my-contact-us .form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[name="name"])::before,
.my-contact-us .form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[type="email"])::before,
.my-contact-us .form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[type="tel"])::before,
.my-contact-us .form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[name="phone"])::before,
.my-contact-us .form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(textarea[name="message"])::before {
  color: rgba(255, 255, 255, 0.92);
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.1)
  }
}

img.animatepulse {
  animation: 2s infinite pulse
}

.footer-form {
  background-color: transparent;
  padding: .575rem .75rem
}

.footer-form::placeholder {
  color: #87a4c2 !important
}

.thankyou_sec {
  padding: 5rem 0;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff
}

.main-thankyou {
  text-align: center
}

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  background-image: -webkit-linear-gradient(90deg, #25a9e0 0, #004974 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700 !important;
  line-height: 1.1
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4
}

.start_live_chat {
  font-size: 20px;
  background-color: #004974;
  padding: 15px 35px;
  display: inline-block;
  border-radius: 50px;
  margin: 20px 0 0;
  color: #fff !important;
  text-decoration: none;
  line-height: 16px
}

#hideinmobile {
  display: none !important;
}

@media (max-width: 768px) {
  #hideinmobile {
    display: none !important
  }

  .my-our-value h3 {
    line-height: 24px !important
  }

  .card-body {
    margin-top: -15px !important
  }

  .my-contact-us {
    background: #1a1d2e !important
  }
}

.badge {
  font-size: 14px !important
}

.testi-para-new {
  margin-top: 20px !important;
  height: 180px;
  padding-right: 10px;
  overflow-y: scroll;
}

.testi-para-new::-webkit-scrollbar {
  width: 4px;
  overflow: hidden;
  appearance: none;
  height: 100%;
}

.testi-para-new::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #2c2f6c;
}

.testi-para-new::-webkit-scrollbar-track {
  border-radius: 15px;
  background: rgba(0, 0, 0, .25);
}

.testi_title {
  font-size: 32px;
  font-weight: 700 !important;
}

.test-name {
  font-size: 22px;
  font-weight: 700;
}

.hero-banner-form::before {
  content: "";
  background-color: #fff !important;
  position: absolute;
  height: 610px;
  width: 100%;
  z-index: -1;
  left: 0;
  border-radius: 12px;
  top: -15px;
}

@media (max-width: 1200px) {
  .hero-banner-form::before {
    display: none !important
  }
}

.swiper {
  width: 340px;
  height: 380px
}

.swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  flex-wrap: wrap;
  padding: 10px 20px;
  color: #fff;
  flex-direction: column
}

.swiper-slide h4 {
  text-align: left;
  font-weight: 800;
  font-size: 20px
}

.swiper-slide p {
  font-size: 13px;
  font-weight: 300
}

.swiper-slide:nth-child(1n) {
  background-color: #2c2f6c
}

.swiper-slide:nth-child(2n) {
  background-color: #0d589d
}

.swiper-slide:nth-child(3n) {
  background-color: #2c2f6c
}

.swiper-slide:nth-child(4n) {
  background-color: #0d589d
}

.swiper-slide:nth-child(5n) {
  background-color: #2c2f6c
}

.swiper-slide:nth-child(6n) {
  background-color: #0d589d
}

.video-ctn p {
  font-size: 18px;
  line-height: 1.7;
}

/*black popup start*/
.custom-popup .modal-content {
  position: relative;
  background-color: transparent;
  border: none;
}

.custom-popup .btn-close {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  background: none;
  color: #fff;
  font-size: 20px;
}

.custom-popup .modal-dialog {
  max-width: 60vw !important;
  width: 100%;
  margin: auto !important;
}

.theme-h3 {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.banner-form .theme-h3,
.banner-form .theme-p {
  text-align: center;
  color: #fff;
}

.banner-form .input-field input,
.banner-form .input-field textarea {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  resize: none;
  margin-bottom: 10px;
}

.banner-form .input-field textarea {
  height: 120px;
}

.banner-form .input-field *::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.banner-form button {
  position: inherit;
  left: 0%;
  bottom: 0;
  /* transform: translateX(-50%) translateY(50%); */
  padding: 12px 45px;
  display: inline-block;
  width: 100%;
}

.banner-form .fldset:has(button) {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

#staticBackdrop .modal-content {
  overflow: visible;
}

/*black popup end*/
/* Hire Page Card */
.p-fix {
  position: fixed;
}

.mybgw {
  position: relative;
  z-index: 2;
  background-color: white;
}

.hiring-section {
  position: relative;
  z-index: 1;
}

.hiring-card {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #cdcdcd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hire-card-header {
  padding-bottom: 6px;
  border-bottom: 1px solid #cfcfcf;
}

.hire-profile .profile-column img {
  border-radius: 100%;
}

.hire-author-wrapper {
  padding-left: 15px;
}

.hire-author-wrapper h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.hire-brack ul {
  list-style: disc;
  padding-left: 20px;
}

.hire-author-wrapper span {
  margin-bottom: 0;
  padding-bottom: 0px;
}

.hire-card-header p {
  padding-top: 10px;
}

.hire-card-body {
  padding-top: 20px;
}

.hire-brack {
  padding: 8px 0px;
}

.hire-badge {
  background-color: #b8d4ff;
  padding: 2px 6px;
  color: #295da9;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 400;
}

.hire-profile-btn {
  width: 100% !important;
  margin: 10px 0px !important;
}

/* Custom Dropdown */
.custom-dropdown {
  position: relative;
  width: 100%;
}

.dropdown-button {
  padding: 0.375rem 0.75rem;
  background-color: white;
  color: #363636;
  cursor: pointer;
  border-radius: 0.375rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.dropdown-content {
  display: none;
  position: absolute;
  border-radius: 10px;
  line-height: 10px;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-item {
  padding: 12px;
  text-decoration: none;
  display: block;
  color: #333;
}

.dropdown-item:hover {
  background-color: #ddd;
}

.video-sec {
  padding: 5rem 0;
}

.video-wrper {
  padding-right: 6rem;
}

.video-ctn p {
  font-size: 18px;
  line-height: 1.7;
}

.video-clip video {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  object-fit: cover;
}

.video-sec .video-wrper:last-child {
  padding-left: 6rem;
  padding-right: 0;
}

/* Publishing Pages */
.dataBox {
  padding: 20px;
  margin: 20px 0px 20px 0px;
  background-color: #e7f1ff;
  border-radius: 10px;
  border: 1px solid #cdcdcd;
  box-shadow: 0 2px 10px rgb(118 173 255 / 25%);
  position: relative;
}

.dataBox .box-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  background-color: rgb(169 204 255 / 25%);
  border-radius: 100px;
  font-weight: 500;
  border: 1px solid rgb(51 133 255 / 25%);
}

.dataBox .box-btn:hover {
  color: #000;
  background-color: rgb(169 204 255 / 100%);
}

.dataBox .dataHeading {
  display: flex !important;
  align-items: center;
  margin-bottom: 15px;
}

.dataBox .dataHeading span {
  background-color: #131313;
  height: 30px;
  width: 30px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border-radius: 100%;
}

.dataBox .dataHeading h2 {
  margin: 0;
  padding: 0;
  margin-left: 20px
}

.dataBox .dataHeading .hire-stars {
  margin: 0;
  padding: 0;
  margin-left: 20px;
  color: #e9b011;
}

.dataBox ul {
  line-height: 30px;
  font-size: 14px;
}

/* .dataBox:nth-child(2) ul li:first-child {
  display: none;
} */

.toc {
  background-color: #131313;
  padding: 10px 20px 10px 20px;
  color: white;
  border-radius: 10px;
}

.toc h2 {
  line-height: 20px;
  text-align: center;
  font-size: 16px;
}

.toc ul li a {
  color: #fff;
}

#tocmob {
  display: none;
}

@media screen and (max-width: 900px) {
  .dataBox .box-btn {
    top: auto !important;
    bottom: 20px !important;
  }

  #tocContainer {
    display: none;
  }

  #tocmob {
    display: block;
  }
}

.career-page {
  padding: 10rem 0;
  background: url(../images/careerbg.jpg) center/cover no-repeat;
}

.career-page p {
  color: #fff;
  padding-right: 56%;
  line-height: 1.7;
}

.career-page h2 {
  font-size: 80px;
  color: #fff;
}

.career-page img {
  margin: 1.5rem 0;
}

.letswork-sec {
  padding: 5rem 0;
}

.letswork-sec .text-dark {
  padding: 0 16%;
}

.unbderline {
  border-bottom: 4px solid #2c2f6c;
  width: 200px;
  display: block;
  text-align: center;
  margin: 1rem auto;
}

.letswork-sec .container-fluid {
  padding: 0 15px;
}

.counterbg-color {
  background-color: #0855C6;
  padding: 3rem 0;
  margin-top: 1rem;
  position: relative;
}

.career-counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}

.career-counter li {
  position: relative;
}

.career-counter li::after {
  border-right: 1px solid #3578DB;
  content: '';
  position: absolute;
  right: -60%;
  left: auto;
  margin: auto;
  top: 0;
  bottom: 0;
}

.career-counter li:last-child::after {
  border: 0;
}

.career-counter li h3 {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.career-counter li span {
  color: #fff;
}

.opingbox {
  background-color: #fff;
  width: 410px;
  padding: 3rem;
  position: absolute;
  top: -11rem;
  margin-left: 3rem;
}

.opingbox .unbderline {
  margin: 1rem 0;
  width: 100px;
  border-width: 2px;
}

.opingbox p {
  line-height: 1.8;
  margin-bottom: 0;
}

.opingbox h5 {
  color: #BC2F23;
  font-size: 16px;
}

:is(.letswork-sec, .jobopening) .sec-heading-new {
  font-size: 42px;
  line-height: 1.3;
}

.servicesbox {
  background-color: #E2E2E2;
  padding: 2rem;
  height: 100%;

}

.jobopening .col-md-6 {
  margin-bottom: 1.5rem;
}

.servicesbox ul {
  padding-left: 23px;
}

.servicesbox ul li {
  list-style: disc;
}

.servicesbox strong {
  line-height: 2;
}

.servicesbox p {
  font-size: 16px;
}

.jobopening {
  padding-bottom: 5rem;
}

.servicesbox a {
  color: #2c2f6c;
  text-decoration: underline !important;
  font-weight: 600;
  margin-top: 1.5rem;
  display: block;
  padding-left: 1.5rem;
}

.letswork-sec img {
  max-width: 100%;
  height: auto;
}


.modal-body-form .popup-form-list .form-group.msgText,
.msgText {
  display: flex;
  align-items: flex-start;
  margin: 10px 0 0;
}

.modal-body-form .popup-form-list .msgText.form-group input,
.msgText.form-group input {
  width: auto;
  border: 0;
  padding: 0;
  border-radius: 0;
  transform: scale(1.3);
  position: relative;
  top: 5px;
}

.modal-body-form .popup-form-list .form-group.msgText label,
.msgText label {
  font-size: 12px;
  color: #fff;
  text-align: left;
  margin: 0 0 0 10px;
}

ul.trust-wigdetul {
  display: inline-block;
}

ul.trust-wigdetul li {
  margin-bottom: 10px;
}

ul.trust-wigdetul li:first-child {
  background: #fff;
  padding: 10px;
}


.contentWrapper {
  max-height: 80px;
  overflow-y: scroll;
}

.contentWrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 1px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-overflow-scrolling: auto;
}


.contentWrapper::-webkit-scrollbar-track {
  background: white;
  /* background: rgb(155 155 155 / 10%); */
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.contentWrapper::-webkit-scrollbar-thumb {
  background: #000;
  /* background: rgb(255 134 134 / 50%); */
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

footer {
  position: relative;
  z-index: 2;
}

#modalTwo .modal-content {
  background-image: url(../images/my-images/main-popup.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden
}

#modalTwo .modal-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #131313;
  opacity: .5;
  width: 100%;
  z-index: -1
}

#modalTwo .modal-content .btn-close {
  position: absolute;
  right: 12px;
  top: 12px;
  background: 0 0;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 13px;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  z-index: 4;
  opacity: 1;
  transition: .3s ease-in-out
}

#modalTwo .modal-content .btn-close:hover {
  color: #f49720;
  border: 2px solid #f49720
}

#modalTwo .modal-content .btn-close i {
  font-weight: 600
}

#modalTwo .modal-dialog {
  max-width: 500px;
  margin: 170px auto 0
}

#modalTwo .modal-header {
  padding: 0;
  border-bottom: none
}

#modalTwo .modal-body {
  padding: 30px 20px
}

#modalTwo .modal-body .modal-body-form {
  text-align: center
}

.find-best {
  background: #fff !important;
  z-index: 999;
  position: relative;
}

.my-our-value .col-md-7 {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  height: 780px;
  gap: 44px;
}

.my-our-value .our-steps {
  min-height: 103px;
  /* overflow-y: scroll; */
  align-items: center;
  display: flex;
}

/* .my-our-value .our-steps::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 4px;
  height: 2px;
}

.my-our-value .our-steps::-webkit-scrollbar-thumb {
  background: #00000080;
  border-radius: 10px;
  box-shadow: 0 0 1px #ffffff80;
}

.my-our-value .our-steps::-webkit-scrollbar-track {
  background: #231f201a;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  border-radius: 10px;
} */

.subtitle_heading {
  color: #a10002;
}

/* ///////////////////////////////// */
div#v-pills-tabContent {
  width: fit-content;
  padding: 50px;
  border: 2px solid #2c2f6c;
  border-radius: 20px;
}

div#v-pills-tabContent h2 {
  font-weight: 700;
}

div#v-pills-tabContent .package {
  padding: 35px;
  background-color: #ededed;
  margin-top: 35px;
  border-radius: 20px;
  height: 450px;
}

div#v-pills-tabContent .package ul {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  /* border-bottom: 2px dotted; */
  padding: 15px;
  border-radius: 2px;
  margin-bottom: 20px;
  border-top: 2px dotted;
}

/* Pricing package cards: full list, bullets, no scroll (overrides above) */
.ich-pricing-section div#v-pills-tabContent .package.ich-pricing-card {
  height: auto;
  min-height: 0;
}

.ich-pricing-section div#v-pills-tabContent .package.ich-pricing-card ul {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  border-top: none;
  padding: 0 0 0 1.15rem;
  margin-bottom: 1rem;
}

div#v-pills-tabContent a.btn.btn-website.w-full {
  background: #2c2f6c;
  color: #fff;
  font-size: 16px;
  width: 180px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  transition: .3s ease-in-out;
}


.pricing-tabs h3 {
  font-size: 50px;
  font-family: 'Poppins';
  font-weight: 700;
}

div#v-pills-tab {
  display: flex;
  gap: 10px;
}

.nav-pills .nav-link {
  color: #000;
  filter: none;
  height: 50px;
  border-radius: 10px;
  width: 300px;
  font-family: 'Poppins';
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  filter: none;
  background-color: #2c2f6c !important;
  border: 2px solid #2c2f6c !important;
  border-radius: 10px;
  font-size: 13px;
  font-family: 'Poppins';
}

header nav.navbar .navbar-brand {
  width: 150px;
}

/* ========== Site footer: light multi-column (Ink Craft Hub) ========== */
footer.site-footer {
  background: #fff !important;
  color: #1c2133;
  padding: 0;
  margin-top: 0
}

footer.site-footer .site-footer__main {
  padding: 3rem 0 2.25rem;
  border-top: 1px solid #e6e9f0
}

@media (min-width: 992px) {
  footer.site-footer .site-footer__main {
    padding: 3.5rem 0 2.75rem
  }
}

/* —— Cookie consent (PayPal-style floating bar) —— */
.ich-cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 1.25rem;
  transform: translateX(-50%);
  z-index: 1080;
  width: calc(100% - 2rem);
  max-width: 56rem;
  font-family: var(--ich-font-sans, 'Poppins', sans-serif);
  pointer-events: none
}

.ich-cookie-banner:not([hidden]) {
  pointer-events: auto
}

.ich-cookie-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  padding: 1rem 1.15rem 1rem 1.25rem;
  background: #f5f7fa;
  border-radius: 18px;
  box-shadow: 0 10px 40px rgba(26, 29, 46, .14), 0 2px 8px rgba(26, 29, 46, .06);
  border: 1px solid rgba(44, 47, 108, .08);
  position: relative
}

@media (min-width: 768px) {
  .ich-cookie-banner__inner {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1.25rem;
    padding: 1.1rem 3rem 1.1rem 1.35rem
  }
}

.ich-cookie-banner__icon {
  flex-shrink: 0;
  color: #1a1d2e;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start
}

@media (min-width: 768px) {
  .ich-cookie-banner__icon {
    align-self: center
  }
}

.ich-cookie-banner__body {
  flex: 1 1 auto;
  min-width: 0
}

.ich-cookie-banner__copy {
  font-size: .875rem;
  line-height: 1.55;
  color: #2a2d3a;
  font-weight: 400
}

.ich-cookie-banner__learn {
  display: inline;
  color: #0d47a1;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500
}

.ich-cookie-banner__learn:hover {
  color: #2c2f6c
}

.ich-cookie-banner__actions {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center
}

@media (min-width: 768px) {
  .ich-cookie-banner__actions {
    flex-wrap: nowrap
  }
}

.ich-cookie-banner__btn {
  appearance: none;
  margin: 0;
  padding: .55rem 1.35rem;
  font-size: .875rem;
  font-weight: 600;
  font-family: inherit;
  color: #12141f;
  background: #fff;
  border: 1px solid #d8dde6;
  border-radius: 999px;
  cursor: pointer;
  line-height: 1.2;
  transition: background .15s ease, border-color .15s ease, box-shadow .15s ease
}

.ich-cookie-banner__btn:hover {
  background: #fafbfc;
  border-color: #c5cbd6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06)
}

.ich-cookie-banner__btn:focus-visible {
  outline: 2px solid #2c2f6c;
  outline-offset: 2px
}

.ich-cookie-banner__close {
  position: absolute;
  top: .65rem;
  right: .65rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  color: #5a6172;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .15s ease, background .15s ease
}

.ich-cookie-banner__close:hover {
  color: #12141f;
  background: rgba(44, 47, 108, .06)
}

.ich-cookie-banner__close:focus-visible {
  outline: 2px solid #2c2f6c;
  outline-offset: 2px
}

@media (min-width: 768px) {
  .ich-cookie-banner__close {
    top: 50%;
    right: .85rem;
    transform: translateY(-50%)
  }
}

html.ich-cookie-banner--open body {
  padding-bottom: 8rem
}

@media (min-width: 768px) {
  html.ich-cookie-banner--open body {
    padding-bottom: 6.5rem
  }
}

.site-footer__logo-link {
  display: inline-block;
  margin-bottom: .25rem
}

.site-footer__logo {
  max-width: 190px;
  height: auto
}

.site-footer__about {
  font-size: .92rem;
  line-height: 1.65;
  color: #5a6172;
  margin-bottom: 1.25rem
}

.site-footer__reach-title {
  font-weight: 700;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #2c2f6c;
  margin-bottom: .6rem
}

.site-footer__contact-item {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  font-size: .9rem;
  line-height: 1.55;
  color: #3d4454;
  margin-bottom: .55rem
}

.site-footer__contact-item a {
  color: #2c2f6c;
  text-decoration: none;
  word-break: break-word
}

.site-footer__contact-item a:hover {
  text-decoration: underline
}

.site-footer__contact-icon {
  color: #2c2f6c;
  margin-top: .15rem;
  flex-shrink: 0;
  width: 1.15rem;
  text-align: center
}

.site-footer__social-link {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2c2f6c;
  color: #fff !important;
  font-size: 1rem;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease
}

.site-footer__social-link:hover {
  background: #1a1d48;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(44, 47, 108, .25);
  color: #fff !important
}

.site-footer__heading {
  font-family: Poppins, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #12141f;
  margin-bottom: 1.1rem;
  padding-bottom: .45rem;
  border-bottom: 3px solid #2c2f6c
}

.site-footer__links li {
  margin-bottom: .42rem
}

.site-footer__links a {
  display: inline-block;
  color: #4a5260;
  font-size: .9rem;
  text-decoration: none;
  line-height: 1.45;
  transition: color .15s ease, transform .15s ease
}

.site-footer__links a:hover {
  color: #2c2f6c;
  transform: translateX(3px)
}

.site-footer__secure-text {
  font-size: .88rem;
  line-height: 1.65;
  color: #5a6172;
  margin-bottom: 1rem
}

.site-footer__badges {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1.15rem
}

.site-footer__badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  font-size: .68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .045em;
  padding: .42rem .8rem;
  border-radius: 999px;
  background: #fffbf0;
  color: #5c4a00;
  border: 1px solid #f5e6b8
}

.site-footer__badge--alt {
  background: #f0f3ff;
  color: #2c2f6c;
  border-color: #d0daf5
}

.site-footer__badge i {
  color: #2c2f6c;
  font-size: .85rem
}

.site-footer__badge--alt i {
  color: #2c2f6c
}

.site-footer__payments {
  margin-bottom: 1.15rem
}

.site-footer__payment-img {
  display: block;
  max-width: min(100%, 320px);
  height: auto
}

.site-footer__trust-line {
  font-size: .82rem;
  color: #5a6172;
  line-height: 1.55
}

.site-footer__bar {
  background: #2c2f6c;
  border-top: 1px solid rgba(255, 255, 255, .12)
}

.site-footer__copy {
  font-size: .85rem;
  color: #5a6172
}

.site-footer__bar .site-footer__copy {
  color: rgba(255, 255, 255, .92)
}

.site-footer__bar .site-footer__reg {
  color: rgba(255, 255, 255, .85) !important;
}

.site-footer__legal a {
  font-size: .85rem;
  color: #2c2f6c;
  text-decoration: none;
  font-weight: 500
}

.site-footer__bar .site-footer__legal a {
  color: #fff
}

.site-footer__legal a:hover {
  text-decoration: underline
}

.site-footer__bar .site-footer__legal a:hover {
  color: rgba(255, 255, 255, .88)
}

@media (max-width: 991.98px) {
  .site-footer__grid>[class*=col-]:not(:first-child) {
    padding-top: 1.5rem
  }

  .site-footer__grid>.site-footer__col:first-child {
    text-align: center
  }

  .site-footer__grid>.site-footer__col:first-child .site-footer__logo-link {
    display: inline-block
  }

  .site-footer__grid>.site-footer__col:first-child .site-footer__contact-item:first-child {
    flex-direction: column;
    align-items: center;
    text-align: center
  }

  .site-footer__grid>.site-footer__col:first-child .site-footer__contact-item:first-child .site-footer__contact-icon {
    margin-top: 0;
    margin-bottom: .35rem
  }

  .site-footer__grid>.site-footer__col:first-child .site-footer__contact-item:not(:first-child) {
    justify-content: center;
    align-items: center;
    text-align: center
  }

  .site-footer__grid>.site-footer__col:first-child .site-footer__social {
    justify-content: center
  }
}

@media (max-width: 575.98px) {
  footer.site-footer .site-footer__main {
    padding-top: 2.25rem;
    padding-bottom: 1.75rem
  }

  .site-footer__heading {
    font-size: 1rem
  }
}

/* —— Pricing page: package cards + quote modal (teal two-column) —— */
.ich-pricing-section__title {
  color: #1a1d2e
}

.ich-pricing-section__lead {
  max-width: 52rem;
  font-size: .98rem;
  line-height: 1.65
}

.ich-pricing-section .ich-pricing-tab__title {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #1a1d2e;
  margin-bottom: .75rem
}

.ich-pricing-section .tab-pane > p {
  color: #5a6172;
  font-size: .95rem;
  line-height: 1.65;
  max-width: 52rem;
  margin-bottom: 1.5rem
}

.ich-pricing-section .nav-pills .nav-link {
  border-radius: 12px;
  margin-bottom: .35rem;
  font-weight: 600;
  font-size: .88rem
}

@media (max-width: 991.98px) {
  .ich-pricing-section .container {
    overflow-x: hidden
  }

  .ich-pricing-section .row > .d-flex.align-items-start {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0
  }

  .ich-pricing-section div#v-pills-tab {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
    margin-bottom: 1.25rem;
    gap: .35rem
  }

  .ich-pricing-section .nav-pills .nav-link,
  .ich-pricing-section #v-pills-tab .nav-link {
    width: 100% !important;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    white-space: normal;
    text-align: center;
    padding-left: .75rem;
    padding-right: .75rem
  }

  .ich-pricing-section #v-pills-tabContent.tab-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 1 1 auto
  }

  .ich-pricing-section .tab-pane .row {
    --bs-gutter-x: 1rem
  }
}

.ich-pricing-card {
  background: #eef1f5;
  border-radius: 18px;
  padding: 1.5rem 1.35rem 1.35rem;
  height: 100%;
  border: 1px solid rgba(44, 47, 108, .08);
  box-shadow: 0 6px 28px rgba(26, 29, 46, .06);
  display: flex;
  flex-direction: column;
  transition: transform .22s ease, box-shadow .22s ease
}

.ich-pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 40px rgba(44, 47, 108, .1)
}

.ich-pricing-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1d2e;
  margin: 0 0 .85rem;
  padding-bottom: .85rem;
  border-bottom: 1px dashed rgba(44, 47, 108, .22)
}

.ich-pricing-card ul {
  flex: 0 1 auto;
  margin: 0 0 1rem;
  padding-left: 1.25rem;
  font-size: .88rem;
  line-height: 1.65;
  color: #3d4454;
  list-style-type: disc;
  list-style-position: outside;
}

.ich-pricing-card ul li {
  margin-bottom: .4rem;
  padding-left: .2rem;
}

.ich-pricing-card ul li::marker {
  color: #2c2f6c;
}

.ich-pricing-card__hint {
  font-size: .78rem;
  color: #6b7280;
  margin: 0 0 1rem;
  line-height: 1.5;
  margin-top: auto;
}

a.ich-pricing-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: .78rem 1.1rem;
  background: #2c2f6c;
  color: #fff !important;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  font-size: .92rem;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  margin-top: 0;
  flex-shrink: 0;
}

a.ich-pricing-cta:hover {
  color: #fff !important;
  background: #252856;
  transform: translateY(-1px);
  box-shadow: 0 8px 22px rgba(44, 47, 108, .28)
}

.ich-quote-modal .modal-dialog {
  max-width: 960px;
  max-height: calc(100vh - 1rem);
  max-height: calc(100dvh - 1rem);
  height: auto;
  margin-left: auto;
  margin-right: auto
}

.ich-quote-modal .modal-dialog.modal-dialog-centered {
  align-items: flex-start;
  padding-top: .75rem;
  padding-bottom: .75rem
}

.ich-quote-modal .modal-dialog.modal-dialog-scrollable .modal-content.ich-quote-modal__content,
.ich-quote-modal__content.modal-content {
  max-height: calc(100vh - 1.5rem);
  max-height: calc(100dvh - 1.5rem);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.ich-quote-modal__content {
  position: relative;
  border-radius: 26px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #002b36
}

.ich-quote-modal__close {
  position: sticky;
  top: .75rem;
  float: right;
  z-index: 20;
  opacity: .9
}

.ich-quote-modal__content>.row {
  clear: both
}

.ich-quote-modal__aside {
  background: #002b36;
  color: rgba(255, 255, 255, .92);
  padding: 2.5rem 1.75rem 2rem;
  min-height: 100%
}

.ich-quote-modal__headline {
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  font-weight: 700;
  line-height: 1.22;
  margin: 0 0 1.75rem;
  letter-spacing: -.02em
}

.ich-quote-modal__headline em {
  color: #4db6ac;
  font-style: normal;
  font-weight: 700
}

.ich-quote-modal__contacts {
  font-size: .9rem;
  line-height: 1.5
}

.ich-quote-modal__contacts li {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  margin-bottom: 1.1rem
}

.ich-quote-modal__contact-icon {
  flex-shrink: 0;
  width: 1.35rem;
  color: #4db6ac;
  text-align: center;
  margin-top: .15rem
}

.ich-quote-modal__contacts a {
  color: rgba(255, 255, 255, .95);
  text-decoration: underline;
  text-underline-offset: 2px
}

.ich-quote-modal__contacts a:hover {
  color: #fff
}

.ich-quote-modal__social {
  display: flex;
  gap: 1rem;
  font-size: 1.25rem
}

.ich-quote-modal__social a {
  color: #4db6ac;
  transition: color .15s ease, transform .15s ease
}

.ich-quote-modal__social a:hover {
  color: #80cbc4;
  transform: translateY(-2px)
}

.ich-quote-modal__formcard {
  background: #fff;
  margin: 1rem;
  padding: 1.75rem 1.5rem 2rem;
  border-radius: 20px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, .14)
}

@media (min-width: 992px) {
  .ich-quote-modal__formcard {
    margin: 2rem 2rem 2rem 0;
    padding: 2.25rem 2rem 2.5rem
  }

  .ich-quote-modal__aside {
    padding: 2.75rem 2rem 2.25rem
  }
}

.ich-quote-modal__interests {
  border: none;
  padding: 0;
  margin: 0
}

.ich-quote-modal__legend {
  font-size: .9rem;
  font-weight: 600;
  color: #1a1d2e;
  margin-bottom: .65rem;
  float: none;
  width: 100%;
  padding: 0
}

.ich-quote-pill {
  border: 1px solid #d8dde6;
  background: #fff;
  color: #5a6172;
  border-radius: 999px;
  padding: .48rem 1rem;
  font-size: .8rem;
  font-weight: 500;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, border-color .15s ease
}

.ich-quote-pill:hover {
  border-color: #002b36;
  color: #1a1d2e
}

.ich-quote-pill.active {
  background: #002b36;
  color: #fff;
  border-color: #002b36
}

.ich-quote-label {
  display: block;
  font-size: .7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #4db6ac;
  margin-bottom: .3rem
}

.ich-quote-input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cfd4dc;
  padding: .45rem 0;
  background: transparent;
  font-size: .98rem;
  font-family: inherit;
  color: #1a1d2e;
  border-radius: 0
}

.ich-quote-input::placeholder {
  color: #9ca3af
}

.ich-quote-input:focus {
  outline: none;
  border-bottom-color: #002b36
}

.ich-quote-textarea {
  width: 100%;
  border: 1px solid #e5e8ef;
  border-radius: 14px;
  padding: .85rem 1rem;
  font-size: .92rem;
  font-family: inherit;
  resize: vertical;
  min-height: 110px;
  color: #1a1d2e
}

.ich-quote-textarea:focus {
  outline: 2px solid rgba(77, 182, 172, .35);
  border-color: #4db6ac
}

.ich-quote-modal__sms {
  font-size: .75rem;
  color: #6b7280;
  line-height: 1.45
}

.ich-quote-modal__sms input {
  margin-right: .35rem;
  vertical-align: middle
}

.ich-quote-submit {
  display: block;
  width: 100%;
  border-radius: 999px;
  background: #002b36;
  color: #fff !important;
  font-weight: 600;
  padding: .9rem 1.5rem;
  border: none;
  font-size: .95rem;
  transition: background .15s ease, transform .15s ease;
  flex-shrink: 0;
  margin-top: .25rem
}

.ich-quote-submit:hover {
  background: #063542;
  color: #fff !important;
  transform: translateY(-1px)
}

.ich-quote-submit:focus-visible {
  outline: 2px solid #4db6ac;
  outline-offset: 2px
}

@media (max-width: 991.98px) {
  .ich-quote-modal__aside {
    padding-bottom: 1.5rem
  }

  .ich-quote-modal__social {
    padding-bottom: .5rem
  }
}

/* ------------------------------------------------------------------
   Lead forms (hero, footer contact, promo modals): two-column layout,
   soft fields, left icons, theme focus ring. Excludes .ich-quote-modal__form.
   ------------------------------------------------------------------ */

.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .row {
  grid-column: 1 / -1;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .banner-form-new-btn,
.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .msgText,
.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .error,
.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .success,
.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .loader {
  grid-column: 1 / -1;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(input[name="name"]) {
  grid-column: 1;
  grid-row: 2;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(input[type="email"]) {
  grid-column: 1;
  grid-row: 3;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(input[type="tel"]),
.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(input[name="phone"]) {
  grid-column: 1;
  grid-row: 4;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(textarea[name="message"]) {
  grid-column: 2;
  grid-row: 2 / 5;
  align-self: stretch;
  margin-bottom: 0 !important;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(textarea[name="message"]) textarea {
  min-height: 200px;
  height: 100%;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.125rem;
  row-gap: 0.75rem;
  align-items: start;
}

.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.125rem;
  row-gap: 0.75rem;
  align-items: start;
}

.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[name="name"]) {
  grid-column: 1;
  grid-row: 1;
}

.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[type="email"]) {
  grid-column: 1;
  grid-row: 2;
}

.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[type="tel"]),
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[name="phone"]) {
  grid-column: 1;
  grid-row: 3;
}

.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(textarea[name="message"]) {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: stretch;
  margin-bottom: 0 !important;
}

.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(textarea[name="message"]) textarea {
  min-height: 200px;
  height: 100%;
}

/* Desktop two-column contact: message cell height matches left column (phone row), not min-height into submit */
@media (min-width: 768px) {
  .my-contact-us .form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(textarea[name="message"]) {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
  }

  .my-contact-us .form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(textarea[name="message"]) textarea {
    flex: 1 1 auto;
    min-height: 0 !important;
    height: auto !important;
    resize: none;
  }
}

.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .banner-form-new-btn,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .msgText,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .error,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .success,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .loader {
  grid-column: 1 / -1;
}

.modal-body-form .popup-form-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1.125rem;
  row-gap: 0.75rem;
  align-items: start;
}

.modal-body-form .popup-form-list > .form-group:has(input[name="name"]) {
  grid-column: 1;
  grid-row: 1;
}

.modal-body-form .popup-form-list > .form-group:has(input[type="email"]) {
  grid-column: 1;
  grid-row: 2;
}

.modal-body-form .popup-form-list > .form-group:has(input[type="tel"]),
.modal-body-form .popup-form-list > .form-group:has(input[name="phone"]) {
  grid-column: 1;
  grid-row: 3;
}

.modal-body-form .popup-form-list > .form-group:has(textarea[name="message"]) {
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: stretch;
  margin-bottom: 0 !important;
}

.modal-body-form .popup-form-list > .form-group:has(textarea[name="message"]) textarea {
  min-height: 200px;
  height: 100%;
}

.modal-body-form .popup-form-list > .banner-form-new-btn,
.modal-body-form .popup-form-list > button[type="submit"],
.modal-body-form .popup-form-list > .msgText,
.modal-body-form .popup-form-list > .error,
.modal-body-form .popup-form-list > .success,
.modal-body-form .popup-form-list > .loader {
  grid-column: 1 / -1;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(input[name="name"])::before,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[name="name"])::before {
  content: "Your name";
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ich-form-label);
  margin-bottom: 0.35rem;
  line-height: 1.2;
  text-align: left;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(input[type="email"])::before,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[type="email"])::before {
  content: "Email";
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ich-form-label);
  margin-bottom: 0.35rem;
  line-height: 1.2;
  text-align: left;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(input[type="tel"])::before,
.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(input[name="phone"])::before,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[type="tel"])::before,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[name="phone"])::before {
  content: "Phone";
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ich-form-label);
  margin-bottom: 0.35rem;
  line-height: 1.2;
  text-align: left;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(textarea[name="message"])::before,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(textarea[name="message"])::before {
  content: "Message";
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ich-form-label);
  margin-bottom: 0.35rem;
  line-height: 1.2;
  text-align: left;
}

.modal-body-form .popup-form-list > .form-group:has(input[name="name"])::before {
  content: "Your name";
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0.35rem;
  text-align: left;
  line-height: 1.2;
}

.modal-body-form .popup-form-list > .form-group:has(input[type="email"])::before {
  content: "Email";
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0.35rem;
  text-align: left;
  line-height: 1.2;
}

.modal-body-form .popup-form-list > .form-group:has(input[type="tel"])::before,
.modal-body-form .popup-form-list > .form-group:has(input[name="phone"])::before {
  content: "Phone";
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0.35rem;
  text-align: left;
  line-height: 1.2;
}

.modal-body-form .popup-form-list > .form-group:has(textarea[name="message"])::before {
  content: "Message";
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0.35rem;
  text-align: left;
  line-height: 1.2;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form .form-control,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) .form-control.footer-form {
  background-color: var(--ich-form-bg) !important;
  border: 1px solid var(--ich-form-border) !important;
  border-radius: 10px !important;
  font-size: 0.9375rem;
  color: var(--ich-form-label);
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  padding-right: 0.85rem;
  padding-left: 2.65rem;
  background-repeat: no-repeat;
  background-position: left 0.85rem center;
  background-size: 1.125rem 1.125rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form .form-control::placeholder,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) .form-control.footer-form::placeholder {
  color: #8b95a8;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form .mb-4:has(input[name="name"]) .form-control,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) .mb-4:has(input[name="name"]) .form-control.footer-form {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235c6b8a' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form .mb-4:has(input[type="email"]) .form-control,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) .mb-4:has(input[type="email"]) .form-control.footer-form {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235c6b8a' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form .mb-4:has(input[type="tel"]) .form-control,
.form_submission:not(.ich-quote-modal__form) .hero-banner-form .mb-4:has(input[name="phone"]) .form-control,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) .mb-4:has(input[type="tel"]) .form-control.footer-form,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) .mb-4:has(input[name="phone"]) .form-control.footer-form {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235c6b8a' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'/%3E%3Cline x1='12' y1='18' x2='12.01' y2='18'/%3E%3C/svg%3E");
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form .mb-4:has(textarea[name="message"]) .form-control,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) .mb-4:has(textarea[name="message"]) .form-control.footer-form {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235c6b8a' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
  background-position: left 0.85rem top 0.85rem;
  padding-top: 0.85rem;
}

.form_submission:not(.ich-quote-modal__form) .hero-banner-form .form-control:focus,
.form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) .form-control.footer-form:focus {
  border-color: var(--ich-form-focus) !important;
  border-width: 2px !important;
  box-shadow: 0 0 0 3px rgba(44, 47, 108, 0.2) !important;
}

.modal-body-form .popup-form-list .form-group input:not([type="checkbox"]),
.modal-body-form .popup-form-list .form-group textarea {
  background-color: var(--ich-form-bg) !important;
  border: 1px solid var(--ich-form-border) !important;
  border-radius: 10px !important;
  color: var(--ich-form-label) !important;
  font-size: 0.9375rem;
  padding: 0.65rem 0.85rem 0.65rem 2.65rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: left 0.85rem center;
  background-size: 1.125rem 1.125rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.modal-body-form .popup-form-list .form-group textarea {
  resize: vertical;
  min-height: 120px;
  background-position: left 0.85rem top 0.85rem;
  padding-top: 0.85rem;
}

.modal-body-form .popup-form-list .form-group:has(input[name="name"]) input:not([type="checkbox"]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235c6b8a' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.modal-body-form .popup-form-list .form-group:has(input[type="email"]) input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235c6b8a' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
}

.modal-body-form .popup-form-list .form-group:has(input[type="tel"]) input,
.modal-body-form .popup-form-list .form-group:has(input[name="phone"]) input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235c6b8a' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'/%3E%3Cline x1='12' y1='18' x2='12.01' y2='18'/%3E%3C/svg%3E");
}

.modal-body-form .popup-form-list .form-group:has(textarea[name="message"]) textarea {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%235c6b8a' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
}

.modal-body-form .popup-form-list .form-group input:not([type="checkbox"])::placeholder,
.modal-body-form .popup-form-list .form-group textarea::placeholder {
  color: #8b95a8 !important;
}

.modal-body-form .popup-form-list .form-group input:not([type="checkbox"]):focus,
.modal-body-form .popup-form-list .form-group textarea:focus {
  border-color: var(--ich-form-focus) !important;
  border-width: 2px !important;
  box-shadow: 0 0 0 3px rgba(44, 47, 108, 0.2) !important;
}

@media (max-width: 767.98px) {
  .form_submission:not(.ich-quote-modal__form) .hero-banner-form {
    grid-template-columns: 1fr;
  }

  .form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(input[name="name"]) {
    grid-column: 1;
    grid-row: auto;
  }

  .form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(input[type="email"]) {
    grid-column: 1;
    grid-row: auto;
  }

  .form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(input[type="tel"]),
  .form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(input[name="phone"]) {
    grid-column: 1;
    grid-row: auto;
  }

  .form_submission:not(.ich-quote-modal__form) .hero-banner-form > .mb-4:has(textarea[name="message"]) {
    grid-column: 1;
    grid-row: auto;
  }

  .form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) {
    grid-template-columns: 1fr;
  }

  .form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[name="name"]),
  .form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[type="email"]),
  .form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[type="tel"]),
  .form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(input[name="phone"]),
  .form_submission:not(.ich-quote-modal__form):not(:has(.hero-banner-form)):not(:has(.popup-form-list)) > .mb-4:has(textarea[name="message"]) {
    grid-column: 1;
    grid-row: auto;
  }

  .modal-body-form .popup-form-list {
    grid-template-columns: 1fr;
  }

  .modal-body-form .popup-form-list > .form-group:has(input[name="name"]),
  .modal-body-form .popup-form-list > .form-group:has(input[type="email"]),
  .modal-body-form .popup-form-list > .form-group:has(input[type="tel"]),
  .modal-body-form .popup-form-list > .form-group:has(input[name="phone"]),
  .modal-body-form .popup-form-list > .form-group:has(textarea[name="message"]) {
    grid-column: 1;
    grid-row: auto;
  }
}

/* === Meta ads single landing (landing.php) === */
.ich-landing-hero .ich-landing-kicker {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}

.ich-landing-hero-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.65;
}

.ich-landing-hero-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
}

.ich-landing-hero-list .fa-circle-check {
  color: #7dd87d;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.ich-landing-hero .ich-landing-chat-btn {
  border-width: 2px;
  font-weight: 600;
  padding: 0.5rem 1.25rem;
}

.ich-landing-hero .ich-landing-chat-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.ich-landing-form .hero-banner-form {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.ich-landing-lead {
  max-width: 640px;
  color: #5c6178;
  font-size: 1.08rem;
  line-height: 1.75;
}

.ich-landing-svc-card {
  background: #fff;
  border: 1px solid rgba(44, 47, 108, 0.12);
  border-radius: 14px;
  padding: 1.35rem 1.4rem 1.25rem;
  box-shadow: 0 4px 24px rgba(18, 20, 31, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ich-landing-svc-card:hover {
  border-color: rgba(44, 47, 108, 0.28);
  box-shadow: 0 10px 36px rgba(44, 47, 108, 0.12);
  transform: translateY(-2px);
}

.ich-landing-svc-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(44, 47, 108, 0.12), rgba(44, 47, 108, 0.05));
  color: #2c2f6c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  margin-bottom: 0.85rem;
}

.ich-landing-svc-title {
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.ich-landing-svc-title a {
  color: #12141f;
  text-decoration: none;
}

.ich-landing-svc-title a:hover {
  color: #2c2f6c;
}

.ich-landing-svc-text {
  font-size: 0.94rem;
  color: #5c6178;
  line-height: 1.65;
  margin-bottom: 0;
}

.ich-landing-svc-link {
  font-weight: 600;
  font-size: 0.9rem;
  color: #2c2f6c;
  text-decoration: none;
}

.ich-landing-svc-link:hover {
  text-decoration: underline;
}

.ich-landing-chat-btn--light {
  border-color: #2c2f6c !important;
  color: #2c2f6c !important;
}

.ich-landing-chat-btn--light:hover {
  background: #2c2f6c !important;
  color: #fff !important;
}

.ich-landing-final-cta {
  background: linear-gradient(135deg, #2c2f6c 0%, #1a1d48 100%);
}

/* —— Floating WhatsApp (config whatsapp_e164) —— */
@keyframes ich-wa-bump {
  0%,
  14%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45), 0 2px 8px rgba(18, 20, 31, 0.18);
  }

  3% {
    transform: translateY(0) scale(1);
  }

  6% {
    transform: translateY(-11px) scale(1.12);
    box-shadow: 0 12px 32px rgba(37, 211, 102, 0.55), 0 4px 14px rgba(18, 20, 31, 0.22);
  }

  9% {
    transform: translateY(2px) scale(0.94);
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4), 0 2px 6px rgba(18, 20, 31, 0.16);
  }

  12% {
    transform: translateY(-5px) scale(1.06);
    box-shadow: 0 9px 26px rgba(37, 211, 102, 0.5), 0 3px 10px rgba(18, 20, 31, 0.18);
  }
}

.ich-whatsapp-float {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1070;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 1.85rem;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45), 0 2px 8px rgba(18, 20, 31, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.35);
  transform-origin: 50% 100%;
  animation: ich-wa-bump 2.85s ease-in-out infinite;
  will-change: transform;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.ich-whatsapp-float:hover {
  animation: none;
  color: #fff;
  background: #20bd5a;
  transform: scale(1.08) translateY(-3px);
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.5), 0 4px 12px rgba(18, 20, 31, 0.2);
}

.ich-whatsapp-float:focus-visible {
  outline: 3px solid #2c2f6c;
  outline-offset: 3px;
}

@media (min-width: 768px) {
  .ich-whatsapp-float {
    left: 1.35rem;
    bottom: 1.35rem;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ich-whatsapp-float {
    animation: none;
    will-change: auto;
    transition: background 0.2s ease, box-shadow 0.2s ease;
  }

  .ich-whatsapp-float:hover {
    transform: none;
  }
}