@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap");

/* Obrero Euskadi optimized stylesheet. Shared homepage classes remain the source of truth for typography, containers, cards, buttons, and scroll animations. */

header,
nav,
section,
article,
aside,
footer {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  color: #777;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  margin: 0 0 1rem;
  color: #17233e;
  line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #17233e;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  text-decoration: none;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  color: #da0301;
  transition: all ease-in-out 0.5s;
  outline: none;
  text-decoration: none !important;
}

h1 {
  font-size: 58px;
}

h2 {
  font-size: 46px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }
}

@media (max-width: 735px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 21px;
  }
}

p {
  margin-bottom: 8px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  margin-bottom: 0px;
  line-height: 1.5;
  color: #777;
  position: relative;
  display: inline-block;
  padding: 0;
}

ol {
  margin: 0;
  counter-reset: i;
  position: relative;
}

ol li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #777;
  padding-left: 0;
  position: relative;
}

a {
  color: #777;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #da0301;
  transition: all ease-in-out 0.5s;
  outline: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #da0301 !important;
}

input::placeholder {
  color: #777 !important;
}

.row [class*="col-"] {
  padding: 0 15px;
}

img {
  max-width: 100%;
}

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

@media (max-width: 767px) {
  .container,
  .container-sm {
    max-width: 100%;
  }
}

.border {
  border-color: #f1f1f1 !important;
}

.white {
  color: #fff !important;
}

.theme {
  color: #da0301 !important;
}

.bg-white {
  background: #fff !important;
}

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 2.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

.pt-20,
.py-20 {
  padding-top: 10rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 5rem !important;
}

.z-index1 {
  z-index: 1;
}

.form-group {
  width: 100%;
  display: inline-block;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="time"],
textarea,
select {
  font-size: 15px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  padding: 12px 20px;
  color: #777;
  margin-bottom: 0;
  height: 50px;
  box-shadow: none;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus,
select:focus {
  outline: none;
  transition: all 0.5s ease;
  box-shadow: none;
}

select {
  width: 100%;
  height: inherit;
}

select option {
  color: #3f3f3f;
}

textarea {
  border-radius: none;
  resize: vertical;
  height: 120px;
}

label {
  display: inline-block;
  color: #777;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 15px;
}

.oe-bento-accent {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.oe-bento-cta-bg-mark {
  position: absolute;
  right: 28px;
  bottom: -22px;
  font-family: "Playfair Display", serif;
  font-size: clamp(72px, 10vw, 140px);
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.08);
  pointer-events: none;
  user-select: none;
}

.oe-bento-cta-inner--enhanced {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
}

.oe-bento-cta-main {
  max-width: 620px;
}

.oe-bento-cta-title {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  margin-bottom: 28px;
}

.oe-bento-cta-desc {
  max-width: 520px;
  margin: 0;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

.oe-bento-cta-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.oe-bento-cta-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 600;
}

.oe-bento-cta-points i {
  font-size: 10px;
}

.oe-bento-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}

.oe-bento-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.oe-bento-cta-phone:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .oe-bento-cta-inner--enhanced {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .oe-bento-cta-actions {
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .oe-bento-accent {
    min-height: auto;
  }

  .oe-bento-cta-points {
    flex-direction: column;
    align-items: flex-start;
  }

  .oe-bento-cta-btn {
    width: 100%;
    justify-content: center;
  }
}

section {
  padding: 4.5rem 0 5rem;
  position: relative;
}

.section-title,
.section-title-w,
.section-title-l {
  position: relative;
  z-index: 1;
}

.section-title h2,
.section-title-w h2,
.section-title-l h2 {
  position: relative;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .section-title {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .section-title {
    width: 100% !important;
    text-align: center !important;
  }

  .section-title::before {
    left: 0;
    right: 0;
  }
}

iframe {
  width: 100%;
  border: none;
}

.box-shadow {
  box-shadow: 0 0 15px #cccccc37;
}

.rounded {
  border-radius: 10px !important;
}

.rounded-start {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

button {
  border: none;
}

.nir-btn,
.nir-btn-black {
  position: relative;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  padding: 14px 24px;
  text-transform: capitalize;
  transition: all ease-in-out 0.5s;
  background: #da0301;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.nir-btn::before,
.nir-btn-black::before {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  top: 0;
  content: "";
  background: #000000;
  color: #fff !important;
  transition: all ease-in-out 0.5s;
  z-index: -1;
}

.nir-btn:hover::before,
.nir-btn-black:hover::before {
  width: 100%;
  transition: all ease-in-out 0.5s;
}

.nir-btn:hover,
.nir-btn-black:hover {
  color: #fff !important;
  transition: all ease-in-out 0.5s;
}

.accrodion-grp .accrodion + .accrodion {
  margin-top: 10px;
}

.accrodion-grp .accrodion .accrodion-title {
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 20px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  border-radius: 10px;
}

.accrodion-grp .accrodion .accrodion-title h5 {
  margin: 0;
  position: relative;
  text-transform: capitalize;
  border: none;
}

.accrodion-grp .accrodion .accrodion-title h5:before {
  content: "\f107";
  font-family: "FontAwesome";
  color: #222222;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accrodion-grp .accrodion .accrodion-content {
  padding-top: 10px;
}

.accrodion-grp .accrodion .accrodion-content .inner {
  padding: 30px;
}

.accrodion-grp .accrodion .accrodion-content .inner p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.01em;
  color: #74787d;
}

.accrodion-grp .accrodion.active .accrodion-title {
  background: #da0301;
  border-color: #da0301;
}

.accrodion-grp .accrodion.active .accrodion-title h5 {
  color: #fff;
}

.accrodion-grp .accrodion.active .accrodion-title h5:before {
  content: "\f106";
  color: #fff;
}

@media (max-width: 567px) {
  .accrodion-grp .accrodion .accrodion-title h5 {
    font-size: 14px;
  }
}

.navbar-default {
  background: #f5f5f5;
}

.navbar {
  border-bottom: 0;
  padding: 0;
}

.sidebar .navbar-nav {
  background: transparent;
  margin: 0;
}

.navbar.navbar-default {
  transition: none;
}

.navbar-default a.navbar-brand {
  font-size: 24px;
  position: relative;
  color: #f49b00;
  letter-spacing: 2px;
  font-weight: 400;
  display: block;
  padding: 0;
  height: auto;
  transition: all ease-in-out 0.5s;
  transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  margin-right: 0;
  flex: 1;
}

.navbar-default a.navbar-brand span {
  color: #fc883a;
}

.navbar-default a.navbar-brand:hover {
  color: #d60d45;
}

.navbar-default .navbar-nav li,
.navbar-default .navbar-nav li.active {
  background: #f33807;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:hover {
  background: #f33807;
}

.navbar-nav li {
  position: relative;
  text-align: left;
  margin-bottom: 0;
}

.navbar-nav li ul {
  z-index: 9999;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50px;
  left: 0;
  width: 190px;
  display: none;
  border: 1px solid #f1f1f1;
  border-top: 2px solid #f33807;
  -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}

.navbar-nav li ul li {
  border-bottom: 1px solid #f1f1f1;
}

.navbar-nav li ul li:last-child {
  border-bottom: none;
}

.navbar-nav li ul li:hover a {
  padding-left: 20px;
  padding-right: 10px;
  text-decoration: none;
}

.navbar-nav li ul li:hover ul li a {
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-nav li ul li a {
  display: block;
  padding: 7px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #636363;
}

.navbar-nav li ul li a:hover {
  color: #f33807;
}

.navbar-nav li ul li ul {
  position: absolute;
  left: 188px;
  top: -2px;
}

.navbar-nav li ul li ul li ul li:hover a {
  padding-left: 20px;
  padding-right: 10px;
}

.navbar-nav li > ul > li:last-child > a {
  border-bottom: 0;
}

.navbar-nav li > ul > li ul > li:last-child > a {
  border-bottom: 0;
}

.main_header_area {
  position: relative;
  width: 100%;
}

.main_header_area .notify-bar {
  background: linear-gradient(to right, #e9595e 1%, #dcb86c 100%);
  position: relative;
  padding: 3px 0;
}

.main_header_area .notify-bar .notify-in {
  position: relative;
}

.main_header_area .notify-bar .notify-in y a.shop-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main_header_area .header-content {
  position: relative;
  z-index: 1;
  background: #ffffff30;
}

.main_header_area .header-content li {
  display: inline-block;
  padding: 0px 15px;
  border-left: 1px solid #f1f1f136;
  margin: 0;
}

.main_header_area .header-content li:first-child {
  border: none;
  padding-left: 0;
}

.main_header_area .header-content li:last-child {
  padding-right: 0;
}

.main_header_area .header-content a,
.main_header_area .header-content i {
  font-size: 14px;
}

.main_header_area .header_menu.fixed-top {
  box-shadow: 0 0 15px #cccccc37;
  background: #fff;
}

.main_header_area .header_menu.hide {
  top: -94px;
  animation-name: slideInUp;
}

.main_header_area .register-login a {
  font-size: 15px;
  text-transform: uppercase;
  color: #777;
}

.main_header_area .register-login .dropdown a {
  color: #777 !important;
  text-transform: capitalize;
}

.main_header_area .register-login .btn-info {
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
}

.main_header_area .header_menu.fixed-top .register-login a {
  color: #777 !important;
}

.main_header_area .header_menu.fixed-top .register-login a.nir-btn {
  color: #fff !important;
}

.main_header_area .header_menu.fixed-top .register-login a.nir-btn:hover {
  color: #fff !important;
}

.main_header_area.headerstye-1 {
  position: absolute;
  width: 100%;
}

.main_header_area.headerstye-1
  .header_menu
  .navbar.navbar-default
  .navbar-header
  .navbar-brand {
  padding: 0;
  margin: 0;
}

.main_header_area.headerstye-1
  .header_menu
  .navbar.navbar-default
  .navbar-header
  .navbar-brand
  img {
  display: block;
}

.main_header_area.headerstye-1
  .header_menu
  .navbar.navbar-default
  .navbar-header
  .navbar-brand
  img
  + img {
  display: none;
}

.main_header_area.headerstye-1
  .header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li {
  margin-right: 0;
}

.main_header_area.headerstye-1
  .header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li
  a {
  color: #fff;
  padding: 10px;
}

.main_header_area.headerstye-1
  .header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li:hover
  > a {
  color: #da0301;
}

.main_header_area.headerstye-1
  .header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.active
  > a {
  color: #da0301;
}

.main_header_area.headerstye-1 .header_menu .search-main a i {
  color: #fff;
}

.main_header_area.headerstye-1 .header_menu.fixed-top .navbar-default {
  background: #fff;
}
/* Force ALL nav links to black */
#responsive-menu li a,
#responsive-menu li a b,
#responsive-menu li > a,
#responsive-menu li > a b {
  color: #000000 !important;
}
/* Force ALL nav links to black */
#responsive-menu li > a,
#responsive-menu li > a b {
  color: #000000 !important;
}

/* Hover = red for TOP LEVEL only */
#responsive-menu > li:hover > a,
#responsive-menu > li:hover > a b {
  color: #da0301 !important;
}

/* DROPDOWN MENU items - keep existing style */
#responsive-menu li .dropdown-menu li a,
#responsive-menu li .dropdown-menu li a b {
  color: #636363 !important;
}

/* DROPDOWN MENU items hover - white text on red bg */
#responsive-menu li .dropdown-menu li a:hover,
#responsive-menu li .dropdown-menu li a:hover b {
  color: #ffffff !important;
  background: #da0301 !important;
}

/* Hover = red */
#responsive-menu li:hover > a,
#responsive-menu li:hover > a b,
#responsive-menu li a:hover,
#responsive-menu li a:hover b {
  color: #da0301 !important;
}
.main_header_area.headerstye-1
  .header_menu.fixed-top
  .navbar-default
  .navbar-header
  .navbar-brand {
  padding: 0;
  margin: 0;
}

.main_header_area.headerstye-1
  .header_menu.fixed-top
  .navbar-default
  .navbar-header
  .navbar-brand
  img {
  display: none !important;
}

.main_header_area.headerstye-1
  .header_menu.fixed-top
  .navbar-default
  .navbar-header
  .navbar-brand
  img
  + img {
  display: block !important;
}

.main_header_area.headerstye-1 .header_menu.fixed-top .search-main a i {
  color: #777;
}

