/* =====================================
   Imperial Premium Bank - Modern Theme
   ===================================== */

:root {
  --main-color-one: #f12711;
  --main-color-two: #015eea;
  --primary-gradient: linear-gradient(135deg, #015eea 0%, #1a73e8 50%, #0d47a1 100%);
  --accent-gradient: linear-gradient(135deg, #f12711 0%, #f55f3c 50%, #c62828 100%);
  --hero-gradient: linear-gradient(135deg, rgba(1, 94, 234, 0.92) 0%, rgba(13, 71, 161, 0.85) 100%);
  --dark-gradient: linear-gradient(135deg, #0a0e27 0%, #1a1040 100%);
  --glass-bg: rgba(255, 255, 255, 0.08);
  --glass-border: rgba(255, 255, 255, 0.15);
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.12);
  --shadow-xl: 0 30px 80px rgba(0, 0, 0, 0.15);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Normalize CSS */
html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #374151;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.7;
  background: #fafbfc;
}

p {
  margin-bottom: 16px;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #4b5563;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

a, .btn {
  transition: var(--transition);
}

a:hover { text-decoration: none; }

.navbar-toggler:focus,
a:focus, input:focus, textarea:focus,
button:focus, .btn:focus, .btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  box-shadow: 0 0 0 3px rgba(1, 94, 234, 0.2) !important;
}

input { font-weight: 400; }
label { font-size: 14px; font-weight: 500; color: #374151; }

.form-check-input:checked {
  background-color: var(--main-color-two);
  border-color: var(--main-color-two);
}

span, a {
  display: inline-block;
  text-decoration: none;
  transition: var(--transition);
  font-size: 15px;
  color: #4b5563;
}

audio, canvas, iframe, img, svg, video { vertical-align: middle; }
img { max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #111827;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  font-family: 'Montserrat', sans-serif;
  transition: var(--transition);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-weight: 800; font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3.5vw, 2.5rem); line-height: 1.3; }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.125rem; }
h6 { font-size: 0.875rem; }

ul, ol { margin: 0; padding: 0; list-style-type: none; }
li { font-size: 15px; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container { width: 450px; }
}

/* Spacing */
.mt-5 { margin-top: 5px; } .mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; } .mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; } .mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; } .mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; } .mt-60 { margin-top: 60px; }
.mt-65 { margin-top: 65px; } .mt-70 { margin-top: 70px; }
.mt-75 { margin-top: 75px; } .mt-80 { margin-top: 80px; }
.mt-85 { margin-top: 85px; } .mt-90 { margin-top: 90px; }
.mt-95 { margin-top: 95px; } .mt-100 { margin-top: 100px; }
.mt-105 { margin-top: 105px; } .mt-110 { margin-top: 110px; }
.mt-115 { margin-top: 115px; } .mt-120 { margin-top: 120px; }
.mt-125 { margin-top: 125px; } .mt-130 { margin-top: 130px; }
.mb-5 { margin-bottom: 5px; } .mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; } .mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; } .mb-50 { margin-bottom: 50px; }

.pt-5 { padding-top: 5px; } .pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; } .pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; } .pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; } .pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; } .pt-50 { padding-top: 50px; }
.pt-55 { padding-top: 55px; } .pt-60 { padding-top: 60px; }
.pt-65 { padding-top: 65px; } .pt-70 { padding-top: 70px; }
.pt-75 { padding-top: 75px; } .pt-80 { padding-top: 80px; }
.pt-85 { padding-top: 85px; } .pt-90 { padding-top: 90px; }
.pt-95 { padding-top: 95px; } .pt-100 { padding-top: 100px; }
.pt-105 { padding-top: 105px; } .pt-110 { padding-top: 110px; }
.pt-115 { padding-top: 115px; } .pt-120 { padding-top: 120px; }
.pt-125 { padding-top: 125px; } .pt-130 { padding-top: 130px; }
.pt-135 { padding-top: 135px; } .pt-140 { padding-top: 140px; }
.pt-145 { padding-top: 145px; } .pt-150 { padding-top: 150px; }
.pt-155 { padding-top: 155px; } .pt-160 { padding-top: 160px; }
.pt-165 { padding-top: 165px; } .pt-170 { padding-top: 170px; }
.pt-175 { padding-top: 175px; } .pt-180 { padding-top: 180px; }
.pt-185 { padding-top: 185px; } .pt-190 { padding-top: 190px; }
.pt-195 { padding-top: 195px; } .pt-200 { padding-top: 200px; }
.pt-205 { padding-top: 205px; } .pt-210 { padding-top: 210px; }
.pt-215 { padding-top: 215px; } .pt-220 { padding-top: 220px; }
.pt-225 { padding-top: 225px; }

