/* Theme CSS */
:root {
  --indigo: #1d2f74;
  --blue: #6973b3;
  --red: #d9654b;
  --yellow: #e9b34e;
  --dark-gray: #212529;
  --gray: #6c757d;
  --white: #ffffff;
  --light: #f5f5f5;
  --transition-standard: all 0.3s ease;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  font-weight: inherit;
  font-style: inherit;
  font-family: "Inter", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Abril Fatface";
}
h2.accordion-header {
  font-family: "Inter" !important;
}
.active .nav-link {
  color: var(--red) !important;
}
/* root bg colors */
.bg-indigo {
  background-color: var(--indigo) !important;
}
.bg-blue {
  background-color: var(--blue) !important;
}
.bg-red {
  background-color: var(--red) !important;
}
.bg-yellow {
  background-color: var(--yellow) !important;
}
.bg-dark-gray {
  background-color: var(--dark-gray) !important;
}
.bg-gray {
  background-color: var(--gray) !important;
}
.bg-white {
  background-color: var(--white) !important;
}
.bg-light {
  background-color: var(--light) !important;
}

/* root text colors */
.text-indigo {
  color: var(--indigo) !important;
}
.text-blue {
  color: var(--blue) !important;
}
.text-red {
  color: var(--red) !important;
}
.text-yellow {
  color: var(--yellow) !important;
}
.text-dark-gray {
  color: var(--dark-gray) !important;
}
.text-gray {
  color: var(--gray) !important;
}
.text-white {
  color: var(--white) !important;
}
.text-light {
  color: var(--light) !important;
}

.p-100 {
  padding: 100px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* root border colors */
.border-indigo {
  border-color: var(--indigo) !important;
}
.border-blue {
  border-color: var(--blue) !important;
}
.border-red {
  border-color: var(--red) !important;
}
.border-yellow {
  border-color: var(--yellow) !important;
}
.border-dark-gray {
  border-color: var(--dark-gray) !important;
}
.border-gray {
  border-color: var(--gray) !important;
}
.border-white {
  border-color: var(--white) !important;
}
.border-light {
  border-color: var(--light) !important;
}
.text-body {
  font-size: 20px;
}
.form-control {
  padding: 15px;
  border: none;
}
.form-control:focus {
  box-shadow: none;
}
.form-control[type="checkbox"] {
  border: 2px solid #6c757d;
}
.form-control[type="checkbox"]:checked {
  border: 0;
}

::placeholder {
  color: #cccccc !important;
}
.card-title {
  margin-bottom: 0.5rem;
  font-family: "Abril Fatface";
}
.btn {
  background-color: var(--yellow);
  border-radius: 5px;
  font-family: "Inter";
  font-size: 16px !important;
  font-weight: 400;
  margin-right: 5px;
  margin-left: 5px;
  border: 0;
  padding: 12px 30px;
}
@media (min-width: 768px) {
  .btn {
    padding: 10px 20px;
  }
}
.btn:hover {
  background: white;
  color: black;
}
.rounded-5 {
  border-radius: 5px;
}
.component-fag25gxdy {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: var(--white);
}

.component-0-13 {
  font-family: "Inter";
  font-size: 16px;
}

.component-0-16 {
  font-family: "Inter";
  font-size: 16px;
}

.component-0-18 {
  font-family: "Inter";
  font-size: 16px;
}

.component-0-20 {
  font-family: "Inter";
  font-size: 16px;
}

.component-0-22 {
  font-family: "Inter";
  font-size: 16px;
}

.component-0-24 {
  font-family: "Inter";
  font-size: 16px;
}

.component-fzu4zn0d2 {
  position: relative;
}

.component-8uva7w85p {
  padding-top: 0px;
}

.component-8tng7qyvd {
  position: absolute;
  top: -1px;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 100%;
  padding-bottom: 100px;
  padding-left: 0px;
  padding-top: 100px;
  background-color: #00000085;
}

.component-4p0ycmkyp {
  font-family: "Inter";
  color: var(--light);
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}

.component-6o5fh1fmg {
  font-family: "Abril Fatface";
  color: var(--red);
  font-size: 64px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
}

.component-6im2rkw62 {
  color: rgb(255, 255, 255);
  font-family: "Inter";
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  width: 70%;
}

.component-1-8 {
  background-color: var(--yellow);
  border-radius: 5px;
  font-family: "Inter";
  font-size: 22px;
  font-weight: 400;
  margin-right: 5px;
  margin-left: 5px;
  border-color: var(--yellow);
  padding: 12px 30px;
}

.component-1-10 {
  background-color: var(--blue);
  border-radius: 5px;
  font-family: "Inter";
  font-size: 22px;
  font-weight: 400;
  margin-right: 5px;
  margin-left: 5px;
  border-color: var(--blue);
  padding: 12px 30px;
}

.component-5pm8gyjxh {
  background-color: var(--red);
  padding-top: 50px;
  padding-bottom: 50px;
}

.component-th30n549j {
  margin-bottom: 0px;
  color: rgb(255, 255, 255);
  font-family: "Inter";
  font-size: 30px;
}

.component-b4ti7fjjf {
  color: rgb(255, 255, 255);
  font-size: 36px;
  font-family: "Abril Fatface";
  margin-bottom: 5px;
}

.component-puwrkiv4e {
  color: var(--yellow);
  font-size: 30px;
  padding-right: 5px;
  padding-left: 0px;
}

.component-pijpgyvl2 {
  color: var(--yellow);
  font-size: 30px;
  padding-right: 5px;
  padding-left: 0px;
}

.component-ifjg09wtx {
  color: var(--yellow);
  font-size: 30px;
  padding-right: 5px;
  padding-left: 0px;
}

.component-g44vn27n7 {
  color: var(--yellow);
  font-size: 30px;
  padding-right: 5px;
  padding-left: 0px;
}

.component-9vw9rmnnn {
  color: var(--yellow);
  font-size: 30px;
  padding-right: 5px;
  padding-left: 0px;
}

.component-yvcojohmj {
  place-self: center;
}

.component-12brnvzyc {
  text-align: right;
}

.component-2-12 {
  background-color: var(--indigo);
  padding: 12px 30px;
}

.component-6vc1jektd {
  padding-top: 100px;
  padding-bottom: 100px;
}

.component-w8ntvt6ls {
  font-family: "Inter";
  font-size: 24px;
  line-height: 30px;
  color: var(--red);
  text-align: center;
  margin-bottom: 0px;
}

.component-9ab6gg4g6 {
  font-family: "Abril Fatface";
  font-size: 46px;
  text-align: center;
  color: var(--indigo);
  font-weight: 600;
}

.component-n732ocoov {
  width: 90%;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--indigo);
  margin-top: -80px;
  z-index: 33;
  position: relative;
}