@media (max-width: 1400px) and (min-width: 1300px) {
  .main_header_area .header_menu .navbar.navbar-default .nav.navbar-nav li a,
  .main_header_area.headerstye-1
    .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li
    a {
    padding: 10px 6px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .headerstye-1 .navbar-header {
    display: block;
  }

  .main_header_area .header-content,
  .search-main {
    display: none !important;
  }
}

@media (max-width: 735px) {
  .main_header_area .header-content {
    display: none !important;
  }
}

.header_menu .navbar.navbar-default {
  border-radius: 0px;
  margin-bottom: 0px;
  background: transparent;
  border: none;
  width: 100%;
  z-index: 9;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand {
  padding: 0;
  margin: 0;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand img {
  display: block;
}

.header_menu .navbar.navbar-default .navbar-header .navbar-brand img + img {
  display: none;
}

.header_menu .navbar.navbar-default .navbar-collapse {
  text-align: right;
  padding: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav {
  float: none;
  text-align: right;
  display: inline-block;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li {
  float: none;
  display: inline-block;
  margin-right: 0;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
  margin: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a {
  background: transparent;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0px;
  line-height: inherit;
  transition: all 150ms linear;
  border: none;
  padding: 0 8px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
  font-size: 12px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i.fa-angle-right {
  position: absolute;
  right: 15px;
  top: 20px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a:after {
  display: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a,
.header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
  color: #000000;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
  position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.submenu
  .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.submenu
  .dropdown-menu
  li {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px dashed #f1f1f1;
}

.header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.submenu
  .dropdown-menu
  li
  a {
  line-height: 3;
  color: #777;
  font-size: 15px;
  padding: 3px 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  text-transform: capitalize;
}

.header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.submenu
  .dropdown-menu
  li
  a:hover {
  background: #da0301;
  color: #fff;
}

.header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.submenu
  .dropdown-menu
  li:last-child {
  border-bottom: none;
}

.header_menu
  .navbar.navbar-default
  .nav.navbar-nav
  li.submenu
  .dropdown-menu
  li
  ul {
  overflow: visible;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
  margin-right: 0px;
}

.header_menu
  .navbar.navbar-default.navbar-sticky-in
  .nav.navbar-nav
  li:hover
  > a,
.header_menu
  .navbar.navbar-default.navbar-sticky-in
  .nav.navbar-nav
  li.active
  > a {
  color: #da0301;
}

.main_header_area .header_mlogo .navbar.navbar-default .navbar-header {
  display: none;
  transition: all ease-in-out 0.5s;
}

.main_header_area
  .header_mlogo
  .navbar.navbar-default.navbar-sticky-in
  .navbar-header {
  display: block;
  transition: all ease-in-out 0.5s;
}

.main_header_area
  .header_mlogo
  .navbar.navbar-default.navbar-sticky-in
  .navbar-middle {
  display: none;
  transition: all ease-in-out 0.5s;
}

.main_header_area .header_menu.header_mlogo1.fixed-top {
  position: relative;
  animation: none;
  top: 0;
}

@media (max-width: 991px) {
  .main_header_area .header_mlogo .navbar.navbar-default .navbar-header {
    display: block;
  }
}

@media (min-width: 992px) {
  .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu {
    position: absolute;
    top: 40px;
    left: 0px;
    min-width: 250px;
    background: #fff;
    box-shadow: 0 0 15px #cccccc57;
    text-align: left;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }

  .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu
    li.submenu
    .dropdown-menu {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: 0;
  }

  .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu
    li.submenu
    .dropdown-menu
    li
    a {
    line-height: 3;
    color: #777;
    font-size: 15px;
    padding: 3px 20px;
    letter-spacing: 0.3px;
    transition: all 150ms linear;
    display: block;
  }

  .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu
    li.submenu
    .dropdown-menu
    li:hover
    a {
    color: #fff;
  }

  .header_menu
    .navbar.navbar-default
    .nav.navbar-nav
    li.submenu
    .dropdown-menu
    li.submenu:hover
    .dropdown-menu {
    transform: scale(1, 1);
  }

  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 22;
}

nav.navbar.navbar-default .logo-white {
  display: block;
}

nav.navbar.navbar-default .logo-black {
  display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-white {
  display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-black {
  display: block;
}

.navbar-sticky-in .nir-btn:hover {
  color: #da0301;
}

.search-wrapper .search_module .search_area form .input-group .form-control {
  background: none;
  padding-left: 40px;
  border: 1px solid #ffffff23;
  transition: all ease-in-out 0.5s;
  font-weight: 400;
  width: 100%;
  color: #fff;
}

.search-wrapper
  .search_module
  .search_area
  form
  .input-group
  .form-control::placeholder {
  transition: all ease-in-out 0.5s;
  color: #fdfdfd;
}

.search-wrapper
  .search_module
  .search_area
  form
  .input-group
  .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.search-wrapper
  .search_module.active
  .search_area
  form
  .input-group
  .form-control {
  border: none;
  padding-left: 2.66667rem;
  border: 1px solid #ffffff23;
  font-weight: 400;
}

.search-wrapper
  .search_module.active
  .search_area
  form
  .input-group
  .form-control:focus {
  border: none;
}

.main_header_area.headerstye-1 .header_menu.fixed-top {
  background: #fff;
  box-shadow: 0 0 15px #cccccc57;
}

.main_header_area.headerstye-1
  .header_menu.fixed-top
  .navbar.navbar-default
  .navbar-header
  .navbar-brand
  img
  + img {
  display: block;
}

.main_header_area.headerstye-1
  .header_menu.fixed-top
  .navbar.navbar-default
  .nav.navbar-nav
  li
  > a {
  color: #777;
}

.main_header_area.headerstye-1
  .header_menu.fixed-top
  .navbar.navbar-default
  .nav.navbar-nav
  li.active
  > a {
  color: #da0301;
}

.main_header_area.headerstye-1
  .header_menu.fixed-top
  .search-wrapper
  .search_module
  .search_area
  form
  .input-group
  .form-control {
  border-color: #f1f1f1;
  color: #777;
}

.main_header_area.headerstye-1
  .header_menu.fixed-top
  .search-wrapper
  .search_module
  .search_area
  form
  .input-group
  .form-control::placeholder {
  color: #777;
}

.main_header_area.headerstye-1
  .header_menu.fixed-top
  .search-wrapper
  .search_module
  .icon-left {
  color: #777;
}

@media (max-width: 1100px) {
  .dropdown-toggle::after,
  .search-wrapper,
  .header_menu .navbar.navbar-default a.cart-icon,
  .register-login {
    display: none !important;
  }
}

.banner {
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
}

.banner .slider {
  height: 680px;
  position: relative;
}

.banner .slider .swiper-container {
  width: 100%;
  height: 100%;
}

.banner .slider .swiper-container .swiper-slide {
  overflow: hidden;
}

.banner .slider .swiper-container .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content {
  top: 45.6%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 40%;
  position: absolute;
  z-index: 9;
}

.banner
  .slider
  .swiper-container
  .swiper-slide
  .slide-inner
  .swiper-content
  .nir-btn-black:hover {
  background-color: #fff;
}

.banner
  .slider
  .swiper-container
  .swiper-slide
  .slide-inner
  .swiper-content
  > h1 {
  letter-spacing: 1px;
  font-weight: 700;
}

.banner .slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 40px;
}

.banner .slider .swiper-pagination-custom .swiper-pagination-fraction {
  bottom: 40px;
}

.banner .slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
}

.banner .slider .swiper-pagination-bullet-active {
  background: #da0301;
}

.banner .slider .swiper-container-vertical > .swiper-pagination-bullets {
  right: 50px;
}

.banner .slider1 .swiper-container .swiper-slide .slide-inner .swiper-content {
  width: 40%;
  position: absolute;
  z-index: 999;
  right: auto;
  left: 7%;
  text-align: left;
}

.banner .slider2 {
  padding: 0;
  height: 570px !important;
}

.banner .slider2 .swiper-container .swiper-slide .slide-inner .slide-image {
  width: 100%;
}

.banner .slider2 .swiper-container .swiper-slide .slide-inner .swiper-content {
  top: auto;
  transform: none;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 999;
  right: 0;
  margin: 0 auto;
  padding: 40px;
  background: transparent;
  box-shadow: none;
}

.banner
  .slider2
  .swiper-container
  .swiper-slide
  .slide-inner
  .swiper-content
  > h1.s-title1 {
  font-size: 28px;
}

.banner .slider2 .swiper-container .swiper-slide .slide-inner .color-overlay {
  height: 100%;
}

.banner .video-slider {
  height: auto;
}

.banner .video-slider .swiper-content {
  top: 56%;
  transform: translateY(-50%);
  left: 0;
  width: 60%;
  right: 0;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
}

.banner .video-slider .swiper-content > h1 {
  font-size: 58px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.banner .video-slider .video-banner video {
  width: 100%;
  display: block;
}

.banner .banner-main {
  height: 630px;
  position: relative;
}

.banner .banner-main .banner-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
}

.banner .banner-main .banner-content {
  top: 45%;
  right: 0;
  left: 0;
  width: 55%;
  position: absolute;
  z-index: 9;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
}

.banner .banner-main .banner-content > h1 {
  font-size: 58px;
  letter-spacing: 1px;
  font-weight: 700;
}

.banner .banner-main .banner-content p {
  font-size: 21px;
}

.banner .banner-slide {
  height: 500px;
}

.banner .banner-in .banner-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  animation: movebounce 5s infinite;
}

.banner .swiper-button-next {
  right: 30px;
}

.banner .swiper-button-prev {
  left: 30px;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  background: #da0301;
  font-size: 21px;
  padding: 10px 20px;
  color: #fff;
  transition: all ease-in-out 0.5s;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.banner .swiper-button-next:hover:after,
.banner .swiper-button-prev:hover:after {
  background: #000000;
  color: #fff;
  transition: all ease-in-out 0.5s;
}

.banner .slider-before:before {
  background: #f1f1f1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.banner .slick-content-inner {
  position: absolute;
  top: 45%;
  width: 60%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}

.banner .slider-thumbs {
  position: absolute !important;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  background: #fdfdfd;
  margin: 0 auto !important;
  overflow: hidden;
}

.banner .slider-thumbs .slick-prev,
.banner .slider-thumbs .slick-next {
  background: #da0301;
}

.banner .slider-thumbs .slick-prev {
  left: 10px;
}

.banner .slider-thumbs .slick-next {
  right: 10px;
}

.banner .slider-thumbs .slick-slide {
  opacity: 0.7;
}

.banner .slider-thumbs .slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
}

@media (max-width: 1370px) and (min-width: 1368px) {
  .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content {
    width: 60%;
  }

  .banner
    .slider1
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content {
    width: 40%;
  }
}

@media (max-width: 1100px) {
  .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content,
  .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content1,
  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content2 {
    width: 75% !important;
  }

  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content
    h1,
  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content1
    h1,
  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content2
    h1 {
    font-size: 48px;
  }

  .banner .video-slider .swiper-content {
    width: 85% !important;
  }

  .banner .video-slider .swiper-content h1 {
    font-size: 50px;
  }

  .banner .banner-main .banner-content {
    width: 90%;
  }

  .banner
    .slider.slider3
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content1
    > h1 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .banner .slider .swiper-container .swiper-slide .slide-inner .slide-image {
    width: 100%;
    left: 0;
  }

  .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content {
    top: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content
    h1 {
    font-size: 40px;
  }

  .banner .slider .swiper-container .slider-before .swiper-content {
    top: 50% !important;
  }

  .banner .slider .swiper-container .slider-before:before {
    background: #000000;
    width: 100%;
    opacity: 0.7;
  }

  .banner .slider .swiper-container .slider-before span a,
  .banner .slider .swiper-container .slider-before h1 a,
  .banner .slider .swiper-container .slider-before p {
    color: #fff;
  }

  .banner .banner-main {
    height: auto;
  }

  .banner .banner-main .banner-content {
    top: 50%;
    transform: translateY(-50%);
  }

  .banner .banner-in .banner-content {
    width: 100% !important;
  }

  .banner .banner-in .banner-content .input-box {
    border: none !important;
  }

  .banner .banner-in .banner-content .nir-btn {
    padding: 14px 24px !important;
    margin: 0 1.5rem 1.5rem;
    width: 50% !important;
  }

  .slider-thumbs {
    position: relative !important;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    background: transparent;
  }
}

@media (max-width: 767px) {
  .banner .slider .swiper-container .swiper-slide .slide-inner::before {
    display: none;
  }

  .banner .slider .swiper-container .swiper-slide .slide-inner .swiper-content {
    width: 90% !important;
    left: 0;
    right: 0;
    top: 60%;
    text-align: center;
    margin: 0 auto;
  }

  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content
    span {
    padding-left: 0;
  }

  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content
    span:before {
    display: none;
  }

  .banner .slider .swiper-container .swiper-slide .slide-inner .overlay {
    width: 100%;
  }

  .banner .slider .swiper-button-prev,
  .banner .slider .swiper-button-next {
    display: none;
  }

  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    display: none;
  }

  .banner .top50 .swiper-container .swiper-slide .slide-inner .swiper-content {
    top: 50%;
  }
}

@media (max-width: 639px) {
  .banner .container {
    padding: 0;
  }

  .banner .slider {
    overflow: visible;
    padding: 0 !important;
  }

  .banner .slider .swiper-container .swiper-slide .slide-inner .slide-image {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    transform: none;
  }

  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content
    > h1 {
    font-size: 32px;
  }

  .banner .slider .swiper-container-vertical > .swiper-pagination-bullets {
    display: none;
  }

  .banner .video-slider .swiper-content {
    display: none;
  }

  .banner .banner-main .banner-content > h1 {
    font-size: 28px;
  }
}

@media (max-width: 400px) {
  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content
    .entry-meta,
  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content
    .entry-date,
  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content
    .entry-category {
    display: block !important;
    margin-bottom: 15px;
  }

  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content
    .entry-author {
    margin-bottom: 15px;
  }

  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content
    .entry-author
    .entry-date {
    margin-bottom: 0;
  }

  .banner
    .slider
    .swiper-container
    .swiper-slide
    .slide-inner
    .swiper-content
    > h1 {
    font-size: 24px;
  }

  .banner .slider .swiper-container-vertical > .swiper-pagination-bullets {
    display: none;
  }

  .banner .video-slider .swiper-content {
    display: none;
  }

  .banner .banner-main .banner-content > h1 {
    font-size: 24px;
  }

  .slider-thumbs,
  .slick-content-inner {
    display: none !important;
  }
}

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.form-main {
  position: relative;
  display: block;
  z-index: 2;
}

.form-main .form-content {
  box-shadow: 0px 0px 30px #cccccc57;
  margin: -200px auto 0;
  background: #fff;
  border-radius: 0px;
  z-index: 2;
}

.form-main .form-content .input-box {
  position: relative;
  width: 100%;
}

.form-main .form-content .input-box i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.form-main .form-content .input-box [class^="fa-"]:before {
  color: #ef2853;
  font-weight: 600;
}

.form-main .form-content .form-navtab {
  position: absolute;
  top: -57px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.form-main .form-content .form-navtab .nav-tabs {
  border: none;
  padding: 0px;
  display: inline-block;
}

.form-main .form-content .form-navtab .nav-tabs li button {
  border-radius: 0;
  background: #fff;
  border: none;
  padding: 15px 30px;
  transition: all 0.5s;
}

.form-main .form-content .form-navtab .nav-tabs li i {
  color: #444;
  margin-right: 5px;
  transition: all 0.5s;
}

.form-main .form-content .form-navtab .nav-tabs li:hover button {
  background: #088dd1;
  color: #fff;
  border: none;
  transition: all 0.5s;
}

.form-main .form-content .form-navtab .nav-tabs li:hover button i {
  color: #fff;
  transition: all 0.5s;
}

.form-main .form-content .form-navtab .nav-tabs li button.active {
  background: #088dd1;
  color: #fff;
  border: none;
  transition: all 0.5s;
}

.form-main .form-content .form-navtab .nav-tabs li button.active i {
  color: #fff;
  transition: all 0.5s;
}

.form-main .form-content .tab-content {
  box-shadow: 0px 0px 30px #cccccc57;
  padding: 30px;
  background: #fff;
}

.form-main .form-content.form-content1 {
  top: -20px;
}

.form-main .form-content.form-content2 {
  padding: 0;
  box-shadow: none;
  top: 0;
}

.form-main .form-content.form-content2 .input-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form-main .form-content.form-content2 .input-box input,
.form-main .form-content.form-content2 .input-box .nice-select {
  border-width: 0 0 1px;
}

.form-main .form-content.form-content2 .input-box i {
  color: #088dd1;
  font-weight: 600;
  left: 0;
}

.form-main .form-content.form-content3 {
  padding: 0;
  box-shadow: none;
  top: 0;
  background: transparent;
}

.form-main .form-content.form-content3 .input-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.form-main .form-content.form-content3 .input-box input,
.form-main .form-content.form-content3 .input-box .nice-select {
  border-width: 0 0 1px;
  background: transparent;
  color: #fff;
}

.form-main .form-content.form-content3 .input-box input::placeholder,
.form-main .form-content.form-content3 .input-box .nice-select::placeholder {
  color: #fff !important;
}

.form-main .form-content.form-content3 .input-box i {
  color: #088dd1;
  font-weight: 600;
  left: 0;
}

@media (max-width: 1100px) {
  .form-main .form-content {
    width: 88% !important;
  }

  .form-main .form-content.form-content1 {
    top: 0;
  }
}

@media (max-width: 991px) {
  .form-main .form-content {
    margin: 2rem auto 0.25rem !important;
    left: 0;
    position: relative;
    top: 0;
  }

  .form-main .form-content .form-group {
    padding-right: 0 !important;
    margin-bottom: 1rem !important;
  }

  .form-main .form-title1 {
    border-radius: 10px 10px 0 0 !important;
    margin-bottom: 2rem !important;
  }
}

@media (max-width: 767px) {
  .form-main .form-content .form-navtab .nav-tabs li a {
    padding: 20px 15px;
  }
}

@media (max-width: 735px) {
  .form-main .form-content {
    width: 98% !important;
  }

  .form-main .form-content .tab-content {
    border-top: 2px dashed #f1f1f1;
  }
}

@media (max-width: 479px) {
  .form-main .form-content .form-navtab {
    position: relative;
    top: 0;
  }

  .form-main .form-content .form-navtab .nav-tabs {
    display: block;
  }

  .form-main .form-content .form-navtab .nav-tabs li {
    width: 100%;
  }

  .form-main .form-content .form-navtab .nav-tabs li button {
    width: 100%;
  }

  .form-main .form-content .form-navtab .nav-tabs li a {
    display: block;
  }

  .form-main .form-content .form-navtab .nav-tabs li:nth-child(odd) a {
    background: #f1f1f1;
  }
}

.trending-topic-counter .trending-topic-counter-inner .section-title::before {
  display: none;
}

.trending-topic-counter .trending-topic-counter-inner .section-title h2 {
  font-weight: 700;
}

.trending {
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.trending .trend-item,
.trending .trend-item1,
.trending .trend-item2 {
  position: relative;
  transition: all ease-in-out 0.5s;
  overflow: hidden;
}

.trending .trend-item::before,
.trending .trend-item1::before,
.trending .trend-item2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: 0;
  background: #da0301;
  height: 4px;
  transition: all ease-in-out 0.5s;
  z-index: 2;
}

.trending .trend-item .trend-meta,
.trending .trend-item1 .trend-meta,
.trending .trend-item2 .trend-meta {
  position: absolute;
  top: -28px;
  right: 20px;
}

.trending .trend-item .trend-image,
.trending .trend-item1 .trend-image,
.trending .trend-item2 .trend-image {
  position: relative;
}

.trending .trend-item .trend-image img,
.trending .trend-item1 .trend-image img,
.trending .trend-item2 .trend-image img {
  transition: all ease-in-out 0.5s;
  width: 100%;
}

.trending .trend-item .trend-image .trend-content,
.trending .trend-item1 .trend-image .trend-content,
.trending .trend-item2 .trend-image .trend-content {
  z-index: 1;
}

.trending .trend-item .trend-image,
.trending .trend-item .trend-image1,
.trending .trend-item1 .trend-image,
.trending .trend-item1 .trend-image1,
.trending .trend-item2 .trend-image,
.trending .trend-item2 .trend-image1 {
  transition: all ease-in-out 0.5s;
  overflow: hidden;
}

.trending .trend-item .trend-content1,
.trending .trend-item1 .trend-content1,
.trending .trend-item2 .trend-content1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.trending .trend-item:hover,
.trending .trend-item1:hover,
.trending .trend-item2:hover {
  transition: all ease-in-out 0.5s;
}

.trending .trend-item:hover::before,
.trending .trend-item1:hover::before,
.trending .trend-item2:hover::before {
  transition: all ease-in-out 0.5s;
  width: 100%;
}

.trending .trend-item:hover .trend-image img,
.trending .trend-item1:hover .trend-image img,
.trending .trend-item2:hover .trend-image img {
  transform: scale(1.1);
  transition: all ease-in-out 0.5s;
}

.trending .trend-item:hover .color-overlay,
.trending .trend-item1:hover .color-overlay,
.trending .trend-item2:hover .color-overlay {
  height: 100%;
  transition: all ease-in-out 0.5s;
}

.trending .trend-item1::before {
  display: none;
}

.trending .trend-item2 {
  position: relative;
  transition: all ease-in-out 0.5s;
  height: 100%;
  overflow: hidden;
}

.trending .trend-item2 > a {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: inline-block;
  transition: all ease-in-out 0.5s;
}

.trending .trend-item2::before {
  display: none;
}

.trending .trend-image1 {
  position: relative;
  height: 100%;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}

.trending .trend-image1 > a {
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: center;
  display: inline-block;
  transition: all ease-in-out 0.5s;
}

.section-shape {
  position: absolute;
  top: -96px;
  left: 0;
  width: 100%;
  height: 96px;
  background-size: contain;
  background-repeat: repeat-x;
  z-index: 1;
}

.section-shape.section-shape1 {
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .section-shape {
    background-size: cover;
  }
}

@media (max-width: 767px) {
  .trending .trend-item .trend-image1 {
    height: 340px;
    margin-bottom: 1rem;
  }

  .trending .trend-item2 {
    height: 300px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
}

@media (max-width: 400px) {
  .trending .trend-item .trend-image .trend-meta {
    position: relative;
    display: block !important;
    text-align: center;
  }

  .trending .trend-item .trend-image .trend-meta .entry-author {
    margin-bottom: 15px;
  }
}

.sidebar-sticky {
  position: sticky;
  top: 0;
  transition: all ease-in-out 0.5s;
}

.sidebar-sticky .list-sidebar {
  border-radius: 0px;
}

.sidebar-sticky .list-sidebar .sidebar-item {
  padding: 0 0px 30px;
  border-bottom: 2px dashed #f1f1f1;
  margin-bottom: 30px;
}

.sidebar-sticky .list-sidebar .sidebar-item:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

.sidebar-sticky .list-sidebar .sidebar-item h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}

.sidebar-sticky .list-sidebar .sidebar-item h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 20%;
  height: 2px;
  background: #da0301;
}

.sidebar-sticky .list-sidebar .sidebar-item h4 {
  border: none;
  padding: 0;
}

.sidebar-sticky .list-sidebar .sidebar-item .pretty {
  display: block;
  margin-bottom: 20px;
  margin-right: 0;
}

.sidebar-sticky .list-sidebar .sidebar-item .pretty .state label {
  text-indent: 1em;
  width: 100%;
  padding-left: 10px;
}

.sidebar-sticky .list-sidebar .sidebar-item .pretty .state label span.number {
  float: right;
}

.sidebar-sticky .list-sidebar .sidebar-item .pretty:last-child {
  margin: 0;
}

.sidebar-sticky .list-sidebar .sidebar-item .pretty.p-icon .state .icon {
  color: #fff;
}

.sidebar-sticky
  .list-sidebar
  .sidebar-item
  .pretty.p-icon
  input:checked
  ~ .state
  .icon {
  background: #da0301;
}

.sidebar-sticky .list-sidebar .sidebar-item .range-slider {
  margin-bottom: 0;
}

.sidebar-sticky
  .list-sidebar
  .sidebar-item
  .range-slider
  .ui-slider
  .ui-slider-range {
  background: #da0301;
}

.sidebar-sticky .list-sidebar .sidebar-item .star-rating span {
  color: #ffbc00;
  display: inline;
}

.sidebar-sticky .list-sidebar .sidebar-item .map-box {
  background: url(../images/map.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.sidebar-sticky .form-content {
  box-shadow: 0px 0px 30px #cccccc57;
  background: #da0301;
  padding: 30px;
}

.sidebar-sticky .form-content h4::before {
  display: none !important;
}

.sidebar-sticky .form-content .nice-select {
  padding: 13px 20px 10px 35px;
  font-weight: 400;
}

.sidebar-sticky .form-content .input-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.sidebar-sticky .form-content .input-box input {
  padding-left: 35px;
}

.sidebar-sticky .form-content .input-box i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.sidebar-sticky .form-content .input-box [class^="fa-"]:before {
  color: #ef2853;
  font-weight: 600;
}

.sidebar-sticky.sticky1 {
  top: 120px;
}

.sidebar-sticky.sticky1.tab-sticky {
  top: 30px;
  box-shadow: none;
}

@media (max-width: 567px) {
  .trending .trend-item {
    display: block !important;
  }

  .trending .trend-item .trend-content-main,
  .trending .trend-item .trend-image {
    width: 100% !important;
  }

  .trending .trend-item .trend-content {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  .about-us .form-content {
    top: 5rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 991px) {
  section.call-to-action .section-title {
    width: 100% !important;
  }
}

.testimonial {
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}

.testimonial .testimonial-item .testimonial-content,
.testimonial .testimonial-item1 .testimonial-content {
  background: #fff;
  border: 1px solid #f1f1f1;
  position: relative;
}

.testimonial .testimonial-item .testimonial-content p,
.testimonial .testimonial-item1 .testimonial-content p {
  font-style: italic;
}

.testimonial .testimonial-item .testimonial-content .testimonial-icon,
.testimonial .testimonial-item1 .testimonial-content .testimonial-icon {
  width: 50px;
  height: 45px;
  background: #da0301;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 45px;
  position: absolute;
  top: 37px;
  left: -19px;
}

.testimonial .testimonial-item .testimonial-content .testimonial-icon:before,
.testimonial .testimonial-item1 .testimonial-content .testimonial-icon:before {
  content: "";
  border-bottom: 16px solid #e41212;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}

.testimonial .testimonial-item .details,
.testimonial .testimonial-item1 .details {
  position: relative;
}

.testimonial .testimonial-item .details i,
.testimonial .testimonial-item1 .details i {
  font-size: 40px;
  color: #da0301;
  margin-bottom: 13px !important;
}

.testimonial .testimonial-item .details p,
.testimonial .testimonial-item1 .details p {
  font-size: 18px;
  font-style: italic;
}

.testimonial .testimonial-item a,
.testimonial .testimonial-item1 a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.testimonial .testimonial-item a img,
.testimonial .testimonial-item1 a img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.testimonial .testimonial-item .author-info,
.testimonial .testimonial-item1 .author-info {
  position: relative;
}

.testimonial .testimonial-item .author-info img,
.testimonial .testimonial-item1 .author-info img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial .testimonial-item .author-info i,
.testimonial .testimonial-item1 .author-info i {
  font-size: 20px;
  color: #da0301;
  position: absolute;
  left: 38%;
  z-index: 1;
  background: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 1.8;
}

.testimonial .review-slider .slick-prev,
.testimonial .review-slider .slick-next {
  bottom: -80px;
  top: inherit;
  background: #da0301;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 1;
}

.testimonial .review-slider .slick-prev::before,
.testimonial .review-slider .slick-next::before {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
}

.testimonial .review-slider .slick-prev:hover,
.testimonial .review-slider .slick-prev:focus,
.testimonial .review-slider .slick-next:hover,
.testimonial .review-slider .slick-next:focus {
  background: #17233e;
}

.testimonial .review-slider .slick-prev:hover::before,
.testimonial .review-slider .slick-prev:focus::before,
.testimonial .review-slider .slick-next:hover::before,
.testimonial .review-slider .slick-next:focus::before {
  color: #fff;
}

.testimonial .review-slider .slick-prev {
  left: 16px;
}

.testimonial .review-slider .slick-next {
  left: 76px;
  right: inherit;
}

.testimonial .abt-short .short-p {
  position: relative;
  letter-spacing: 2px;
  transition: all 0.5s;
}

.testimonial .abt-short .short-p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  height: 2px;
  width: 30%;
  background: #da0301;
}

.testimonial .tst-slide p {
  padding: 30px;
  border: 2px dashed #f1f1f129;
  border-radius: 15px;
  margin-bottom: 25px;
  transition: all 0.5s;
}

.testimonial .tst-slide p i {
  font-size: 40px;
  color: #da0301;
  margin-bottom: 13px !important;
}

.testimonial .tst-slide:hover p {
  border-color: #da0301;
}

.testimonial .tst-info {
  position: relative;
}

.testimonial .tst-info img {
  width: 10%;
  border-radius: 50px;
}

.testimonial .testimonials_one_single {
  position: relative;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 165px;
  padding-right: 50px;
  z-index: 10;
}

.testimonial .testimonials_one_single:before {
  position: absolute;
  bottom: -40px;
  left: 130px;
  width: 91px;
  height: 40px;
  background-image: url(../images/testi-shape.webp);
  background-repeat: no-repeat;
  content: "";
}

.testimonial .testimonials_one_single .shadow-box {
  position: absolute;
  top: 0;
  left: 65px;
  bottom: 0;
  right: 0;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  z-index: -1;
}

.testimonial .testimonials_one_single .testimonials_one_image {
  position: absolute;
  top: 80px;
  left: 20px;
}

.testimonial .testimonials_one_single .testimonials_one_image img {
  border-radius: 50%;
  height: 110px;
  width: 110px;
}

.testimonial .testimonials_one_single .testimonials_one_image:before {
  position: absolute;
  top: -15px;
  left: -20px;
  right: -20px;
  bottom: 0px;
  content: "";
  border: 10px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 140px;
  width: 140px;
}

.testimonial .testimonials_one_single:hover .testimonials_one_image:before {
  border: 10px solid #da0301;
}

.testimonial .testimonials_one_single .testimonials_one_text {
  position: relative;
  display: block;
}

.testimonial
  .testimonials_one_single
  .testimonials_one_text
  .testimonials_one_rating_box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.testimonial
  .testimonials_one_single
  .testimonials_one_text
  .testimonials_one_rating_box
  a {
  color: #da0301;
}

.testimonial
  .testimonials_one_single
  .testimonials_one_text
  .testimonials_quote_icon {
  position: absolute;
  bottom: -4px;
  right: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial
  .testimonials_one_single
  .testimonials_one_text
  .testimonials_quote_icon
  span {
  font-size: 36px;
  color: #da0301;
}

.testimonial .testimonials_one_single .testimonials_one_text .customer_info h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.testimonial
  .testimonials_one_single
  .testimonials_one_text
  .customer_info
  span {
  font-size: 14px;
  color: #777;
  margin-left: 5px;
}

.testimonial .testimonials_one_single:after {
  position: absolute;
  top: 0;
  left: 65px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  content: "";
  z-index: -1;
  border-radius: 4px;
}

.testimonial .counter-main .counter-item {
  padding: 0 1rem 1rem !important;
}

@media (max-width: 991px) {
  .testimonial .section-title {
    text-align: center !important;
    margin-bottom: 2.5rem;
  }

  .testimonial .about-slider {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width: 735px) {
  .testimonial .testimonial-item1 {
    margin: 2.5rem 0rem 0rem;
    text-align: center;
  }

  .testimonial .testimonial-item1 .author-info {
    display: inline-block !important;
  }

  .testimonial .testimonial-item1 i {
    display: none;
  }

  .testimonial .testimonial-item1 .author-content {
    margin: 0 !important;
  }

  .testimonial .testimonial-item1::after {
    left: 0;
  }

  .testimonial .counter-main .contact-pac span {
    display: block;
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .testi-news .section-title {
    text-align: center !important;
  }
}

.error {
  background: #fff;
  border-top: 1px solid #f1f1f1;
}

.error .error-content {
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.error .error-content i {
  color: #da0301;
}

.error .error-content h1 {
  font-size: 252px;
  margin: 0px;
  color: #fff;
  line-height: 1;
}

.error .error-content h1 span {
  text-shadow: -8px 0px 0px #fff;
  color: #da0301;
}

.error .newsletter-form {
  position: relative;
}

.error .newsletter-form form {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}

.error .newsletter-form form input {
  padding-right: 65px;
  height: 50px;
  outline: none;
}

.error .newsletter-form form input.nir-btn {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  text-align: center;
  border-radius: 0;
  padding: 14px 20px 12px;
  transition: all ease-in-out 0.5s;
}

.error .newsletter-form form input.nir-btn:hover {
  background: #da0301 !important;
  transition: all ease-in-out 0.5s;
  color: #fff;
}

.error.error1:before {
  content: "";
  background: url(../images/trending-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

@media (max-width: 991px) {
  .error .error-content {
    width: 100%;
  }
}

@media (max-width: 811px) {
  .error {
    padding: 5rem 0 3rem !important;
  }

  .error .error-content {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .error .error-content h1 {
    font-size: 140px;
    letter-spacing: -20px;
  }

  .error .error-content .nir-btn {
    margin: 0 0 1rem;
  }

  .error .newsletter-form {
    width: 100% !important;
  }

  .error .newsletter-form form {
    border-radius: 0px;
  }

  .error .newsletter-form form input[type="email"] {
    padding-right: 20px;
  }
}

@media (max-width: 911px) {
  section.comingsoon .comingsoon-content .newsletter-form {
    width: 100%;
  }
}

@media (max-width: 567px) {
  section.comingsoon .comingsoon-content .newsletter-form form,
  section.comingsoon.comingsoon1 .comingsoon-content .newsletter-form form {
    border-radius: 0px;
  }

  section.comingsoon
    .comingsoon-content
    .newsletter-form
    form
    input[type="email"],
  section.comingsoon.comingsoon1
    .comingsoon-content
    .newsletter-form
    form
    input[type="email"] {
    padding-right: 20px;
  }

  section.comingsoon .comingsoon-content .newsletter-form form input.nir-btn,
  section.comingsoon.comingsoon1
    .comingsoon-content
    .newsletter-form
    form
    input.nir-btn {
    position: relative;
    border-radius: 0px;
    margin: 1rem 0 0;
  }
}

.newsletter .newsletter-form {
  position: relative;
}

.newsletter .newsletter-form form {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  border: 1px solid #f1f1f1;
}

.newsletter .newsletter-form form input {
  padding-right: 65px;
  border: none;
  height: 50px;
  outline: none;
}

.newsletter .newsletter-form form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px 24px;
  transition: all ease-in-out 0.5s;
}

.newsletter .newsletter-form form button:hover {
  background: #000000 !important;
  transition: all ease-in-out 0.5s;
  color: #fff;
  opacity: 0.8;
}

@media (max-width: 811px) {
  .newsletter .newsletter-main .newsletter-form {
    width: 60% !important;
  }
}

@media (max-width: 767px) {
  .newsletter .newsletter-main .newsletter-form {
    width: 100% !important;
  }
}

@media (max-width: 567px) {
  .newsletter .newsletter-main .newsletter-form form {
    border: none !important;
    border-radius: 0 !important;
  }

  .newsletter .newsletter-main .newsletter-form form input {
    border: 1px solid #f1f1f1 !important;
    padding-right: 20px !important;
  }

  .newsletter .newsletter-main .newsletter-form form input.nir-btn,
  .newsletter .newsletter-main .newsletter-form form button {
    border: none !important;
    position: relative !important;
    margin-top: 16px;
    width: 100%;
  }
}

footer {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #17233e;
}

footer a,
footer p,
footer li {
  color: #fff;
  font-weight: 400;
}

footer a:hover {
  color: #fff !important;
}

footer h3 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

footer h3:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background: #fff;
  left: 0;
  bottom: 0;
}

footer .footer-upper {
  position: relative;
  z-index: 1;
}

footer .footer-upper .footer-links ul.list li {
  display: inline-block;
  padding: 0 10px;
}

footer .footer-upper .footer-links ul li {
  margin-bottom: 20px;
  color: #fff;
  display: block;
}

footer .footer-upper .footer-links ul li a {
  transition: all ease-in-out 0.5s;
  color: #fff;
}

footer .footer-upper .footer-links ul li a:hover {
  color: #da0301 !important;
  transition: all ease-in-out 0.5s;
}

footer .footer-upper .footer-links ul li a.active {
  color: #da0301;
}

footer .footer-upper .footer-links ul p span {
  color: #da0301;
}

footer .footer-upper .footer-links .tagcloud a {
  display: inline-block;
}

footer .footer-upper .footer-links .tagcloud a:hover {
  background: #da0301 !important;
}

footer .footer-upper .footer-links h5 {
  border: none;
  padding: 0;
}

footer .footer-upper .footer-links p.f-para {
  border-bottom: 1px dashed #f1f1f1;
}

footer .footer-upper .footer-links input.nir-btn {
  border: none;
}

footer .footer-upper .footer-links input.nir-btn:hover {
  opacity: 0.8;
  background: #da0301 !important;
  color: #fff;
}

footer .footer-upper .footer-links .post-list {
  border-bottom: 1px dashed #ffffff30;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

footer .footer-upper .footer-links .post-list:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

footer .footer-upper .footer-links .post-list .post-image {
  width: 30%;
  border-radius: 0px;
  overflow: hidden;
}

footer .footer-upper .footer-links .post-list span {
  font-size: 12px;
}

footer .footer-upper .footer-about p,
footer .footer-upper .footer-about li {
  color: #777;
}

footer .footer-upper .footer-about li {
  line-height: 2;
}

footer .footer-copyright {
  position: relative;
  z-index: 1;
}

footer .footer-copyright .copyright-inner {
  background: #fbfbfb12;
}

footer .newsletter-main .section-title h2 {
  font-size: 24px;
}

footer .newsletter-form button {
  width: 38%;
}

.social-links {
  display: inline-block;
}

.social-links ul li {
  display: inline-block !important;
}

.social-links ul li a {
  background: #ffffff26;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 2.4;
  border-radius: 50%;
}

.social-links ul li a:hover {
  color: #fff;
  background: #da0301;
}

footer.footer1 .footer-upper .footer-links ul li {
  margin-bottom: 0;
  line-height: 2.5;
  display: block;
  color: #3f3f3f;
}

footer.footer1 .footer-upper .footer-links ul li a {
  color: #3f3f3f;
}

footer.footer1 .footer-upper .footer-links ul p span {
  color: #da0301;
}

footer.footer1 .footer-upper .footer-links input.nir-btn {
  border: none;
}

footer.footer1 .footer-upper .footer-links input.nir-btn:hover {
  opacity: 0.8;
  background: #da0301 !important;
  color: #fff;
}

footer.footer1 .footer-upper .footer-links .post-list {
  border-bottom: 1px dashed #ffffff30;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

footer.footer1 .footer-upper .footer-links .post-list:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

footer.footer1 .footer-upper .footer-links .post-list .post-image {
  width: 30%;
  border-radius: 0px;
  overflow: hidden;
}

footer.footer1 .footer-upper .footer-links .post-list span {
  font-size: 12px;
}

footer.footer1 .footer-copyright .social-links ul li {
  display: inline-block;
}

footer.footer1 .footer-copyright .social-links ul li a {
  background: #da0301;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  line-height: 2.5;
}

footer.footer1 .footer-copyright .social-links ul li a:hover {
  color: #fff;
  background: #da0301;
}

footer.footermain .footer-upper {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  footer .footer-upper {
    padding-bottom: 3rem;
  }

  footer .footer-upper .footer-links {
    width: 100% !important;
  }

  footer .newsletter .newsletter-main .section-title {
    margin-bottom: 1rem;
  }

  footer .newsletter .newsletter-main .newsletter-form {
    margin: 0 auto !important;
  }

  footer .newsletter-form form {
    display: block !important;
  }

  footer .newsletter-form button {
    width: 100%;
    margin: 10px 0 0 !important;
  }

  footer.footer1 .section-title {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }

  footer.footer1 .newsletter .newsletter-main .newsletter-form {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  footer .footer-copyright .copyright-inner {
    text-align: center;
  }

  footer .footer-copyright .copyright-inner .copyright-text {
    margin-bottom: 15px;
  }
}

@media (max-width: 639px) {
  footer .footer-upper .footer-links .post-list {
    justify-content: normal !important;
  }

  footer .footer-upper .footer-links .post-list .post-content {
    padding-left: 1rem;
  }
}

@media (max-width: 991px) {
  .list-sidebar {
    margin-top: 2rem;
  }

  .listing-main1 .form-find .form-group {
    margin: 0 0 0.5rem !important;
  }
}

.main-slider-1 .main-slider-inner .form-content {
  width: 80%;
}

.main-slider-1 .main-slider-inner .form-content .search-tabs li a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  position: relative;
}

.main-slider-1 .main-slider-inner .form-content .search-tabs li a span {
  display: block;
  font-size: 15px;
}

.main-slider-1 .main-slider-inner .form-content .search-tabs li i {
  border-radius: 50%;
  color: #da0301;
  float: right;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  margin-right: 0px;
  margin-top: 2px;
  text-align: center;
  width: 38px;
  background: #fff;
}

.main-slider-1 .main-slider-inner .form-content .search-tabs li.active a {
  color: #da0301;
}

.main-slider-1 .main-slider-inner .form-content .search-tabs li.active a span {
  color: #da0301;
}

.main-slider-1 .main-slider-inner .form-content .search-tabs li.active i {
  background: #da0301;
  color: #fff;
}

.main-slider-1 .main-slider-inner .form-content .nice-select {
  padding: 13px 20px 10px 35px;
}

.main-slider-1
  .main-slider-inner
  .form-content
  .range-slider
  .ui-slider
  .ui-slider-range {
  background: #fff;
}

.main-slider-1
  .main-slider-inner
  .form-content
  .range-slider
  .ui-slider
  .min-value,
.main-slider-1
  .main-slider-inner
  .form-content
  .range-slider
  .ui-slider
  .max-value {
  color: #fff;
}

.main-slider-1 .main-slider-inner .form-content label {
  color: #fff;
}

.main-slider-1 .main-slider-inner .form-content .input-box {
  position: relative;
  display: inline-block;
  width: 100%;
}

.main-slider-1 .main-slider-inner .form-content .input-box input {
  padding-left: 35px;
}

.main-slider-1 .main-slider-inner .form-content .input-box i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.main-slider-1
  .main-slider-inner
  .form-content
  .input-box
  [class^="fa-"]:before {
  color: #da0301;
  font-weight: 600;
}

.main-slider-1 #particles-js {
  position: fixed;
  z-index: -1;
}

@media (max-width: 991px) {
  .home-search .main-slider-1 .main-slider-inner .form-content .search-tabs li {
    text-align: center;
  }

  .home-search
    .main-slider-1
    .main-slider-inner
    .form-content
    .search-tabs
    li
    a {
    display: block;
  }

  .home-search
    .main-slider-1
    .main-slider-inner
    .form-content
    .search-tabs
    li
    i {
    float: none;
  }
}

@media (max-width: 991px) {
  .booking-terms .form-group {
    width: 100% !important;
  }
}

.flight-banner a.nir-btn {
  padding: 12px 24px;
  height: 50px;
  line-height: 2;
}

@media (max-width: 991px) {
  .flight-banner .banner-in .book-form {
    position: relative !important;
  }
}

.car-banner a.nir-btn {
  padding: 12px 24px;
  height: 50px;
  line-height: 2;
}

.car-banner .book-form {
  width: 90%;
}

@media (max-width: 735px) {
  .car-banner .container {
    padding: 0 15px;
  }

  .car-banner .book-form {
    width: 100%;
  }
}

.banner.trending {
  padding: 0 !important;
  margin: 0 !important;
  position: relative;
}

.banner.trending .banner-main {
  height: 100vh !important;
  width: 100% !important;
  position: relative;
  overflow: hidden;
}

.fading-slider {
  position: relative;
  height: 100vh;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .banner.trending {
    height: 100vh;
  }

  .box-shadow {
    box-shadow: none;
  }

  .bg-white {
    background: transparent !important;
  }
}

.mobile-icon:hover {
  background: #fff !important;
  color: #da0301 !important;
  transform: scale(1.1);
}

.mobile-icon:active {
  transform: scale(0.95);
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.contact-main .contact-info .info-item {
  position: relative;
  padding: 20px;
}

.contact-main .contact-info .info-item .info-icon i {
  font-size: 60px;
}

.contact-info-main {
  margin-top: -80px;
}

:root {
  --oe-red: #da0301;
  --oe-red-dark: #b50200;
  --oe-navy: #0f1a2e;
  --oe-navy-mid: #17233e;
  --oe-off-white: #f5f4f1;
  --oe-stone: #e8e6e1;
  --oe-muted: #6b7280;
  --oe-text: #1a1a2e;
  --oe-radius: 12px;
  --oe-radius-lg: 20px;
  --oe-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  --oe-shadow-md: 0 8px 40px rgba(0, 0, 0, 0.12);
  --oe-transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.oe-root {
  overflow-x: hidden;
}

.oe-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.oe-section {
  padding: 96px 0;
}

.oe-mt-sm {
  margin-top: 16px;
}

.oe-mt-md {
  margin-top: 32px;
}

.oe-display-h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 3.8vw, 50px);
  font-weight: 700;
  line-height: 1.13;
  color: var(--oe-text);
  margin: 0;
}

.oe-display-h2 em {
  font-style: italic;
  color: var(--oe-red);
}

.oe-text-white {
  color: #fff !important;
}

.oe-text-white em {
  color: rgba(255, 255, 255, 0.55) !important;
}

.oe-body-lg {
  font-size: 18px;
  line-height: 1.75;
  color: var(--oe-muted);
  margin: 16px 0;
}

.oe-body {
  font-size: 15px;
  line-height: 1.8;
  color: var(--oe-muted);
  margin: 12px 0;
}

.oe-pill {
  display: inline-block;
  background: rgba(218, 3, 1, 0.07);
  color: var(--oe-red);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid rgba(218, 3, 1, 0.16);
}

.oe-pill-light {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}

.oe-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--oe-red);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  border-radius: var(--oe-radius);
  text-decoration: none;
  transition:
    background var(--oe-transition),
    transform var(--oe-transition);
}

.oe-btn-primary:hover {
  background: var(--oe-red-dark);
  color: #fff;
  transform: translateY(-2px);
}

.oe-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--oe-text);
  font-size: 15px;
  font-weight: 500;
  padding: 14px 0;
  text-decoration: none;
  border-bottom: 2px solid var(--oe-stone);
  transition:
    border-color var(--oe-transition),
    color var(--oe-transition);
}

.oe-btn-ghost:hover {
  color: var(--oe-red);
  border-color: var(--oe-red);
}

.oe-marquee-wrap {
  background: var(--oe-red);
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  height: 26px;
}

.oe-marquee-wrap--dark {
  background: #000000 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  height: 26px;
}

.oe-marquee-track {
  display: inline-flex;
  animation: oe-marquee 28s linear infinite;
  will-change: transform;
  align-items: center;
}

.oe-marquee-item {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0 15px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  line-height: 1;
}

.oe-marquee-dot {
  color: rgba(255, 255, 255, 0.3);
  font-size: 4px;
  margin-right: 3px;
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
}

.oe-marquee-wrap--dark .oe-marquee-dot {
  color: rgba(255, 255, 255, 0.15);
}

@keyframes oe-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.oe-numbers-bar {
  background: #000000;
  padding: 0;
}

.oe-numbers-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.oe-num-block {
  padding: 36px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background var(--oe-transition);
}

.oe-num-block:hover {
  background: rgba(218, 3, 1, 0.06);
}

.oe-num-figure {
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.oe-num-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 400;
}

.oe-services-section {
  background: var(--oe-off-white);
}

.oe-section-eyebrow {
  margin-bottom: 20px;
}

.oe-services-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.oe-services-sub {
  font-size: 16px;
  color: var(--oe-muted);
  line-height: 1.7;
  max-width: 380px;
  flex-shrink: 0;
  margin: 0;
}

.oe-bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.oe-bento-card {
  background: #fff;
  border-radius: var(--oe-radius-lg);
  border: 1px solid var(--oe-stone);
  overflow: hidden;
  transition:
    transform var(--oe-transition),
    box-shadow var(--oe-transition);
  position: relative;
}

.oe-bento-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--oe-shadow-md);
}

.oe-bento-img-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--oe-radius-lg) var(--oe-radius-lg) 0 0;
}

.oe-bento-img-frame--large {
  height: 200px;
}

.oe-bento-img-frame--tall {
  height: 180px;
}

.oe-bento-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(15, 26, 46, 0.3) 100%
  );
}

.oe-bento-card-body {
  padding: 24px;
}

.oe-bento-large {
  grid-column: span 5;
  grid-row: span 2;
}

.oe-bento-tall {
  grid-column: span 3;
  grid-row: span 2;
}

.oe-bento-stat {
  grid-column: span 4;
  background: #000000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}

.oe-bento-medium {
  grid-column: span 4;
  padding: 28px;
}

.oe-bento-accent {
  grid-column: span 8;
  background: var(--oe-red);
  border-color: var(--oe-red);
  padding: 32px;
}

.oe-bento-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  background: rgba(218, 3, 1, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.oe-bento-icon-wrap i {
  font-size: 20px;
  color: var(--oe-red);
}

.oe-bento-title {
  font-family: "Playfair Display", serif;
  font-size: 19px;
  font-weight: 700;
  color: var(--oe-text);
  margin: 0 0 8px;
}

.oe-bento-desc {
  font-size: 13px;
  color: var(--oe-muted);
  line-height: 1.7;
  margin: 0 0 16px;
}

.oe-bento-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--oe-red);
  border: 1px solid rgba(218, 3, 1, 0.2);
  border-radius: 100px;
  padding: 3px 11px;
}

.oe-stat-number {
  font-family: "Playfair Display", serif;
  font-size: 68px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.oe-stat-number span {
  color: var(--oe-red);
}

.oe-stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  line-height: 1.5;
}

.oe-bento-cta-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.oe-bento-cta-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 5px;
}

.oe-bento-cta-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  flex: 1;
  min-width: 200px;
}

.oe-bento-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--oe-red);
  font-size: 15px;
  font-weight: 700;
  padding: 13px 24px;
  border-radius: var(--oe-radius);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition:
    transform var(--oe-transition),
    box-shadow var(--oe-transition);
}

.oe-bento-cta-btn:hover {
  color: var(--oe-red);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.oe-about-section {
  background: #fff;
}

.oe-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.oe-about-visual {
  position: relative;
}

.oe-about-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: var(--oe-radius-lg);
  overflow: visible;
  background: var(--oe-stone);
}

.oe-about-img-wrap > span {
  border-radius: var(--oe-radius-lg) !important;
  overflow: hidden !important;
}

.oe-about-badge {
  position: absolute;
  bottom: 36px;
  right: -28px;
  background: var(--oe-red);
  color: #fff;
  border-radius: var(--oe-radius);
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 10px 36px rgba(218, 3, 1, 0.32);
  z-index: 2;
}

.oe-badge-num {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.oe-badge-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  opacity: 0.88;
}

.oe-about-accent-img {
  position: absolute;
  bottom: -24px;
  left: -24px;
  width: 140px;
  height: 140px;
  border-radius: var(--oe-radius);
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: var(--oe-shadow-md);
  z-index: 2;
}

.oe-stats-row {
  display: flex;
  gap: 14px;
  margin: 28px 0;
  flex-wrap: wrap;
}

.oe-stat-pill {
  background: var(--oe-off-white);
  border: 1px solid var(--oe-stone);
  border-radius: var(--oe-radius);
  padding: 14px 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 88px;
}

.oe-stat-pill strong {
  font-family: "Playfair Display", serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--oe-red);
  line-height: 1;
}

.oe-stat-pill span {
  font-size: 12px;
  color: var(--oe-muted);
  font-weight: 500;
}

.oe-about-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.oe-projects-section {
  background: #da0301 !important;
  padding-bottom: 0;
  overflow: hidden;
}

.oe-projects-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 56px;
}

.oe-projects-intro {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.75;
  max-width: 340px;
  margin: 0;
}

.oe-proj-scroll {
  display: flex;
  gap: 0;

  overflow-x: auto;
  overflow-y: hidden;

  scrollbar-width: none;
  -ms-overflow-style: none;

  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  touch-action: pan-x pan-y;
}
@media (max-width: 768px) {
  .oe-section.oe-projects-section {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden;
  }

  .oe-projects-section .oe-proj-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: stretch;
    height: 320px;
    margin-bottom: 0 !important;

    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;

    touch-action: pan-x pan-y;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
  }

  .oe-projects-section .oe-proj-scroll::-webkit-scrollbar {
    display: none;
  }

  .oe-projects-section .oe-proj-card {
    flex: 0 0 235px;
    width: 235px;
    height: 320px;
  }

  .oe-projects-section .oe-proj-card-content {
    height: 320px;
    min-height: 320px;
    padding: 24px 18px 42px;
  }
}
.oe-proj-scroll::-webkit-scrollbar {
  display: none;
}

.oe-proj-card {
  flex-shrink: 0;
  width: 280px;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-top-color var(--oe-transition);
}

.oe-proj-card:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.oe-proj-card:hover {
  border-top-color: var(--oe-red);
}

.oe-proj-card-img {
  position: absolute;
  inset: 0;
  transition: transform 0.5s ease;
}

.oe-proj-card:hover .oe-proj-card-img {
  transform: scale(1.05);
}

.oe-proj-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(15, 26, 46, 0.55) 0%,
    rgba(15, 26, 46, 0.92) 100%
  );
  transition: background var(--oe-transition);
}