.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; } .pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; } .pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; } .pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; } .pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; } .pb-55 { padding-bottom: 55px; }
.pb-60 { padding-bottom: 60px; } .pb-65 { padding-bottom: 65px; }
.pb-70 { padding-bottom: 70px; } .pb-75 { padding-bottom: 75px; }
.py-60 { padding-top: 60px; padding-bottom: 60px; }
.py-80 { padding-top: 80px; padding-bottom: 80px; }
.pb-80 { padding-bottom: 80px; } .pb-85 { padding-bottom: 85px; }
.pb-90 { padding-bottom: 90px; } .pb-95 { padding-bottom: 95px; }
.pb-100 { padding-bottom: 100px; }

.pl-5 { padding-left: 5px; } .pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; } .pl-20 { padding-left: 20px; }
.pr-5 { padding-right: 5px; } .pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; } .pr-20 { padding-right: 20px; }

#form-messages { color: #059669; }

/* Bootstrap overrides */
.text-primary { color: var(--main-color-two) !important; }

.card {
  border: none;
  border-radius: var(--radius-md);
  background: #fff;
  transition: var(--transition);
}

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

.card-header {
  background: transparent;
  border: none;
  padding: 0 0 15px;
}

.list-group-item {
  border: none;
  padding: 5px 0;
  font-size: 15px;
}

.card-body { padding: 0; }
.card-body h5 { color: #111827 !important; font-weight: 600; }
.card-subtitle { color: var(--main-color-two); font-weight: 600; letter-spacing: 1px; font-size: 0.8rem; }
.card-title { color: #111827 !important; }
.card-text:last-child { margin-bottom: 15px; }

table tr td, th { font-size: 15px; padding: 15px !important; }

.bg-primary { background: var(--primary-gradient) !important; }

/* Section title */
.section-title h6 {
  color: var(--main-color-two);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.section-title h2 {
  margin: 12px 0 20px;
  color: #111827;
  font-weight: 700;
}

.section-title p {
  font-size: 16px;
  font-weight: 400;
  max-width: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 { font-size: 1.75rem; line-height: 2.25rem; }
  .section-title h5 { font-size: 1.125rem; }
  .section-title h2 { font-size: 1.75rem; }
  .section-title p { font-size: 15px; }
}

@media (max-width: 767px) {
  h2 { font-size: 1.5rem; line-height: 2rem; }
  .section-title h5 { font-size: 1rem; }
  .section-title h2 { font-size: 1.5rem; }
  .section-title p { font-size: 14px; }
}

/* Banner */
.bg-prefix {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#banner-section {
  background: url(images/banner.jpg);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#banner-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--dark-gradient);
  opacity: 0.85;
}

#banner-section .overlay {
  padding: 180px 0;
  position: relative;
  z-index: 1;
}

.overlay-1 {
  background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,.5));
  padding: 100px 0;
}

.overlay-2 {
  background: linear-gradient(135deg, rgba(0,0,0,0.92), rgba(0,0,0,0.7));
  padding: 100px 0;
  position: relative;
}

#banner-section h1 {
  text-transform: capitalize;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #fff;
}

#banner-section ul li a {
  padding: 0 5px;
  font-size: 18px;
  color: rgba(255,255,255,0.8);
}

#banner-section ul li a.active { color: var(--main-color-one); }

/* Scroll Top */
.scroll-top {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: var(--primary-gradient);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
}

.scroll-top:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  background: var(--accent-gradient);
}

/* Preloader */
#preloader {
  position: fixed;
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background: #fff;
}

.iddrak-load {
  animation: preload 800ms linear infinite;
  background-color: transparent;
  border-color: var(--main-color-two);
  border-top-color: var(--main-color-two);
  border-left-color: #e5e7eb;
  border-right-color: #e5e7eb;
  border-radius: 50%;
  border-style: solid;
  border-width: 4px;
  height: 56px;
  left: calc(50% - 28px);
  position: relative;
  top: calc(50% - 28px);
  width: 56px;
  z-index: 9;
}

