
:root {
  --orange: #E37400;
  --orange-dark: #D97328;
  --orange-light: #FEF0E5;
  --blue: #4C6DAA;
  --blue-dark: #3A5588;
  --blue-deeper: #020050;
  --blue-light: #E8EDF5;
  --white: #FFFFFF;
  --off-white: #F8F7F4;
  --grey-100: #F3F3F0;
  --grey-200: #E4E4DF;
  --grey-400: #9E9E96;
  --grey-600: #6B6B63;
  --grey-800: #000000;
  --dark: #1A1A1A;
  --radius: 6px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.1);
  --shadow-lg: 0 8px 32px rgba(0,0,0,0.12);
  --max-width: 1180px;
  --transition: 0.25s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--grey-800);
  background: var(--white);
  line-height: 1.7;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--orange); }

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }
.hero .container, .section_box .container{
    display: flex;
    gap: 45px;
    justify-content: space-between;
    align-items: center;
}
.hero .container > div, .section_box .container > div{width: 100%;}
.topbar {
  background: var(--blue-deeper);
  color: var(--white);
  font-size: 13px;
  padding: 6px 0;
}
.other-tags a:hover {
    background: var(--orange);
    color: var(--blue-deeper);
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.topbar-left, .topbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.topbar-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.topbar-item svg { width: 14px; height: 14px; flex-shrink: 0; }
.topbar-item a { color: var(--white); }
.topbar-item a:hover { color: var(--orange); }
.topbar-mara {
  background: rgb(255 255 255 / 20%);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.social_icons:hover > a {
    color: unset !important;
}
.faq-list{margin: 0 auto; max-width: 780px;}
.ars_mobile_btn_con{display: none;}
.ars_mobile_btn_con .ars-mobilebar-inner {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.ars_mobile_btn_con .first_btn {
    width: 49%;
    float: left;
    background-color: var(--orange);
    padding: 10px 28px;
    line-height: 20px;
    text-align: center;
    margin-right: 2%;
    color: #fff!important;
    font-size: 15px!important;
    border-radius: 5px;
    font-weight: 400;
}
.ars_mobile_btn_con .second_btn {
    width: 49%;
    float: left;
    background-color: var(--blue-deeper);
    padding: 10px 15px;
    line-height: 20px;
    text-align: center;
    color: #fff!important;
    font-size: 15px!important;
    border-radius: 5px;
    font-weight: 500;
    text-decoration: none;
}
.social_icons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.social_icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--orange);
    border-radius: 50%;
}
.social_icons a svg {
    font-size: 20px;
    fill: #fff;
    width: 25px;
}
@media only screen and (max-width: 649px) {
  .ars_mobile_btn_con {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
}
.topbar {
    display: none;
}
.header-inner {
    padding: 4px 0 12px;
}
.float-btns{display: none !important;}
}
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--grey-200);
  position: sticky;
  top: 0;
  z-index: 100;
  transition: box-shadow var(--transition);
}
.site-header.scrolled { box-shadow: var(--shadow-md); }
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 24px;
}
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-img {
  height: 48px;
  width: auto;
}
.logo-text { display: flex; flex-direction: column; }
.logo-main {
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  color: var(--blue-deeper);
  line-height: 1.1;
}
.logo-sub {
  font-size: 11px;
  color: var(--grey-600);
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav > a,
.nav-dropdown > .nav-trigger {
  font-size: 15px;
  font-weight: bold;
  color: #000;
  padding: 8px 14px;
  border-radius: var(--radius);
  transition: all var(--transition);
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  font-family: 'Nunito Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}
.main-nav > a:hover,
.nav-dropdown:hover > .nav-trigger {
  color: var(--orange);
  background: var(--orange-light);
}
.nav-trigger svg { width: 12px; height: 12px; transition: transform var(--transition); }
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  min-width: 260px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
  z-index: 200;
}
.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown:hover .nav-trigger svg { transform: rotate(180deg); }
.nav-dropdown-menu a {
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  color: var(--grey-800);
  transition: all var(--transition);
}
.nav-dropdown-menu a:hover {
  background: var(--blue-deeper);
  color: var(--white);
  padding-left: 24px;
}
.nav-cta {
  background: var(--orange) !important;
  color: var(--white) !important;
  border-radius: var(--radius) !important;
  font-weight: 700 !important;
  padding: 10px 20px !important;
}
.nav-cta:hover {
  background: var(--orange-dark) !important;
  color: var(--white) !important;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--grey-800);
  margin: 5px 0;
  transition: var(--transition);
}
.breadcrumb {
  background: var(--grey-100);
  border-bottom: 1px solid var(--grey-200);
  padding: 10px 0;
  font-size: 13px;
}
.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.breadcrumb li::after { content: '/'; margin-left: 8px; color: var(--grey-400); }
.breadcrumb li:last-child::after { content: ''; }
.breadcrumb li:last-child { color: var(--grey-600); }
.breadcrumb a { color: var(--blue); }
.hero {
  background: linear-gradient(135deg, var(--blue-deeper) 0%, var(--blue) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.hero .hero_contant {
    padding: 65px 0;
}
.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(245,137,61,0.08);
}
.hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 640px;
}
.hero .container{
    align-items: end;
}
.hero p {
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.9;
  max-width: 560px;
  margin-bottom: 28px;
}
.hero-marn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  padding: 6px 16px;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
.hero-inner {
  background: linear-gradient(135deg, var(--blue-deeper) 0%, var(--blue-dark) 100%);
  color: var(--white);
  padding: 48px 0;
  position: relative;
}
.hero-inner h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(24px, 3.5vw, 36px);
  line-height: 1.2;
  margin-bottom: 8px;
}
.hero-inner .hero-subtitle {
  font-size: 16px;
  opacity: 0.85;
  max-width: 600px;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
}
.btn-orange {
  background: var(--orange);
  color: var(--white);
}
.btn-orange:hover {
  background: var(--orange-dark);
  color: var(--white);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(245,137,61,0.35);
}
.btn-white {
  background: var(--white);
  color: var(--blue-deeper);
}
.btn-white:hover {
  background: var(--off-white);
  color: var(--blue-deeper);
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent;
  border: 2px solid var(--orange);
  color: var(--orange);
}
.btn-outline:hover {
  background: var(--orange);
  color: var(--white);
}
.section { padding: 64px 0; }
.section-alt { background: var(--off-white); }
.section-blue { background: var(--blue-light); }