.oe-proj-card:hover .oe-proj-card-img-overlay {
  background: linear-gradient(
    to bottom,
    rgba(218, 3, 1, 0.25) 0%,
    rgba(15, 26, 46, 0.95) 100%
  );
}

.oe-proj-card-content {
  position: relative;
  z-index: 1;
  padding: 40px 32px 52px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
}

.oe-proj-num {
  font-family: "Playfair Display", serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
  margin-bottom: 44px;
  letter-spacing: 1px;
}

.oe-proj-tag {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--oe-red);
  margin-bottom: 10px;
}

.oe-proj-title {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 12px;
}

.oe-proj-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  margin: 0;
  flex: 1;
}

.oe-proj-arrow {
  position: absolute;
  bottom: 28px;
  right: 28px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
  transition: all var(--oe-transition);
}

.oe-proj-card:hover .oe-proj-arrow {
  background: var(--oe-red);
  border-color: var(--oe-red);
  color: #fff;
}

.oe-feature-banner {
  position: relative;
  height: 520px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.oe-feature-banner-img {
  position: absolute;
  inset: 0;
}

.oe-feature-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(15, 26, 46, 0.88) 40%,
    rgba(15, 26, 46, 0.3) 100%
  );
}

.oe-feature-banner-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.oe-feature-banner-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--oe-red);
  margin: 0 0 16px;
}

.oe-feature-banner-heading {
  font-family: "Playfair Display", serif;
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 700;
  color: #fff;
  line-height: 1.08;
  margin: 0 0 20px;
}

.oe-feature-banner-heading em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.65);
}

.oe-feature-banner-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
  margin: 0 0 32px;
  max-width: 440px;
}

.oe-why-section {
  background: var(--oe-off-white);
}

.oe-why-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  align-items: start;
}

.oe-why-left {
  position: sticky;
  top: 100px;
}

.oe-why-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.oe-why-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 28px 24px;
  border-bottom: 1px solid var(--oe-stone);
  border-right: 1px solid var(--oe-stone);
  transition: background var(--oe-transition);
}

.oe-why-item:hover {
  background: #fff;
}

.oe-why-item:nth-child(2n) {
  border-right: none;
}

.oe-why-item:nth-last-child(-n + 2) {
  border-bottom: none;
}

.oe-why-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(218, 3, 1, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background var(--oe-transition);
}

.oe-why-item:hover .oe-why-icon {
  background: var(--oe-red);
}

.oe-why-icon i {
  font-size: 18px;
  color: var(--oe-red);
  transition: color var(--oe-transition);
}

.oe-why-item:hover .oe-why-icon i {
  color: #fff;
}

.oe-why-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--oe-text);
  margin: 0 0 6px;
  font-family: "Poppins", sans-serif;
}

.oe-why-desc {
  font-size: 13px;
  color: var(--oe-muted);
  line-height: 1.7;
  margin: 0;
}

.oe-gallery-section {
  background: #000000;
}

.oe-gallery-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}

.oe-gallery-header .oe-btn-ghost {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.2);
}

.oe-gallery-header .oe-btn-ghost:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}

.oe-gallery-mosaic {
  display: grid;
  grid-template-columns: 58fr 42fr;
  gap: 12px;
  height: 560px;
}

.oe-gallery-main {
  position: relative;
  border-radius: var(--oe-radius-lg);
  overflow: hidden;
  cursor: pointer;
}

.oe-gallery-main:hover img {
  transform: scale(1.04);
  transition: transform 0.6s ease;
}

.oe-gallery-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.oe-gallery-thumb {
  position: relative;
  border-radius: var(--oe-radius);
  overflow: hidden;
  cursor: pointer;
}

.oe-gallery-thumb:hover img {
  transform: scale(1.06);
  transition: transform 0.5s ease;
}

.oe-gallery-thumb img {
  transition: transform 0.5s ease;
}

.oe-gallery-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 20px 16px;
  background: linear-gradient(to top, rgba(15, 26, 46, 0.85), transparent);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.oe-gallery-thumb--accent {
  cursor: default;
}

.oe-gallery-thumb--accent img {
  display: none;
}

.oe-gallery-cta-card {
  position: absolute;
  inset: 0;
  background: var(--oe-red);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.oe-gallery-cta-count {
  font-family: "Playfair Display", serif;
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 0;
}

.oe-gallery-cta-text {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin: 6px 0 20px;
}

.oe-gallery-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--oe-red);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: var(--oe-radius);
  text-decoration: none;
  white-space: nowrap;
  transition: transform var(--oe-transition);
}

.oe-gallery-cta-link:hover {
  color: var(--oe-red);
  transform: translateY(-2px);
}

.oe-process-section {
  background: #fff;
}

.oe-process-header {
  max-width: 560px;
  margin-bottom: 60px;
}

.oe-process-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--oe-stone);
  border-radius: var(--oe-radius-lg);
  overflow: hidden;
}

.oe-process-step {
  padding: 36px 30px;
  border-right: 1px solid var(--oe-stone);
  border-bottom: 1px solid var(--oe-stone);
  transition: background var(--oe-transition);
}

.oe-process-step:hover {
  background: var(--oe-off-white);
}

.oe-process-step:nth-child(3n) {
  border-right: none;
}

.oe-process-step:nth-last-child(-n + 3) {
  border-bottom: none;
}

.oe-process-dot {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--oe-red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.oe-process-dot span {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 700;
}

.oe-process-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--oe-text);
  margin: 0 0 7px;
  font-family: "Poppins", sans-serif;
}

.oe-process-desc {
  font-size: 13px;
  color: var(--oe-muted);
  line-height: 1.75;
  margin: 0;
}

.oe-team-section {
  background: var(--oe-off-white);
}

.oe-team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.oe-team-badges {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 28px;
}

.oe-team-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--oe-text);
  background: #fff;
  border: 1px solid var(--oe-stone);
  border-radius: var(--oe-radius);
  padding: 11px 16px;
}

.oe-team-badge i {
  color: var(--oe-red);
  font-size: 15px;
}

.oe-team-collage {
  position: relative;
  height: 540px;
}

.oe-team-img-main {
  position: absolute;
  top: 0;
  left: 0;
  right: 80px;
  bottom: 80px;
  border-radius: var(--oe-radius-lg);
  overflow: hidden;
  box-shadow: var(--oe-shadow-md);
}

.oe-team-img-sub {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 220px;
  border-radius: var(--oe-radius-lg);
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: var(--oe-shadow-md);
}

.oe-team-img-count {
  position: absolute;
  top: 24px;
  right: 0;
  background: var(--oe-red);
  color: #fff;
  border-radius: var(--oe-radius);
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 8px 28px rgba(218, 3, 1, 0.3);
  z-index: 2;
}

.oe-team-count-num {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.oe-team-count-label {
  font-size: 11px;
  opacity: 0.8;
  text-align: center;
  line-height: 1.3;
  margin-top: 4px;
}

.oe-reviews-section {
  background: #fff;
}

.oe-reviews-header {
  margin-bottom: 48px;
}

.oe-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.oe-review-card {
  background: var(--oe-off-white);
  border-radius: var(--oe-radius-lg);
  padding: 32px;
  border: 1px solid var(--oe-stone);
  transition:
    transform var(--oe-transition),
    box-shadow var(--oe-transition);
}

.oe-review-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--oe-shadow-md);
}

.oe-review-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}

.oe-review-stars span {
  color: #f59e0b;
  font-size: 15px;
}

.oe-review-text {
  font-size: 15px;
  line-height: 1.8;
  color: var(--oe-text);
  margin: 0 0 24px;
  font-style: italic;
}

.oe-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.oe-review-avatar {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.oe-review-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--oe-text);
}

.oe-contact-section {
  background: var(--oe-off-white);
}

.oe-contact-grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 72px;
  align-items: center;
}

.oe-contact-visual {
  position: relative;
}

.oe-contact-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: var(--oe-radius-lg);
  overflow: hidden;
  background: var(--oe-stone);
}

.oe-contact-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 26, 46, 0.7) 0%,
    transparent 50%
  );
}

.oe-contact-img-info {
  position: absolute;
  bottom: 28px;
  left: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1;
}

.oe-contact-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.oe-contact-info-item i {
  color: var(--oe-red);
  font-size: 13px;
}

.oe-contact-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 32px;
}

.oe-contact-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-radius: var(--oe-radius);
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--oe-stone);
  transition:
    transform var(--oe-transition),
    box-shadow var(--oe-transition);
}

.oe-contact-btn:hover {
  transform: translateX(4px);
  box-shadow: var(--oe-shadow);
}

.oe-contact-btn-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.oe-contact-btn--call .oe-contact-btn-icon {
  background: rgba(218, 3, 1, 0.08);
  color: var(--oe-red);
}

.oe-contact-btn--wa .oe-contact-btn-icon {
  background: rgba(37, 211, 102, 0.1);
  color: #25d366;
}

.oe-contact-btn--email .oe-contact-btn-icon {
  background: rgba(15, 26, 46, 0.07);
  color: #000000;
}

.oe-contact-btn-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--oe-muted);
  margin-bottom: 2px;
}

.oe-contact-btn-val {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--oe-text);
}

.oe-cta-section {
  background: #000000;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.oe-cta-bg-lines {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
  opacity: 0.04;
}

.oe-cta-line {
  height: 1px;
  background: #fff;
  width: 100%;
}

.oe-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.oe-cta-eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--oe-red);
  margin: 0 0 12px;
}

.oe-cta-heading {
  font-family: "Playfair Display", serif;
  font-size: clamp(30px, 3.8vw, 50px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 16px;
}

.oe-cta-sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.75;
  margin: 0;
  max-width: 480px;
}

.oe-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 13px;
  flex-shrink: 0;
  min-width: 220px;
}

.oe-cta-btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--oe-red);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: var(--oe-radius);
  text-decoration: none;
  transition:
    background var(--oe-transition),
    transform var(--oe-transition);
}

.oe-cta-btn-main:hover {
  background: var(--oe-red-dark);
  color: #fff;
  transform: translateY(-2px);
}

.oe-cta-btn-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #25d366;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 28px;
  border-radius: var(--oe-radius);
  text-decoration: none;
  transition:
    opacity var(--oe-transition),
    transform var(--oe-transition);
}

.oe-cta-btn-wa:hover {
  opacity: 0.88;
  color: #fff;
  transform: translateY(-2px);
}

.oe-cta-btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 4px 0;
  transition: color var(--oe-transition);
}

.oe-cta-btn-link:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .oe-numbers-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .oe-bento-grid {
    grid-template-columns: 1fr 1fr;
  }

  .oe-bento-large {
    grid-column: span 2;
  }

  .oe-bento-tall {
    grid-column: span 1;
  }

  .oe-bento-stat {
    grid-column: span 1;
  }

  .oe-bento-medium {
    grid-column: span 1;
  }

  .oe-bento-accent {
    grid-column: span 2;
  }

  .oe-about-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .oe-about-badge {
    right: 16px;
  }

  .oe-why-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .oe-why-left {
    position: static;
  }

  .oe-gallery-mosaic {
    height: 400px;
  }

  .oe-team-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .oe-team-collage {
    height: 420px;
  }

  .oe-contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .oe-cta-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .oe-cta-buttons {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .oe-services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .oe-gallery-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .oe-section {
    padding: 64px 0;
  }

  .oe-numbers-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .oe-num-figure {
    font-size: 32px;
  }

  .oe-num-block {
    padding: 24px 20px;
  }

  .oe-bento-grid {
    grid-template-columns: 1fr;
  }

  .oe-bento-large,
  .oe-bento-tall,
  .oe-bento-stat,
  .oe-bento-medium,
  .oe-bento-accent {
    grid-column: span 1;
  }

  .oe-stat-number {
    font-size: 52px;
  }

  .oe-proj-card-content {
    min-height: 390px;
    padding: 34px 24px 60px;
  }

  .oe-feature-banner {
    height: 420px;
  }

  .oe-why-right {
    grid-template-columns: 1fr;
  }

  .oe-why-item {
    border-right: none;
  }

  .oe-why-item:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--oe-stone);
  }

  .oe-why-item:last-child {
    border-bottom: none;
  }

  .oe-gallery-mosaic {
    grid-template-columns: 1fr;
    height: auto;
  }

  .oe-gallery-main {
    height: 280px;
    position: relative;
    aspect-ratio: auto;
  }

  .oe-gallery-side {
    grid-template-columns: 1fr 1fr;
    height: 280px;
  }

  .oe-process-track {
    grid-template-columns: 1fr;
  }

  .oe-process-step {
    border-right: none;
  }

  .oe-process-step:nth-last-child(-n + 3) {
    border-bottom: 1px solid var(--oe-stone);
  }

  .oe-process-step:last-child {
    border-bottom: none;
  }

  .oe-team-collage {
    height: 360px;
  }

  .oe-team-img-sub {
    width: 150px;
    height: 170px;
  }

  .oe-reviews-grid {
    grid-template-columns: 1fr;
  }

  .oe-about-badge {
    position: static;
    margin-top: 20px;
    display: inline-flex;
  }

  .oe-about-accent-img {
    display: none;
  }

  .oe-about-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .oe-projects-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .oe-cta-buttons {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .oe-form-heading {
    width: calc(100% + 44px);
    margin: -22px -22px 8px;
    padding: 16px 22px;
    border-radius: 22px 22px 0 0;
  }
}