@keyframes preload {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* =====================================
   Header
   ===================================== */
.header {
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header { padding: 15px 0 !important; }
  .header .mobile-menu-btn .toggler-icon { background-color: #fff; }
  .header .button { margin: 0 !important; }
  .header .navbar-collapse {
    position: absolute;
    top: 60px !important;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: var(--shadow-lg);
    padding: 15px 20px;
    max-height: 350px;
    overflow-y: auto;
    border-radius: var(--radius-md);
  }
  .header .navbar .navbar-nav .nav-item a:hover,
  .header .navbar .navbar-nav .nav-item a.active { color: var(--main-color-one) !important; }
  .header .navbar-nav .nav-item { margin: 0; }
  .header .navbar-nav .nav-item:hover a { color: var(--main-color-one); }
  .header .navbar-nav .nav-item a { padding: 10px 16px !important; color: #374151; }
  .header .navbar-nav .nav-item a::before { display: none; }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .header { padding: 15px 0 !important; }
  .header .mobile-menu-btn .toggler-icon { background-color: #fff; }
  .header .navbar-collapse {
    position: absolute;
    top: 58px !important;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: var(--shadow-lg);
    padding: 15px 20px;
    max-height: 350px;
    overflow-y: auto;
    border-radius: var(--radius-md);
  }
  .header .navbar .navbar-nav .nav-item a:hover,
  .header .navbar .navbar-nav .nav-item a.active { color: var(--main-color-one) !important; }
  .header .navbar-nav .nav-item { margin: 0; }
  .header .navbar-nav .nav-item:hover a { color: var(--main-color-two); }
  .header .navbar-nav .nav-item a { padding: 10px 16px !important; color: #374151; }
  .header .navbar-nav .nav-item a::before { display: none; }
  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .header .button { display: none; }
}

.header .navbar-brand img { width: 170px; height: auto; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar-brand img { width: 150px; }
}
@media (max-width: 767px) {
  .header .navbar-brand img { width: 140px; }
}

.header.sticky .navbar-brand .white-logo { opacity: 0; visibility: hidden; }
.header.sticky .navbar-brand .dark-logo { opacity: 1; visibility: visible; }

.header.sticky .button .btn {
  background: var(--primary-gradient);
  color: #fff;
}

.header.sticky .button .btn:hover {
  background: var(--accent-gradient);
  color: #fff;
}

.sticky {
  position: fixed;
  z-index: 99;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0,0,0,0.08);
  transition: var(--transition);
  top: 0;
}

/* Navbar */
.navbar-area {
  width: 100%;
  z-index: 99;
  transition: var(--transition);
  padding: 0;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(0,0,0,0.08);
  transition: var(--transition);
  padding: 0;
}

.navbar {
  padding: 0;
  transition: var(--transition);
}

.navbar-brand { padding-left: 0; border-radius: 0; }

.mobile-menu-btn { padding: 0; }
.mobile-menu-btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
  width: 28px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  border-radius: 2px;
  transition: var(--transition);
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) { opacity: 0; }

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

.navbar-nav .nav-item {
  z-index: 1;
  position: relative;
  margin-right: 40px;
}

.navbar-nav .nav-item:last-child { margin-right: 0 !important; }

.navbar-nav .nav-item:hover a { color: var(--main-color-one); }
.sticky .navbar-nav .nav-item:hover a { color: var(--main-color-one); }

.navbar-nav .nav-item a {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  transition: var(--transition);
  position: relative;
  padding: 35px 0;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.navbar-nav .nav-item a::after {
  content: '';
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--main-color-one);
  transition: var(--transition);
  border-radius: 2px;
}

.navbar-nav .nav-item:hover a::after { width: 100%; }
.navbar-nav .nav-item a.active::after { width: 100%; }

.navbar-nav .nav-item a.active { color: var(--main-color-one); }

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea58";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: -18px;
  font-size: 10px;
  top: 50%;
  margin-top: -3px;
  transition: var(--transition);
  height: 10px;
}

.navbar-nav .nav-item .sub-menu {
  padding: 20px;
  min-width: 240px;
  background: #fff;
  box-shadow: var(--shadow-lg);
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  border-radius: var(--radius-sm);
  z-index: 100;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 8px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child { margin: 0; }

.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 8px 12px;
  color: #374151;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  border-radius: var(--radius-sm);
  transition: all 0.2s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: var(--main-color-one);
  background: rgba(241, 39, 17, 0.06);
  padding-left: 18px;
}

.navbar-nav .nav-item .sub-menu .nav-item a::after { display: none; }

.add-list-button { display: inline-block; margin-left: 10px; }

.add-list-button .btn i { font-size: 14px; margin-right: 5px; }

.add-list-button a {
  background: var(--primary-gradient);
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 15px rgba(1, 94, 234, 0.3);
  transition: var(--transition);
}

.add-list-button a:hover {
  background: var(--accent-gradient);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(241, 39, 17, 0.3);
}

/* Google Translate */
#google_translate_element {
  margin-right: 15px;
}

/* =====================================
   Hero Section
   ===================================== */
.hero-area.style1 {
  position: relative;
  background: url(images/hero/hero.jpg);
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.hero-area.style1::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--dark-gradient);
  opacity: 0.88;
}

