:root {
  /* Brand Red */
  --main-h: 2;
  --main-s: 92%;
  --main-l: 45%;
  --main-two-h: 2;
  --main-two-s: 85%;
  --main-two-l: 35%;
  --main-white: 100%;
  --main-gradient: linear-gradient(
    135deg,
    #8b0000 0%,
    #e10600 50%,
    #ff3b3b 100%
  );
}

.bg-main-600,
.banner-circle {
  color: white;
  background: var(--main-gradient);
}

.service-five-active .swiper-slide-active.service-five-wrapper {
  background: var(--main-gradient) !important;
}

.service-five-button {
  margin-top: -2px;
}

.feature-two-area .feature-two-wrapper .feature-ip-icon {
  border: 2px solid #e10600 !important;
  /* border: 2px solid white !important; */
}

.video-arrow-shape img,
.about-bg-shape,
.feature-two-area span .animate__wobble,
.banner-arrow-shape span img,
.service-bg-shape-2,
.portfolio-shape span img,
.service-wrapper .service-icon span img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(99%) saturate(7462%)
    hue-rotate(357deg) brightness(95%) contrast(115%) !important;
}

.service-wrapper:hover .service-icon span img {
  filter: brightness(0) invert(1) !important;
}

.tw-text-base,
.service-wrapper:hover .service-paragraph,
.service-wrapper:hover .service-list ul li
/* .service-wrapper:hover .service-title a  */ {
  color: white !important;
}

.faq-three-accordion-item {
  border: 2px solid rgba(0, 0, 0, 0.5) !important;
}
.testimonial-three-wrapper {
  border: 7px solid rgba(0, 0, 0, 0.08) !important;
}

.hover-underline:hover {
  text-decoration: none;
}

.mobile-menu__logo img {
  max-width: 180px;
}

.service-wrapper .service-title,
.feature-two-title {
  line-height: 1.25;
}

.service-wrapper .service-list ul li {
  display: flex !important;
  align-items: flex-start !important;
  white-space: normal;
}

.service-wrapper .service-list ul li span {
  margin-top: 3px;
  flex-shrink: 0;
}

.footer .contact-left-item p,
.footer .contact-left-item a {
  word-break: break-word;
}

@media (max-width: 991px) {
  .footer .footer-col-3 {
    margin-left: 0 !important;
  }
}

/* Logo treatment: themed + readable over dark/transparent headers */
.header .logo .link {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.header-logo-img,
.mobile-menu__logo img,
.search_logo img,
.twoffcanvas__logo img {
  width: auto;
  height: auto;
  max-height: 56px;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

.header .logo {
  padding-right: 8px;
}

@media (max-width: 1399px) {
  .header-logo-img {
    max-height: 50px;
  }
}

@media (max-width: 991px) {
  .header-logo-img,
  .mobile-menu__logo img {
    max-height: 44px;
  }
}

/* New FAQ Format */
.faq-modern-area {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #740000 0%, #3f0504 100%) !important;
}

.faq-modern-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      520px 240px at 8% 6%,
      rgba(255, 255, 255, 0.12),
      transparent 62%
    ),
    radial-gradient(
      420px 220px at 92% 96%,
      rgba(255, 255, 255, 0.09),
      transparent 66%
    );
  pointer-events: none;
}

.faq-modern-intro {
  position: relative;
  z-index: 1;
  padding: clamp(22px, 3vw, 36px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
}

.faq-modern-badge {
  letter-spacing: 0.08em;
  font-weight: 600;
}

.faq-modern-intro .section-two-title {
  line-height: 1.25;
}

.faq-modern-intro-text {
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.8;
}

.faq-modern-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.faq-modern-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  line-height: 1.65;
}

.faq-modern-points li span {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
  color: #fff;
  background: linear-gradient(135deg, #8b0000 0%, #e10600 100%);
  box-shadow: 0 6px 14px rgba(225, 6, 0, 0.35);
}

.faq-modern-panel {
  position: relative;
  z-index: 1;
}

.faq-modern-accordion {
  display: grid;
  gap: 12px;
}

.faq-modern-item {
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 18px !important;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.faq-modern-item:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.32) !important;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.24);
}

.faq-modern-button {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 14px;
  padding: 18px 66px 18px 18px !important;
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

.faq-modern-number {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.faq-modern-question {
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}

.faq-modern-button::after {
  content: "+";
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px;
  right: 16px !important;
  top: 50% !important;
  transform: translateY(-50%);
  margin: 0 !important;
  position: absolute;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background: rgba(255, 255, 255, 0.16) !important;
  border: 1px solid rgba(255, 255, 255, 0.34);
  transition: all 0.28s ease;
}

.faq-modern-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.06) !important;
}