@media (max-width: 640px) {
  .oe-form-heading {
    width: calc(100% + 36px);
    margin: -18px -18px 8px;
    padding: 15px 18px;
    border-radius: 20px 20px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oe-marquee-track {
    animation: none;
  }

  .oe-bento-card,
  .oe-proj-card,
  .oe-review-card,
  .oe-why-item,
  .oe-process-step,
  .oe-contact-btn {
    transition: none;
  }
}

.oe-scroll-animate {
  opacity: 0;
  transform: translate3d(0, 44px, 0) scale(0.985);
  transition:
    opacity 880ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 880ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 880ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 360ms ease,
    border-color 360ms ease,
    background-color 360ms ease;
  transition-delay: var(--oe-scroll-delay, 0ms);
  will-change: opacity, transform, filter;
  backface-visibility: hidden;
}

.oe-scroll-animate.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.oe-scroll-animate.is-hidden-again {
  opacity: 0;
}

.oe-scroll-left {
  transform: translate3d(-54px, 24px, 0) scale(0.985);
}

.oe-scroll-right {
  transform: translate3d(54px, 24px, 0) scale(0.985);
}

.oe-scroll-card {
  transform: translate3d(0, 46px, 0) scale(0.965);
}

.oe-scroll-pop {
  transform: translate3d(0, 28px, 0) scale(0.88);
}

.oe-scroll-left.is-visible,
.oe-scroll-right.is-visible,
.oe-scroll-card.is-visible,
.oe-scroll-pop.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.oe-bento-card,
.oe-proj-card,
.oe-process-step,
.oe-why-item,
.oe-review-card,
.oe-contact-btn,
.oe-team-badge,
.oe-stat-pill {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.oe-bento-card:hover,
.oe-process-step:hover,
.oe-review-card:hover,
.oe-team-badge:hover,
.oe-stat-pill:hover {
  transform: translate3d(0, -7px, 0) scale(1.012);
  box-shadow: 0 18px 50px rgba(15, 26, 46, 0.13);
}

.oe-why-item:hover,
.oe-contact-btn:hover {
  transform: translate3d(6px, -3px, 0);
  box-shadow: 0 14px 38px rgba(15, 26, 46, 0.1);
}

.oe-proj-card:hover {
  transform: translate3d(0, -6px, 0) scale(1.01);
}

.oe-bento-card:hover .oe-bento-img-frame img,
.oe-proj-card:hover .oe-proj-card-img img,
.oe-gallery-main:hover img,
.oe-gallery-thumb:hover img,
.oe-contact-img-wrap:hover img,
.oe-about-img-wrap:hover img,
.oe-team-img-main:hover img,
.oe-team-img-sub:hover img {
  transform: scale(1.055);
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.oe-bento-img-frame img,
.oe-proj-card-img img,
.oe-gallery-main img,
.oe-gallery-thumb img,
.oe-contact-img-wrap img,
.oe-about-img-wrap img,
.oe-team-img-main img,
.oe-team-img-sub img {
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.oe-btn-primary,
.oe-bento-cta-btn,
.oe-gallery-cta-link,
.oe-cta-btn-main,
.oe-cta-btn-wa,
.oe-contact-btn {
  position: relative;
  overflow: hidden;
}

.oe-btn-primary::after,
.oe-bento-cta-btn::after,
.oe-gallery-cta-link::after,
.oe-cta-btn-main::after,
.oe-cta-btn-wa::after,
.oe-contact-btn::after {
  content: "";
  position: absolute;
  top: -35%;
  left: -55%;
  width: 42%;
  height: 170%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.36),
    transparent
  );
  transform: rotate(22deg) translateX(-160%);
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.oe-btn-primary:hover::after,
.oe-bento-cta-btn:hover::after,
.oe-gallery-cta-link:hover::after,
.oe-cta-btn-main:hover::after,
.oe-cta-btn-wa:hover::after,
.oe-contact-btn:hover::after {
  transform: rotate(22deg) translateX(440%);
}

.oe-about-badge,
.oe-team-img-count,
.oe-gallery-cta-card,
.oe-stat-number,
.oe-num-figure {
  transform-origin: center;
}

.oe-scroll-animate.is-visible.oe-scroll-pop {
  animation: oe-soft-pop 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes oe-soft-pop {
  0% {
    transform: translate3d(0, 26px, 0) scale(0.88);
  }

  62% {
    transform: translate3d(0, -4px, 0) scale(1.025);
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

footer .oe-scroll-animate,
.main_header_area .oe-scroll-animate,
header .oe-scroll-animate {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (prefers-reduced-motion: reduce) {
  .oe-scroll-animate,
  .oe-scroll-animate.is-visible,
  .oe-scroll-animate.is-hidden-again {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
  }

  .oe-bento-card:hover,
  .oe-proj-card:hover,
  .oe-process-step:hover,
  .oe-why-item:hover,
  .oe-review-card:hover,
  .oe-contact-btn:hover,
  .oe-team-badge:hover,
  .oe-stat-pill:hover,
  .oe-bento-card:hover .oe-bento-img-frame img,
  .oe-proj-card:hover .oe-proj-card-img img,
  .oe-gallery-main:hover img,
  .oe-gallery-thumb:hover img,
  .oe-contact-img-wrap:hover img,
  .oe-about-img-wrap:hover img,
  .oe-team-img-main:hover img,
  .oe-team-img-sub:hover img {
    transform: none !important;
  }
}

.oe-modern-quote-wrap {
  position: relative;
  z-index: 5;
}

.form-main .oe-modern-quote-card {
  width: min(1180px, calc(100% - 32px));
  margin: -200px auto 0;
  padding: 30px;
  border-radius: 26px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 255, 255, 0.94)
  );
  border: 1px solid rgba(218, 3, 1, 0.08);
  box-shadow:
    0 28px 80px rgba(23, 35, 62, 0.18),
    0 10px 30px rgba(23, 35, 62, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: visible;
  isolation: isolate;
  animation: oeQuoteCardIn 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.form-main .oe-modern-quote-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 0%, rgba(218, 3, 1, 0.08), transparent 32%),
    radial-gradient(circle at 92% 100%, rgba(23, 35, 62, 0.08), transparent 34%);
  z-index: -1;
  border-radius: inherit;
}

.oe-modern-quote-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}

.oe-form-heading {
  grid-column: 1 / -1;
  width: calc(100% + 60px);
  margin: -30px -30px 8px;
  padding: 18px 30px;
  border-radius: 26px 26px 0 0;
  text-align: center;
  background: linear-gradient(135deg, #da0301, #b90201);
  box-shadow:
    0 14px 32px rgba(218, 3, 1, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  animation: oeQuoteFieldIn 680ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.oe-form-heading h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.2;
  text-transform: none;
  letter-spacing: -0.01em;
}

.oe-form-heading p {
  max-width: 520px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
}

.oe-form-field {
  position: relative;
  min-width: 0;
  animation: oeQuoteFieldIn 720ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.oe-form-field:nth-of-type(2) {
  animation-delay: 40ms;
}

.oe-form-field:nth-of-type(3) {
  animation-delay: 80ms;
}

.oe-form-field:nth-of-type(4) {
  animation-delay: 120ms;
}

.oe-form-field:nth-of-type(5) {
  animation-delay: 160ms;
}

.oe-form-field:nth-of-type(6) {
  animation-delay: 200ms;
}

.oe-form-field label {
  display: block;
  margin: 0 0 8px;
  color: #17233e;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.oe-form-field input,
.oe-form-field textarea,
.oe-custom-select-trigger {
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(23, 35, 62, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: #17233e;
  font-size: 15px;
  font-weight: 500;
  box-shadow:
    0 10px 22px rgba(23, 35, 62, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition:
    border-color 240ms ease,
    box-shadow 240ms ease,
    transform 240ms ease,
    background-color 240ms ease;
}

.oe-form-field textarea {
  min-height: 126px;
  resize: vertical;
  line-height: 1.6;
}

.oe-form-field input::placeholder,
.oe-form-field textarea::placeholder {
  color: rgba(119, 119, 119, 0.82) !important;
  font-weight: 400;
}

.oe-form-field input:hover,
.oe-form-field textarea:hover,
.oe-custom-select-trigger:hover {
  border-color: rgba(218, 3, 1, 0.24);
  background: #fff;
}

.oe-form-field input:focus,
.oe-form-field textarea:focus,
.oe-custom-select-trigger:focus,
.oe-custom-select-trigger.is-open {
  outline: none;
  border-color: rgba(218, 3, 1, 0.55);
  background: #fff;
  transform: translateY(-1px);
  box-shadow:
    0 18px 38px rgba(23, 35, 62, 0.08),
    0 0 0 4px rgba(218, 3, 1, 0.09);
}

.oe-form-field--select {
  z-index: 4;
}

.oe-form-field--select:has(.oe-custom-select-trigger.is-open) {
  z-index: 30;
}

.oe-custom-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  text-align: left;
}

.oe-custom-select-arrow {
  flex: 0 0 auto;
  color: #da0301;
  font-size: 16px;
  line-height: 1;
  transition: transform 220ms ease;
}

.oe-custom-select-trigger.is-open .oe-custom-select-arrow {
  transform: rotate(180deg);
}

.oe-custom-select-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 50;
  max-height: 238px;
  overflow-y: auto;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(23, 35, 62, 0.12);
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 24px 58px rgba(23, 35, 62, 0.18),
    0 6px 18px rgba(23, 35, 62, 0.08);
  animation: oeDropdownIn 180ms ease both;
  scrollbar-width: thin;
  scrollbar-color: rgba(218, 3, 1, 0.55) rgba(23, 35, 62, 0.08);
}

.oe-custom-select-menu::-webkit-scrollbar {
  width: 8px;
}

.oe-custom-select-menu::-webkit-scrollbar-track {
  background: rgba(23, 35, 62, 0.06);
  border-radius: 999px;
}

.oe-custom-select-menu::-webkit-scrollbar-thumb {
  background: rgba(218, 3, 1, 0.55);
  border-radius: 999px;
}

.oe-custom-select-option {
  display: block;
  width: 100%;
  padding: 11px 12px;
  border-radius: 12px;
  background: transparent;
  color: #17233e;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.oe-custom-select-option:hover,
.oe-custom-select-option.is-selected {
  background: rgba(218, 3, 1, 0.09);
  color: #da0301;
  transform: translateX(2px);
}

.oe-form-field--message {
  grid-column: 1 / -1;
}

.oe-form-action {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  animation: oeQuoteFieldIn 720ms cubic-bezier(0.22, 1, 0.36, 1) 240ms both;
}

.oe-modern-submit-btn {
  width: min(320px, 100%);
  min-height: 56px;
  border-radius: 16px;
  padding: 15px 24px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow:
    0 16px 36px rgba(218, 3, 1, 0.28),
    0 0 0 4px rgba(218, 3, 1, 0.08);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    background-color 240ms ease;
}

.oe-modern-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 44px rgba(218, 3, 1, 0.34),
    0 0 0 5px rgba(218, 3, 1, 0.1);
}

@keyframes oeQuoteCardIn {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes oeQuoteFieldIn {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes oeDropdownIn {
  from {
    opacity: 0;
    transform: translate3d(0, -6px, 0) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (max-width: 1199px) {
  .oe-modern-quote-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .form-main .oe-modern-quote-card {
    width: min(94%, 720px) !important;
    margin: 2rem auto 0.25rem !important;
    padding: 24px;
    border-radius: 22px;
  }

  .oe-form-heading {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .form-main .oe-modern-quote-card {
    width: calc(100% - 24px) !important;
    padding: 18px;
    border-radius: 20px;
  }

  .oe-modern-quote-form {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .oe-form-heading {
    padding: 15px 14px;
    border-radius: 16px;
  }

  .oe-form-heading h3 {
    font-size: 19px;
  }

  .oe-form-heading p {
    font-size: 12.5px;
    line-height: 1.4;
  }

  .oe-form-field input,
  .oe-form-field textarea,
  .oe-custom-select-trigger,
  .oe-modern-submit-btn {
    min-height: 52px;
    border-radius: 14px;
  }

  .oe-form-field textarea {
    min-height: 118px;
  }

  .oe-form-action {
    justify-content: stretch;
  }

  .oe-modern-submit-btn {
    width: 100%;
  }

  .oe-custom-select-menu {
    max-height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-main .oe-modern-quote-card,
  .oe-form-heading,
  .oe-form-field,
  .oe-form-action,
  .oe-custom-select-menu {
    animation: none;
  }

  .oe-form-field input,
  .oe-form-field textarea,
  .oe-custom-select-trigger,
  .oe-custom-select-option,
  .oe-modern-submit-btn {
    transition: none;
  }
}

@media (min-width: 992px) {
  .oe-form-heading {
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 8px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
  }

  .oe-form-heading h3 {
    color: #17233e;
  }

  .oe-form-heading p {
    color: rgba(23, 35, 62, 0.72);
  }
}

@media (max-width: 991px) {
  .oe-form-heading {
    width: calc(100% + 48px);
    margin: -24px -24px 8px;
    padding: 16px 24px;
    border-radius: 22px 22px 0 0;
    text-align: center;
    background: linear-gradient(135deg, #da0301, #b90201);
    box-shadow:
      0 14px 32px rgba(218, 3, 1, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.22);
  }

  .oe-form-heading h3 {
    color: #fff;
  }

  .oe-form-heading p {
    color: rgba(255, 255, 255, 0.86);
  }
}

@media (max-width: 640px) {
  .oe-form-heading {
    width: calc(100% + 36px);
    margin: -18px -18px 8px;
    padding: 15px 14px;
    border-radius: 20px 20px 0 0;
  }
}

.oe-numbers-bar {
  margin-top: clamp(48px, 6vw, 86px) !important;
  padding: clamp(54px, 7vw, 92px) 0 clamp(56px, 7vw, 96px) !important;
  background:
    radial-gradient(circle at 14% 10%, rgba(218, 3, 1, 0.07), transparent 28%),
    radial-gradient(circle at 86% 92%, rgba(23, 35, 62, 0.07), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #faf7f4 100%) !important;
  position: relative;
  overflow: hidden;
}

.oe-numbers-bar::before {
  content: "";
  position: absolute;
  inset: 28px auto auto 50%;
  width: min(720px, 78vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(218, 3, 1, 0.34),
    transparent
  );
  pointer-events: none;
}

.oe-numbers-shell {
  display: grid;
  grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.6fr);
  align-items: stretch;
  gap: clamp(22px, 4vw, 46px);
}

.oe-numbers-head {
  align-self: center;
}

.oe-numbers-title {
  margin: 18px 0 14px;
  max-width: 460px;
  color: #000000;
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.oe-numbers-sub {
  max-width: 390px;
  margin: 0;
  color: var(--oe-muted);
  font-size: 15px;
  line-height: 1.75;
}

.oe-numbers-inner {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px;
  border-left: 0 !important;
}

.oe-num-block {
  min-height: 178px;
  padding: 24px 22px !important;
  border: 1px solid rgba(23, 35, 62, 0.08) !important;
  border-radius: 24px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98),
    rgba(255, 255, 255, 0.9)
  );
  box-shadow:
    0 18px 50px rgba(23, 35, 62, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px !important;
  position: relative;
  overflow: hidden;
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background-color 280ms ease !important;
}

.oe-num-block::after {
  content: "";
  position: absolute;
  inset: auto 18px 0 18px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(
    90deg,
    rgba(218, 3, 1, 0),
    rgba(218, 3, 1, 0.84),
    rgba(218, 3, 1, 0)
  );
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 280ms ease,
    transform 280ms ease;
}

.oe-num-block:hover {
  transform: translateY(-6px);
  border-color: rgba(218, 3, 1, 0.18) !important;
  background: #ffffff !important;
  box-shadow:
    0 26px 64px rgba(23, 35, 62, 0.12),
    0 12px 30px rgba(218, 3, 1, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.oe-num-block:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.oe-num-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(218, 3, 1, 0.08);
  color: var(--oe-red);
  font-size: 16px;
}

.oe-num-figure {
  font-family: "Playfair Display", serif;
  font-size: clamp(38px, 4vw, 58px) !important;
  font-weight: 800 !important;
  color: #000000 !important;
  line-height: 0.92 !important;
  letter-spacing: -0.04em;
}

.oe-num-label {
  color: rgba(23, 35, 62, 0.64) !important;
  font-size: 13.5px !important;
  line-height: 1.45;
  font-weight: 600 !important;
}

@media (max-width: 1199px) {
  .oe-numbers-shell {
    grid-template-columns: 1fr;
  }

  .oe-numbers-head {
    max-width: 720px;
  }

  .oe-numbers-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 991px) {
  .oe-numbers-bar {
    margin-top: 42px !important;
    padding: 52px 0 64px !important;
  }

  .oe-numbers-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .oe-num-block {
    min-height: 160px;
  }
}

@media (max-width: 575px) {
  .oe-numbers-bar {
    margin-top: 32px !important;
    padding: 44px 0 54px !important;
  }

  .oe-numbers-title {
    margin-top: 14px;
  }

  .oe-numbers-inner {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .oe-num-block {
    min-height: auto;
    padding: 20px !important;
    border-radius: 20px;
  }

  .oe-num-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
}

@media (min-width: 992px) {
  .oe-proj-scroll {
    width: 100%;
    overflow-x: hidden;
  }

  .oe-proj-card {
    width: 20%;
    min-width: 0;
    flex: 1 1 20%;
  }
}

.oe-root .oe-btn-primary,
.oe-root .oe-cta-btn-main,
.oe-root .nir-btn,
.oe-root .oe-modern-submit-btn {
  transition:
    background-color 280ms ease,
    color 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms ease !important;
}

.oe-root .oe-btn-primary:hover,
.oe-root .oe-btn-primary:focus-visible,
.oe-root .nir-btn:hover,
.oe-root .nir-btn:focus-visible,
.oe-root .oe-modern-submit-btn:hover,
.oe-root .oe-modern-submit-btn:focus-visible {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  transform: translateY(-2px);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.22),
    0 0 0 4px rgba(0, 0, 0, 0.08) !important;
}

.oe-root .oe-btn-primary:hover i,
.oe-root .oe-btn-primary:focus-visible i,
.oe-root .nir-btn:hover i,
.oe-root .nir-btn:focus-visible i,
.oe-root .oe-modern-submit-btn:hover i,
.oe-root .oe-modern-submit-btn:focus-visible i {
  color: #ffffff !important;
}

.oe-root .oe-projects-section .oe-btn-primary:hover,
.oe-root .oe-projects-section .oe-btn-primary:focus-visible,
.oe-root .oe-gallery-section .oe-btn-primary:hover,
.oe-root .oe-gallery-section .oe-btn-primary:focus-visible,
.oe-root .oe-cta-section .oe-cta-btn-main:hover,
.oe-root .oe-cta-section .oe-cta-btn-main:focus-visible,
.oe-root .oe-cta-section .oe-btn-primary:hover,
.oe-root .oe-cta-section .oe-btn-primary:focus-visible,
.oe-root .oe-feature-banner .oe-btn-primary:hover,
.oe-root .oe-feature-banner .oe-btn-primary:focus-visible {
  background: #ffffff !important;
  color: var(--oe-red, #da0301) !important;
  border-color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow:
    0 18px 38px rgba(255, 255, 255, 0.18),
    0 0 0 4px rgba(255, 255, 255, 0.1) !important;
}

.oe-root .oe-projects-section .oe-btn-primary:hover i,
.oe-root .oe-projects-section .oe-btn-primary:focus-visible i,
.oe-root .oe-gallery-section .oe-btn-primary:hover i,
.oe-root .oe-gallery-section .oe-btn-primary:focus-visible i,
.oe-root .oe-cta-section .oe-cta-btn-main:hover i,
.oe-root .oe-cta-section .oe-cta-btn-main:focus-visible i,
.oe-root .oe-cta-section .oe-btn-primary:hover i,
.oe-root .oe-cta-section .oe-btn-primary:focus-visible i,
.oe-root .oe-feature-banner .oe-btn-primary:hover i,
.oe-root .oe-feature-banner .oe-btn-primary:focus-visible i {
  color: var(--oe-red, #da0301) !important;
}

.oe-root .oe-cta-btn-wa:hover,
.oe-root .oe-cta-btn-wa:focus-visible {
  background: #25d366 !important;
  color: #ffffff !important;
}

.oe-root .oe-btn-ghost,
.oe-root .oe-cta-btn-link,
.oe-root .oe-gallery-cta-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: var(--oe-radius);
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid rgba(218, 3, 1, 0.22);
  background: #ffffff;
  color: #da0301 !important;
  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition:
    background-color 280ms ease,
    color 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms ease !important;
}

.oe-root .oe-btn-ghost i,
.oe-root .oe-cta-btn-link i,
.oe-root .oe-gallery-cta-link i {
  font-size: 13px;
  color: currentColor !important;
  transition:
    transform 280ms ease,
    color 280ms ease;
}

.oe-root .oe-btn-ghost:hover,
.oe-root .oe-btn-ghost:focus-visible,
.oe-root .oe-cta-btn-link:hover,
.oe-root .oe-cta-btn-link:focus-visible,
.oe-root .oe-gallery-cta-link:hover,
.oe-root .oe-gallery-cta-link:focus-visible {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  transform: translateY(-2px);
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.18),
    0 0 0 4px rgba(0, 0, 0, 0.06) !important;
}

.oe-root .oe-btn-ghost:hover i,
.oe-root .oe-btn-ghost:focus-visible i,
.oe-root .oe-cta-btn-link:hover i,
.oe-root .oe-cta-btn-link:focus-visible i,
.oe-root .oe-gallery-cta-link:hover i,
.oe-root .oe-gallery-cta-link:focus-visible i {
  transform: translateX(3px);
}

.oe-root .oe-projects-section .oe-btn-ghost,
.oe-root .oe-gallery-section .oe-btn-ghost,
.oe-root .oe-feature-banner .oe-btn-ghost,
.oe-root .oe-cta-section .oe-btn-ghost,
.oe-root .oe-cta-section .oe-cta-btn-link {
  background: transparent !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.36) !important;
  box-shadow: none;
}

.oe-root .oe-projects-section .oe-btn-ghost:hover,
.oe-root .oe-projects-section .oe-btn-ghost:focus-visible,
.oe-root .oe-gallery-section .oe-btn-ghost:hover,
.oe-root .oe-gallery-section .oe-btn-ghost:focus-visible,
.oe-root .oe-feature-banner .oe-btn-ghost:hover,
.oe-root .oe-feature-banner .oe-btn-ghost:focus-visible,
.oe-root .oe-cta-section .oe-btn-ghost:hover,
.oe-root .oe-cta-section .oe-btn-ghost:focus-visible,
.oe-root .oe-cta-section .oe-cta-btn-link:hover,
.oe-root .oe-cta-section .oe-cta-btn-link:focus-visible {
  background: #ffffff !important;
  color: #da0301 !important;
  border-color: #ffffff !important;
  box-shadow:
    0 18px 38px rgba(255, 255, 255, 0.14),
    0 0 0 4px rgba(255, 255, 255, 0.08) !important;
}

.oe-about-actions,
.oe-cta-buttons,
.oe-contact-actions,
.oe-gallery-header {
  gap: 14px;
}

@media (max-width: 575px) {
  .oe-root .oe-btn-ghost,
  .oe-root .oe-cta-btn-link,
  .oe-root .oe-gallery-cta-link {
    width: 100%;
    min-height: 48px;
    padding: 13px 18px;
    white-space: normal;
    text-align: center;
  }
}

.oe-modern-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(255, 255, 255, 0.06),
      transparent 24%
    ),
    linear-gradient(135deg, #050505 0%, #080808 48%, #000000 100%);
  color: #fff;
  padding: clamp(42px, 4.2vw, 66px) 0 22px;
  isolation: isolate;
}

.oe-modern-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 86px 86px;
  opacity: 0.13;
  pointer-events: none;
  z-index: -3;
}

.oe-footer-bg-grid {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    transparent 38%
  );
  pointer-events: none;
  z-index: -2;
}

.oe-footer-red-glow {
  position: absolute;
  width: 310px;
  height: 310px;
  border-radius: 999px;
  filter: blur(82px);
  display: none !important;
  pointer-events: none;
  z-index: -2;
}

.oe-footer-red-glow--one {
  left: -120px;
  top: 66px;
}

.oe-footer-red-glow--two {
  right: -125px;
  bottom: 88px;
  opacity: 0.58;
}

.oe-footer-container {
  position: relative;
  z-index: 2;
}

.oe-footer-hero {
  display: grid;
  grid-template-columns: minmax(270px, 1.02fr) minmax(340px, 0.98fr) minmax(
      310px,
      0.9fr
    );
  gap: clamp(18px, 2.3vw, 30px);
  align-items: stretch;
}

.oe-footer-logo-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}

.oe-footer-logo {
  width: 150px;
  height: auto;
  object-fit: contain;
  transform: translateX(-6px);
}

.oe-footer-logo--white {
  filter: brightness(0) invert(1) drop-shadow(0 14px 28px rgba(0, 0, 0, 0.42));
}

.oe-footer-kicker,
.oe-footer-form-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin: 0 0 14px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid rgba(218, 3, 1, 0.28);
  background: rgba(218, 3, 1, 0.12);
  color: rgba(255, 255, 255, 0.84);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.oe-footer-kicker--white {
  background: #ffffff;
  color: #da0301;
  border-color: #ffffff;
  box-shadow: 0 12px 26px rgba(255, 255, 255, 0.08);
}

.oe-footer-brand-title {
  max-width: 500px;
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 2.75vw, 46px);
  line-height: 1.04;
  text-transform: none;
}

.oe-footer-brand-text {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.72;
}

.oe-footer-middle-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 22px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.075),
    rgba(255, 255, 255, 0.032)
  );
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(7px);
}

.oe-footer-link-col h3,
.oe-footer-form-card h3 {
  position: relative;
  margin: 0 0 18px;
  color: #fff;
  font-size: 24px;
  line-height: 1.15;
  text-transform: none;
}

.oe-footer-link-col h3::after,
.oe-footer-form-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  background: #da0301;
}

.oe-footer-link-col ul {
  display: grid;
  gap: 9px;
}

.oe-footer-link-col li {
  display: block;
  margin: 0;
  padding: 0;
}

.oe-footer-link-col a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 600;
  text-decoration: none !important;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.oe-footer-link-col a i {
  color: #da0301;
  font-size: 9px;
}

.oe-footer-link-col a:hover {
  color: #fff !important;
  transform: translateX(3px);
}

.oe-footer-action-panel {
  display: grid;
  grid-template-rows: 166px 1fr;
  gap: 14px;
}

.oe-footer-visual-card {
  position: relative;
  overflow: hidden;
  min-height: 166px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #fff;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.26);
}

.oe-footer-visual-card--white {
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.9);
}

.oe-footer-visual-img {
  object-fit: cover;
  object-position: center;
  opacity: 0.52;
  filter: saturate(0.98) contrast(1.08) brightness(0.96);
  transform: scale(1.035);
}

.oe-footer-visual-card--white .oe-footer-visual-img {
  opacity: 0.58;
  filter: saturate(0.92) contrast(1.12) brightness(1);
}

.oe-footer-visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.93),
      rgba(255, 255, 255, 0.62),
      rgba(255, 255, 255, 0.34)
    ),
    radial-gradient(circle at 82% 20%, rgba(218, 3, 1, 0.12), transparent 36%);
}

.oe-footer-visual-content {
  position: absolute;
  left: 22px;
  right: 18px;
  bottom: 18px;
}

.oe-footer-visual-content span {
  display: block;
  margin-bottom: 3px;
  color: #050505;
  font-family: "Playfair Display", serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 0.9;
}

.oe-footer-visual-content p {
  max-width: 245px;
  margin: 0;
  color: rgba(5, 5, 5, 0.72);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.oe-footer-form-card {
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.038)
  );
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.oe-footer-contact-cards {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.oe-footer-contact-card {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff !important;
  text-decoration: none !important;
  transition:
    background-color 240ms ease,
    border-color 240ms ease,
    transform 240ms ease,
    box-shadow 240ms ease;
}

.oe-footer-contact-card:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(218, 3, 1, 0.52);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.oe-footer-contact-card span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #da0301;
  color: #fff;
}

.oe-footer-contact-card small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.oe-footer-contact-card strong {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.28;
}

.oe-footer-proof-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
}

.oe-footer-proof-row div {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.oe-footer-proof-row strong {
  display: block;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 27px;
  line-height: 1;
}

.oe-footer-proof-row span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 600;
}

.oe-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.oe-footer-bottom--white {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

.oe-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.oe-footer-bottom--white p {
  color: #111827;
  font-weight: 700;
}

.oe-footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.oe-footer-social a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease;
}

.oe-footer-social a:hover {
  transform: translateY(-2px);
  background: rgba(218, 3, 1, 0.08);
  border-color: rgba(218, 3, 1, 0.28);
}

.oe-footer-social img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.oe-modern-footer--mobile {
  padding: 38px 0 20px;
}

.oe-footer-mobile-brand {
  text-align: center;
  margin-bottom: 16px;
}

.oe-footer-mobile-brand .oe-footer-logo-link,
.oe-footer-mobile-brand .oe-footer-kicker {
  margin-left: auto;
  margin-right: auto;
}

.oe-footer-mobile-brand .oe-footer-logo {
  width: 132px;
  transform: none;
}

.oe-footer-mobile-brand .oe-footer-brand-title {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  font-size: 29px;
}

.oe-footer-mobile-brand .oe-footer-brand-text {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13.5px;
  line-height: 1.65;
}

.oe-footer-mobile-compact-grid {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
}

.oe-footer-mobile-visual {
  min-height: 145px;
}

.oe-footer-mobile-contact {
  margin-top: 0;
}

.oe-footer-mobile-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 14px;
}

.oe-footer-proof-row--mobile {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.oe-footer-bottom--mobile {
  flex-direction: column;
  text-align: center;
}

@media (max-width: 1320px) {
  .oe-footer-hero {
    grid-template-columns: minmax(250px, 1fr) minmax(315px, 1fr) minmax(
        300px,
        0.9fr
      );
    gap: 18px;
  }

  .oe-footer-brand-title {
    font-size: clamp(27px, 2.4vw, 40px);
  }

  .oe-footer-logo {
    width: 140px;
  }
}

@media (max-width: 1199px) {
  .oe-footer-hero {
    grid-template-columns: 1fr 1fr;
  }

  .oe-footer-action-panel {
    grid-column: span 2;
    grid-template-columns: 0.8fr 1fr;
    grid-template-rows: auto;
  }
}

@media (max-width: 991px) {
  .oe-footer-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .oe-footer-mobile-links {
    grid-template-columns: 1fr;
  }

  .oe-footer-kicker {
    white-space: normal;
    text-align: center;
    justify-content: center;
  }

  .oe-footer-proof-row div {
    padding: 12px;
  }

  .oe-footer-proof-row strong {
    font-size: 26px;
  }

  .oe-footer-bottom {
    padding: 14px;
  }
}

@media (min-width: 1200px) {
  .oe-footer-hero {
    align-items: start;
  }

  .oe-footer-middle-panel {
    align-self: start;
    height: auto;
    min-height: 0;
  }

  .oe-footer-link-col ul {
    gap: 8px;
  }

  .oe-footer-link-col a {
    line-height: 1.25;
  }
}

@media (min-width: 1200px) and (max-width: 1320px) {
  .oe-footer-middle-panel {
    padding: 20px;
  }
}

.oe-footer-contact-icons {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.oe-footer-icon-btn {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #da0301;
  color: #ffffff !important;
  border: 1px solid rgba(218, 3, 1, 0.75);
  box-shadow:
    0 16px 34px rgba(218, 3, 1, 0.22),
    0 0 0 4px rgba(218, 3, 1, 0.08);
  text-decoration: none !important;
  transition:
    transform 240ms ease,
    background-color 240ms ease,
    color 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.oe-footer-icon-btn i {
  color: currentColor !important;
  font-size: 21px;
  line-height: 1;
}

.oe-footer-icon-btn:hover,
.oe-footer-icon-btn:focus-visible {
  transform: translateY(-3px);
  background: #ffffff;
  color: #da0301 !important;
  border-color: #ffffff;
  box-shadow:
    0 18px 38px rgba(255, 255, 255, 0.16),
    0 0 0 4px rgba(255, 255, 255, 0.08);
}

.oe-footer-form-card {
  align-self: start;
}

.oe-footer-action-panel {
  align-self: start;
}

.oe-footer-contact-icons--mobile {
  justify-content: center;
  margin: 14px 0 0;
}

.oe-footer-contact-icons--mobile .oe-footer-icon-btn {
  width: 54px;
  height: 54px;
  border-radius: 17px;
}

@media (max-width: 575px) {
  .oe-footer-contact-icons {
    justify-content: center;
    gap: 12px;
  }

  .oe-footer-icon-btn {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .oe-footer-icon-btn i {
    font-size: 19px;
  }
}

@media (min-width: 1200px) {
  .oe-footer-hero {
    grid-template-columns:
      minmax(300px, 1.05fr)
      minmax(470px, 1.38fr)
      minmax(245px, 0.68fr);
    gap: clamp(18px, 2vw, 26px);
    align-items: start;
  }

  .oe-footer-middle-panel {
    width: 100%;
    min-height: 260px;
    height: 260px;
    padding: 24px 26px;
    align-self: start;
    align-content: start;
  }

  .oe-footer-action-panel {
    width: 100%;
    max-width: 335px;
    justify-self: end;
    grid-template-rows: 146px 260px;
    gap: 13px;
    align-self: start;
  }

  .oe-footer-form-card {
    min-height: 260px;
    height: 260px;
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .oe-footer-logo {
    width: 182px;
  }

  .oe-footer-logo-link {
    margin-bottom: 18px;
  }

  .oe-footer-link-col ul {
    gap: 7px;
  }

  .oe-footer-link-col a {
    font-size: 14px;
    line-height: 1.22;
  }

  .oe-footer-contact-icons {
    margin-top: 18px;
    gap: 12px;
  }

  .oe-footer-icon-btn {
    width: 54px;
    height: 54px;
    border-radius: 17px;
  }
}

.oe-footer-visual-card--white {
  overflow: hidden;
  background: #ffffff;
}

.oe-footer-visual-card--white .oe-footer-visual-img {
  object-fit: contain;
  object-position: right center;
  opacity: 0.74;
  filter: saturate(0.98) contrast(1.08) brightness(1);
  transform: scale(0.94);
}

.oe-footer-visual-card--white .oe-footer-visual-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.76) 45%,
      rgba(255, 255, 255, 0.18) 100%
    ),
    radial-gradient(circle at 82% 20%, rgba(218, 3, 1, 0.08), transparent 36%);
}
@media (min-width: 1200px) {
  .oe-modern-footer--desktop .oe-footer-middle-panel {
    height: auto !important;
    min-height: 250px;
    padding-bottom: 20px !important;
  }

  .oe-modern-footer--desktop .oe-footer-link-col:first-child ul {
    padding-bottom: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1320px) {
  .oe-footer-hero {
    grid-template-columns:
      minmax(270px, 0.98fr)
      minmax(430px, 1.34fr)
      minmax(235px, 0.64fr);
    gap: 18px;
  }

  .oe-footer-middle-panel {
    height: 252px;
    min-height: 252px;
    padding: 22px 24px;
  }

  .oe-footer-action-panel {
    max-width: 315px;
    grid-template-rows: 140px 252px;
  }

  .oe-footer-form-card {
    height: 252px;
    min-height: 252px;
    padding: 19px 20px;
  }

  .oe-footer-logo {
    width: 168px;
  }

  .oe-footer-brand-title {
    font-size: clamp(26px, 2.25vw, 38px);
  }
}

@media (max-width: 1199px) {
  .oe-footer-action-panel {
    max-width: none;
  }

  .oe-footer-visual-card--white .oe-footer-visual-img {
    object-fit: contain;
    object-position: right center;
    transform: scale(0.95);
  }
}

@media (max-width: 575px) {
  .oe-footer-mobile-brand .oe-footer-logo {
    width: 148px;
  }

  .oe-footer-visual-card--white .oe-footer-visual-img {
    opacity: 0.72;
    transform: scale(0.96);
  }
}

@media (min-width: 1200px) {
  .oe-footer-action-panel {
    grid-template-rows: 145px 275px;
    gap: 24px;
    align-self: start;
  }

  .oe-footer-form-card {
    height: 275px;
    min-height: 275px;
  }

  .oe-footer-middle-panel {
    height: calc(145px + 24px + 275px);
    min-height: calc(145px + 24px + 275px);
    align-self: start;
    align-content: start;
  }

  .oe-footer-logo {
    width: 205px;
  }

  .oe-footer-logo-link {
    margin-bottom: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1320px) {
  .oe-footer-action-panel {
    grid-template-rows: 140px 270px;
    gap: 22px;
  }

  .oe-footer-form-card {
    height: 270px;
    min-height: 270px;
  }

  .oe-footer-middle-panel {
    height: calc(140px + 22px + 270px);
    min-height: calc(140px + 22px + 270px);
  }

  .oe-footer-logo {
    width: 190px;
  }
}

.oe-footer-visual-card--white .oe-footer-visual-img {
  object-fit: contain;
  object-position: right center;
  opacity: 0.74;
  transform: scale(0.92);
}

.oe-footer-visual-card--white .oe-footer-visual-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 255, 255, 0.74) 43%,
      rgba(255, 255, 255, 0.16) 100%
    ),
    radial-gradient(circle at 82% 20%, rgba(218, 3, 1, 0.08), transparent 36%);
}

@media (max-width: 575px) {
  .oe-footer-mobile-brand .oe-footer-logo {
    width: 160px;
  }
}

.oe-footer-form-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oe-footer-contact-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 24px;
}

.oe-footer-icon-btn {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  text-align: center;
  line-height: 1 !important;
}

.oe-footer-icon-btn i {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center;
  vertical-align: middle;
  position: static !important;
  transform: none !important;
}

@media (min-width: 1200px) {
  .oe-footer-form-card {
    height: 260px;
    min-height: 230px;
    justify-content: flex-start;
  }

  .oe-footer-contact-icons {
    margin-top: 26px;
  }
}

@media (max-width: 575px) {
  .oe-footer-form-card {
    justify-content: flex-start;
  }

  .oe-footer-contact-icons {
    justify-content: center;
    margin-top: 18px;
  }
}

.oe-footer-contact-icons .oe-footer-icon-btn:nth-child(1) {
  background: #3b82f6 !important;
  border-color: #3b82f6 !important;
  color: #ffffff !important;
  box-shadow:
    0 16px 34px rgba(59, 130, 246, 0.24),
    0 0 0 4px rgba(59, 130, 246, 0.1) !important;
}

.oe-footer-contact-icons .oe-footer-icon-btn:nth-child(2) {
  background: #25d366 !important;
  border-color: #25d366 !important;
  color: #ffffff !important;
  box-shadow:
    0 16px 34px rgba(37, 211, 102, 0.26),
    0 0 0 4px rgba(37, 211, 102, 0.1) !important;
}

.oe-footer-contact-icons .oe-footer-icon-btn:nth-child(3) {
  background: #ea4335 !important;
  border-color: #ea4335 !important;
  color: #ffffff !important;
  box-shadow:
    0 16px 34px rgba(234, 67, 53, 0.24),
    0 0 0 4px rgba(234, 67, 53, 0.1) !important;
}

.oe-footer-contact-icons .oe-footer-icon-btn:nth-child(1):hover,
.oe-footer-contact-icons .oe-footer-icon-btn:nth-child(1):focus-visible {
  background: #ffffff !important;
  color: #3b82f6 !important;
  border-color: #ffffff !important;
  box-shadow:
    0 18px 38px rgba(59, 130, 246, 0.18),
    0 0 0 4px rgba(59, 130, 246, 0.1) !important;
}

.oe-footer-contact-icons .oe-footer-icon-btn:nth-child(2):hover,
.oe-footer-contact-icons .oe-footer-icon-btn:nth-child(2):focus-visible {
  background: #ffffff !important;
  color: #25d366 !important;
  border-color: #ffffff !important;
  box-shadow:
    0 18px 38px rgba(37, 211, 102, 0.18),
    0 0 0 4px rgba(37, 211, 102, 0.1) !important;
}

.oe-footer-contact-icons .oe-footer-icon-btn:nth-child(3):hover,
.oe-footer-contact-icons .oe-footer-icon-btn:nth-child(3):focus-visible {
  background: #ffffff !important;
  color: #ea4335 !important;
  border-color: #ffffff !important;
  box-shadow:
    0 18px 38px rgba(234, 67, 53, 0.18),
    0 0 0 4px rgba(234, 67, 53, 0.1) !important;
}

.oe-footer-contact-icons .oe-footer-icon-btn i {
  color: currentColor !important;
}

.oe-modern-footer {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
}

.oe-footer-container {
  position: relative;
  z-index: 5;
}

.oe-modern-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: clamp(60px, 1vw, 100px);
  width: 100%;
  pointer-events: none;
  z-index: 4;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    rgba(255, 255, 255, 1) 12%,
    rgba(255, 255, 255, 0.96) 24%,
    rgba(255, 255, 255, 0.82) 40%,
    rgba(255, 255, 255, 0.58) 58%,
    rgba(255, 255, 255, 0.3) 76%,
    rgba(255, 255, 255, 0.1) 90%,
    rgba(255, 255, 255, 0) 100%
  );
}