.hero-area.style1 .hero-overlay {
  padding: 220px 0 160px;
  position: relative;
  z-index: 1;
}

.hero-area .hero-content {
  max-width: 850px;
  margin: auto;
  text-align: center;
}

.hero-area .hero-content .sub_title {
  letter-spacing: 3px;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  font-size: 0.85rem;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255,255,255,0.1);
  border-radius: 50px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.15);
  margin-bottom: 20px;
}

.hero-area .hero-content h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}

.hero-area .hero-content h2 {
  font-size: clamp(1.5rem, 4vw, 3rem);
  color: #fff;
  font-weight: 700;
}

.hero-area .hero-content h3 {
  display: block;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  color: rgba(255,255,255,0.85);
  font-weight: 400;
  line-height: 1.4;
  margin-top: 8px;
}

.hero-area .hero-content p {
  margin-top: 24px;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons */
.btn-one {
  padding: 16px 32px;
  background: var(--primary-gradient);
  color: #fff;
  border-radius: 50px;
  margin-right: 12px;
  font-weight: 600;
  font-size: 15px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(1, 94, 234, 0.3);
  transition: var(--transition);
}

.btn-one:hover {
  background: var(--accent-gradient);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(241, 39, 17, 0.35);
}

.btn-two {
  color: #fff;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: var(--transition);
}

.btn-two i {
  margin-right: 10px;
  color: #fff;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  font-size: 16px;
  transition: var(--transition);
}

.btn-two:hover i {
  background: var(--primary-gradient);
  border-color: transparent;
}

.btn-two span { color: #fff; }

@media only screen and (min-width:768px) and (max-width: 991px) {
  .hero-area .hero-content h1 { font-size: 3rem; }
  .hero-area .hero-content h3 { font-size: 1.5rem; }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hero-area.style1 .hero-overlay { padding: 100px 0 60px; }
  .hero-area .hero-content .sub_title { font-size: 0.75rem; }
  .hero-area .hero-content h1 { font-size: 2rem; }
  .hero-area .hero-content h3 { font-size: 1.1rem; margin-top: 8px; }
  .btn-one { padding: 14px 24px; font-size: 14px; }
  .hero-btn .btn-two { margin-top: 10px; }
}

/* =====================================
   About Section
   ===================================== */
.about-list-text, .about-list-icon { height: 100px; }

.about-list-icon {
  background: var(--accent-gradient);
  border-radius: var(--radius-sm) 0 0 var(--radius-sm);
}

.about-list-icon i {
  color: #fff;
  font-size: 42px;
}

.about-list-text {
  padding: 30px;
  background: #111827 !important;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.about-list-text h5 { color: #fff !important; font-size: 1rem; }

.about-img { position: relative; }

.experience {
  position: absolute;
  content: "";
  right: 60px;
  bottom: 0;
  border: 12px solid #fff;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background: var(--primary-gradient);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
}

.experience h5 {
  font-size: 2rem;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
}

.experience h6 {
  text-align: center;
  color: rgba(255,255,255,0.9);
  font-size: 0.85rem;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .experience { right: 0; bottom: -20px; height: 160px; width: 160px; }
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .experience { right: 0; bottom: -20px; height: 140px; width: 140px; }
  .experience h5 { font-size: 1.5rem; }
  .about-list-text { padding: 30px; text-align: center; }
  .about-list-icon { border-radius: var(--radius-sm) var(--radius-sm) 0 0; }
  .about-list-text { border-radius: 0 0 var(--radius-sm) var(--radius-sm); }
}

/* About page */
.bg-dark { background-color: #111827 !important; }

.about-detl-cont h2 { position: relative; margin-bottom: 20px; }

.about-detl-cont h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 70px;
  height: 3px;
  background: var(--primary-gradient);
  border-radius: 2px;
}

.about-detl-cont p { font-size: 16px; margin-top: 15px; }

.about-detl-item-cmn i {
  font-size: 60px;
  line-height: 1;
  color: var(--main-color-two);
}

.about-detl-item-text { padding-left: 20px; }
.about-detl-item-text p { font-size: 15px; margin-top: 10px; }

.memories-text h2 { margin-bottom: 20px; }
.memories-cmn { width: 50%; padding: 5px; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .about-detl-img { margin-top: 50px; }
  .memories-text { margin-top: 50px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-detl-img { margin-top: 50px; }
  .memories-text { margin-top: 50px; }
}

/* =====================================
   Service Section
   ===================================== */
.service-item {
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: var(--transition);
  overflow: hidden;
  padding: 40px 30px;
  border: 1px solid rgba(0,0,0,0.04);
  height: 100%;
}

.service-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: rgba(1, 94, 234, 0.1);
}

.service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--primary-gradient);
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition);
}