.faq-modern-button:not(.collapsed) .faq-modern-number {
  background: linear-gradient(135deg, #8b0000 0%, #e10600 100%);
  border-color: transparent;
  box-shadow: 0 8px 16px rgba(225, 6, 0, 0.35);
}

.faq-modern-button:not(.collapsed)::after {
  content: "-";
  color: #fff;
  background: linear-gradient(135deg, #8b0000 0%, #e10600 100%) !important;
  border-color: transparent;
}

.faq-modern-body {
  padding: 0 18px 18px 66px !important;
}

.faq-modern-body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.8;
  font-weight: 500;
}

.faq-modern-item .accordion-collapse {
  transition: height 0.32s ease;
}

@media (max-width: 1199px) {
  .faq-modern-intro {
    padding: 24px;
  }
}

@media (max-width: 991px) {
  .faq-modern-area {
    padding-block: 90px;
  }

  .faq-modern-body {
    padding: 0 16px 16px 16px !important;
  }

  .faq-modern-button {
    padding: 16px 58px 16px 16px !important;
  }
}

@media (max-width: 575px) {
  .faq-modern-intro {
    border-radius: 18px;
    padding: 18px;
  }

  .faq-modern-button::after {
    width: 30px !important;
    height: 30px !important;
    font-size: 20px;
    right: 12px !important;
  }

  .faq-modern-question {
    font-size: 15px;
  }

  .faq-modern-number {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
}

/* FAQ text readability update for image background */
.faq-three-area {
  position: relative;
  isolation: isolate;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.faq-three-area::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    120deg,
    rgba(3, 6, 14, 0.88) 0%,
    rgba(4, 8, 18, 0.78) 48%,
    rgba(4, 8, 18, 0.92) 100%
  );
}

.faq-three-area .section-two-title,
.faq-three-area .section-two-wrapper p,
.faq-three-area .text-heading,
.faq-three-area .tw-text-lg,
.faq-three-area .tw-text-base,
.faq-three-area .accordion-button,
.faq-three-area .faq-three-accordion-button,
.faq-three-area .faq-three-accordion-body p {
  color: #fff !important;
}

.faq-three-area .faq-three-accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border-radius: 30px !important;
  overflow: hidden;
  backdrop-filter: blur(2px);
}

.faq-three-area .faq-three-accordion-button {
  background: transparent !important;
  font-weight: 600;
}

.faq-three-area .faq-three-accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.07) !important;
}

.faq-three-area .faq-three-accordion-body {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.faq-three-area .faq-three-accordion-body p {
  opacity: 0.95;
}

@media (max-width: 991px) {
  .faq-three-area .section-two-wrapper {
    width: 100% !important;
  }
}

.faq-three-accordion-button::after,
.faq-three-accordion-button:not(.collapsed)::after {
  background: white !important;
  color: black !important;
}

.maquee-icon {
  margin-bottom: 20px;
}

.text-main-three-600 {
  color: white !important;
}

/* .section-two-title {
  color: white !important;
} */

.service-button {
  margin-top: -15px;
}

/* Service cards: keep all cards same height in each row */
.service-cards-row > [class*="col-"] {
  display: flex;
}

.service-cards-row .service-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-cards-row .service-wrapper > div:nth-child(2) {
  flex-grow: 1;
}

.banner-review-content {
  inset-block-end: -196px !important;
}

.banner-title span {
  font-size: 220px;
}

.banner-title {
  font-size: 110px;
}

.banner-content {
  inset-block-end: -228px;
  inset-inline-end: 195px;
}

@media (max-width: 991px) {
  .banner-content {
    inset-block-start: -80px;
    inset-block-end: auto;
    inset-inline-end: 24px;
  }

  .banner-review-content {
    inset-block-end: -55px !important;
  }
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 90px;
    line-height: 0.62;
  }

  .banner-title span {
    font-size: 160px;
    line-height: 0.9;
  }
}

@media (max-width: 575px) {
  .banner-content {
    inset-block-start: -146px;
    inset-inline-end: 12px;
  }

  .banner-title {
    font-size: 72px;
    line-height: 0.7;
  }

  .banner-title span {
    font-size: 118px;
  }

  .banner-review-content {
    inset-block-end: -80px !important;
  }

  .banner-review-content .tw-gap-4 h4,
  .banner-review-content .tw-gap-4 p {
    display: none;
  }
}