.component-x3pz25r5d {
  color: var(--yellow);
  font-family: "Inter";
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.component-3kd0ap6w9 {
  color: rgb(255, 255, 255);
  font-family: "Inter";
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.component-abjefo8l7 {
  color: rgb(255, 255, 255);
  font-family: "Inter";
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.component-y6pmy45kf {
  text-align: center;
}

.component-3-9 {
  background-color: var(--red);
  border-radius: 5px;
  border-color: var(--red);
  padding: 12px 30px;
  margin-top: 30px;
}

.component-1dnaiq70o {
  background-color: rgb(245, 245, 245);
  padding-top: 100px;
  padding-bottom: 15rem;
  z-index: 0;
  position: relative;
}

.component-gnzjk4gmz {
  color: var(--red);
  font-size: 24px;
  font-family: "Inter";
}

.component-wjvht3bi3 {
  color: var(--indigo);
  font-family: "Abril Fatface";
  font-size: 46px;
  font-weight: 600;
}

.component-hcfn7dyqw {
  place-self: end;
}

.component-tsgr1gefc {
  color: rgb(108, 117, 125);
  font-family: "Inter";
  font-size: 20px;
}

.component-00vnf0are {
  place-self: end;
}

.component-niulq32xj {
  text-align: right;
}

.component-4-9 {
  background-color: transparent;
  font-size: 16px;
  border-color: var(--red);
  border-width: 1px;
  border-radius: 5px;
  padding: 12px 30px;
  color: #d9654b;
}

.component-b954whilk {
  padding-bottom: 0px;
}

.component-i8ri31oz4 {
  margin-top: 50px;
  padding-bottom: 0px;
  z-index: 2147483647;
  position: relative;
}

.component-xqtyeilvy {
  margin-bottom: 10px;
}

.component-4-14 {
  margin-bottom: 0px;
}

.component-4-15 {
  padding: 40px 30px;
}

.component-4-16 {
  font-family: "Abril Fatface";
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}

.component-4-17 {
  color: rgb(108, 117, 125);
  font-family: "Inter";
  font-size: 20px;
  margin-bottom: 30px;
}

.component-4-21 {
  background-color: var(--red);
  border-color: var(--red);
  padding: 17px 50px;
  width: 100%;
}

.component-psc20t562 {
  margin-bottom: 10px;
}

.component-4-24 {
  margin-bottom: 0px;
}

.component-4-25 {
  padding: 40px 30px;
}

.component-4-26 {
  font-family: "Abril Fatface";
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}

.component-4-27 {
  color: rgb(108, 117, 125);
  font-family: "Inter";
  font-size: 20px;
  margin-bottom: 30px;
}

.component-4-31 {
  background-color: var(--red);
  border-color: var(--red);
  padding: 17px 50px;
  width: 100%;
}

.component-ngekl507c {
  margin-bottom: 10px;
}

.component-4-34 {
  margin-bottom: 0px;
}

.component-4-35 {
  padding: 40px 30px;
}

.component-4-36 {
  font-family: "Abril Fatface";
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}

.component-4-37 {
  color: rgb(108, 117, 125);
  font-family: "Inter";
  font-size: 20px;
  margin-bottom: 30px;
}

.component-4-38 {
  background-color: var(--red);
  border-color: var(--red);
  padding: 17px 50px;
  width: 100%;
}

.component-3gdo2qr0t {
  margin-bottom: 10px;
}

.component-4-41 {
  margin-bottom: 0px;
}

.component-4-42 {
  padding: 40px 30px;
}

.component-4-43 {
  font-family: "Abril Fatface";
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}

.component-4-44 {
  color: rgb(108, 117, 125);
  font-family: "Inter";
  font-size: 20px;
  margin-bottom: 30px;
}

.component-4-48 {
  background-color: var(--red);
  border-color: var(--red);
  padding: 17px 50px;
  width: 100%;
}

.component-cvqhgfh8x {
  background-color: var(--indigo);
  padding-top: 200px;
  padding-bottom: 100px;
  margin-top: -200px;
  background-image: url("images/image-1734110892911-425741749.png");
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center top;
}

.component-smt5bzupc {
  color: var(--red);
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.component-8gcwo0o70 {
  color: rgb(255, 255, 255);
  font-size: 46px;
  font-weight: 400;
  font-family: "Abril Fatface";
  text-align: center;
}

.component-wis9rbtw7 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 30px;
  font-family: "Inter";
  text-align: center;
}

.component-qi4cjnp0p {
  margin-top: 50px;
}

.component-y07539bzk {
  background-color: var(--red);
  height: 300px;
  border-radius: 100%;
  width: 300px;
}

.component-e02dn9nhb {
  width: 120px;
  height: 120px;
}

.component-vqq3sg2r5 {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-family: "Inter";
  text-align: center;
  margin-top: 20px;
}

.component-tlfu7ndhu {
  background-color: var(--red);
  height: 300px;
  border-radius: 100%;
  width: 300px;
}

.component-wja047ped {
  width: 120px;
  height: 120px;
}

.component-im5txlkcy {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-family: "Inter";
  text-align: center;
  margin-top: 20px;
}

.component-x5bledu7s {
  background-color: var(--red);
  height: 300px;
  border-radius: 100%;
  width: 300px;
}

.component-ddrsylszw {
  width: 120px;
  height: 120px;
}

.component-5vm5uibja {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-family: "Inter";
  text-align: center;
  margin-top: 20px;
}

.component-wcuxipo4e {
  background-color: var(--red);
  height: 300px;
  border-radius: 100%;
  width: 300px;
}

.component-ibrcx2pp2 {
  width: 120px;
  height: 120px;
}

.component-jj0zf64zu {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-family: "Inter";
  text-align: center;
  margin-top: 20px;
}

.component-b7014su1m {
  text-align: center;
}

.component-4-76 {
  background-color: var(--yellow);
  padding: 12px 30px;
  margin-top: 40px;
}

.component-d1bfcw2uv {
  margin-top: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.component-5-8 {
  background-color: transparent;
  font-size: 16px;
  border-color: var(--red);
  border-width: 1px;
  border-radius: 5px;
  padding: 12px 30px;
  color: #d9654b;
}

.component-i9suryf1r {
  margin-top: 10px;
}

.component-sdeyzwyvq {
  margin-top: 10px;
}

.component-w5mdxi7yr {
  margin-top: 10px;
}

.component-44zuyww32 {
  margin-top: 10px;
}

.component-4yqihcopm {
  margin-top: 10px;
}

.component-q13916bum {
  margin-top: 10px;
}

.component-anke86wgy {
  margin-top: 10px;
}

.component-p9iz4glo7 {
  margin-top: 10px;
}

.component-mk8m1nzcl {
  padding-top: 100px;
  padding-bottom: 200px;
  background-color: rgb(245, 245, 245);
}

.component-76n3wtcg2 {
  color: var(--red);
  font-size: 24px;
  font-family: "Inter";
  text-align: center;
}

.component-ro50b3ovv {
  color: var(--indigo);
  font-family: "Abril Fatface";
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}

.component-4mm5iw71i {
  color: rgb(108, 117, 125);
  font-family: "Inter";
  font-size: 20px;
  text-align: center;
}

.component-6-7 {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 15px;
}

.component-6-9 {
  font-size: 24px;
  color: rgb(33, 37, 41);
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.component-6-12 {
  margin-bottom: 15px;
}

.component-6-14 {
  font-size: 24px;
  color: rgb(33, 37, 41);
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.component-6-17 {
  margin-bottom: 15px;
}

.component-6-19 {
  font-size: 24px;
  color: rgb(33, 37, 41);
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.component-zkzhlmisf {
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 75px;
  /* margin-top: -150px; */
}

.component-foom38wyd {
  background-color: var(--red);
  padding: 0px;
}

.component-6kwfmh3ps {
  background-color: #f5f5f5;
  padding: 40px;
}

.component-qh8erl5z0 {
  color: var(--indigo);
  font-family: "Inter";
  font-size: 24px;
  line-height: 30px;
}

.component-5re13cpga {
  color: rgb(255, 255, 255);
  font-family: "Abril Fatface";
  font-size: 46px;
  font-weight: 400;
}

.component-oowgs1xvp {
  margin-top: 20px;
  padding-top: 0px;
}

.component-6joaggs6x {
  height: auto;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: "Inter";
}

.component-7-8 {
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.component-2774h6uhb {
  height: auto;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: "Inter";
}

.component-7-11 {
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.component-5bprn1seb {
  height: auto;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: "Inter";
}

.component-7-14 {
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.component-67uyay6t8 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: "Inter";
}

.component-p3cmug1sm {
  padding: 0px 11px;
}

.component-4g8e9rvap {
  color: rgb(255, 255, 255);
  font-family: "Inter";
  font-size: 20px;
  margin-left: 0px;
  padding-left: 0px;
}

.component-s0ua37q5n {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 15px;
  margin-right: 0px;
}

.component-xzrugfzsl {
  font-size: 0px;
}

.component-7z48arhs7 {
  margin-bottom: 0px;
  color: rgb(33, 37, 41);
  font-family: "Inter";
  font-size: 16px;
  margin-top: 6px;
}

.component-veda7cwjw {
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  padding: 15px;
}

.component-am8obg04b {
  font-size: 0px;
}

.component-21stsp9f8 {
  margin-bottom: 0px;
  color: rgb(33, 37, 41);
  font-family: "Inter";
  font-size: 16px;
  margin-top: 6px;
}

.component-z77yktvox {
  padding: 0px;
}

.component-qnt8zgsdi {
  padding: 0px;
}

.component-t5adue5w9 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 0px;
}

.component-cxrhx1jsh {
  color: var(--red);
  font-size: 24px;
  font-family: "Inter";
  text-align: center;
  text-transform: uppercase;
}

.component-53y76ib50 {
  color: var(--indigo);
  font-family: "Abril Fatface";
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}

.component-48t76cytd {
  margin-top: 20px;
}

.component-nvrcygg3a {
  background-color: var(--indigo);
  padding-top: 100px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

.component-um5n845gk {
  margin-top: 30px;
  padding-top: 40px;
}

.component-qgraj315l {
  font-family: "Inter";
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.component-0enp534ab {
  font-family: "Inter";
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.component-dk1yxk5uh {
  font-family: "Inter";
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.component-9u40010wz {
  font-family: "Inter";
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.component-5ulffxfqe {
  font-family: "Inter";
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.component-6lui5wrgy {
  color: var(--red);
  font-size: 24px;
}

.component-zji7ljtjg {
  min-height: 100px;
  color: rgb(255, 255, 255);
  margin-top: 50px;
}

.component-6rdcwx0fl {
  color: var(--red);
  font-size: 24px;
}

.component-amm65wtzq {
  min-height: 100px;
  color: rgb(255, 255, 255);
  margin-top: 50px;
}

.component-ajyk45ajg {
  border-color: var(--blue);
  margin-top: 50px;
}

.component-l4qec9cde {
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 28px;
  font-family: "Inter";
  margin-top: 20px;
  text-align: center;
}
section.section.component-fzu4zn0d2 {
  height: 100vh;
}

.component-8uva7w85p {
  height: 100%;
  object-fit: cover;
}

.component-6im2rkw62 {
  font-size: 16px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .component-6o5fh1fmg {
    font-size: 46px;
    line-height: 50px;
  }
.component-zkzhlmisf {
padding-bottom: 0;
}
}
@media screen and (min-width: 991px) {
  .w-md-auto {
    width: auto !important;
  }
}

.component-6im2rkw62 {
  font-size: 16px;
  line-height: 20px;
}
input[type="checkbox"] {
  width: 20px !important;
  height: 20px !important;
  border-radius: 100%;
  margin-top: 5px;
}

input[type="checkbox"]:checked {
  background-image: url(images/checkbox-bg.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.accordion-item {
  margin-bottom: 10px;
}
.accordion-item {
  background-color: #fff;
  border: 0;
}
.buildo-list a {
  font-family: "Inter";
  color: rgb(255, 255, 255);
  font-size: 20px;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  div#navbarNavDropdown {
    position: absolute;
    top: 70px;
    z-index: 9999999;
    left: 0;
    background: #fff;
    width: 100%;
    padding: 20px;
  }
}
.accordion-button::after {
  background-image: url(images/plus.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  transition: transform 0.2s ease-in-out;
  width: 50px;
  height: 50px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(images/minus.svg) !important;
  transform: none !important;
}
@media screen and (max-width: 450px) {
  img.site-logo.img-fluid.component-0-6 {
    width: 200px;
  }
  .navbar-toggler {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  img.img-fluid.component-k1lzarpbw {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }
}
@media screen and (max-width: 375px) {
  section.section.component-fzu4zn0d2 {
    height: 130vh;
  }
}
li.nav-item {
  display: flex;
  align-items: center;
}
.banner-section {
  background-image: url(images/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.service-tab li.active {
  background-color: var(--red);
  color: var(--white) !important;
}
.service-tab li.active i {
  color: var(--white) !important;
}
.service-tab li {
  border: 1px solid #cccccc;
  background-color: var(--white);
  border-radius: 5px;
  color: #cccccc !important;
  cursor: pointer;
}

.service-tab li i {
  color: #cccccc !important;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
@media screen and (max-width: 500px) {
  .nav-item .btn {
    width: 100%;
  }
}
.overlay-s {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
ul.dropdown-menu {
  margin-top: 171px;
  position: absolute !important;
}

li.nav-item.dropdown.component-0-15 {
  position: relative;
}

/* 5 columns on large screens (above 1200px) */
@media (min-width: 1201px) {
  .col-5-custom {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* 3 columns on medium screens (992px to 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {
  .col-5-custom {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* 2 columns on tablets (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .col-5-custom {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* 1 column on mobile (below 768px) */
@media (max-width: 767px) {
  .col-5-custom {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Common styles for all breakpoints */
.col-5-custom {
  margin-bottom: 20px;
}

.card.h-100 {
  height: 100% !important;
}

/* Ensure proper spacing between rows */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* Footer Styles */
.footer {
  padding-top: 60px;
  background-color: var(--indigo);

  padding-bottom: 20px;
}

.footer h5 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer ul li a {
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 16px;
}

.footer ul li a:hover {
  color: var(--red) !important;
}

.footer .social-links a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer .social-links a:hover {
  color: var(--red) !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .footer h5 {
    margin-top: 20px;
  }

  .footer .col-lg-2,
  .footer .col-lg-4 {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .footer ul li a,
  .footer p {
    font-size: 14px;
  }

  .footer h5 {
    font-size: 16px;
  }

  .footer .container {
    max-width: 95%;
  }
}
/* Responsive Adjustments */
@media (max-width: 991px) {
  .footer .row > div {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .footer {
    padding-top: 40px;
  }
}

.component-uwadrtugb.col-6.col-sm-3.mb-4 img {
  height: 307px;
  object-fit: cover;
  width: 100%;
}



/* ===== BRIGHT CLEAN WINDOWS - ENHANCED STYLING ===== */


/* ----- Global Enhancements ----- */


body {
  overflow-x: hidden;
}

.section {
  /* position: relative; */
}

/* ----- Enhanced Navigation ----- */
.navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.navbar-nav .nav-link {
  position: relative;
  transition: var(--transition-standard);
}

.navbar-nav .nav-link:after {
  content: '';
  /* position: absolute; */
  width: 0;
  height: 2px;
  /* bottom: -3px; */
  /* left: 50%; */
  /* background-color: var(--red); */
  transition: var(--transition-standard);
  transform: translateX(-50%);
}



/* ----- Button Enhancements ----- */
.btn {
  transition: var(--transition-standard);
  border-radius: 5px;
  letter-spacing: 0.3px;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

}

.btn.bg-red:hover {
  background-color: #ffffff !important;
  color: var(--indigo) !important;
}

.btn.bg-indigo:hover {
  background-color: #182761 !important;
}

.btn.bg-yellow:hover, 
.component-1-8:hover {
  background-color: #d9a53b !important;
}

.btn.bg-blue:hover, 
.component-1-10:hover {
  /* background-color: #5c67a1 !important; */
}

/* ----- Hero Section Enhancements ----- */
.component-8tng7qyvd {
  padding-top: 150px;
  padding-bottom: 150px;
}

.overlay-s {
  background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.5));
}

.component-4p0ycmkyp {
  font-weight: 400;
}

.component-6o5fh1fmg {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.component-6im2rkw62 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

/* ----- Service Cards Enhancements ----- */
.card {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  transition: var(--transition-standard);
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.card-img-top {
  height: 200px;
  object-fit: cover;
  transition: var(--transition-standard);
}

.card:hover .card-img-top {
  transform: scale(1.05);
}

.card-body {
  padding: 25px;
  background-color: #ffffff;
}

.card-title {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
  color: var(--indigo);
}

.card-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: var(--yellow);
}

.card-text {
  color: var(--gray);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

/* Icon wrapper for service cards - only if you add the HTML */
.service-icon-wrapper {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.service-icon-wrapper i {
  color: var(--red);
}

/* ----- About Us Section Enhancements ----- */
.component-w8ntvt6ls {
  font-weight: 500;
  letter-spacing: 1px;
}

.component-9ab6gg4g6 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.component-k1lzarpbw {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.component-n732ocoov {
  border-radius: 8px;
}

.component-x3pz25r5d {
  font-weight: 600;
}

.component-3kd0ap6w9, 
.component-abjefo8l7 {
  line-height: 1.7;
}

.component-3-9:hover {
  background-color: #ffffff;
}

/* ----- Our Offer Section Enhancements ----- */
.component-cvqhgfh8x {
  position: relative;
  z-index: 1;
}

.component-cvqhgfh8x:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/image-1734110892911-425741749.png");
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0.07;
  z-index: -1;
}

.component-8gcwo0o70 {
  margin-bottom: 20px;
}

.component-wis9rbtw7 {
  width: 80%;
  margin: 0 auto 40px;
  font-size: 18px;
}

/* Feature circles */
.component-y07539bzk,
.component-tlfu7ndhu,
.component-x5bledu7s,
.component-wcuxipo4e {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: var(--transition-standard);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.component-y07539bzk:hover,
.component-tlfu7ndhu:hover,
.component-x5bledu7s:hover,
.component-wcuxipo4e:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

.component-y07539bzk:after,
.component-tlfu7ndhu:after,
.component-x5bledu7s:after,
.component-wcuxipo4e:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 2px dashed rgba(255,255,255,0.3);
  border-radius: 50%;
  z-index: -1;
}

.component-vqq3sg2r5,
.component-im5txlkcy,
.component-5vm5uibja,
.component-jj0zf64zu {
  font-weight: 500;
  font-size: 22px;
}

.component-b7014su1m .btn {
  padding: 15px 30px;
  font-weight: 500;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(233, 179, 78, 0.3);
}

.component-b7014su1m .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(233, 179, 78, 0.4);
}

.component-b7014su1m .btn svg {
  transition: var(--transition-standard);
}

.component-b7014su1m .btn:hover svg {
  transform: translateX(5px);
}

/* ----- Gallery Section Enhancements ----- */
.component-uwadrtugb {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin-bottom: 20px;
}

.component-uwadrtugb img {
  transition: var(--transition-standard);
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.component-uwadrtugb:hover img {
  transform: scale(1.1);
}

.component-uwadrtugb:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 47, 116, 0);
  transition: var(--transition-standard);
  z-index: 1;
  border-radius: 8px;
}

.component-uwadrtugb:hover:after {
  background-color: rgba(29, 47, 116, 0.3);
}

/* ----- FAQ Section Enhancements ----- */
.component-mk8m1nzcl {
  padding-top: 80px;
  padding-bottom: 180px;
}

.component-ro50b3ovv {
  margin-bottom: 20px;
}

.component-4mm5iw71i {
  width: 70%;
  margin: 0 auto 40px;
}

.accordion-item {
  margin-bottom: 15px;
  border-radius: 8px !important;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.1) !important;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.accordion-button {
  font-weight: 500;
  padding: 20px 25px;
  transition: var(--transition-standard);
}

.accordion-button:not(.collapsed) {
  background-color: var(--indigo);
  color: white;
}

.accordion-body {
  padding: 25px;
  background-color: #f9f9f9;
  line-height: 1.7;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,0.1);
}

/* ----- Contact Form Enhancements ----- */
.component-zkzhlmisf {
  /* margin-top: -150px; */
}

.component-foom38wyd {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.component-6kwfmh3ps {
  padding: 40px;
}

.component-qh8erl5z0 {
  font-weight: 600;
  letter-spacing: 1px;
}

.component-5re13cpga {
  margin-bottom: 15px;
}

.form-label {
  font-weight: 500;
}

.form-control {
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.2);
  background-color: rgba(255,255,255,0.9);
  padding: 15px;
  transition: var(--transition-standard);
}

.form-control:focus {
  background-color: white;
  border-color: var(--yellow);
  box-shadow: 0 0 0 3px rgba(233, 179, 78, 0.2);
}

.component-qnt8zgsdi {
  border-radius: 0 8px 8px 0;
  object-fit: cover;
  height: 100%;
}

/* ----- Testimonials Section Enhancements ----- */
.component-t5adue5w9 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.component-t5adue5w9:before {
  content: '"';
  font-family: "Abril Fatface";
  position: absolute;
  font-size: 300px;
  color: rgba(233, 179, 78, 0.05);
  right: -50px;
  bottom: -50px;
  z-index: 0;
}

.component-cxrhx1jsh {
  font-weight: 600;
  letter-spacing: 1px;
}

.component-53y76ib50 {
  margin-bottom: 30px;
}

#stuif01 {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border: none;
}

/* ----- Footer Enhancements ----- */
.footer {
  padding-top: 60px;
  background-color: var(--indigo);
  padding-bottom: 20px;
}

.footer h5 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.footer h5:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--red);
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  transition: var(--transition-standard);
  font-size: 16px;
}

.footer ul li a:hover {
  color: var(--red) !important;
  text-decoration: none;
  padding-left: 5px;
}

.border-top.border-blue {
  margin-top: 30px;
  padding-top: 20px;
}

/* ----- Responsive Adjustments ----- */
@media (max-width: 991px) {
  .component-6o5fh1fmg {
    font-size: 40px;
    line-height: 48px;
  }
  
  .component-6im2rkw62 {
    width: 90%;
  }
  
  .component-8tng7qyvd {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
  .component-wis9rbtw7,
  .component-4mm5iw71i {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .component-6o5fh1fmg {
    font-size: 32px;
    line-height: 40px;
  }
  
  .component-6im2rkw62 {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  
  .component-8tng7qyvd {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .component-qnt8zgsdi {
    border-radius: 0 0 8px 8px;
  }
  
  .footer h5 {
    margin-top: 20px;
  }
}


/* Service Cards Styling */
.services-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.service-card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 30px;
  transition: all 0.3s ease;
  margin-bottom: 50px;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.service-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.service-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: all 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

.service-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 2;
}

.service-icon i {
  color: #fff;
  font-size: 24px;
}

.service-content {
  padding: 15px 0 0;
}

.service-title {
  font-family: "Abril Fatface", serif;
  font-size: 28px;
  color: var(--indigo);
  margin-bottom: 15px;
}

.service-divider {
  height: 3px;
  width: 60px;
  background-color: var(--yellow);
  margin-bottom: 20px;
}

.service-text {
  color: var(--gray);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.service-features {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.feature-item {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.feature-item i {
  margin-right: 10px;
  font-size: 16px;
  color: var(--red);
}

.feature-item span {
  font-weight: 500;
  color: var(--dark-gray);
}

.service-btn {
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.service-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(217, 101, 75, 0.3);
  background-color: #c55a43 !important;
}

.service-btn i {
  transition: all 0.3s ease;
}

.service-btn:hover i {
  transform: translateX(5px);
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .service-title {
    font-size: 24px;
  }
  
  .service-text {
    font-size: 16px;
  }
  
  .feature-item {
    flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  .services-section {
    padding: 50px 0;
  }
  
  .service-card {
    padding: 20px;
  }
  
  .service-image img {
    height: 250px;
  }
  
  .service-icon {
    width: 50px;
    height: 50px;
  }
  
  .service-icon i {
    font-size: 20px;
  }
}



/* Contact Info Section */
.contact-info-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}

.contact-card {
  background-color: var(--indigo);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.contact-card:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(135deg, rgba(217, 101, 75, 0.2) 0%, rgba(29, 47, 116, 0) 100%);
  z-index: 1;
}

.contact-icon {
  width: 70px;
  height: 70px;
  background-color: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 15px rgba(217, 101, 75, 0.3);
}

.contact-icon i {
  color: white;
  font-size: 28px;
}

.contact-title {
  color: white;
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.contact-link, .contact-text {
  color: white;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}

.contact-link:hover {
  color: var(--yellow);
}

.contact-description {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  position: relative;
  z-index: 2;
}

/* Contact Form Section */
.contact-form-section {
  padding: 60px 0;
}

.contact-form-container {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.contact-form-wrapper {
  padding: 40px;
  height: 100%;
}

.form-header {
  margin-bottom: 30px;
}

.form-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.form-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--indigo);
  margin-bottom: 15px;
  font-family: "Abril Fatface", serif;
}

.form-description {
  color: var(--gray);
  font-size: 16px;
  line-height: 1.6;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--indigo);
}

.form-group label i {
  color: var(--red);
}

.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(217, 101, 75, 0.1);
}

.property-type-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.property-option {
  flex: 1;
  min-width: 150px;
}

.property-option input[type="radio"] {
  display: none;
}

.property-option label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.property-option label i {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--gray);
}

.property-option input[type="radio"]:checked + label {
  background-color: var(--indigo);
  color: white;
  border-color: var(--indigo);
}

.property-option input[type="radio"]:checked + label i {
  color: white;
}

.form-check {
  margin-top: 20px;
}

.btn-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--red);
  color: white;
  font-weight: 600;
  padding: 15px 30px;
  border-radius: 30px;
  border: none;
  transition: all 0.3s ease;
  width: 100%;
  font-size: 18px;
  margin-top: 20px;
}

.btn-submit span {
  margin-right: 10px;
}

.btn-submit i {
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: #c55a43;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(217, 101, 75, 0.2);
}

.btn-submit:hover i {
  transform: translateX(5px);
}

/* Image Side */
.contact-image-wrapper {
  position: relative;
  height: 100%;
}

.contact-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(29, 47, 116, 0.9), rgba(29, 47, 116, 0));
  padding: 30px;
}

.testimonial-content {
  color: white;
  position: relative;
  padding-left: 40px;
}

.testimonial-quote {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  color: var(--yellow);
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-style: italic;
}

.testimonial-stars {
  color: var(--yellow);
  margin-bottom: 5px;
}

.testimonial-name {
  font-size: 14px;
  font-weight: 600;
}

/* Map Section */
.map-section {
  background-color: #f8f9fa;
  padding: 60px 0;
}

.service-area-info {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.service-area-title {
  font-size: 24px;
  color: var(--indigo);
  margin-bottom: 15px;
  font-family: "Abril Fatface", serif;
}

.service-area-divider {
  width: 50px;
  height: 3px;
  background-color: var(--red);
  margin-bottom: 20px;
}

.service-area-list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.service-area-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: var(--gray);
  font-size: 16px;
}

.service-area-list li i {
  color: var(--red);
  margin-right: 10px;
}

.service-area-note {
  background-color: rgba(233, 179, 78, 0.1);
  padding: 15px;
  border-left: 3px solid var(--yellow);
  border-radius: 5px;
  color: var(--gray);
  font-size: 14px;
  line-height: 1.5;
}

.service-area-note i {
  color: var(--yellow);
  margin-right: 8px;
}

.map-wrapper {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .contact-form-wrapper {
    padding: 30px;
  }
  
  .form-title {
    font-size: 28px;
  }
  
  .property-option {
    flex: 1 0 45%;
  }
}

@media (max-width: 767px) {
  .contact-info-section,
  .contact-form-section,
  .map-section {
    padding: 40px 0;
  }
  
  .contact-form-wrapper {
    padding: 20px;
  }
  
  .form-title {
    font-size: 24px;
  }
  
  .btn-submit {
    padding: 12px 25px;
    font-size: 16px;
  }
  
  .service-area-info {
    margin-bottom: 20px;
  }
}
.nav-item .btn {
    white-space: nowrap;
}

        .gradient-bg {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
        }
        
        .header-gradient {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
        }
        
        .btn-gradient {
            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
            border: none;
        }
        
        .btn-gradient:hover {
            background: linear-gradient(135deg, #3d8bfe 0%, #00d4fe 100%);
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(79, 172, 254, 0.4);
        }
        
        .form-control:focus,
        .form-select:focus {
            border-color: #4facfe;
            box-shadow: 0 0 0 0.2rem rgba(79, 172, 254, 0.25);
        }
        
        .section-divider {
            border-bottom: 2px solid #dee2e6;
            position: relative;
            margin-bottom: 1.5rem;
        }
        
        .section-divider::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 60px;
            height: 2px;
            background: #4facfe;
        }
        
        .card-custom {
            border: none;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .availability-card {
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            border-radius: 8px;
        }

.custom-pt {
    padding-top: 4rem !important;
}