.service-item:hover::before { transform: scaleX(1); }

.service-item .service-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  transition: var(--transition);
}

.service-item:hover .service-shape { opacity: 0.15; }

.service-item h5 a {
  color: #111827;
  margin-bottom: 12px;
  font-size: 1.125rem;
  font-weight: 700;
}

.service-item h5 a:hover { color: var(--main-color-one); }

.service-right i {
  font-size: 52px;
  color: var(--main-color-one);
  display: block;
  margin-bottom: 16px;
}

.service-right h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* Service page */
.all-service .service-left, .all-service .service-right { padding: 0 10px; }

/* Service Details page */
.service-content .content-list ul li i {
  margin-right: 10px;
  color: var(--main-color-one);
}

.service-detl-table h5 { color: #fff !important; }

/* =====================================
   Counter Section
   ===================================== */
#counter-section {
  background: url(images/counter/counter-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

#counter-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--dark-gradient);
  opacity: 0.85;
}

#counter-section .overlay-2 { padding: 100px 0; }

.counter-icon { position: relative; }

.counter-item i {
  font-size: 36px;
  color: var(--main-color-one);
  background: rgba(255,255,255,0.15);
  height: 72px;
  width: 72px;
  line-height: 72px;
  text-align: center;
  border-radius: 50%;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255,255,255,0.1);
  transition: var(--transition);
}

.counter-item:hover i {
  background: #fff;
  transform: scale(1.1);
}

.counter-title { position: relative; }

.counter-title span {
  position: absolute;
  top: -10px;
  right: 80px;
  color: #fff;
  background: var(--accent-gradient);
  font-size: 12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  display: block;
  border-radius: 50%;
}

.counter-item h3 {
  color: #fff;
  font-size: 2.5rem;
  margin: 16px 0;
  font-weight: 800;
}

.counter-item p {
  color: rgba(255,255,255,0.8);
  font-weight: 500;
  font-size: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-title span { right: 15px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-title span { right: 45px; }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .counter-item {
    background: rgba(255,255,255,0.05);
    border-radius: var(--radius-md);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
    overflow: hidden;
    padding: 40px 30px;
  }
}

/* =====================================
   Project Section
   ===================================== */
.project-title h2 { color: #111827; margin-top: 0; }
.project-desc p { font-size: 16px; }

.project-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  background: #fff;
}

.project-item::before, .project-item::after {
  position: absolute;
  content: "";
  height: 30%;
  width: 100%;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(45deg);
  z-index: 0;
}

.project-item::before {
  top: 100%;
  left: 0;
}

.project-item:hover::before {
  top: -93%;
  height: 100%;
  background: rgba(1, 94, 234, 0.85);
}

.project-item::after {
  top: 0;
  left: -100%;
}

.project-item:hover::after {
  left: 100%;
  height: 100%;
  background: rgba(241, 39, 17, 0.85);
}

.project-item .card-img, .card-img-top { border-radius: 0; }

.project-item .project-body {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 100px;
  background: #fff;
  padding: 20px 30px 30px;
  transition: var(--transition);
  z-index: 1;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
}

.project-item:hover .project-body { height: 120px; }

.project-item .project-body p {
  margin-bottom: 4px;
  color: var(--main-color-two);
  font-weight: 600;
  font-size: 14px;
}

.project-body .btn {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--accent-gradient);
  border: 0;
  padding: 12px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  transition: var(--transition);
}

.project-body .btn:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 4px 15px rgba(241, 39, 17, 0.3);
}

.card-body h5 { color: #fff; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .project-item .project-body { bottom: 15px; padding: 15px 20px; }
  .project-body .btn { right: 15px; top: 32%; }
}

/* =====================================
   Loan Process Section
   ===================================== */