.brand-four-area {
  padding-block: 80px 80px;
  margin-block-start: 0px !important;
}

.brand-four-area .brand-four-box img {
  filter: none !important;
}

/* Preloader branding (logo/fav icon) */
.preloader .preloader-heading .preloader-brand {
  letter-spacing: normal;
  font-family: var(--heading-font);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.preloader-brand-icon {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 14px;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.35));
  animation: preloaderBrandPulse 1.2s ease-in-out infinite alternate;
}

.preloader-brand-text {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.03em;
  animation: none !important;
}

@keyframes preloaderBrandPulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}

@media (max-width: 575px) {
  .preloader-brand-icon {
    width: 46px;
    height: 46px;
  }

  .preloader-brand-text {
    font-size: 20px;
  }
}

.footer-bg-shape {
  animation: floatShape 4s ease-in-out infinite;
}

@keyframes floatShape {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}

.service-five-dot .swiper-pagination-bullet::before {
  background: #8b0000;
}

@media screen and (max-width: 1399px) {
  .footer-copyright-wrapper div {
    display: block;
  }
}

/* Legal pages: Privacy Policy and Terms & Conditions */
.legal-modern-area {
  position: relative;
  overflow: hidden;
}

.legal-modern-area::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      700px 340px at 8% 8%,
      rgba(225, 6, 0, 0.18),
      transparent 68%
    ),
    radial-gradient(
      620px 320px at 92% 96%,
      rgba(225, 6, 0, 0.14),
      transparent 70%
    );
}

.legal-modern-area .container {
  position: relative;
  z-index: 1;
}

.legal-modern-intro {
  padding: clamp(22px, 3vw, 36px);
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(2px);
}

.legal-modern-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.legal-modern-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-weight: 600;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.legal-modern-chip:hover {
  color: #fff;
  border-color: rgba(225, 6, 0, 0.7);
  background: rgba(225, 6, 0, 0.22);
}

.legal-modern-chip.is-active {
  color: #fff;
  border-color: transparent;
  background: var(--main-gradient);
}

.legal-modern-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(
    155deg,
    rgba(33, 33, 33, 0.96) 0%,
    rgba(26, 26, 26, 0.98) 100%
  );
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.legal-modern-card::before {
  display: none;
}

.legal-modern-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(225, 6, 0, 0.55);
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.28);
}

.legal-modern-card h3 {
  color: #fff;
  line-height: 1.3;
}

.legal-modern-card p {
  color: rgba(255, 255, 255, 0.92) !important;
  line-height: 1.75;
}

.legal-modern-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.legal-modern-list li {
  position: relative;
  margin-bottom: 0 !important;
  padding-left: 30px;
  line-height: 1.75;
}

.legal-modern-list li i {
  position: absolute;
  top: 2px;
  left: 0;
  color: var(--main-600);
  font-size: 24px;
}

.legal-modern-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.legal-modern-link:hover {
  color: #fff !important;
}

@media (max-width: 767px) {
  .legal-modern-intro,
  .legal-modern-card {
    padding: 26px 22px !important;
  }

  .legal-modern-chip {
    width: 100%;
  }
}

/* Counter section mobile responsiveness */
.counter-section {
  padding: 80px;
  overflow: hidden;
}

.counter-section-bg {
  bottom: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.counter-section .row {
  row-gap: 24px;
}

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

  .counter-section .counter-area {
    padding-bottom: 56px !important;
  }

  .counter-section .counter-title {
    font-size: clamp(3.5rem, 11vw, 5rem);
  }
}

@media (max-width: 575px) {
  .counter-section {
    padding: 44px 16px;
  }

  .counter-section .counter-area {
    padding-bottom: 44px !important;
  }

  .counter-section .counter-title {
    font-size: clamp(2.75rem, 14vw, 3.75rem);
  }

  .counter-section .counter-wrapper p {
    font-size: 14px !important;
    line-height: 1.4;
  }

  .service-area .service-cards-row {
    gap: 20px;
  }
}

/* Inner banner mobile responsiveness */
.breadcrumb-area .breadcrumb-title {
  font-size: clamp(2.5rem, 8vw, 7.5rem) !important;
  line-height: 1.05;
  word-break: normal;
  overflow-wrap: normal;
}

@media (max-width: 991px) {
  .breadcrumb-area {
    padding-block: 170px 72px;
  }

  .breadcrumb-area .breadcrumb-title {
    font-size: clamp(2.2rem, 10vw, 4.2rem) !important;
  }
}