@media (max-width: 767px) {
  .oe-modern-footer {
    position: relative !important;
    overflow: visible !important;
    margin-top: 0 !important;
  }

  .oe-modern-footer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    height: 50px;
    pointer-events: none;
    z-index: 4;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.98) 22%,
      rgba(255, 255, 255, 0.82) 42%,
      rgba(255, 255, 255, 0.48) 62%,
      rgba(255, 255, 255, 0.18) 82%,
      rgba(255, 255, 255, 0) 100%
    ) !important;
  }

  .oe-footer-container {
    position: relative !important;
    z-index: 5 !important;
  }
}

@media (max-width: 575px) {
  .oe-about-actions {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
  }

  .oe-about-actions .oe-btn-primary,
  .oe-about-actions .oe-btn-ghost {
    width: auto !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    justify-content: center !important;
    text-align: center !important;
    white-space: nowrap !important;
    padding: 13px 12px !important;
    font-size: 13px !important;
  }

  .oe-about-actions .oe-btn-ghost {
    gap: 6px !important;
  }
}

@media (max-width: 768px) {
  .main_header_area .navbar-brand img {
    width: 78px !important;
    height: auto !important;
  }

  .main_header_area .navbar-flex {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}

.oe-privacy-page {
  background: #ffffff;
  color: #17233e;
  overflow: hidden;
}

.oe-privacy-hero {
  padding: 0;
  margin: 0;
  background: transparent;
  overflow: hidden;
}

.oe-privacy-hero .banner.trending {
  padding: 0 !important;
  margin: 0 !important;
}

.oe-privacy-hero img {
  max-width: 100%;
}

.oe-privacy-hero-content {
  max-width: 820px;
  padding-top: clamp(80px, 8vw, 140px);
  padding-bottom: clamp(70px, 8vw, 120px);
}

.oe-privacy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(218, 3, 1, 0.18);
  background: rgba(218, 3, 1, 0.08);
  color: #da0301;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.oe-privacy-hero .oe-privacy-kicker {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
}

.oe-privacy-hero h1 {
  margin: 0;
  max-width: 760px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 6.2vw, 76px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-transform: none;
}

.oe-privacy-hero p {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 1.45vw, 20px);
  font-weight: 400;
  line-height: 1.85;
}

.oe-privacy-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.oe-privacy-btn-primary,
.oe-privacy-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 16px 24px;
  border-radius: 999px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 0.35s ease;
}

.oe-privacy-btn-primary {
  background: #da0301;
  color: #ffffff !important;
  box-shadow: 0 18px 40px rgba(218, 3, 1, 0.28);
}

.oe-privacy-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.oe-privacy-btn-primary:hover,
.oe-privacy-btn-secondary:hover {
  transform: translateY(-3px);
  background: #000000;
  color: #ffffff !important;
}

.oe-privacy-overview {
  position: relative;
  z-index: 2;
  margin-top: -54px;
  padding-bottom: clamp(50px, 6vw, 82px);
}

.oe-privacy-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.oe-privacy-stat,
.oe-privacy-info-card,
.oe-privacy-sidebar-card,
.oe-privacy-content-card,
.oe-privacy-contact-card {
  border: 1px solid rgba(23, 35, 62, 0.08);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94),
    rgba(255, 255, 255, 0.86)
  );
  box-shadow: 0 24px 70px rgba(23, 35, 62, 0.09);
  backdrop-filter: blur(16px);
}

.oe-privacy-stat {
  min-height: 176px;
  padding: 28px 24px;
  border-radius: 28px;
}

.oe-privacy-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(218, 3, 1, 0.08);
  color: #da0301;
  font-size: 20px;
}

.oe-privacy-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #111827;
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.oe-privacy-stat p,
.oe-privacy-info-card p,
.oe-privacy-sidebar-card p {
  margin: 0;
  color: #6b7280;
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  line-height: 1.75;
  font-weight: 500;
}

.oe-privacy-main-section,
.oe-privacy-info-section,
.oe-privacy-contact-section {
  position: relative;
}

.oe-privacy-section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: clamp(26px, 5vw, 72px);
}

.oe-privacy-section-head .oe-privacy-kicker {
  grid-column: 1 / -1;
  margin-bottom: -2px;
}

.oe-privacy-section-head p,
.oe-privacy-contact-copy p {
  margin: 0;
  color: #6b7280;
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.85;
  font-weight: 400;
}

.oe-privacy-section-head-center {
  display: block;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.oe-privacy-section-head-center .oe-privacy-kicker {
  margin-bottom: 18px;
}

.oe-privacy-section-head-center p {
  max-width: 690px;
  margin: 20px auto 0;
}

.oe-privacy-layout {
  display: block;
}

.oe-privacy-main {
  min-width: 0;
}

.oe-privacy-support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.oe-privacy-content-card {
  overflow: hidden;
  border-radius: 34px;
  padding: 20px clamp(30px, 4.5vw, 66px) clamp(30px, 4.5vw, 66px);
  position: relative;
  width: 100%;
}

.oe-privacy-content-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #da0301, #da0301);
}

.oe-privacy-content,
.oe-privacy-content * {
  font-family: "Poppins", sans-serif !important;
  color: #6b7280;
}

.oe-privacy-content {
  max-width: 100%;
  color: #6b7280;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
}

.oe-privacy-content h1,
.oe-privacy-content h2,
.oe-privacy-content h3,
.oe-privacy-content h4,
.oe-privacy-content h5,
.oe-privacy-content h6 {
  margin: 42px 0 18px !important;
  color: #111827 !important;
  font-family: "Playfair Display", serif !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.03em;
  text-transform: none !important;
}

.oe-privacy-content h1:first-child,
.oe-privacy-content h2:first-child,
.oe-privacy-content h3:first-child {
  margin-top: 0 !important;
}

.oe-privacy-content h1 {
  font-size: clamp(34px, 3.8vw, 52px) !important;
}

.oe-privacy-content h2 {
  font-size: clamp(28px, 3vw, 40px) !important;
}

.oe-privacy-content h3 {
  font-size: clamp(22px, 2.1vw, 30px) !important;
}

.oe-privacy-content h4 {
  font-size: clamp(20px, 1.8vw, 24px) !important;
}

.oe-privacy-content h5,
.oe-privacy-content h6 {
  font-size: 18px !important;
}

.oe-privacy-content p {
  margin: 0 0 22px !important;
  color: #6b7280 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.9 !important;
  font-weight: 400 !important;
}

.oe-privacy-content p strong,
.oe-privacy-content p b {
  color: #111827 !important;
  font-weight: 700 !important;
}

.oe-privacy-content p {
  margin: 0 0 22px !important;
  color: #6b7280 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 17px !important;
  line-height: 1.9 !important;
  font-weight: 400 !important;
}

.oe-privacy-content p strong,
.oe-privacy-content p b {
  color: #111827 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 700 !important;
}

.oe-privacy-content p:has(> br:only-child) {
  display: none !important;
  margin: 0 !important;
}

.oe-privacy-content a {
  color: #da0301 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(218, 3, 1, 0.28);
}

.oe-privacy-content a:hover {
  color: #000000 !important;
  border-color: #000000;
}

.oe-privacy-content ul,
.oe-privacy-content ol {
  display: grid;
  gap: 12px;
  margin: 26px 0 30px !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: privacy-list;
}

.oe-privacy-content li {
  display: block !important;
  position: relative;
  margin: 0 !important;
  padding: 16px 18px 16px 50px !important;
  border: 1px solid rgba(23, 35, 62, 0.08);
  border-radius: 18px;
  background: #ffffff;
  color: #6b7280 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  box-shadow: 0 12px 36px rgba(23, 35, 62, 0.06);
}

.oe-privacy-content ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(218, 3, 1, 0.08);
  color: #da0301;
  font-size: 11px;
}

.oe-privacy-content ol li {
  counter-increment: privacy-list;
}

.oe-privacy-content ol li::before {
  content: counter(privacy-list);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #da0301;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.oe-privacy-content blockquote {
  margin: 34px 0 !important;
  padding: 28px 30px;
  border-left: 5px solid #da0301;
  border-radius: 24px;
  background: rgba(218, 3, 1, 0.06);
  color: #111827 !important;
  font-family: "Playfair Display", serif !important;
  font-size: clamp(24px, 2.2vw, 32px) !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
}

.oe-privacy-content table {
  width: 100% !important;
  margin: 34px 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(23, 35, 62, 0.08);
}

.oe-privacy-content th,
.oe-privacy-content td {
  padding: 16px 18px !important;
  border: 1px solid rgba(23, 35, 62, 0.08) !important;
  color: #6b7280 !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.oe-privacy-content th {
  background: #111827 !important;
  color: #ffffff !important;
  font-weight: 800 !important;
}

.oe-privacy-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px 0;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(23, 35, 62, 0.12);
}

.oe-privacy-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 18px;
}

.oe-privacy-sidebar-card,
.oe-privacy-info-card {
  border-radius: 28px;
  padding: 28px;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.oe-privacy-sidebar-card:hover,
.oe-privacy-info-card:hover,
.oe-privacy-stat:hover {
  transform: translateY(-6px);
  border-color: rgba(218, 3, 1, 0.22);
  box-shadow: 0 28px 78px rgba(23, 35, 62, 0.13);
}

.oe-privacy-sidebar-card h3,
.oe-privacy-info-card h3 {
  margin: 0 0 12px;
  color: #111827;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  line-height: 1.14;
  font-weight: 800;
  text-transform: none;
  letter-spacing: -0.02em;
}

.oe-privacy-sidebar-card-dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 10%, rgba(218, 3, 1, 0.3), transparent 30%),
    linear-gradient(135deg, #090909 0%, #151515 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.oe-privacy-sidebar-card-dark h3,
.oe-privacy-sidebar-card-dark p {
  color: #ffffff !important;
}

.oe-privacy-mini-badge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(218, 3, 1, 0.18);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.oe-privacy-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.oe-privacy-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.oe-privacy-contact-card {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(34px, 5vw, 70px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 86% 22%, rgba(218, 3, 1, 0.08), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
}

.oe-privacy-contact-actions {
  display: grid;
  gap: 14px;
}

.oe-privacy-contact-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px;
  border: 1px solid rgba(23, 35, 62, 0.08);
  border-radius: 22px;
  background: #ffffff;
  color: #111827 !important;
  box-shadow: 0 15px 44px rgba(23, 35, 62, 0.07);
  transition: all 0.35s ease;
}

.oe-privacy-contact-btn:hover {
  transform: translateX(6px);
  border-color: rgba(218, 3, 1, 0.24);
  color: #111827 !important;
}

.oe-privacy-contact-btn i {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(218, 3, 1, 0.08);
  color: #da0301;
  font-size: 18px;
}

.oe-privacy-contact-btn span {
  display: grid;
  color: #111827;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.oe-privacy-contact-btn small {
  margin-bottom: 3px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 1199px) {
  .oe-privacy-stats,
  .oe-privacy-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .oe-privacy-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .oe-privacy-section-head,
  .oe-privacy-contact-card {
    grid-template-columns: 1fr;
  }

  .oe-privacy-sidebar {
    position: relative;
    top: auto;
    grid-template-columns: repeat(2, 1fr);
  }

  .oe-privacy-support-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .oe-privacy-hero {
    min-height: 560px;
  }
}

@media (max-width: 767px) {
  .oe-privacy-hero-content {
    padding-top: 110px;
  }

  .oe-privacy-stats,
  .oe-privacy-info-grid,
  .oe-privacy-sidebar,
  .oe-privacy-support-grid {
    grid-template-columns: 1fr;
  }

  .oe-privacy-overview {
    margin-top: -32px;
  }

  .oe-privacy-content-card,
  .oe-privacy-contact-card {
    border-radius: 26px;
    padding: 26px 20px;
  }

  .oe-privacy-section-head h2,
  .oe-privacy-contact-copy h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .oe-privacy-content h1 {
    font-size: 34px !important;
  }

  .oe-privacy-content h2 {
    font-size: 28px !important;
  }

  .oe-privacy-content p {
    font-size: 16px !important;
    line-height: 1.82 !important;
  }

  .oe-privacy-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .oe-privacy-btn-primary,
  .oe-privacy-btn-secondary {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .oe-privacy-main-section,
  .oe-privacy-info-section,
  .oe-privacy-contact-section {
    padding: 62px 0;
  }

  .oe-privacy-kicker {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .oe-privacy-contact-btn {
    align-items: flex-start;
  }
}

.oe-privacy-page .oe-feature-banner-content {
  position: relative;
  z-index: 1;
  width: auto;
  text-align: left;
}

.oe-privacy-page .oe-numbers-bar {
  padding-top: 0;
}

.oe-privacy-page .oe-services-header {
  display: grid;
}

.oe-privacy-page .oe-bento-card {
  min-height: auto;
}

.oe-privacy-page .oe-bento-icon-wrap {
  margin-bottom: 18px;
}

.oe-privacy-page .oe-contact-btn {
  width: 100%;
}

.oe-privacy-page .oe-privacy-info-section {
  background: #ffffff !important;
}

.oe-privacy-page .oe-privacy-info-section .oe-section-eyebrow {
  margin-bottom: 20px;
  text-align: left;
}

.oe-privacy-page
  .oe-privacy-info-section
  .oe-section-eyebrow
  .oe-privacy-kicker {
  width: auto !important;
  max-width: none !important;
  justify-self: start !important;
  margin: 0 !important;
}

.oe-privacy-page .oe-privacy-info-section .oe-services-header {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 40px !important;
  margin-bottom: 48px !important;
  text-align: left !important;
}

.oe-privacy-page .oe-privacy-info-section .oe-services-header h2 {
  max-width: 760px;
  margin: 0 !important;
  text-align: left !important;
}

.oe-privacy-page .oe-privacy-info-section .oe-services-header p {
  max-width: 380px;
  flex-shrink: 0;
  margin: 0 !important;
  text-align: left !important;
}

@media (max-width: 991px) {
  .oe-privacy-page .oe-privacy-info-section .oe-services-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }

  .oe-privacy-page .oe-privacy-info-section .oe-services-header p {
    max-width: 100%;
  }
}

.oe-privacy-page .oe-privacy-hero .oe-privacy-kicker,
.oe-privacy-page .oe-privacy-kicker {
  width: fit-content !important;
  max-width: min(100%, 360px) !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  justify-content: flex-start !important;
}

.oe-privacy-page .oe-privacy-hero-content {
  max-width: 1180px !important;
}

.oe-privacy-page .oe-privacy-hero h1.oe-display-h2 {
  font-size: clamp(30px, 3.8vw, 50px) !important;
  line-height: 1.05 !important;
  font-weight: 700 !important;
  letter-spacing: -0.04em !important;
  text-transform: none !important;
}

.oe-privacy-page .oe-privacy-section-head h2.oe-display-h2 {
  max-width: 760px;
}

.oe-privacy-page .oe-privacy-hero h1.oe-display-h2 {
  color: #ffffff !important;
  max-width: 760px;
}

.oe-privacy-page .oe-privacy-section-head h2.oe-display-h2 em,
.oe-privacy-page .oe-privacy-contact-copy h2.oe-display-h2 em {
  color: #da0301 !important;
  font-style: italic !important;
}

.oe-privacy-page .oe-privacy-hero p,
.oe-privacy-page .oe-privacy-section-head p,
.oe-privacy-page .oe-privacy-contact-copy p {
  font-size: 16px !important;
  line-height: 1.85 !important;
}

@media (max-width: 767px) {
  .oe-privacy-page .oe-privacy-hero .oe-privacy-kicker,
  .oe-privacy-page .oe-privacy-kicker {
    max-width: 100% !important;
  }
}
/* ========================================
   FAQs Page - Polished Layout + Accordion
   Add this block to style.css
   ======================================== */

@media (min-width: 992px) {
  .oe-faq-page .oe-faq-banner-form-stack {
    position: relative;
  }

  .oe-faq-page .oe-faq-banner-form-anchor {
    position: relative;
    z-index: 7;
    margin-top: -390px;
  }

  .oe-faq-page .oe-faq-banner-form-anchor .form-main .oe-modern-quote-card {
    margin-top: 0 !important;
  }
}

.oe-faq-page .oe-faq-proof-section {
  padding: clamp(70px, 8vw, 120px) 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(218, 3, 1, 0.08), transparent 28%),
    linear-gradient(180deg, #fff 0%, #f7f5f3 100%);
}

.oe-faq-page .oe-faq-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.oe-faq-page .oe-faq-proof-card {
  min-height: 220px;
  border-radius: 26px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 60px rgba(15, 23, 42, 0.08);
  padding: clamp(24px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
}

.oe-faq-page .oe-faq-proof-card strong {
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 4.2vw, 66px);
  font-weight: 800;
  line-height: 0.95;
  color: var(--oe-text, #111827);
  letter-spacing: -0.05em;
}

.oe-faq-page .oe-faq-proof-card p {
  margin: 0;
  color: var(--oe-muted, #6b7280);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

.oe-faq-page .oe-faqs-section {
  padding: clamp(80px, 9vw, 130px) 0;
  background: #fff;
}

.oe-faq-page .oe-faqs-accordion {
  display: grid;
  gap: clamp(18px, 2vw, 26px);
  margin-top: clamp(34px, 4vw, 56px);
}

.oe-faq-page .oe-faq-category {
  padding: clamp(22px, 3vw, 36px);
  border-radius: 28px;
}

.oe-faq-page .oe-faq-category-head {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}

.oe-faq-page .oe-faq-category-head h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  color: var(--oe-text, #111827);
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-transform: none;
}

.oe-faq-page .oe-faq-list {
  display: grid;
  gap: 12px;
}

.oe-faq-page .oe-faq-item {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition:
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.oe-faq-page .oe-faq-item:hover {
  border-color: rgba(218, 3, 1, 0.22);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.oe-faq-page .oe-faq-item.active {
  border-color: rgba(218, 3, 1, 0.32);
  box-shadow: 0 18px 38px rgba(218, 3, 1, 0.08);
}

.oe-faq-page .oe-faq-question {
  width: 100%;
  padding: 20px 22px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  color: var(--oe-text, #111827);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  transition:
    color 0.28s ease,
    background 0.28s ease;
}

.oe-faq-page .oe-faq-question:hover,
.oe-faq-page .oe-faq-item.active .oe-faq-question {
  color: var(--oe-red, #da0301);
  background: rgba(218, 3, 1, 0.035);
}

.oe-faq-page .oe-faq-question i {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--oe-red, #da0301);
  background: rgba(218, 3, 1, 0.08);
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    color 0.28s ease;
}

.oe-faq-page .oe-faq-item.active .oe-faq-question i {
  transform: rotate(45deg);
  color: #fff;
  background: var(--oe-red, #da0301);
}

.oe-faq-page .oe-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.42s ease;
}

.oe-faq-page .oe-faq-item.active .oe-faq-answer {
  max-height: 560px;
}

.oe-faq-page .oe-faq-answer-inner {
  padding: 0 22px 22px;
  color: var(--oe-muted, #6b7280);
  font-size: 15px;
  line-height: 1.8;
}

.oe-faq-page .oe-faq-answer-inner p {
  margin-bottom: 10px;
}

.oe-faq-page .oe-faq-answer-inner p:last-child {
  margin-bottom: 0;
}

.oe-faq-page .oe-faq-answer-inner ul,
.oe-faq-page .oe-faq-answer-inner ol {
  padding-left: 20px;
  margin-top: 10px;
}

.oe-faq-page .oe-faq-answer-inner li {
  display: list-item;
  margin-bottom: 7px;
}

.oe-faq-page .oe-faq-help-section {
  padding: clamp(40px, 6vw, 90px) 0 clamp(80px, 8vw, 130px);
  background:
    radial-gradient(circle at 86% 0%, rgba(218, 3, 1, 0.08), transparent 28%),
    #fff;
}

.oe-faq-page .oe-faq-help-card {
  border-radius: 32px;
  padding: clamp(28px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(40, 40, 44, 0.94)),
    radial-gradient(circle at 15% 25%, rgba(218, 3, 1, 0.25), transparent 34%);
  color: #fff;
  overflow: hidden;
}

.oe-faq-page .oe-faq-help-card .oe-display-h2,
.oe-faq-page .oe-faq-help-card .oe-display-h2 em {
  color: #fff;
}

.oe-faq-page .oe-faq-help-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.8;
  margin: 18px 0 0;
}

.oe-faq-page .oe-faq-help-actions {
  display: grid;
  gap: 14px;
  min-width: 280px;
}

@media (max-width: 991px) {
  .oe-faq-page .oe-faq-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oe-faq-page .oe-faq-help-card {
    grid-template-columns: 1fr;
  }

  .oe-faq-page .oe-faq-help-actions {
    min-width: 0;
  }
}

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

  .oe-faq-page .oe-faq-proof-card {
    min-height: 180px;
  }

  .oe-faq-page .oe-faq-question {
    padding: 16px 16px;
    font-size: 15px;
  }

  .oe-faq-page .oe-faq-question i {
    width: 30px;
    height: 30px;
  }

  .oe-faq-page .oe-faq-answer-inner {
    padding: 0 16px 18px;
  }
}

/*
 * ═══════════════════════════════════════════════════════════════════════════
 *  OBRERO EUSKADI — About Us Page CSS
 *  Paste this entire block anywhere in your existing style.css
 *  (e.g. at the very end). Nothing here touches or overrides any
 *  existing rule — every selector is scoped under .oe-about-page or
 *  is a uniquely-named .oe-abt-* class.
 * ═══════════════════════════════════════════════════════════════════════════
 */

/* ─── 1. Banner + Form Stack ─────────────────────────────────────────────── */
.oe-about-page .oe-about-banner-form-stack {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .oe-about-page .oe-about-banner-form-anchor {
    position: relative;
    z-index: 7;
    margin-top: -400px;
  }

  .oe-about-page .oe-about-banner-form-anchor .form-main .oe-modern-quote-card {
    margin-top: 0 !important;
  }
}
/* =========================================================
   Services Page Mobile Image Fix
   Keeps premium desktop crop design.
   Shows full images on mobile.
   ========================================================= */

@media (max-width: 767px) {
  .oe-services-page .oe-service-card-image-wrap,
  .oe-services-page .oe-service-detail-media,
  .oe-services-page .oe-industry-card {
    aspect-ratio: auto;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .oe-services-page .oe-service-card-image,
  .oe-services-page .oe-service-detail-media img,
  .oe-services-page .oe-industry-card img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    display: block;
  }

  .oe-services-page .oe-service-card:hover .oe-service-card-image,
  .oe-services-page .oe-service-detail-card:hover .oe-service-detail-media img,
  .oe-services-page .oe-industry-card:hover img {
    transform: none;
  }
}
/* ─── 2. Our Story / Timeline Section ───────────────────────────────────── */
.oe-abt-story-section {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 9vw, 130px) 0;
}

.oe-abt-story-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.oe-abt-story-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(5, 5, 5, 0.92) 0%,
    rgba(15, 26, 46, 0.86) 55%,
    rgba(218, 3, 1, 0.18) 100%
  );
}

/* Timeline grid */
.oe-abt-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: clamp(40px, 5vw, 64px);
  position: relative;
  z-index: 1;
}

.oe-abt-timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  position: relative;
}

.oe-abt-timeline-year {
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 800;
  color: #da0301;
  line-height: 1;
  margin-bottom: 14px;
}

.oe-abt-timeline-connector {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 18px;
}

.oe-abt-timeline-dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #da0301;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(218, 3, 1, 0.2);
  position: relative;
  z-index: 1;
}

.oe-abt-timeline-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(218, 3, 1, 0.6),
    rgba(218, 3, 1, 0.1)
  );
}

.oe-abt-timeline-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 22px 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    transform 0.28s ease;
  width: 100%;
}

.oe-abt-timeline-card:hover {
  background: rgba(218, 3, 1, 0.12);
  border-color: rgba(218, 3, 1, 0.32);
  transform: translateY(-4px);
}