.process-title {
  max-width: 750px;
  margin: auto;
  text-align: center;
}

.process-title p { margin-top: 12px; }

.process-item { position: relative; height: 100%; }

.process-item .process-icon i {
  height: 96px;
  width: 96px;
  line-height: 96px;
  text-align: center;
  background: linear-gradient(135deg, #f3f6fd, #e8edf8);
  margin: auto;
  border-radius: 50%;
  font-size: 42px;
  color: var(--main-color-one);
  display: block;
  transition: var(--transition);
}

.process-item:hover .process-icon i {
  background: var(--primary-gradient);
  color: #fff;
  transform: scale(1.05);
}

.process-item .content h5 { margin: 20px 0 10px; font-weight: 700; }
.process-item .content p { margin: 0; color: #6b7280; }

.process-item .shape {
  position: absolute;
  top: 30px;
  left: 220px;
  width: 180px;
  z-index: 1;
  opacity: 0.5;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .process-item .shape { left: 165px; width: 130px; }
}

/* =====================================
   Testimonial Section
   ===================================== */
#testimonial-section {
  background: url(images/map-2.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.testimonial-title { max-width: 700px; }

.testimonial-item { background: transparent; }

.testimonial-item .testimonial-rating ul li {
  margin: 0 2px;
  color: #f59e0b;
}

.testimonial-img { position: relative; }

.testimonial-img::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 110px;
  width: 60px;
  height: 2px;
  background: var(--main-color-one);
}

.testimonial-img img {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  border: 3px solid var(--main-color-one);
  padding: 6px;
  object-fit: cover;
}

.testimonial-author { padding-left: 16px; }
.testimonial-author h5 { color: #111827; font-weight: 700; }
.testimonial-author span { font-size: 14px; color: #6b7280; }

.testimonial-item { padding: 24px; }
.testimonial-item .testimonial-quote i { font-size: 40px; color: var(--main-color-one); opacity: 0.3; }
.testimonial-item .testimonial-text { padding-left: 24px; }

/* Nav control */
#testimonial-section .tns-nav {
  text-align: center;
  position: absolute;
  bottom: -60px;
  transform: translateX(-50%);
  width: 100%;
  left: 50%;
}

#testimonial-section .tns-nav button {
  height: 10px;
  width: 10px;
  background-color: #d1d5db;
  border-radius: 30px;
  display: inline-block;
  border: none;
  margin: 0 4px;
  transition: var(--transition);
  cursor: pointer;
}

#testimonial-section .tns-nav button:hover,
#testimonial-section .tns-nav button.tns-nav-active {
  background: var(--accent-gradient);
  width: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-img::before { display: none; }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .testimonial-img img { height: 100px; width: 100px !important; }
  .testimonial-author { padding: 16px 0 12px; }
  .testimonial-item { padding: 0; }
  .testimonial-item .testimonial-text { padding-left: 0; }
}

/* =====================================
   Client Section
   ===================================== */
#client-section {
  background: url(images/counter/counter-bg.jpg);
  background-attachment: fixed;
  position: relative;
}

#client-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--dark-gradient);
  opacity: 0.85;
}

#client-section .client-overlay {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

.client-logo img {
  width: 160px;
  height: auto;
  filter: grayscale(100%) brightness(2);
  opacity: 0.7;
  transition: var(--transition);
}

.client-logo img:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

/* =====================================
   Footer Section
   ===================================== */
#footer-section {
  background: url(images/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#footer-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--dark-gradient);
  opacity: 0.95;
}

.footer-top {
  padding: 100px 0 60px;
  position: relative;
  z-index: 1;
}

.footer-cmn { margin-bottom: 30px; }

.footer-cmn h6 {
  text-transform: uppercase;
  color: var(--main-color-one);
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.footer-cmn h5 {
  position: relative;
  color: #fff;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-cmn h5:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: var(--accent-gradient);
  border-radius: 2px;
}

.footer-cmn p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
}

.subscribe { position: relative; }

.subscribe input {
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  width: 100%;
  transition: var(--transition);
}

.subscribe input::placeholder { color: rgba(255,255,255,0.4); }

.subscribe input:focus {
  background: rgba(255,255,255,0.12);
  border-color: var(--main-color-two);
  box-shadow: none;
}

.subscribe button {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 6px;
  padding: 10px 20px;
  background: var(--primary-gradient);
  border: none;
  color: #fff;
  cursor: pointer;
  transition: var(--transition);
  width: auto;
}