.section-header {
  text-align: center;
  margin-bottom: 48px;
}
.section-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(24px, 3vw, 32px);
  color: var(--blue-deeper);
  margin-bottom: 12px;
}
.section-header p {
  font-size: 16px;
  color: var(--grey-600);
  max-width: 600px;
  margin: 0 auto;
}
.section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.content-area {
  padding: 56px 0;
}
.content-area .container {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 48px;
  align-items: start;
}
.content-main h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 24px;
  color: var(--blue-deeper);
  margin: 36px 0 14px;
}
.content-main h2:first-child { margin-top: 0; }
.content-main h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--grey-800);
  margin: 28px 0 10px;
}
.content-main p { margin-bottom: 16px; color: var(--grey-800); }
.content-main ul, .content-main ol {
  margin: 0 0 16px 20px;
  color: var(--grey-800);
}
.content-main li { margin-bottom: 6px; }
.sidebar-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  margin-bottom: 24px;
}
.sidebar-card h3 {
  font-family: 'DM Serif Display', serif;
  font-size: 18px;
  color: var(--blue-deeper);
  margin-bottom: 14px;
}
.sidebar-card p { font-size: 14px; color: var(--grey-600); margin-bottom: 12px; }
.sidebar-cta {
  background: var(--blue-deeper);
  color: var(--white);
  border-color: transparent;
}
.sidebar-cta h3 { color: var(--white); }
.sidebar-cta p { color: var(--white); }
.sidebar-agent {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.sidebar-agent-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.sidebar-agent-info { font-size: 14px; }
.sidebar-agent-info strong { display: block; color: var(--blue-deeper); }
.sidebar-agent-info span { color: var(--grey-600); font-size: 12px; }

.sidebar-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  border-bottom: 1px solid var(--grey-200);
}
.sidebar-contact-item:last-child { border-bottom: none; }
.sidebar-contact-item svg { width: 16px; height: 16px; color: var(--orange); flex-shrink: 0; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all var(--transition);
}
.service-card:hover {
  border-color: var(--orange);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.service_sec .service-card:hover {
  background: var(--blue-deeper);
  /*transform: rotateY(380deg);*/
  transition: transform 1s ease-in-out;
}

.service_sec .service-card:hover > h3, .service_sec .service-card:hover > p{
    color: #fff;
}
.service_sec .service-card:hover > .card-link {
    font-size: 15px;
}
.service-card-icon {
  width: 48px;
  height: 48px;
  background: var(--orange-light);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--orange);
}
.service-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--blue-deeper);
  margin-bottom: 8px;
}
.service-card p {
  font-size: 14px;
  color: var(--grey-600);
  margin-bottom: 14px;
  line-height: 1.6;
}
.service-card .card-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--orange);
  display: flex;
  align-items: center;
  gap: 6px;
}
.service-card .card-link:hover { gap: 10px; }
.border_r{border-radius: 12px;}
.faq-item {
  border-bottom: 1px solid var(--grey-200);
  padding: 18px 0;
}
.faq-q {
  font-weight: 700;
  font-size: 16px;
  color: var(--blue-deeper);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0;
}
.faq-q svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform var(--transition);
  color: var(--orange);
}
.faq-q.active svg { transform: rotate(45deg); }
.faq-a {
  display: none;
  padding-top: 12px;
  font-size: 15px;
  color: var(--grey-600);
  line-height: 1.7;
}
.faq-a.show { display: block; }
.img-placeholder {
  background: var(--grey-100);
  border: 2px dashed var(--grey-200);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--grey-400);
  font-size: 14px;
  font-weight: 600;
  padding: 20px;
  min-height: 200px;
  margin: 20px 0;
}
.img-placeholder-hero {
  min-height: 300px;
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.5);
  border-radius: var(--radius-lg);
}
.trust-bar {
  background: var(--white);
  border-top: 1px solid var(--grey-200);
  border-bottom: 1px solid var(--grey-200);
  padding: 24px 0;
}
.trust-items {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--grey-800);
}
.trust-item svg { width: 20px; height: 20px; color: var(--orange); }
.cta-band {
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);
  padding: 48px 0;
  text-align: center;
  color: var(--white);
}
.cta-band h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 3vw, 30px);
  margin-bottom: 12px;
}
.cta-band p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 24px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.cta-band .btn-white { color: var(--orange-dark); }
.float-btns {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 90;
}
.float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: var(--shadow-md);
  transition: all var(--transition);
  text-decoration: none;
}
.float-btn:hover { transform: scale(1.1); color: var(--white); }
.float-btn-phone { background: var(--orange); }
.float-btn-top {
  background: var(--blue);
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition);
}
.float-btn-top.visible { opacity: 1; visibility: visible; }
.float-btn svg { width: 22px; height: 22px; }
.site-footer {
  background: var(--blue-deeper);
  color: var(--white);
  padding: 56px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-col h4 {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-about p { font-size: 14px; line-height: 1.7; margin-bottom: 12px; }
.footer-marn {
  display: inline-block;
  background: #ffffff29;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a {
  color: var(--white);
  font-size: 14px;
  transition: all var(--transition);
}
.footer-col a:hover { color: var(--orange); padding-left: 4px; }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
}
.footer-contact-item svg { width: 16px; height: 16px; color: var(--orange); flex-shrink: 0; margin-top: 3px; }

.footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 12px;
  color: var(--white);
}
.footer-bottom a { color: var(--white) }
.footer-bottom a:hover { color: var(--orange); }
@media (max-width: 1024px) {
  .content-area .container {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
    .hero .container, .section_box .container {
    display: block;
}
.hero .container > div, .section_box .container > div {
    width: 100%;
}
  .topbar-right { display: none; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 16px 24px;
    border-bottom: 1px solid var(--grey-200);
    box-shadow: var(--shadow-lg);
    align-items: stretch;
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .nav-dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    padding-left: 16px;
    background: var(--grey-100);
    border-radius: var(--radius);
    margin-top: 4px;
  }
  .nav-dropdown.open .nav-dropdown-menu { display: block; }
  .hero-inner { padding: 32px 0; }
  .section { padding: 40px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .service-grid { grid-template-columns: 1fr; }
  .trust-items { gap: 20px; }
  .site-footer {
    padding: 56px 0 50px;
}
}
button.nav-trigger {
    width: 100%;
    justify-content: space-between;
}
.alert-urgent {
  background: #FFF3F0;
  border: 2px solid #E74C3C;
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 24px 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--grey-800);
}
.alert-urgent strong {
  color: #C0392B;
  display: block;
  margin-bottom: 4px;
}
.alert-urgent a {
  color: #C0392B;
  font-weight: 700;
  text-decoration: underline;
}
.alert-info {
  background: var(--blue-light);
  border: 2px solid var(--blue);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin: 24px 0;
  font-size: 15px;
  line-height: 1.6;
}
.alert-info strong {
  color: var(--blue-dark);
  display: block;
  margin-bottom: 4px;
}
.sidebar-urgent {
  background: var(--orange);
  color: var(--white);
}
.sidebar-urgent h3 { color: var(--white); }
.sidebar-urgent p { color: var(--white); }
.pain-point-section {
  background: var(--orange-light);
  border-left: 4px solid var(--orange);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 20px 24px;
  margin: 24px 0;
  font-size: 15px;
}
.pain-point-section p { margin-bottom: 8px; }
.pain-point-section p:last-child { margin-bottom: 0; }