.oe-abt-timeline-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 8px !important;
  text-transform: none !important;
  line-height: 1.2 !important;
}

.oe-abt-timeline-card p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.65) !important;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 991px) {
  .oe-abt-timeline {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .oe-abt-timeline-line {
    display: none;
  }
}

@media (max-width: 575px) {
  .oe-abt-timeline {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .oe-abt-timeline-item {
    align-items: flex-start;
  }

  .oe-abt-timeline-connector {
    width: auto;
  }
}

/* ─── 3. Services Bento Override (6 equal cards) ─────────────────────────── */
.oe-abt-services-grid {
  grid-template-columns: repeat(3, 1fr) !important;
}

.oe-abt-services-grid .oe-bento-medium {
  grid-column: span 1 !important;
}

@media (max-width: 991px) {
  .oe-abt-services-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 575px) {
  .oe-abt-services-grid {
    grid-template-columns: 1fr !important;
  }
}

/* ─── 4. Mission & Vision Section ────────────────────────────────────────── */
.oe-abt-mv-section {
  background: var(--oe-off-white, #f5f4f1);
}

.oe-abt-mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.oe-abt-mv-card {
  border-radius: 28px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(23, 35, 62, 0.08);
  background: #fff;
  box-shadow: 0 20px 60px rgba(23, 35, 62, 0.07);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
  position: relative;
  overflow: hidden;
}

/* red top accent bar */
.oe-abt-mv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 28px 28px 0 0;
  background: var(--oe-red, #da0301);
}

.oe-abt-mv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 72px rgba(23, 35, 62, 0.13);
  border-color: rgba(218, 3, 1, 0.2);
}

/* Dark card for Vision */
.oe-abt-mv-card--vision {
  background: linear-gradient(135deg, #0a0a0a 0%, #111111 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.oe-abt-mv-card--vision h3,
.oe-abt-mv-card--vision p {
  color: #fff !important;
}

.oe-abt-mv-card--vision .oe-abt-mv-icon {
  background: rgba(218, 3, 1, 0.2);
}

.oe-abt-mv-card--vision .oe-abt-mv-list li {
  color: rgba(255, 255, 255, 0.78);
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.oe-abt-mv-card--vision .oe-abt-mv-list li i {
  color: #da0301;
}

.oe-abt-mv-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(218, 3, 1, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--oe-red, #da0301);
  margin-bottom: 22px;
}

.oe-abt-mv-card h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 700;
  color: var(--oe-text, #1a1a2e);
  margin: 0 0 14px;
  text-transform: none;
  line-height: 1.2;
}

.oe-abt-mv-card p {
  font-size: 15px;
  color: var(--oe-muted, #6b7280);
  line-height: 1.8;
  margin: 0 0 22px;
}

/* MV bullet list */
.oe-abt-mv-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  gap: 10px;
}

.oe-abt-mv-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(23, 35, 62, 0.08);
  background: rgba(218, 3, 1, 0.03);
  font-size: 13.5px;
  color: var(--oe-text, #1a1a2e);
  font-weight: 500;
  line-height: 1.4;
}

.oe-abt-mv-list li i {
  color: var(--oe-red, #da0301);
  font-size: 11px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .oe-abt-mv-grid {
    grid-template-columns: 1fr;
  }
}

/* ─── 5. Reduced-motion safe-guard ───────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .oe-abt-timeline-card,
  .oe-abt-mv-card {
    transition: none !important;
  }

  .oe-abt-timeline-card:hover,
  .oe-abt-mv-card:hover {
    transform: none !important;
  }
}

/*
 * ═══════════════════════════════════════════════════════════════════════════
 *  OBRERO EUSKADI — Blog Pages CSS (Listing + Single)
 *  Paste at the very bottom of style.css.
 *  All selectors are .oe-blog-* so nothing conflicts with existing rules.
 * ═══════════════════════════════════════════════════════════════════════════
 */

/* ─── 1. Banner + Form Stack (listing page) ─────────────────────────────── */
.oe-blog-banner-stack {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .oe-blog-banner-form-anchor {
    position: relative;
    z-index: 7;
    margin-top: -420px;
  }

  .oe-blog-banner-form-anchor .form-main .oe-modern-quote-card {
    margin-top: 0 !important;
  }
}

/* ─── 2. Shared: layout (2-col with sidebar) ────────────────────────────── */
.oe-blog-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: start;
}

.oe-blog-grid-col {
  min-width: 0;
}

@media (max-width: 1199px) {
  .oe-blog-layout {
    grid-template-columns: 1fr 320px;
    gap: 32px;
  }
}

@media (max-width: 991px) {
  .oe-blog-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

/* ─── 3. Shared: tag pill + views chip ──────────────────────────────────── */
.oe-blog-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 100px;
  background: rgba(218, 3, 1, 0.08);
  color: #da0301;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(218, 3, 1, 0.18);
}

.oe-blog-views {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: var(--oe-muted, #6b7280);
  font-weight: 500;
}

.oe-blog-views i {
  font-size: 10px;
}

/* ─── 4. Section heading ────────────────────────────────────────────────── */
.oe-blog-section-head {
  margin-bottom: 32px;
}

/* ─── 5. Search bar wrapper ─────────────────────────────────────────────── */
.oe-blog-search-wrap {
  position: relative;
  margin-bottom: 36px;
}

.oe-blog-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #da0301;
  font-size: 14px;
  z-index: 2;
  pointer-events: none;
}

.oe-blog-search-wrap input {
  padding-left: 46px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(23, 35, 62, 0.1) !important;
  background: #fff !important;
  font-size: 14px !important;
  height: 52px !important;
  box-shadow: 0 8px 28px rgba(23, 35, 62, 0.06) !important;
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease !important;
}

.oe-blog-search-wrap input:focus {
  border-color: rgba(218, 3, 1, 0.4) !important;
  box-shadow:
    0 8px 28px rgba(23, 35, 62, 0.08),
    0 0 0 4px rgba(218, 3, 1, 0.08) !important;
}

/* ─── 6. Blog card grid ─────────────────────────────────────────────────── */
.oe-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 767px) {
  .oe-blog-grid {
    grid-template-columns: 1fr;
  }
}

.oe-blog-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--oe-radius-lg, 20px);
  border: 1px solid var(--oe-stone, #e8e6e1);
  background: #fff;
  overflow: hidden;
  text-decoration: none !important;
  transition:
    transform var(--oe-transition, 0.28s ease),
    box-shadow var(--oe-transition, 0.28s ease),
    border-color var(--oe-transition, 0.28s ease);
}

.oe-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(23, 35, 62, 0.12);
  border-color: rgba(218, 3, 1, 0.2);
}

.oe-blog-card-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.oe-blog-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.oe-blog-card:hover .oe-blog-card-img {
  transform: scale(1.06);
}

.oe-blog-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(15, 26, 46, 0.5) 100%
  );
}

.oe-blog-card-num {
  position: absolute;
  top: 14px;
  right: 14px;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.22);
  line-height: 1;
  user-select: none;
}

.oe-blog-card-body {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.oe-blog-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.oe-blog-card-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 700;
  color: var(--oe-text, #1a1a2e);
  margin: 0 0 10px;
  line-height: 1.3;
  text-transform: none;
  transition: color 0.24s ease;
}

.oe-blog-card:hover .oe-blog-card-title {
  color: #da0301;
}

.oe-blog-card-desc {
  font-size: 13.5px;
  color: var(--oe-muted, #6b7280);
  line-height: 1.75;
  margin: 0 0 18px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oe-blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: #da0301;
  text-decoration: none;
  transition: gap 0.24s ease;
  margin-top: auto;
}

.oe-blog-card:hover .oe-blog-card-link {
  gap: 11px;
}

/* ─── 7. Featured article ───────────────────────────────────────────────── */
.oe-blog-featured-section {
  background: var(--oe-off-white, #f5f4f1);
}

.oe-blog-featured-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--oe-stone, #e8e6e1);
  background: #fff;
  text-decoration: none !important;
  box-shadow: 0 20px 60px rgba(23, 35, 62, 0.08);
  transition:
    transform 0.32s ease,
    box-shadow 0.32s ease;
}

.oe-blog-featured-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 80px rgba(23, 35, 62, 0.14);
}

.oe-blog-featured-visual {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}

.oe-blog-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.oe-blog-featured-card:hover .oe-blog-featured-img {
  transform: scale(1.05);
}

.oe-blog-featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 26, 46, 0.18) 0%,
    transparent 60%
  );
}

.oe-blog-featured-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 100px;
  background: #da0301;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 22px rgba(218, 3, 1, 0.32);
}

.oe-blog-featured-copy {
  padding: clamp(28px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.oe-blog-featured-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.oe-blog-featured-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 700;
  color: var(--oe-text, #1a1a2e);
  line-height: 1.2;
  margin: 0 0 16px;
  text-transform: none;
  transition: color 0.24s ease;
}

.oe-blog-featured-card:hover .oe-blog-featured-title {
  color: #da0301;
}

.oe-blog-featured-desc {
  font-size: 15px;
  color: var(--oe-muted, #6b7280);
  line-height: 1.8;
  margin: 0 0 28px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oe-blog-featured-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #da0301;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 13px 22px;
  border-radius: var(--oe-radius, 12px);
  transition:
    background 0.28s ease,
    transform 0.28s ease;
  width: fit-content;
}

.oe-blog-featured-card:hover .oe-blog-featured-cta {
  background: #000;
  transform: translateY(-2px);
}

@media (max-width: 991px) {
  .oe-blog-featured-card {
    grid-template-columns: 1fr;
  }

  .oe-blog-featured-visual {
    min-height: 280px;
  }
}

/* ─── 8. Sidebar cards ──────────────────────────────────────────────────── */
.oe-blog-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 24px;
}

.oe-blog-sidebar-card {
  border-radius: 24px;
  padding: 26px;
  border: 1px solid rgba(23, 35, 62, 0.08);
  background: #fff;
  box-shadow: 0 16px 48px rgba(23, 35, 62, 0.07);
}

.oe-blog-sidebar-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(23, 35, 62, 0.07);
  margin-bottom: 4px;
}

.oe-blog-sidebar-head h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--oe-text, #1a1a2e);
  margin: 0;
  text-transform: none;
  line-height: 1.2;
}

.oe-blog-sidebar-head h3::after {
  display: none !important;
}

/* CTA sidebar card */
.oe-blog-sidebar-cta {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a0000 100%);
  border-color: rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

.oe-blog-sidebar-cta-bg {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(218, 3, 1, 0.18);
  filter: blur(40px);
  pointer-events: none;
}

/* ─── 9. Popular posts list ─────────────────────────────────────────────── */
.oe-blog-popular-list {
  display: grid;
  gap: 0;
  margin-top: 16px;
}

.oe-blog-popular-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(23, 35, 62, 0.06);
  text-decoration: none !important;
  transition: transform 0.22s ease;
}

.oe-blog-popular-item:last-child {
  border-bottom: none;
}

.oe-blog-popular-item:hover {
  transform: translateX(4px);
}

.oe-blog-popular-num {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 800;
  color: rgba(218, 3, 1, 0.2);
  line-height: 1;
  flex-shrink: 0;
  width: 28px;
}

.oe-blog-popular-img-wrap {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.oe-blog-popular-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.oe-blog-popular-item:hover .oe-blog-popular-img {
  transform: scale(1.08);
}

.oe-blog-popular-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.oe-blog-popular-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--oe-text, #1a1a2e);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.22s ease;
}

.oe-blog-popular-item:hover .oe-blog-popular-title {
  color: #da0301;
}

/* ─── 10. Single blog hero ──────────────────────────────────────────────── */
.oe-blog-single-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.oe-blog-single-hero-img {
  position: absolute;
  inset: 0;
}

.oe-blog-single-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 10, 0.35) 0%,
    rgba(10, 10, 10, 0.82) 100%
  );
}

.oe-blog-single-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(80px, 8vw, 120px) 0 clamp(48px, 5vw, 72px);
}

.oe-blog-single-hero-inner {
  max-width: 780px;
}

.oe-blog-single-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.oe-blog-single-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(32px, 4.5vw, 58px);
  font-weight: 800;
  color: #fff;
  line-height: 1.08;
  margin: 0 0 20px;
  text-transform: none;
  letter-spacing: -0.03em;
}

.oe-blog-single-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.oe-blog-single-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

.oe-blog-single-meta i {
  color: #da0301;
  font-size: 11px;
}

@media (max-width: 767px) {
  .oe-blog-single-hero {
    min-height: 380px;
  }
}

/* ─── 11. Single blog: article card ────────────────────────────────────── */
.oe-blog-single-body {
  background: var(--oe-off-white, #f5f4f1) !important;
}

.oe-blog-article-card {
  background: #fff;
  border-radius: 28px;
  border: 1px solid rgba(23, 35, 62, 0.08);
  box-shadow: 0 20px 60px rgba(23, 35, 62, 0.07);
  overflow: hidden;
  padding: clamp(28px, 4vw, 56px);
}

/* Breadcrumb */
.oe-blog-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--oe-muted, #6b7280);
  flex-wrap: wrap;
}

.oe-blog-breadcrumb a {
  color: var(--oe-muted, #6b7280) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.oe-blog-breadcrumb a:hover {
  color: #da0301 !important;
}

.oe-blog-breadcrumb i {
  font-size: 9px;
  color: rgba(23, 35, 62, 0.3);
}

.oe-blog-breadcrumb span {
  color: var(--oe-text, #1a1a2e);
  font-weight: 700;
}

/* Article content typography */
.oe-blog-article-content {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #4b5563;
}

.oe-blog-article-content h1,
.oe-blog-article-content h2,
.oe-blog-article-content h3,
.oe-blog-article-content h4,
.oe-blog-article-content h5,
.oe-blog-article-content h6 {
  font-family: "Playfair Display", serif !important;
  color: #111827 !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin: 38px 0 16px !important;
  text-transform: none !important;
  letter-spacing: -0.02em;
}

.oe-blog-article-content h2 {
  font-size: clamp(24px, 2.5vw, 34px) !important;
}
.oe-blog-article-content h3 {
  font-size: clamp(20px, 2vw, 26px) !important;
}

.oe-blog-article-content p {
  margin: 0 0 20px !important;
  color: #4b5563 !important;
}

.oe-blog-article-content ul,
.oe-blog-article-content ol {
  padding-left: 0 !important;
  margin: 20px 0 28px !important;
  display: grid !important;
  gap: 10px;
  list-style: none !important;
}

.oe-blog-article-content li {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 16px !important;
  border-radius: 14px;
  border: 1px solid rgba(23, 35, 62, 0.07);
  background: rgba(218, 3, 1, 0.025);
  color: #4b5563 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.oe-blog-article-content ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #da0301;
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 3px;
}

.oe-blog-article-content a {
  color: #da0301 !important;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(218, 3, 1, 0.25);
  transition: border-color 0.2s ease;
}

.oe-blog-article-content a:hover {
  border-color: #da0301;
}

.oe-blog-article-content blockquote {
  margin: 32px 0 !important;
  padding: 24px 28px;
  border-left: 5px solid #da0301;
  border-radius: 0 18px 18px 0;
  background: rgba(218, 3, 1, 0.05);
  font-family: "Playfair Display", serif !important;
  font-size: clamp(18px, 1.8vw, 22px) !important;
  font-style: italic !important;
  color: #111827 !important;
  line-height: 1.5 !important;
}

.oe-blog-article-content img {
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(23, 35, 62, 0.1);
  margin: 24px 0;
  display: block;
}

/* In-article image block */
.oe-blog-article-img-block {
  margin: 28px 0;
}

/* Tags section */
.oe-blog-tags-section {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px 0;
  border-top: 1px solid rgba(23, 35, 62, 0.07);
  margin-top: 32px;
  flex-wrap: wrap;
}

.oe-blog-tags-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--oe-text, #1a1a2e);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding-top: 2px;
}

.oe-blog-tags-label i {
  color: #da0301;
}

.oe-blog-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.oe-blog-tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 100px;
  background: rgba(218, 3, 1, 0.07);
  color: #da0301 !important;
  border: 1px solid rgba(218, 3, 1, 0.18);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
  transition:
    background 0.22s ease,
    color 0.22s ease;
}

.oe-blog-tag-pill:hover {
  background: #da0301;
  color: #fff !important;
}

.oe-blog-tag-plain {
  background: rgba(23, 35, 62, 0.06);
  color: var(--oe-muted, #6b7280) !important;
  border-color: rgba(23, 35, 62, 0.1);
  cursor: default;
}

/* Share row */
.oe-blog-share-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 0 0;
  flex-wrap: wrap;
}

.oe-blog-share-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--oe-text, #1a1a2e);
}

.oe-blog-share-links {
  display: flex;
  gap: 8px;
}

.oe-blog-share-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff !important;
  background: var(--share-color, #da0301);
  border: none;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
  text-decoration: none !important;
}

.oe-blog-share-btn:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}

/* ─── 12. Inline CTA inside article ────────────────────────────────────── */
.oe-blog-inline-cta {
  margin: 36px 0 0;
  padding: clamp(24px, 3vw, 40px);
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    #0a0a0a 0%,
    #1a0000 55%,
    rgba(218, 3, 1, 0.15) 100%
  );
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

@media (max-width: 767px) {
  .oe-blog-inline-cta {
    grid-template-columns: 1fr;
  }
}

/* ─── 13. Sidebar form override ─────────────────────────────────────────── */
.oe-blog-sidebar-form .oe-modern-quote-card {
  margin: 0 !important;
  width: 100% !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
}

.oe-blog-seo-block {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(23, 35, 62, 0.07);
  color: #4b5563;
}

/* ─── 14. Responsive tweaks ─────────────────────────────────────────────── */
@media (max-width: 767px) {
  .oe-blog-featured-visual {
    min-height: 240px;
  }

  .oe-blog-article-card {
    border-radius: 20px;
    padding: 22px 18px 28px;
  }

  .oe-blog-single-hero-content {
    padding-top: 80px;
    padding-bottom: 36px;
  }

  .oe-blog-sidebar {
    position: static;
  }

  .oe-blog-inline-cta {
    padding: 24px 20px;
  }
}

/* ─── 15. Reduced motion ────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .oe-blog-card,
  .oe-blog-featured-card,
  .oe-blog-popular-item {
    transition: none !important;
  }

  .oe-blog-card:hover,
  .oe-blog-featured-card:hover,
  .oe-blog-popular-item:hover {
    transform: none !important;
  }

  .oe-blog-card-img,
  .oe-blog-featured-img,
  .oe-blog-popular-img {
    transition: none !important;
    transform: none !important;
  }
}
/* =========================================================
   Premium Blog System Redesign — Obrero Euskadi
   Add this block to the bottom of /public/css/style.css.
   It only targets .oe-blog-* selectors and preserves existing site styles.
   ========================================================= */

.oe-blog-page,
.oe-blog-single-page {
  background: #fff !important;
}

.oe-blog-banner-stack {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .oe-blog-banner-form-anchor {
    position: relative;
    z-index: 7;
    margin-top: -420px;
  }

  .oe-blog-banner-form-anchor .form-main .oe-modern-quote-card {
    margin-top: 0 !important;
  }
}

.oe-blog-ratio-frame {
  position: relative;
  aspect-ratio: 4267 / 950;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  background: #f4f1ec;
}

.oe-blog-ratio-frame img,
.oe-blog-ratio-frame .oe-blog-card-img,
.oe-blog-ratio-frame .oe-blog-featured-img,
.oe-blog-ratio-frame .oe-blog-article-featured-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.oe-blog-section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: 28px;
  margin-bottom: 34px;
}

.oe-blog-section-head--split p {
  color: var(--oe-muted, #6b7280);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.oe-blog-category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 34px;
}

.oe-blog-category-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(23, 35, 62, 0.08);
  color: #17233e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 12px 34px rgba(23, 35, 62, 0.05);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.oe-blog-category-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #da0301;
  box-shadow: 0 0 0 4px rgba(218, 3, 1, 0.08);
}

.oe-blog-category-pill:hover {
  transform: translateY(-3px);
  border-color: rgba(218, 3, 1, 0.22);
  background: #fff;
  color: #da0301;
}

.oe-blog-layout--premium {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 44px;
  align-items: start;
}

.oe-blog-grid--premium {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.oe-blog-card {
  position: relative;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}

.oe-blog-card::before,
.oe-blog-featured-card::before,
.oe-blog-article-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.85),
    rgba(218, 3, 1, 0.16),
    rgba(23, 35, 62, 0.08)
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0.75;
  z-index: -1;
}

.oe-blog-card-img-wrap,
.oe-blog-featured-visual,
.oe-blog-related-img-wrap {
  border-bottom: 1px solid rgba(23, 35, 62, 0.06);
}

.oe-blog-featured-card {
  position: relative;
  grid-template-columns: 1fr;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
}

.oe-blog-featured-copy {
  padding: clamp(26px, 3.5vw, 46px);
}

.oe-blog-featured-title,
.oe-blog-card-title,
.oe-blog-editorial-title {
  text-transform: none !important;
}

.oe-blog-sidebar--listing {
  position: sticky;
  top: 110px;
}

.oe-blog-sidebar-cta h3 {
  color: #fff;
  margin-top: 14px;
  font-size: 22px;
  text-transform: none;
}

.oe-blog-sidebar-cta p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.7;
  margin: 10px 0 20px;
}

.oe-blog-sidebar-cta-pill {
  background: rgba(218, 3, 1, 0.2) !important;
  color: #fff !important;
  border-color: rgba(218, 3, 1, 0.4) !important;
}

.oe-blog-sidebar-cta-btn {
  width: 100%;
  justify-content: center;
}

.oe-blog-single-body {
  background: #fff !important;
}

.oe-blog-article-container {
  max-width: 1160px;
}

.oe-blog-article-card--full {
  position: relative;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
  border-radius: 32px;
  padding: clamp(24px, 4.8vw, 62px);
  box-shadow: 0 24px 80px rgba(23, 35, 62, 0.09);
}

.oe-blog-article-featured-img {
  border-radius: 24px;
}

.oe-blog-editorial-header {
  max-width: 900px;
  margin: clamp(28px, 4vw, 48px) auto clamp(22px, 3vw, 36px);
  text-align: left;
}

.oe-blog-editorial-title {
  font-family: "Playfair Display", serif;
  color: #111827;
  font-size: clamp(34px, 5.2vw, 68px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.045em;
  margin: 16px 0 18px;
}

.oe-blog-editorial-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  padding: 14px 0 0;
  color: var(--oe-muted, #6b7280);
  font-size: 13px;
  font-weight: 600;
}

.oe-blog-editorial-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.oe-blog-editorial-meta i {
  color: #da0301;
  font-size: 11px;
}

.oe-blog-editorial-excerpt {
  margin: 22px 0 0;
  color: #4b5563;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.78;
  max-width: 820px;
}

.oe-blog-article-content {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.92;
  color: #374151;
}

.oe-blog-article-content h1,
.oe-blog-article-content h2,
.oe-blog-article-content h3,
.oe-blog-article-content h4,
.oe-blog-article-content h5,
.oe-blog-article-content h6 {
  font-family: "Playfair Display", serif !important;
  color: #111827 !important;
  font-weight: 800 !important;
  line-height: 1.14 !important;
  text-transform: none !important;
  letter-spacing: -0.035em;
}

.oe-blog-article-content h2 {
  font-size: clamp(28px, 3vw, 42px) !important;
  margin: 54px 0 18px !important;
}

.oe-blog-article-content h3 {
  font-size: clamp(22px, 2.2vw, 30px) !important;
  margin: 40px 0 15px !important;
}

.oe-blog-article-content p {
  color: #374151 !important;
  margin: 0 0 24px !important;
}

.oe-blog-article-content ul,
.oe-blog-article-content ol {
  display: grid !important;
  gap: 12px;
  margin: 26px 0 32px !important;
  padding-left: 0 !important;
  list-style: none !important;
}

.oe-blog-article-content li {
  display: flex !important;
  align-items: flex-start;
  gap: 12px;
  padding: 15px 18px !important;
  border-radius: 16px;
  border: 1px solid rgba(23, 35, 62, 0.08);
  background: linear-gradient(
    135deg,
    rgba(218, 3, 1, 0.035),
    rgba(255, 255, 255, 0.8)
  );
  color: #374151 !important;
  font-size: 15.5px !important;
  line-height: 1.75 !important;
}

.oe-blog-article-content ul li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #da0301;
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 4px;
}

.oe-blog-article-content blockquote {
  position: relative;
  margin: 42px 0 !important;
  padding: 30px 34px;
  border-left: 5px solid #da0301;
  border-radius: 0 22px 22px 0;
  background: rgba(218, 3, 1, 0.055);
  font-family: "Playfair Display", serif !important;
  color: #111827 !important;
  font-size: clamp(20px, 2vw, 27px) !important;
  line-height: 1.48 !important;
}

.oe-blog-article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 34px 0;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(23, 35, 62, 0.08);
}

.oe-blog-article-content th,
.oe-blog-article-content td {
  padding: 15px 18px;
  border: 1px solid rgba(23, 35, 62, 0.08);
  text-align: left;
}

.oe-blog-article-content th {
  background: #17233e;
  color: #fff;
  font-weight: 700;
}

.oe-blog-content-block + .oe-blog-content-block {
  margin-top: 10px;
}

.oe-blog-related-section {
  background: #fff;
}

.oe-blog-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.oe-blog-bottom-form {
  background: #fff !important;
  padding: 0 0 72px;
}

.oe-blog-bottom-form .form-main {
  margin-top: 0 !important;
}

.oe-blog-bottom-form .oe-modern-quote-card {
  margin-top: 0 !important;
}

.oe-blog-share-row,
.oe-blog-tags-section {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
  .oe-blog-layout--premium {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
  }
}