@media (max-width: 575px) {
  .breadcrumb-area {
    padding-block: 138px 52px;
  }

  .breadcrumb-area .breadcrumb-title {
    font-size: clamp(2rem, 11vw, 3rem) !important;
    margin-bottom: 0 !important;
  }
}

/* About page: Why Choose section responsiveness */
.about-why-choose-area {
  padding-block: 140px;
}

.about-why-choose-area .row {
  row-gap: 20px;
}

@media (max-width: 991px) {
  .about-why-choose-area {
    padding-block: 92px;
  }

  .about-why-choose-area .section-two-title {
    font-size: clamp(2.25rem, 9.5vw, 3.6rem) !important;
    line-height: 1.08;
  }
}

@media (max-width: 575px) {
  .about-why-choose-area {
    padding-block: 68px;
  }

  .about-why-choose-area .service-wrapper {
    padding: 24px 20px 28px !important;
  }

  .about-why-choose-area .service-title {
    font-size: clamp(1.55rem, 8vw, 2.2rem) !important;
    line-height: 1.2;
  }

  .about-why-choose-area .service-paragraph {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* Process (step) section mobile responsiveness */
.process-section {
  padding: 60px;
}

.process-section .section-two-wrapper {
  margin-inline-end: 0 !important;
}

.process-section .feature-two-wrapper {
  margin-inline-end: 0 !important;
}

.process-section .row {
  row-gap: 20px;
}

@media (max-width: 991px) {
  .process-section {
    padding: 64px 24px;
  }

  .process-section .section-two-title {
    font-size: clamp(2.25rem, 9.2vw, 3.75rem) !important;
    line-height: 1.08;
  }

  .process-section .feature-two-title {
    font-size: clamp(1.5rem, 5vw, 2.1rem) !important;
    line-height: 1.2;
  }
}

@media (max-width: 575px) {
  .process-section {
    padding: 52px 16px;
  }

  .process-section .section-two-wrapper {
    padding-top: 0 !important;
    margin-bottom: 36px !important;
  }

  .process-section .feature-two-title {
    font-size: clamp(1.35rem, 8vw, 1.8rem) !important;
  }

  .process-section .feature-two-wrapper p {
    font-size: 14px;
    line-height: 1.55;
  }

  .process-section .feature-ip-icon {
    width: 86px !important;
    height: 86px !important;
  }

  .process-section .feature-number span {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
  }

  .process-section .col-md-6.pt-4 {
    padding-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .cta-button {
    display: block;
    right: 2px;
    top: 23%;
  }
  .portfolio-shape img {
    display: none;
  }

  .tw-btn-circle {
    width: 100px;
    height: 100px;
  }
}

.home-two-light,
.home-two-light #scrollSmoother-container {
  background: #ffffff !important;
  color: #151515;
}

.home-two-light .about-area .text-white,
.home-two-light .about-area .tw-text-base,
.home-two-light .service-area .text-white,
.home-two-light .service-area .tw-text-base {
  color: #151515 !important;
}

.about-ball {
  inset-inline-end: -76px;
  inset-block-start: -39px;
}

.service-wrapper:hover .service-btn .ph{
  color: black !important;
}

/* .ph {
  color: black;
} */

.home-two-light .service-wrapper {
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.07);
}

.home-two-light .service-title a,
.home-two-light .service-btn {
  color: #151515;
}

.home-two-light .service-button {
  background: #ffffff;
}

.home-two-light .service-button::before,
.home-two-light .service-button::after {
  box-shadow: 0.3em 0.3em 0 0.3em #ffffff;
}

.home-two-light .service-wrapper:hover .service-title a,
.home-two-light .service-wrapper:hover .service-paragraph,
.home-two-light .service-wrapper:hover .service-list ul li,
.home-two-light .service-wrapper:hover .service-list ul li span,
.home-two-light .service-wrapper:hover .service-btn {
  color: #ffffff !important;
}

.service-wrapper:hover p,
.service-wrapper:hover h3 {
  color: white;
}
.service-wrapper p,
.service-wrapper h3 {
  color: black;
}
.service-wrapper {
  background: #ffffff;
  border: 1px solid #ececec;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.07);
}

.service-button::after,
.service-button::before {
  box-shadow: 0.3em 0.3em 0 0.3em #ffffff;
}

.service-button {
  background-color: white;
}

.service-cards-row .service-wrapper:hover .ph-bold.ph-plus:before {
  color: white !important;
}

.about-area .about-content span img {
  filter: brightness(1) invert(1) !important;
}

.banner-siteber {
  inset-inline-start: -478px;
}

.brand-four-box{
  border: none !important;
}
.brand-two-box {
  padding-inline: 0px !important;
}