.subscribe button:hover {
  background: var(--accent-gradient);
}

.footer-cmn .social { gap: 8px; }

.footer-cmn .social li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: rgba(255,255,255,0.1);
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  transition: var(--transition);
  border: 1px solid rgba(255,255,255,0.1);
}

.footer-cmn .social li a i:hover {
  background: var(--primary-gradient);
  color: #fff;
  border-color: transparent;
  transform: translateY(-3px);
}

.f-links ul li a {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  padding: 6px 0;
  transition: var(--transition);
}

.f-links ul li a:hover {
  color: var(--main-color-one);
  padding-left: 5px;
}

.f-address {
  background: url(images/map.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 80px;
}

.f-address ul li a {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  padding: 4px 0;
}

.f-address ul li a i {
  margin-right: 10px;
  color: var(--main-color-one);
  width: 20px;
}

/* Copyright */
.copyright {
  background: rgba(0,0,0,0.8);
  padding: 24px 0;
  position: relative;
  z-index: 1;
}

.copyright p { color: rgba(255,255,255,0.6); font-size: 14px; }
.copyright a { color: var(--main-color-one); font-weight: 600; }
.copyright a:hover { color: var(--main-color-two); }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .f-links { margin-top: 40px; }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .f-links { margin-top: 40px; }
  .subscribe button { width: 50px; padding: 10px; }
}
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .f-address { margin-top: 40px; }
}

/* =====================================
   Sidebar
   ===================================== */
.sidebar { margin-left: 50px; }

.sidebar-cmn {
  box-shadow: var(--shadow-sm);
  padding: 40px;
  border-radius: var(--radius-md);
  background: #fff;
  margin-bottom: 30px;
}

.sidebar-cmn ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.sidebar-cmn ul li:last-child { margin-bottom: 0; }

.sidebar-cmn ul li i {
  position: absolute;
  right: 0;
  top: 6px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  background: #f3f4f6;
  font-size: 11px;
  color: #111827;
  transition: var(--transition);
}

.sidebar-cmn ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 20px;
  height: 1px;
  background: var(--main-color-one);
}

.sidebar-cmn ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--main-color-one);
}

.sidebar-cmn ul li a { display: block; }
.sidebar-cmn ul li a:hover { color: var(--main-color-one); }
.sidebar-cmn ul li a:hover i {
  background: var(--main-color-one);
  color: #fff;
}

.sidebar-support {
  background: var(--primary-gradient);
  border-radius: var(--radius-md);
  padding: 40px;
  color: #fff;
}

.support-icon i { font-size: 64px; color: rgba(255,255,255,0.3); }

.support-info i { margin-right: 10px; }

.support-info i, .support-info span {
  color: rgba(255,255,255,0.9);
  padding: 4px 0;
  font-size: 14px;
}

.download-info a {
  padding: 16px 24px;
  background: var(--primary-gradient);
  margin: 8px 0;
  display: block;
  border-radius: var(--radius-sm);
  color: #fff;
  font-weight: 600;
  transition: var(--transition);
}

.download-info a:hover {
  background: var(--accent-gradient);
  transform: translateX(5px);
}

.download-info a i, .download-info a span { color: #fff; }
.download-info div i { margin-right: 10px; }

@media only screen and (min-width: 320px) and (max-width: 1199px) {
  .sidebar { margin-left: 0; }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
  .sidebar-cmn { padding: 24px; }
}

/* =====================================
   Blog Page
   ===================================== */
.blog-section-title { max-width: 700px; margin: auto; }

.blog-item .blog-body { padding: 0; }

.blog-item .blog-subtitle a {
  position: relative;
  text-transform: uppercase;
  padding-left: 60px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--main-color-two);
}

.blog-item .blog-subtitle a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  height: 2px;
  width: 45px;
  background: var(--main-color-one);
}

.blog-item .blog-title h4 { font-weight: 700; }

.blog-item .blog-btn { position: relative; }

.blog-item .blog-btn a {
  color: var(--main-color-one);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.blog-item .blog-btn a i {
  margin-left: 5px;
  transition: var(--transition);
}

.blog-item .blog-btn a:hover i { margin-left: 10px; }

/* Blog Single Page */
.blog-info ul li {
  padding: 10px;
  font-size: 14px;
  color: #6b7280;
}

.blog-info ul li i {
  margin-right: 7px;
  color: var(--main-color-one);
  font-size: 13px;
}

.blog-comment { max-width: 700px; }

.blog-comment input, .blog-comment textarea {
  padding: 16px 20px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius-sm);
  width: 100%;
  transition: var(--transition);
}