@media (max-width: 991px) {
  .oe-blog-section-head--split,
  .oe-blog-layout--premium {
    grid-template-columns: 1fr;
  }

  .oe-blog-grid--premium,
  .oe-blog-related-grid {
    grid-template-columns: 1fr;
  }

  .oe-blog-sidebar--listing {
    position: static;
  }

  .oe-blog-banner-form-anchor {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .oe-blog-article-card--full {
    border-radius: 22px;
    padding: 22px 18px 30px;
  }

  .oe-blog-editorial-title {
    font-size: clamp(30px, 10vw, 42px);
    letter-spacing: -0.03em;
  }

  .oe-blog-article-content {
    font-size: 16px;
    line-height: 1.84;
  }

  .oe-blog-category-row {
    margin-bottom: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .oe-blog-card,
  .oe-blog-featured-card,
  .oe-blog-category-pill,
  .oe-blog-popular-item {
    transition: none !important;
  }

  .oe-blog-card:hover,
  .oe-blog-featured-card:hover,
  .oe-blog-category-pill:hover,
  .oe-blog-popular-item:hover {
    transform: none !important;
  }
}

/* =========================================================
   Single Blog Dynamic Restore
   Uses existing privacy/legal dynamic content system as source of truth.
   ========================================================= */

.oe-blog-single-page .oe-blog-editorial-content-layout {
  display: block;
  margin-top: clamp(26px, 4vw, 46px);
}

.oe-blog-single-page .oe-privacy-main {
  width: 100%;
  max-width: 100%;
}

.oe-blog-single-page .oe-privacy-content-card {
  width: 100%;
}

.oe-blog-single-page .oe-blog-dynamic-content .custom-html + .custom-html {
  margin-top: 18px;
}

.oe-blog-single-page .oe-blog-dynamic-content > img,
.oe-blog-single-page .oe-blog-dynamic-content .custom-html img {
  width: 100%;
  height: auto;
}

.oe-blog-single-page .oe-blog-dynamic-content iframe {
  width: 100%;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .oe-blog-single-page .oe-privacy-content-card {
    border-radius: 24px;
    padding: 22px 18px 26px;
  }

  .oe-blog-single-page .oe-blog-dynamic-content iframe {
    min-height: 260px;
  }
}

/* =========================================================
   Single Blog Layout Polish — dynamic banner + top form
   Keeps old working metadata.data[0].array dynamic rendering.
   ========================================================= */

.oe-blog-single-page .oe-blog-banner-form-stack {
  position: relative;
  z-index: 1;
  background: #fff !important;
}

.oe-blog-single-page .oe-blog-dynamic-banner-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (min-width: 992px) {
  .oe-blog-single-page .oe-blog-banner-form-anchor {
    position: relative;
    z-index: 8;
    margin-top: -420px;
  }

  .oe-blog-single-page
    .oe-blog-banner-form-anchor
    .form-main
    .oe-modern-quote-card {
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .oe-blog-single-page .oe-blog-banner-form-anchor {
    margin-top: 0;
  }
}

.oe-blog-single-page .oe-blog-single-editorial-section {
  background: #fff !important;
  padding-top: clamp(52px, 7vw, 96px);
  padding-bottom: clamp(70px, 8vw, 110px);
}

.oe-blog-single-page .oe-blog-editorial-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.oe-blog-single-page .oe-blog-breadcrumb {
  margin: 0 auto 22px;
  max-width: 1040px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
}

.oe-blog-single-page .oe-blog-breadcrumb a {
  color: #17233e;
  font-weight: 700;
}

.oe-blog-single-page .oe-blog-breadcrumb i {
  color: rgba(218, 3, 1, 0.55);
  font-size: 10px;
}

.oe-blog-single-page .oe-blog-editorial-unified-card {
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(28px, 4.8vw, 72px);
  border-radius: clamp(28px, 4vw, 44px);
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.94),
      rgba(255, 255, 255, 0.82)
    ),
    radial-gradient(circle at 0% 0%, rgba(218, 3, 1, 0.08), transparent 40%);
  border: 1px solid rgba(23, 35, 62, 0.08);
  box-shadow: 0 28px 90px rgba(23, 35, 62, 0.1);
  overflow: hidden;
}

.oe-blog-single-page .oe-blog-editorial-header {
  max-width: 900px;
  margin: 0 auto clamp(28px, 4vw, 52px);
  text-align: center;
}

.oe-blog-single-page .oe-blog-editorial-title {
  max-width: 980px;
  margin: 18px auto 18px;
  color: #0f172a;
  font-family: "Playfair Display", serif;
  font-size: clamp(40px, 6.2vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: none;
}

.oe-blog-single-page .oe-blog-editorial-deck {
  max-width: 840px;
  margin: 0 auto 22px;
  color: #4b5563;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.8;
}

.oe-blog-single-page .oe-blog-editorial-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.oe-blog-single-page .oe-blog-editorial-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.oe-blog-single-page .oe-blog-editorial-meta i {
  color: #da0301;
}

.oe-blog-single-page .oe-blog-editorial-content-layout {
  margin-top: 0;
}

.oe-blog-single-page .oe-privacy-content-card {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.oe-blog-single-page .oe-privacy-content-card::before {
  display: none;
}

.oe-blog-single-page .oe-blog-dynamic-content {
  max-width: 900px;
  margin: 0 auto;
}

.oe-blog-single-page .oe-blog-dynamic-content .custom-html + .custom-html {
  margin-top: 14px;
}

.oe-blog-single-page .oe-blog-dynamic-content > img,
.oe-blog-single-page .oe-blog-dynamic-content .custom-html img {
  width: 100%;
  height: auto;
  margin: 34px 0;
  border-radius: 26px;
  box-shadow: 0 20px 55px rgba(23, 35, 62, 0.12);
}

.oe-blog-single-page .oe-blog-dynamic-content iframe {
  width: 100%;
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
}

.oe-blog-single-page .oe-blog-tags-section {
  max-width: 900px;
  margin: clamp(26px, 4vw, 42px) auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(23, 35, 62, 0.08);
}

.oe-blog-single-page .oe-blog-related-section {
  max-width: 1040px;
  margin: clamp(50px, 6vw, 78px) auto 0;
  padding: 0;
  background: transparent;
}

@media (max-width: 767px) {
  .oe-blog-single-page .oe-blog-single-editorial-section {
    padding-top: 42px;
    padding-bottom: 72px;
  }

  .oe-blog-single-page .oe-blog-editorial-unified-card {
    padding: 24px 18px 30px;
    border-radius: 28px;
  }

  .oe-blog-single-page .oe-blog-editorial-title {
    font-size: clamp(34px, 11vw, 48px);
  }

  .oe-blog-single-page .oe-blog-editorial-header {
    text-align: left;
  }

  .oe-blog-single-page .oe-blog-editorial-meta {
    justify-content: flex-start;
  }

  .oe-blog-single-page .oe-blog-dynamic-content iframe {
    min-height: 260px;
  }
}

/* =========================================================
   Single Blog Heading + Dynamic Content Final Fix
   - Dynamic blog HTML renders immediately with NO scroll animation.
   - Heading stays separate from dynamic HTML.
   - Dynamic HTML uses the same card/content classes as Terms & Privacy.
   ========================================================= */

.oe-blog-single-page .oe-blog-editorial-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.oe-blog-single-page .oe-blog-editorial-header {
  max-width: 1040px;
  margin: 0 auto clamp(28px, 4vw, 46px) !important;
  text-align: left !important;
  position: relative;
  z-index: 2;
}

.oe-blog-single-page .oe-blog-editorial-title {
  max-width: 1040px;
  margin: 18px 0 18px !important;
  color: #111827 !important;
  font-family: "Playfair Display", serif !important;
  font-size: clamp(38px, 5.2vw, 72px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  text-transform: none !important;
}

.oe-blog-single-page .oe-blog-editorial-deck {
  max-width: 860px;
  margin: 0 0 22px !important;
  color: #4b5563 !important;
  font-size: clamp(17px, 1.55vw, 21px) !important;
  line-height: 1.8 !important;
}

.oe-blog-single-page .oe-blog-editorial-meta {
  justify-content: flex-start !important;
}

.oe-blog-single-page .oe-blog-editorial-content-layout {
  display: block !important;
  margin-top: 0 !important;
}

.oe-blog-single-page .oe-privacy-main {
  width: 100% !important;
  max-width: 100% !important;
}

.oe-blog-single-page .oe-privacy-content-card {
  overflow: hidden !important;
  border-radius: 34px !important;
  padding: 20px clamp(30px, 4.5vw, 66px) clamp(30px, 4.5vw, 66px) !important;
  position: relative !important;
  width: 100% !important;
  max-width: 1040px !important;
  margin: 0 auto !important;
  border: 1px solid rgba(23, 35, 62, 0.08) !important;
  background: #fff !important;
  box-shadow: 0 24px 70px rgba(23, 35, 62, 0.09) !important;
  backdrop-filter: blur(16px) !important;
}

.oe-blog-single-page .oe-privacy-content-card::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 0 auto !important;
  height: 6px !important;
  background: #fff !important;
}

.oe-blog-single-page .oe-blog-dynamic-content,
.oe-blog-single-page .oe-blog-dynamic-content.custom-html,
.oe-blog-single-page .oe-blog-dynamic-content.styled-content {
  max-width: 100% !important;
  margin: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}

.oe-blog-single-page .oe-blog-dynamic-content .custom-html + .custom-html {
  margin-top: 0 !important;
}

.oe-blog-single-page .oe-blog-dynamic-content > img,
.oe-blog-single-page .oe-blog-dynamic-content .custom-html img {
  display: block !important;
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  margin: 30px 0 !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 50px rgba(23, 35, 62, 0.12) !important;
}

.oe-blog-single-page .oe-blog-related-section {
  max-width: 1040px;
  margin: clamp(50px, 6vw, 78px) auto 0;
}

@media (max-width: 767px) {
  .oe-blog-single-page .oe-blog-editorial-title {
    font-size: clamp(34px, 10vw, 46px) !important;
    letter-spacing: -0.035em !important;
  }

  .oe-blog-single-page .oe-privacy-content-card {
    border-radius: 24px !important;
    padding: 22px 18px 26px !important;
  }
}
.oe-blog-single-page .oe-privacy-content-card,
.oe-blog-single-page .oe-blog-dynamic-content,
.oe-blog-single-page .oe-blog-dynamic-content .custom-html {
  background: #ffffff !important;
}
/* Services Page Premium Additions
   Add this at the bottom of /public/css/style.css or keep it as a separate CSS file if imported globally. */

.oe-services-page {
  background: #fff;
  overflow: hidden;
}

.oe-services-banner-form-stack {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .oe-services-page .oe-services-banner-form-anchor {
    position: relative;
    z-index: 7;
    margin-top: -420px;
  }

  .oe-services-page
    .oe-services-banner-form-anchor
    .form-main
    .oe-modern-quote-card {
    margin-top: 0 !important;
  }
}

.oe-services-dynamic-section {
  background: linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
  padding-top: 3rem;
}

.oe-services-dynamic-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(23, 35, 62, 0.08);
  border-radius: 28px;
  box-shadow: 0 24px 80px rgba(23, 35, 62, 0.08);
  padding: clamp(26px, 4vw, 56px);
  overflow: hidden;
}

.oe-services-section-head {
  max-width: 960px;
  margin-bottom: 42px;
}

.oe-services-section-head--split {
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
  gap: 34px;
  align-items: end;
}

.oe-services-section-head--split p {
  color: rgba(23, 35, 62, 0.68);
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 10px;
}

.oe-services-featured-section,
.oe-service-details-section,
.oe-services-industries-section {
  background: #fff;
}

.oe-services-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.oe-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: inherit;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 35, 62, 0.08);
  box-shadow: 0 18px 70px rgba(23, 35, 62, 0.08);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.oe-service-card:hover {
  transform: translateY(-8px);
  border-color: rgba(218, 3, 1, 0.24);
  box-shadow: 0 30px 90px rgba(23, 35, 62, 0.14);
}

.oe-service-card-image-wrap {
  position: relative;
  aspect-ratio: 1200 / 760;
  overflow: hidden;
  background: #101827;
}

.oe-service-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease;
}

.oe-service-card:hover .oe-service-card-image {
  transform: scale(1.07);
}

.oe-service-card-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 42%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.oe-service-card-icon {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  color: #da0301;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.oe-service-card-body {
  padding: 26px;
}

.oe-service-card-body h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.oe-service-card-body p {
  color: rgba(23, 35, 62, 0.68);
  line-height: 1.7;
  margin-bottom: 20px;
}

.oe-service-detail-list {
  display: grid;
  gap: 34px;
}

.oe-service-detail-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 34px;
  align-items: center;
  padding: clamp(18px, 2vw, 28px);
  border-radius: 34px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.94),
    rgba(255, 255, 255, 0.74)
  );
  border: 1px solid rgba(23, 35, 62, 0.08);
  box-shadow: 0 24px 80px rgba(23, 35, 62, 0.08);
  overflow: hidden;
}

.oe-service-detail-card.is-reversed {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.oe-service-detail-card.is-reversed .oe-service-detail-media {
  order: 2;
}

.oe-service-detail-media {
  aspect-ratio: 1400 / 1000;
  border-radius: 26px;
  overflow: hidden;
  background: #101827;
  min-height: 320px;
}

.oe-service-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.75s ease;
}

.oe-service-detail-card:hover .oe-service-detail-media img {
  transform: scale(1.05);
}

.oe-service-detail-content {
  padding: clamp(14px, 2vw, 26px);
}

.oe-service-detail-content h3 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 18px 0;
}

.oe-service-detail-content p {
  color: rgba(23, 35, 62, 0.7);
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 22px;
}

.oe-service-detail-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.oe-service-detail-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(218, 3, 1, 0.06);
  border: 1px solid rgba(218, 3, 1, 0.12);
  color: #17233e;
  font-size: 13px;
  font-weight: 600;
}

.oe-service-detail-points i {
  color: #da0301;
  font-size: 11px;
}

.oe-service-detail-btn {
  min-width: 150px;
}

.oe-services-why-section,
.oe-services-process-section {
  background: linear-gradient(180deg, #fbfbfb 0%, #fff 100%);
}

.oe-services-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.oe-services-why-grid .oe-why-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;
  row-gap: 14px;

  min-height: 230px;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(23, 35, 62, 0.08);
  box-shadow: 0 20px 65px rgba(23, 35, 62, 0.07);
}

.oe-services-why-grid .oe-why-item .oe-bento-icon-wrap {
  width: 48px;
  height: 48px;
  margin: 0;
  flex: none;
}

.oe-services-why-grid .oe-why-item h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
}

.oe-services-why-grid .oe-why-item p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(23, 35, 62, 0.68);
  line-height: 1.7;
}
.oe-services-process-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.oe-services-process-grid .oe-process-step {
  min-height: 230px;
}

.oe-industries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.oe-industry-card {
  position: relative;
  min-height: 320px;
  border-radius: 28px;
  overflow: hidden;
  background: #101827;
  box-shadow: 0 24px 80px rgba(23, 35, 62, 0.12);
}

.oe-industry-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.oe-industry-card:hover img {
  transform: scale(1.07);
}

.oe-industry-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.72));
}

.oe-industry-card h3 {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
  margin: 0;
}

.oe-services-cta-section {
  background: #fff;
  padding-top: 2rem;
}

.oe-services-cta-card {
  background: radial-gradient(
    circle at top left,
    rgba(218, 3, 1, 0.96),
    rgba(15, 18, 28, 1) 58%,
    #06080d 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.2);
}

.oe-pill--light {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

@media (max-width: 1199px) {
  .oe-services-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .oe-services-section-head--split,
  .oe-service-detail-card,
  .oe-service-detail-card.is-reversed {
    grid-template-columns: 1fr;
  }

  .oe-service-detail-card.is-reversed .oe-service-detail-media {
    order: 0;
  }

  .oe-services-featured-grid,
  .oe-services-why-grid,
  .oe-industries-grid {
    grid-template-columns: 1fr 1fr;
  }

  .oe-service-detail-media {
    min-height: 260px;
  }
}

@media (max-width: 767px) {
  .oe-services-featured-grid,
  .oe-services-why-grid,
  .oe-services-process-grid,
  .oe-industries-grid {
    grid-template-columns: 1fr;
  }

  .oe-services-section-head--split p {
    font-size: 15px;
  }

  .oe-service-detail-card {
    border-radius: 24px;
  }

  .oe-service-detail-content h3 {
    font-size: 32px;
  }

  .oe-service-detail-points {
    flex-direction: column;
    align-items: flex-start;
  }

  .oe-service-card-body,
  .oe-services-why-grid .oe-why-item {
    padding: 22px;
  }
}

/* =========================================================
   Services Page Refinement Additions
   Additions only. Existing global design system remains intact.
   ========================================================= */

.oe-services-title-premium {
  max-width: 980px;
  margin: 0 auto 54px;
  position: relative;
}

.oe-services-title-premium::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -24px;
  width: 110px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(218, 3, 1, 0),
    rgba(218, 3, 1, 0.95),
    rgba(218, 3, 1, 0)
  );
  transform: translateX(-50%);
}

.oe-services-title-premium .oe-display-h2 {
  margin-bottom: 18px;
}

.oe-services-title-premium .oe-display-h2 span {
  display: block;
  color: #da0301;
  font-style: italic;
  margin-top: 2px;
}

.oe-services-title-premium p {
  max-width: 760px;
  margin: 0 auto;
  color: #687286;
  font-size: 17px;
  line-height: 1.85;
}

.oe-service-card-body {
  padding-bottom: 30px;
}

.oe-service-detail-content {
  justify-content: center;
}

.oe-specialized-services-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(218, 3, 1, 0.06), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.oe-specialized-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.oe-specialized-card {
  padding: 28px 24px;
  min-height: 230px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 35, 62, 0.08);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.96),
      rgba(255, 255, 255, 0.82)
    ),
    radial-gradient(circle at 100% 0%, rgba(218, 3, 1, 0.08), transparent 34%);
}

.oe-specialized-card::before {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(
    90deg,
    rgba(218, 3, 1, 0),
    rgba(218, 3, 1, 0.85),
    rgba(218, 3, 1, 0)
  );
  opacity: 0;
  transition: all 0.45s ease;
}

.oe-specialized-card:hover::before {
  opacity: 1;
  inset-inline: 0;
}

.oe-specialized-icon,
.oe-capability-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #da0301;
  background: rgba(218, 3, 1, 0.08);
  border: 1px solid rgba(218, 3, 1, 0.12);
  box-shadow: 0 16px 42px rgba(218, 3, 1, 0.12);
  margin-bottom: 22px;
}

.oe-specialized-icon i,
.oe-capability-icon i {
  font-size: 22px;
}

.oe-specialized-card h3,
.oe-capability-card h3 {
  font-size: 23px;
  margin-bottom: 10px;
  line-height: 1.18;
}

.oe-specialized-card p,
.oe-capability-card p {
  color: #687286;
  line-height: 1.75;
  margin: 0;
}

.oe-process-subtitle {
  max-width: 720px;
  margin: 12px auto 0;
  color: #687286;
  font-size: 16px;
  line-height: 1.8;
}

.oe-services-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 58px;
  padding-top: 34px;
}

.oe-services-timeline::before {
  content: "";
  position: absolute;
  left: 8.333%;
  right: 8.333%;
  top: 67px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(218, 3, 1, 0),
    rgba(218, 3, 1, 0.55),
    rgba(23, 35, 62, 0.16),
    rgba(218, 3, 1, 0.55),
    rgba(218, 3, 1, 0)
  );
  z-index: 0;
}

.oe-services-timeline-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.oe-services-timeline-node {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(218, 3, 1, 0.18);
  box-shadow:
    0 22px 55px rgba(218, 3, 1, 0.16),
    inset 0 0 0 8px rgba(218, 3, 1, 0.06);
}

.oe-services-timeline-node .oe-process-dot {
  position: absolute;
  top: -18px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #da0301;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  box-shadow: 0 14px 30px rgba(218, 3, 1, 0.28);
}

.oe-services-timeline-node i {
  color: #17233e;
  font-size: 24px;
}

.oe-services-timeline-card {
  width: 100%;
  min-height: 230px;
  padding: 30px 22px;
  border-radius: 28px;
  border: 1px solid rgba(23, 35, 62, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 70px rgba(23, 35, 62, 0.08);
  text-align: center;
  transition: all 0.45s ease;
}

.oe-services-timeline-step:hover .oe-services-timeline-card {
  transform: translateY(-8px);
  box-shadow: 0 34px 90px rgba(23, 35, 62, 0.12);
}

.oe-services-timeline-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  line-height: 1.18;
}

.oe-services-timeline-card p {
  margin: 0;
  color: #687286;
  font-size: 14px;
  line-height: 1.75;
}

.oe-technical-capabilities-section {
  background:
    radial-gradient(circle at 80% 15%, rgba(218, 3, 1, 0.06), transparent 32%),
    linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.oe-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.oe-capability-card {
  min-height: 180px;
  padding: 26px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: flex-start;
  border: 1px solid rgba(23, 35, 62, 0.08);
  background: rgba(255, 255, 255, 0.92);
}

.oe-capability-card .oe-capability-icon {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .oe-services-timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 18px;
  }

  .oe-services-timeline::before {
    display: none;
  }

  .oe-specialized-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .oe-specialized-grid,
  .oe-capabilities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oe-services-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .oe-services-title-premium {
    margin-bottom: 40px;
  }

  .oe-services-title-premium p,
  .oe-process-subtitle {
    font-size: 15px;
  }

  .oe-services-timeline,
  .oe-specialized-grid,
  .oe-capabilities-grid {
    grid-template-columns: 1fr;
  }

  .oe-services-timeline {
    gap: 24px;
    margin-top: 36px;
    padding-top: 0;
  }

  .oe-services-timeline-step {
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: stretch;
    gap: 18px;
  }

  .oe-services-timeline-node {
    margin-top: 10px;
  }

  .oe-services-timeline-card {
    text-align: left;
    min-height: auto;
  }

  .oe-capability-card {
    grid-template-columns: 1fr;
  }
}
/* Thank You Page — Light Compact Premium Additions */

.oe-thank-you-page {
  background: #fff;
}

.oe-thank-you-main {
  position: relative;
  min-height: calc(100vh - 96px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(84px, 10vh, 120px) 0 clamp(28px, 5vh, 54px);
  background:
    radial-gradient(circle at 16% 20%, rgba(218, 3, 1, 0.08), transparent 28%),
    radial-gradient(circle at 84% 16%, rgba(23, 35, 62, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 48%, #ffffff 100%);
}

.oe-thank-you-bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(23, 35, 62, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 35, 62, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
  pointer-events: none;
}

.oe-thank-you-glow {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  filter: blur(8px);
  pointer-events: none;
}

.oe-thank-you-glow--one {
  top: 12%;
  left: -90px;
  background: rgba(218, 3, 1, 0.08);
}

.oe-thank-you-glow--two {
  right: -120px;
  bottom: 4%;
  background: rgba(23, 35, 62, 0.08);
}

.oe-thank-you-container {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}

.oe-thank-you-success-card {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(28px, 4vw, 46px) clamp(22px, 5vw, 70px);
  border: 1px solid rgba(23, 35, 62, 0.08);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.94),
      rgba(255, 255, 255, 0.78)
    ),
    radial-gradient(circle at top right, rgba(218, 3, 1, 0.08), transparent 34%);
  box-shadow: 0 24px 80px rgba(23, 35, 62, 0.1);
  backdrop-filter: blur(18px);
}

.oe-thank-you-success-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, transparent, #da0301, transparent);
  opacity: 0.9;
}

.oe-thank-you-icon {
  width: clamp(58px, 7vw, 76px);
  height: clamp(58px, 7vw, 76px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  border-radius: 24px;
  background: linear-gradient(135deg, #da0301, #990201);
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
  box-shadow: 0 18px 44px rgba(218, 3, 1, 0.28);
}

.oe-thank-you-success-card h1 {
  max-width: 820px;
  margin: 14px auto 10px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-transform: none;
  color: #17233e;
}

.oe-thank-you-lead {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.7;
  color: rgba(23, 35, 62, 0.74);
}

.oe-thank-you-note {
  max-width: 720px;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(23, 35, 62, 0.58);
}

.oe-thank-you-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.oe-thank-step-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  min-height: 150px;
  border: 1px solid rgba(23, 35, 62, 0.08);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 42px rgba(23, 35, 62, 0.07);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.oe-thank-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(218, 3, 1, 0.22);
  box-shadow: 0 24px 56px rgba(23, 35, 62, 0.11);
}

.oe-thank-step-card::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -42px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: rgba(218, 3, 1, 0.05);
}

.oe-thank-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.oe-thank-step-number {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: rgba(23, 35, 62, 0.15);
}

.oe-thank-step-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(218, 3, 1, 0.09);
  color: #da0301;
}

.oe-thank-step-card h2 {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.25;
  text-transform: none;
  color: #17233e;
}

.oe-thank-step-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(23, 35, 62, 0.62);
}

.oe-thank-you-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.oe-thank-primary-btn,
.oe-thank-secondary-btn {
  min-width: 158px;
  justify-content: center;
}

.oe-thank-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 10px;
  color: #17233e;
  font-size: 14px;
  font-weight: 700;
}

.oe-thank-text-link:hover {
  color: #da0301;
}

@media (max-width: 991px) {
  .oe-thank-you-main {
    min-height: auto;
    padding: 96px 0 36px;
  }

  .oe-thank-you-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .oe-thank-you-main {
    padding: 88px 0 28px;
  }

  .oe-thank-you-container {
    width: min(100% - 24px, 1120px);
    gap: 12px;
  }

  .oe-thank-you-success-card {
    padding: 24px 18px;
  }

  .oe-thank-you-note {
    display: none;
  }

  .oe-thank-you-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .oe-thank-step-card {
    min-height: auto;
    padding: 14px 16px;
  }

  .oe-thank-step-top {
    margin-bottom: 8px;
  }

  .oe-thank-step-card h2 {
    font-size: 17px;
  }

  .oe-thank-you-actions {
    align-items: stretch;
  }

  .oe-thank-primary-btn,
  .oe-thank-secondary-btn,
  .oe-thank-text-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-height: 760px) and (min-width: 992px) {
  .oe-thank-you-main {
    padding-top: 76px;
    padding-bottom: 24px;
  }

  .oe-thank-you-success-card {
    padding-top: 28px;
    padding-bottom: 30px;
  }

  .oe-thank-you-success-card h1 {
    font-size: clamp(32px, 4vw, 50px);
  }

  .oe-thank-step-card {
    min-height: 132px;
    padding: 16px;
  }
}
/* Thank You Page — premium compact light redesign. Add at the bottom of style.css. */
.oe-thankyou-page {
  background: #fff;
  min-height: 100vh;
}

.oe-thankyou-main {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(218, 3, 1, 0.105), transparent 28%),
    radial-gradient(circle at 83% 12%, rgba(23, 35, 62, 0.06), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfb 48%, #ffffff 100%);
  padding: clamp(42px, 5.2vw, 76px) 0 clamp(36px, 4.4vw, 64px);
}

.oe-thankyou-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 35, 62, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 35, 62, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 72%);
  pointer-events: none;
}

.oe-thankyou-orb {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  filter: blur(18px);
  pointer-events: none;
}

.oe-thankyou-orb--one {
  left: -150px;
  top: 40px;
  background: rgba(218, 3, 1, 0.09);
}

.oe-thankyou-orb--two {
  right: -160px;
  bottom: 20px;
  background: rgba(23, 35, 62, 0.055);
}

.oe-thankyou-shell {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  display: grid;
  gap: clamp(18px, 2.3vw, 30px);
}

.oe-thankyou-success-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(260px, 30vh, 350px);
  padding: clamp(28px, 4vw, 52px);
  border-radius: 30px;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.98),
      rgba(255, 255, 255, 0.84)
    ),
    radial-gradient(circle at 18% 0%, rgba(218, 3, 1, 0.11), transparent 40%);
  border: 1px solid rgba(23, 35, 62, 0.08);
  box-shadow:
    0 32px 85px rgba(23, 35, 62, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.85) inset;
}

.oe-thankyou-success-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(218, 3, 1, 0.82),
    transparent
  );
  opacity: 0.9;
}

.oe-thankyou-success-card::after {
  content: "OE";
  position: absolute;
  right: clamp(20px, 4vw, 56px);
  bottom: clamp(-28px, -2vw, -18px);
  font-family: "Playfair Display", serif;
  font-size: clamp(90px, 12vw, 170px);
  font-weight: 800;
  line-height: 1;
  color: rgba(23, 35, 62, 0.035);
  z-index: -1;
}

.oe-thankyou-check-wrap {
  position: relative;
  width: 96px;
  height: 96px;
  margin-bottom: 18px;
  display: grid;
  place-items: center;
}

.oe-thankyou-check-pulse {
  position: absolute;
  inset: -11px;
  border-radius: 30px;
  background: rgba(218, 3, 1, 0.14);
  box-shadow: 0 22px 55px rgba(218, 3, 1, 0.2);
}

.oe-thankyou-check-icon {
  position: relative;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 31px;
  background: linear-gradient(145deg, #e60000, #a80000);
  box-shadow:
    0 20px 40px rgba(218, 3, 1, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.oe-thankyou-copy {
  max-width: 1000px;
}

.oe-thankyou-copy .oe-pill {
  margin-bottom: 14px;
}

.oe-thankyou-copy h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: #10182b;
  text-transform: none;
}

.oe-thankyou-lead {
  max-width: 900px;
  margin: 18px auto 0;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.55;
  color: #667085;
  font-weight: 500;
}

.oe-thankyou-subtext {
  max-width: 680px;
  margin: 13px auto 0;
  color: #8992a3;
  font-size: 15px;
  line-height: 1.7;
}

.oe-thankyou-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.oe-thankyou-step-card {
  position: relative;
  overflow: hidden;
  min-height: 158px;
  padding: 24px 22px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(23, 35, 62, 0.08);
  box-shadow: 0 22px 58px rgba(23, 35, 62, 0.08);
  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.oe-thankyou-step-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -32px;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: rgba(218, 3, 1, 0.07);
}

.oe-thankyou-step-card:hover {
  transform: translateY(-7px);
  border-color: rgba(218, 3, 1, 0.22);
  box-shadow: 0 28px 70px rgba(23, 35, 62, 0.12);
}

.oe-thankyou-step-number {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  color: rgba(23, 35, 62, 0.12);
  margin-bottom: 16px;
}

.oe-thankyou-step-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #da0301;
  background: rgba(218, 3, 1, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.oe-thankyou-step-card h2 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.18;
  color: #17233e;
  text-transform: none;
}

.oe-thankyou-step-card p {
  margin: 0;
  color: #6f7787;
  font-size: 14px;
  line-height: 1.55;
}

.oe-thankyou-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 6px;
}

.oe-thankyou-btn {
  min-height: 54px;
  padding: 0 24px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease,
    background 0.35s ease;
}

.oe-thankyou-btn:hover {
  transform: translateY(-3px);
}

.oe-thankyou-btn--primary {
  min-width: 190px;
  box-shadow:
    0 18px 38px rgba(218, 3, 1, 0.22),
    0 0 0 5px rgba(218, 3, 1, 0.06);
}

.oe-thankyou-btn--services {
  min-width: 200px;
  color: #17233e;
  background: linear-gradient(135deg, #ffffff, #fbfbfb);
  border: 1px solid rgba(23, 35, 62, 0.1);
  box-shadow:
    0 16px 36px rgba(23, 35, 62, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.oe-thankyou-btn--services:hover {
  color: #da0301;
  border-color: rgba(218, 3, 1, 0.2);
  box-shadow:
    0 22px 48px rgba(23, 35, 62, 0.12),
    0 0 0 5px rgba(218, 3, 1, 0.045);
}

.oe-thankyou-btn-icon {
  width: 32px;
  height: 32px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #da0301;
  box-shadow: 0 10px 24px rgba(218, 3, 1, 0.22);
}

.oe-thankyou-btn--ghost {
  min-width: 150px;
  color: #17233e;
  background: transparent;
  border: 1px solid rgba(23, 35, 62, 0.1);
}

.oe-thankyou-btn--ghost:hover {
  color: #da0301;
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(218, 3, 1, 0.18);
}

@media (max-width: 1199px) {
  .oe-thankyou-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .oe-thankyou-main {
    padding: 34px 0 42px;
  }

  .oe-thankyou-success-card {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .oe-thankyou-steps {
    grid-template-columns: 1fr;
  }

  .oe-thankyou-success-card {
    border-radius: 22px;
    padding: 28px 20px;
  }

  .oe-thankyou-check-wrap {
    width: 82px;
    height: 82px;
  }

  .oe-thankyou-check-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 25px;
  }

  .oe-thankyou-copy h1 {
    font-size: 34px;
  }

  .oe-thankyou-actions,
  .oe-thankyou-btn {
    width: 100%;
  }
}
/* 404 Page — sister layout of the premium Thank You page. Add after thank-you-premium-additions.css at the bottom of style.css. */
.oe-notfound-page {
  background: #fff;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4f4f4;
  z-index: 999999;
}
#preloader #status {
  position: fixed;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 300px;
  margin: 0 auto;
  background: url(../images/3.gif);
  background-size: cover;
  background-position: center;
  opacity: 1;
  transform: translate(-50%, -50%);
  visibility: visible;
  transition: all ease-in-out 0.5s;
  z-index: 9999999999;
}

/* End Preloader */

.oe-notfound-main {
  min-height: calc(100vh - 190px);
  padding-top: clamp(42px, 4.6vw, 68px);
  padding-bottom: clamp(32px, 3.8vw, 52px);
}

.oe-notfound-shell {
  max-width: 1180px;
  gap: clamp(17px, 2vw, 26px);
}

.oe-notfound-card {
  min-height: clamp(260px, 31vh, 360px);
}

.oe-notfound-card::after {
  content: none;
}

.oe-notfound-watermark {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -46%);
  font-family: "Playfair Display", serif;
  font-size: clamp(110px, 16vw, 230px);
  font-weight: 800;
  line-height: 0.75;
  letter-spacing: -0.08em;
  color: rgba(23, 35, 62, 0.045);
  z-index: -1;
  pointer-events: none;
  user-select: none;
}

.oe-notfound-icon-wrap {
  margin-bottom: 16px;
}

.oe-notfound-icon {
  background: linear-gradient(145deg, #111827, #da0301);
}

.oe-notfound-copy h1 {
  text-transform: none;
}

.oe-notfound-nav-grid {
  align-items: stretch;
}

.oe-notfound-nav-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.oe-notfound-nav-card:hover h2 {
  color: #da0301;
}

.oe-notfound-actions {
  padding-top: 2px;
}

.oe-notfound-blog-btn i {
  font-size: 13px;
}

@media (max-width: 991px) {
  .oe-notfound-main {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .oe-notfound-card {
    min-height: auto;
  }

  .oe-notfound-watermark {
    font-size: clamp(90px, 29vw, 145px);
    top: 48%;
  }
}
.oe-blog-final-cta-section {
  padding: 36px 0 0;
}

.oe-blog-final-cta-card {
  background:
    radial-gradient(circle at 15% 15%, rgba(218, 3, 1, 0.28), transparent 34%),
    linear-gradient(135deg, #080808 0%, #171717 48%, #da0301 140%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 46px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

.oe-blog-final-cta-inner {
  position: relative;
  z-index: 2;
}

.oe-blog-final-cta-card .oe-bento-cta-title {
  margin-bottom: 10px;
}

.oe-blog-final-cta-card .oe-bento-cta-actions {
  gap: 14px;
}

.oe-blog-final-cta-card .oe-bento-cta-btn {
  box-shadow: 0 12px 32px rgba(218, 3, 1, 0.28);
}

@media (max-width: 991px) {
  .oe-blog-final-cta-section {
    padding-top: 28px;
  }

  .oe-blog-final-cta-card {
    border-radius: 22px;
  }
}

@media (max-width: 575px) {
  .oe-blog-final-cta-card {
    padding: 26px 20px;
  }

  .oe-blog-final-cta-card .oe-bento-cta-actions {
    align-items: stretch;
  }
}
/* Service Detail Page Additions */
.oe-service-detail-page {
  background:
    radial-gradient(circle at 8% 18%, rgba(218, 3, 1, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fafafa 48%, #ffffff 100%);
}

.oe-service-detail-banner-form-stack {
  position: relative;
  z-index: 1;
}

.oe-service-detail-banner-form-anchor {
  position: relative;
  z-index: 7;
}

@media (min-width: 992px) {
  .oe-service-detail-banner-form-anchor {
    margin-top: -420px;
  }

  .oe-service-detail-banner-form-anchor .form-main .oe-modern-quote-card,
  .oe-service-detail-banner-form-anchor .form-main .form-content {
    margin-top: 0 !important;
  }
}

.oe-service-detail-page .oe-service-detail-breadcrumb {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 18px;
  text-align: left;
  color: rgba(23, 35, 62, 0.62);
  font-size: 13px;
  font-weight: 600;
}

.oe-service-detail-page .oe-service-detail-breadcrumb a {
  color: rgba(23, 35, 62, 0.7);
}

.oe-service-detail-page .oe-service-detail-breadcrumb a:hover {
  color: #da0301;
}
.oe-service-detail-page .oe-service-detail-breadcrumb span {
  display: inline-flex;
  align-items: center;
  max-width: 100%;

  padding: 6px 12px;
  border-radius: 999px;

  color: #17233e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;

  background: linear-gradient(
    135deg,
    rgba(218, 3, 1, 0.08),
    rgba(255, 255, 255, 0.9)
  );

  border: 1px solid rgba(218, 3, 1, 0.16);
  box-shadow: 0 8px 24px rgba(23, 35, 62, 0.06);

  white-space: normal;
}
.oe-service-detail-page .oe-service-detail-breadcrumb i {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 9px;
  color: #da0301;

  background: rgba(218, 3, 1, 0.08);
  border-radius: 50%;
}
.oe-service-detail-page .oe-service-detail-breadcrumb i {
  font-size: 10px;
  color: rgba(218, 3, 1, 0.55);
}

.oe-service-detail-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}
.oe-service-detail-page .oe-service-detail-dynamic-content,
.oe-service-detail-page .oe-service-detail-dynamic-content .custom-html {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.oe-service-detail-main-card {
  position: relative;
  overflow: hidden;
}

.oe-service-detail-main-card::before {
  content: "";
  position: absolute;
  inset: 0;

  pointer-events: none;
}

.oe-service-detail-section-head {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin-bottom: 26px;
}

.oe-service-detail-section-head.text-center {
  margin-left: auto;
  margin-right: auto;
}

.oe-service-detail-section-head p {
  color: #686f7d;
  font-size: 15px;
  line-height: 1.8;
  max-width: 760px;
  margin: 0;
}

.oe-service-detail-section-head.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.oe-service-detail-dynamic-content {
  position: relative;
  z-index: 1;
}

.oe-service-detail-dynamic-content img {
  border-radius: 22px;
  margin: 22px 0;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.09);
}

.oe-service-detail-aside {
  position: sticky;
  top: 105px;
  display: grid;
  gap: 18px;
}

.oe-service-detail-aside-card {
  padding: 28px;
}

.oe-service-detail-aside-card h3 {
  font-size: 25px;
  line-height: 1.16;
  margin: 12px 0;
}

.oe-service-detail-aside-card p {
  color: #687081;
  line-height: 1.75;
  margin-bottom: 18px;
}

.oe-service-detail-aside-card-dark {
  background:
    radial-gradient(circle at 15% 10%, rgba(218, 3, 1, 0.34), transparent 36%),
    linear-gradient(135deg, #080808 0%, #181818 55%, #370000 130%);
  color: #fff;
}

.oe-service-detail-aside-card-dark h3 {
  color: #fff;
}

.oe-service-detail-aside-card-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.oe-service-detail-benefit-grid,
.oe-service-detail-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.oe-service-detail-benefit-card,
.oe-service-detail-related-card {
  padding: 28px;
  min-height: 100%;
}

.oe-service-detail-benefit-card h3,
.oe-service-detail-related-card h3 {
  font-size: 23px;
  line-height: 1.18;
  margin: 16px 0 10px;
}

.oe-service-detail-benefit-card p,
.oe-service-detail-related-card p {
  color: #687081;
  line-height: 1.75;
  margin: 0;
}

.oe-service-detail-process-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(218, 3, 1, 0.08), transparent 28%),
    linear-gradient(180deg, #fbfbfb 0%, #ffffff 100%);
}

.oe-service-detail-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}

.oe-service-detail-process-step {
  position: relative;
  padding: 30px 24px;
  overflow: hidden;
}

.oe-service-detail-process-step::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  right: -18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(218, 3, 1, 0.22), transparent);
  z-index: 0;
}

.oe-service-detail-process-step > * {
  position: relative;
  z-index: 1;
}

.oe-service-detail-process-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #da0301;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  box-shadow: 0 16px 35px rgba(218, 3, 1, 0.24);
  margin-bottom: 18px;
}

.oe-service-detail-process-step h3 {
  font-size: 23px;
  line-height: 1.18;
  margin: 16px 0 10px;
}

.oe-service-detail-process-step p {
  color: #687081;
  line-height: 1.72;
  margin: 0;
}

.oe-service-detail-cta-card {
  background:
    radial-gradient(circle at 15% 15%, rgba(218, 3, 1, 0.32), transparent 34%),
    linear-gradient(135deg, #080808 0%, #171717 48%, #da0301 140%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: clamp(28px, 4vw, 46px);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
}

@media (max-width: 1199px) {
  .oe-service-detail-content-grid {
    grid-template-columns: 1fr;
  }

  .oe-service-detail-aside {
    position: relative;
    top: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .oe-service-detail-benefit-grid,
  .oe-service-detail-related-grid,
  .oe-service-detail-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .oe-service-detail-banner-form-anchor {
    margin-top: 0;
  }

  .oe-service-detail-intro-section {
    padding-top: 3rem;
  }
}

@media (max-width: 767px) {
  .oe-service-detail-aside,
  .oe-service-detail-benefit-grid,
  .oe-service-detail-related-grid,
  .oe-service-detail-process-grid {
    grid-template-columns: 1fr;
  }

  .oe-service-detail-aside-card,
  .oe-service-detail-benefit-card,
  .oe-service-detail-related-card,
  .oe-service-detail-process-step {
    padding: 24px 20px;
  }

  .oe-service-detail-process-step::before {
    display: none;
  }

  .oe-service-detail-cta-card {
    border-radius: 22px;
    padding: 26px 20px;
  }

  .oe-service-detail-cta-card .oe-bento-cta-actions {
    align-items: stretch;
  }
}

/* Service Detail Full-Width Refinement */
.oe-service-detail-content-grid {
  grid-template-columns: 1fr !important;
  gap: 0;
}

.oe-service-detail-main-card {
  width: 100%;
  max-width: 100%;
}

.oe-service-detail-dynamic-content,
.oe-service-detail-dynamic-content *,
.oe-service-detail-dynamic-content .custom-html {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.oe-service-detail-dynamic-content.oe-scroll-animate,
.oe-service-detail-dynamic-content .oe-scroll-animate {
  opacity: 1 !important;
  transform: none !important;
}
/* Service Detail unique visual enhancement - add to the bottom of style.css */

.oe-service-detail-visual-section {
  background:
    radial-gradient(circle at 12% 10%, rgba(218, 3, 1, 0.06), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fbfbfb 100%);
}

.oe-service-detail-visual-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.oe-service-detail-visual-card {
  overflow: hidden;
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
}

.oe-service-detail-visual-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1200 / 820;
  border-radius: 24px 24px 0 0;
  background: #090909;
}

.oe-service-detail-visual-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.46) 100%),
    radial-gradient(circle at 18% 18%, rgba(218, 3, 1, 0.22), transparent 30%);
  pointer-events: none;
}

.oe-service-detail-visual-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s ease;
}

.oe-service-detail-visual-card:hover .oe-service-detail-visual-media img {
  transform: scale(1.055);
}

.oe-service-detail-visual-body {
  position: relative;
  padding: 28px;
}

.oe-service-detail-visual-count {
  position: absolute;
  top: -28px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #da0301;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 20px 42px rgba(218, 3, 1, 0.22);
}

.oe-service-detail-visual-body h3 {
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.15;
  margin-bottom: 10px;
}

.oe-service-detail-visual-body p {
  margin: 0;
  color: #687184;
  line-height: 1.75;
}

@media (max-width: 991px) {
  .oe-service-detail-visual-grid {
    grid-template-columns: 1fr;
  }

  .oe-service-detail-visual-media {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 575px) {
  .oe-service-detail-visual-body {
    padding: 24px 20px;
  }

  .oe-service-detail-visual-count {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    top: -24px;
  }
}
.oe-floating-contact {
  position: fixed;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9998;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(218, 3, 1, 0.16);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
}

.oe-floating-contact::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: 34px;
  background: radial-gradient(circle, rgba(218, 3, 1, 0.13), transparent 68%);
  z-index: -1;
  pointer-events: none;
}

.oe-floating-contact-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  align-self: center;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  color: #da0301;
  margin-bottom: 4px;
}

.oe-floating-contact-btn {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #17233e;
  border: 1px solid rgba(23, 35, 62, 0.08);
  box-shadow: 0 14px 32px rgba(23, 35, 62, 0.12);
  position: relative;
  overflow: hidden;
}

.oe-floating-contact-btn i {
  font-size: 20px;
  position: relative;
  z-index: 2;
  transition: all 0.35s ease;
}

.oe-floating-contact-btn span {
  position: absolute;
  right: 64px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 13px;
  border-radius: 999px;
  transform: translateX(10px);
  transition: all 0.35s ease;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.oe-floating-contact-btn:hover {
  color: #fff;
  transform: translateX(-4px);
}

.oe-floating-contact-btn:hover span {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.oe-floating-contact-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #da0301;
  transform: scale(0);
  border-radius: inherit;
  transition: all 0.35s ease;
}

.oe-floating-contact-btn:hover::after {
  transform: scale(1);
}

.oe-floating-contact-btn--whatsapp::after {
  background: #25d366;
}

.oe-floating-contact-btn--call::after,
.oe-floating-contact-btn--quote::after {
  background: #da0301;
}

@media (max-width: 767px) {
  .oe-floating-contact {
    top: auto;
    right: 12px;
    left: 12px;
    bottom: 12px;
    transform: none;
    flex-direction: row;
    justify-content: center;
    border-radius: 18px;
    padding: 7px;
    gap: 7px;
  }

  .oe-floating-contact-label {
    display: none;
  }

  .oe-floating-contact-btn {
    width: 33.333%;
    height: 42px;
    border-radius: 13px;
  }

  .oe-floating-contact-btn i {
    font-size: 15px;
  }

  .oe-floating-contact-btn span {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    color: inherit;
    padding: 0;
    box-shadow: none;
    font-size: 9.5px;
    margin-left: 5px;
  }

  .oe-floating-contact-btn:hover {
    transform: translateY(-2px);
  }

  .oe-floating-contact-btn:hover span {
    transform: none;
  }
}
.oe-mobile-menu-toggle,
.oe-mobile-menu-panel {
  display: none;
}

@media (max-width: 1099px) {
  #responsive-menu,
  .navbar-collapse1,
  .register-login {
    display: none !important;
  }

  .oe-mobile-menu-toggle {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: rgba(218, 3, 1, 0.08);
    border: 1px solid rgba(218, 3, 1, 0.18);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    box-shadow: 0 12px 30px rgba(23, 35, 62, 0.12);
    position: relative;
    z-index: 10002;
  }

  .oe-mobile-menu-toggle span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #da0301;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
  }

  .oe-mobile-menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .oe-mobile-menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
  }

  .oe-mobile-menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main_header_area,
  .header_menu,
  .navbar {
    overflow: visible !important;
  }

  .oe-mobile-menu-panel {
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    left: 14px;
    right: 14px;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.98);
    pointer-events: none;
    transition: all 0.32s ease;
  }

  .oe-mobile-menu-panel.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .oe-mobile-menu-inner {
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(218, 3, 1, 0.12);
    box-shadow: 0 28px 80px rgba(23, 35, 62, 0.18);
  }

  .oe-mobile-menu-link {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 14px;
    border-radius: 16px;
    color: #17233e;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }

  .oe-mobile-menu-link i {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(218, 3, 1, 0.09);
    color: #da0301;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .oe-mobile-menu-link:hover {
    background: rgba(218, 3, 1, 0.07);
    color: #da0301;
  }

  .oe-mobile-menu-link--small {
    font-size: 12px;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 0;
    padding: 10px 14px;
  }

  .oe-mobile-menu-link--small i {
    display: none;
  }

  .oe-mobile-menu-divider {
    height: 1px;
    margin: 8px 0;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(218, 3, 1, 0.18),
      transparent
    );
  }

  .oe-mobile-menu-cta {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    padding: 14px 18px;
    font-weight: 800;
  }
}

@media (max-width: 575px) {
  .oe-mobile-menu-toggle {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .oe-mobile-menu-toggle span {
    width: 18px;
  }

  .oe-mobile-menu-inner {
    padding: 11px;
    border-radius: 20px;
  }

  .oe-mobile-menu-link {
    padding: 11px 12px;
    font-size: 13px;
  }

  .oe-mobile-menu-link i {
    width: 30px;
    height: 30px;
  }
}
.oe-reviews-section--premium {
  background:
    radial-gradient(circle at 12% 18%, rgba(218, 3, 1, 0.06), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fafafa 100%);
}

.oe-reviews-header--premium {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 44px;
}

.oe-reviews-proof {
  min-width: 190px;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(23, 35, 62, 0.08);
  box-shadow: 0 22px 70px rgba(23, 35, 62, 0.08);
  text-align: center;
}

.oe-reviews-proof strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 42px;
  line-height: 1;
  color: #17233e;
}

.oe-reviews-proof span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #6f7787;
}

.oe-reviews-proof div {
  margin-top: 8px;
  color: #f5a400;
  letter-spacing: 2px;
  font-size: 13px;
}

.oe-reviews-grid--premium {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.oe-review-card--premium {
  position: relative;
  min-height: 360px;
  padding: 34px;
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 100% 100%,
      rgba(218, 3, 1, 0.08),
      transparent 34%
    ),
    rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(23, 35, 62, 0.08);
  box-shadow: 0 26px 80px rgba(23, 35, 62, 0.09);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.oe-review-card--premium:hover {
  transform: translateY(-8px);
  border-color: rgba(218, 3, 1, 0.18);
  box-shadow: 0 34px 90px rgba(23, 35, 62, 0.14);
}

.oe-review-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}

.oe-review-stars {
  color: #f5a400;
  letter-spacing: 3px;
  font-size: 14px;
}

.oe-review-service-badge {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(218, 3, 1, 0.08);
  color: #da0301;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.oe-review-quote-mark {
  position: absolute;
  right: 28px;
  top: 48px;
  font-family: "Playfair Display", serif;
  font-size: 110px;
  line-height: 1;
  color: rgba(218, 3, 1, 0.06);
  pointer-events: none;
}

.oe-review-card--premium .oe-review-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #343b4f;
  font-size: 17px;
  line-height: 1.85;
  font-style: italic;
}

.oe-review-card--premium .oe-review-author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 34px;
}

.oe-review-card--premium .oe-review-avatar {
  width: 64px;
  height: 64px;
  border: 4px solid #fff;
  box-shadow: 0 14px 30px rgba(23, 35, 62, 0.16);
}

.oe-review-author-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.oe-review-card--premium .oe-review-name {
  font-size: 17px;
  font-weight: 800;
  color: #17233e;
}

.oe-review-role {
  font-size: 12px;
  font-weight: 700;
  color: #8a91a1;
}

@media (max-width: 991px) {
  .oe-reviews-header--premium {
    align-items: flex-start;
    flex-direction: column;
  }

  .oe-reviews-grid--premium {
    grid-template-columns: 1fr;
  }

  .oe-reviews-proof {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .oe-review-card--premium {
    min-height: auto;
    padding: 26px 22px;
    border-radius: 24px;
  }

  .oe-review-card-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .oe-review-card--premium .oe-review-text {
    font-size: 15.5px;
    line-height: 1.75;
  }
}
@media (max-width: 768px) {
  .oe-gallery-thumb--accent .oe-gallery-cta-card {
    padding: 16px 14px;
    gap: 6px;
    min-height: auto;
    height: 100%;
    justify-content: center;
  }

  .oe-gallery-thumb--accent .oe-gallery-cta-count {
    font-size: 34px;
    line-height: 0.9;
    margin-bottom: 2px;
  }

  .oe-gallery-thumb--accent .oe-gallery-cta-text {
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 10px;
  }

  .oe-gallery-thumb--accent .oe-gallery-cta-link {
    padding: 9px 12px;
    font-size: 11px;
    line-height: 1.2;
    gap: 6px;
    border-radius: 10px;
  }

  .oe-gallery-thumb--accent .oe-gallery-cta-link i {
    font-size: 10px;
  }
}
/* ==========================================================================
   Header extracted styles
   Moved from Headh.js inline styles and <style dangerouslySetInnerHTML>.
   Add this block at the VERY END of /css/style.css so it overrides older
   header rules without disturbing the existing layout.
   ========================================================================== */

/* Extracted from the old <style dangerouslySetInnerHTML> inside Headh.js */
@media screen and (max-width: 768px) {
  .desktop-contact,
  .desktop-social {
    display: none !important;
  }
  .mobile-icons-container {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
  }
}
@media screen and (min-width: 769px) {
  .mobile-icons-container {
    display: none !important;
  }
  .desktop-contact,
  .desktop-social {
    display: flex !important;
  }
}

.oe-header-language-dropdown button:hover {
  background: #da0301 !important;
  color: #fff !important;
}
/* Hide Google Translate top toolbar/banner */
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
iframe.skiptranslate,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  max-height: 0 !important;
  min-height: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* Prevent Google from pushing website down */
html,
body {
  top: 0px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
  position: static !important;
}

/* Hide Google Translate original-text hover popup */
#goog-gt-tt,
.goog-te-balloon-frame,
iframe.goog-te-balloon-frame,
.VIpgJd-yAWNEb-L7lbkb {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  pointer-events: none !important;
}

/* Remove Google Translate blue/yellow hover highlight around translated text */
.goog-text-highlight,
.goog-text-highlight:hover,
.goog-text-highlight:focus,
body .goog-text-highlight,
body .goog-text-highlight:hover,
body font[style*="background"],
body span[style*="background"],
body font[style*="box-shadow"],
body span[style*="box-shadow"],
body [style*="background-color: rgb(198"],
body [style*="background-color: rgb(199"],
body [style*="background-color: yellow"] {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  text-shadow: none !important;
  color: inherit !important;
}

.goog-tooltip,
.goog-tooltip:hover,
.goog-tooltip * {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Extra protection for Chrome/Google translated text wrappers */
html.translated-ltr font,
html.translated-rtl font,
body.translated-ltr font,
body.translated-rtl font {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Remove mobile/browser tap highlight without changing your design hover styles */
a,
button,
[role="button"],
.navbar-nav li a {
  -webkit-tap-highlight-color: transparent !important;
}

/* Hide the default Google widget UI but keep it functional */
#google_translate_element {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.goog-te-gadget,
.goog-te-gadget-simple,
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
.oe-header-language-dropdown button:hover i,
.oe-header-language-dropdown button:hover span {
  color: #fff !important;
}

.navbar-flex {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px;
  flex-wrap: nowrap !important;
}

.navbar-collapse1 {
  flex: 1 1 auto;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0;
}

.oe-header-language-dropdown {
  display: flex !important;
  align-items: center !important;
  position: relative;
  flex: 0 0 auto;
  z-index: 10000;
}

.oe-header-language-dropdown button {
  margin-top: 0 !important;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .navbar-collapse1 {
    display: none !important;
  }

  .register-login {
    display: none !important;
  }

  .navbar-flex {
    justify-content: space-between !important;
    gap: 10px !important;
  }

  .navbar-header {
    flex: 0 0 auto;
  }

  .oe-header-language-dropdown {
    display: flex !important;
    margin-left: auto !important;
    margin-right: 8px !important;
    padding: 0 !important;
    order: 2;
  }

  #slicknav-mobile {
    display: block !important;
    order: 3;
    flex: 0 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .oe-header-language-dropdown {
    order: initial;
  }
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  height: 0 !important;
  overflow: hidden !important;
}

/* Extracted from inline styles inside Headh.js */
.oe-google-translate-element {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.oe-top-bar {
  background: #da0301;
  color: #fff;
  padding: 4px 40px;
  position: relative;
  z-index: 1000;
}

.oe-top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.oe-desktop-contact {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.oe-top-contact-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.oe-top-contact-link:hover,
.oe-top-contact-link:focus {
  color: #fff;
}

.oe-top-contact-icon {
  color: #fff;
  font-size: 11px;
}

.oe-desktop-social {
  display: flex;
  gap: 15px;
  align-items: center;
}

.oe-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.oe-social-link:hover,
.oe-social-link:focus {
  color: #fff;
}

.mobile-icons-container {
  display: none;
  gap: 3px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.mobile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mobile-icon:hover,
.mobile-icon:focus {
  color: #fff;
}

.navbar-flex {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-brand {
  padding: 0;
  line-height: 0;
}

.navbar-brand img {
  display: block;
}

.oe-header-language-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
}

.oe-language-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  border: 2px solid #da0301;
  border-radius: 10px;
  padding: 12px 20px;
  min-height: 48px;
  color: #da0301;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease;
  margin-top: 0;
  white-space: nowrap;
}

.oe-language-toggle:disabled {
  cursor: wait;
}

.oe-language-chevron {
  font-size: 10px;
}

.oe-language-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
  width: 170px;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid #eee;
}

.oe-language-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 11px 14px;
  border: none;
  background: #fff;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  color: #222;
  transition: background 0.2s ease;
}

.oe-language-option.active,
.oe-language-option:hover,
.oe-language-option:focus {
  background: #fff1f1 !important;
  color: #222 !important;
}

.oe-header-language-dropdown .oe-language-option:hover span,
.oe-header-language-dropdown .oe-language-option:focus span,
.oe-header-language-dropdown .oe-language-option:hover i,
.oe-header-language-dropdown .oe-language-option:focus i {
  color: inherit !important;
}

.oe-language-option-flag {
  font-size: 18px;
}

.oe-language-option-name {
  flex: 1;
  font-weight: 500;
}

.oe-language-option.active .oe-language-option-name {
  font-weight: 700;
}

.oe-language-check {
  color: #da0301;
  font-size: 12px;
}

.oe-header-call-btn {
  padding: 12px 20px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .oe-header-language-dropdown {
    padding: 0 !important;
  }

  .oe-language-toggle {
    padding: 7px 10px !important;
    min-height: 34px !important;
    font-size: 11px !important;
    gap: 5px !important;
    border-radius: 8px !important;
    border-width: 1.5px !important;
  }

  .oe-language-chevron {
    font-size: 8px !important;
  }

  .oe-language-menu {
    width: 135px !important;
    left: auto !important;
    right: 0 !important;
  }

  .oe-language-option {
    padding: 8px 10px !important;
    font-size: 12px !important;
    gap: 6px !important;
  }

  .oe-language-option-flag {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  #preloader #status {
    width: 240px !important;
    height: 180px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
@media screen and (max-width: 480px) {
  #preloader #status {
    width: 260px !important;
    height: 180px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
}
.oe-submit-loader {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  animation: oe-submit-spin 0.75s linear infinite;
  flex: 0 0 auto;
}

@keyframes oe-submit-spin {
  to {
    transform: rotate(360deg);
  }
}

.oe-modern-submit-btn:disabled {
  cursor: not-allowed;
}
.oe-footer-bottom--elegant {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.oe-footer-bottom--elegant .oe-footer-social {
  justify-content: flex-end;
}

.oe-dev-elegant {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 8px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(218, 3, 1, 0.18);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  transition: all 0.35s ease;
}

.oe-dev-elegant:hover {
  background: #050505;
  border-color: #050505;
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
}

.oe-dev-elegant-logo {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f7f7f7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.oe-dev-elegant-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.oe-dev-elegant-text {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
  padding-right: 4px;
}

.oe-dev-elegant-text small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #777;
}

.oe-dev-elegant-text strong {
  margin-top: 3px;
  font-size: 15px;
  font-weight: 800;
  color: #111111;
}

.oe-dev-elegant:hover .oe-dev-elegant-text small,
.oe-dev-elegant:hover .oe-dev-elegant-text strong {
  color: #ffffff;
}

.oe-dev-elegant-wa {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #da0301;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.oe-dev-elegant-wa i {
  font-size: 18px;
}

.oe-dev-elegant:hover .oe-dev-elegant-wa {
  background: #25d366;
  color: #ffffff;
}

@media (max-width: 991px) {
  .oe-footer-bottom--elegant {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .oe-footer-bottom--elegant .oe-footer-social {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .oe-footer-bottom--elegant-mobile {
    gap: 14px;
  }

  .oe-dev-elegant {
    width: fit-content;
    max-width: 100%;
  }
}