.blog-comment input:focus, .blog-comment textarea:focus {
  background: #fff;
  border-color: var(--main-color-two);
  box-shadow: 0 0 0 3px rgba(1, 94, 234, 0.1);
}

.blog-search .card-body { position: relative; }

.blog-search button {
  position: absolute;
  right: 0;
  top: 12px;
  background: transparent;
  border: none;
  color: var(--main-color-two);
  font-size: 18px;
  padding: 8px 16px;
}

/* Blog sidebar */
.blog-search input {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  background: #f9fafb;
  border-radius: var(--radius-sm);
}

.recent-post .recent-post-img { width: 30%; }
.recent-post .recent-post-info { width: 70%; padding-left: 16px; }

.recent-post .recent-post-info h6 {
  font-size: 0.95rem;
  line-height: 1.4;
}

.recent-post .recent-post-info h6:hover { color: var(--main-color-one); }

.recent-post .recent-post-info small {
  font-size: 12px;
  color: var(--main-color-one);
  font-weight: 500;
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
  .sidebar-cmn { padding: 24px; }
  .blog-info ul li { padding: 10px 7px; font-size: 12px; }
}

/* Team page */
.team-item {
  box-shadow: var(--shadow-sm);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
}

.team-item:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-5px);
}

.team-item .card-body { padding: 24px; }

.team-item .team-social ul li a {
  padding: 0 8px;
  color: var(--main-color-two);
  font-size: 18px;
}

.team-item .team-social ul li a:hover { color: var(--main-color-one); }

/* Online Form Page */
.online-form label {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
}

.online-form label span { color: var(--main-color-one); }

.online-form input, .online-form select, .online-form textarea {
  border: 1px solid #d1d5db;
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  width: 100%;
  transition: var(--transition);
  font-size: 15px;
}

.online-form input:focus, .online-form select:focus, .online-form textarea:focus {
  border-color: var(--main-color-two);
  box-shadow: 0 0 0 3px rgba(1, 94, 234, 0.1);
}

/* Faq Page */
.faq-search input {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #e5e7eb;
  border-radius: var(--radius-sm);
  font-size: 15px;
  background: #f9fafb;
}

.accordion-item {
  border: 1px solid #e5e7eb;
  border-radius: var(--radius-sm) !important;
  margin-bottom: 12px;
  overflow: hidden;
}

.accordion-button {
  padding: 18px 24px;
  font-weight: 600;
  font-size: 16px;
  color: #111827;
}

.accordion-button:not(.collapsed) {
  background: rgba(1, 94, 234, 0.04);
  color: var(--main-color-two);
}

.accordion-body { padding: 20px 24px; color: #6b7280; }

/* Login / Register page */
.login-form {
  max-width: 450px;
  margin: auto;
  padding: 40px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.login-form input {
  border: 1px solid #d1d5db;
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  width: 100%;
  font-size: 15px;
  transition: var(--transition);
}

.login-form input:focus {
  border-color: var(--main-color-two);
  box-shadow: 0 0 0 3px rgba(1, 94, 234, 0.1);
}

.login-form .btn-primary {
  background: var(--primary-gradient);
  border: none;
  padding: 14px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  width: 100%;
  transition: var(--transition);
}

.login-form .btn-primary:hover {
  background: var(--accent-gradient);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* Error page */
.error-area h1 {
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 900;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

/* Contact Page */
.contact-form input, .contact-form textarea {
  border: 1px solid #d1d5db;
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  width: 100%;
  font-size: 15px;
  transition: var(--transition);
  background: #fff;
}

.contact-form input:focus, .contact-form textarea:focus {
  border-color: var(--main-color-two);
  box-shadow: 0 0 0 3px rgba(1, 94, 234, 0.1);
}

/* Utility extras */
.btn-primary {
  background: var(--primary-gradient);
  border: none;
  padding: 14px 28px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  color: #fff;
  transition: var(--transition);
}

.btn-primary:hover {
  background: var(--accent-gradient);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  color: #fff;
}

.btn-outline-primary {
  border: 2px solid var(--main-color-two);
  color: var(--main-color-two);
  padding: 12px 28px;
  font-weight: 600;
  border-radius: var(--radius-sm);
  background: transparent;
}

.btn-outline-primary:hover {
  background: var(--primary-gradient);
  color: #fff;
  border-color: transparent;
}

.badge {
  padding: 6px 12px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 12px;
}

section {
  position: relative;
}
