/* ===== Breadcrumb Area ===== */
.tj-breadcrumb-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 230px 0 120px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.tj-breadcrumb-area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(7 124 234 / .5);
    z-index: -2
}

.tj-breadcrumb-area::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(1 15 52 / .3);
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tj-breadcrumb-area {
        padding: 200px 0 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tj-breadcrumb-area {
        padding: 180px 0 80px
    }
}

@media (max-width:575px) {
    .tj-breadcrumb-area {
        padding: 180px 0 80px
    }
}

.tj-breadcrumb-bg-shape {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(4%, -30%);
    -ms-transform: translate(4%, -30%);
    transform: translate(4%, -30%);
    z-index: -1
}

.tj-breadcrumb-title {
    color: var(--tj-color-common-white);
    font-weight: var(--tj-fw-bold);
    margin-bottom: 12px;
    font-size: var(--tj-fs-h2);
}

.tj-breadcrumb-body {
    font-family: var(--tj-ff-heading);
    font-weight: var(--tj-fw-medium);
    font-size: 18px;
    color: var(--tj-color-common-white);
    margin-bottom: 0
}

.tj-breadcrumb-body .spacing {
    margin: 0 10px 0
}
/* banner  closed */
 .success-msg {
    position: relative;
    background: #e6f9f0;
    color: #0f5132;
    border: 1px solid #badbcc;
    padding: 14px 40px 14px 16px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 15px;
}

.success-msg .close-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #0f5132;
}

.success-msg .close-btn:hover {
    color: #000;
}

/* Contact Hero */
.kv-contact-hero {
  padding: 70px 0 0px;
  background: linear-gradient(180deg, #f9fbff, #ffffff);
}

/* SEO Headings */
.kv-h1 {
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.kv-h2 {
  font-size: 24px;
  font-weight: 600;
  color: #5b7cff;
  margin-bottom: 20px;
}

/* Text */
.kv-hero-text {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
  color: #555;
  max-width: 900px;
  margin: 0 auto;
}

/* Cards */
.kv-info-card {
  background: #ffffff;
  padding: 32px 26px;
  border-radius: 16px;
  height: 100%;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.07);
  transition: all 0.3s ease;
}

.kv-info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px #077ceab7;
}

.kv-info-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #222;
}

.kv-info-card p {
    text-align: justify;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

/* Highlight Card */
.kv-info-card.highlight {
  background: linear-gradient(135deg, #5b7cff, #2f4bff);
  color: #fff;
}

.kv-info-card.highlight h3,
.kv-info-card.highlight p,
.kv-info-card.highlight strong {
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .kv-h1 {
    font-size: 32px;
  }

  .kv-h2 {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .kv-contact-hero {
    padding: 50px 0 30px;
  }

  .kv-h1 {
    font-size: 26px;
  }

  .kv-h2 {
    font-size: 18px;
  }
}
    .tj-contact-cards-area {
  padding: 0 0 60px 0;

}

/* Card */
.contact-card {
  height: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 35px 28px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px #077ceab7;
}

/* ICON CENTER FIX */
.contact-card-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMPORTANT for flaticon */
.contact-card-icon i {
  font-size: 30px;
  line-height: 1;
  display: block;
}

/* Colors */
.contact-card-icon.help {
  background: #5b7cff;
  color: #fff;
}

.contact-card-icon.business {
  background: #00b894;
  color: #fff;
}

.contact-card-icon.legal {
  background: #fd9644;
  color: #fff;
}

/* Text */
.contact-card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.contact-card-text {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Button */
.contact-card-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 30px;
  background: #5b7cff;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.contact-card-btn:hover {
  background: #2f4bff;
  box-shadow: 0 10px 25px rgba(47, 75, 255, 0.45);
  color: #fff;
}


.tj-contact-area {
    position: relative;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .tj-contact-area .tj-submit-button {
        text-align: center
    }
    .tj-contact-area .tj-submit-button .tj-contact-btn {
        width: 100%
    }
}

.tj-contact-bg-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tj-contact-bg-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .tj-contact-bg-shape-2 {
        z-index: -1
    }
}

.tj-contact-bg-shape-3 {
    position: absolute;
    right: 0;
    top: 53%;
    transform: translate(0, -50%);
    z-index: -1;
    opacity: .09
}

.tj-contact-section-wrapper .tj-section-wrapper {
    margin-bottom: 48px
}

.tj-contact-thumb {
    margin-left: 55px;
    position: relative;
    z-index: 1
}

.tj-contact-thumb-shape-1 {
    position: absolute;
    bottom: 45%;
    right: 80px;
    max-width: 90px;
    width: 100%;
    z-index: -1
}

.tj-contact-thumb-shape-1 img {
    width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tj-contact-thumb {
        margin-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .tj-contact-thumb {
        text-align: center;
        margin-left: 0
    }
}

.tj-contact-form-wrapper {
    padding: 120px 0 120px 50px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tj-contact-form-wrapper {
        padding: 120px 0 120px 10px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tj-contact-form-wrapper {
        padding: 120px 0 120px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tj-contact-form-wrapper {
        padding: 50px 0 80px 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .tj-contact-form-wrapper {
        padding: 50px 0 80px
    }
}

.tj-contact-form-wrapper .form-input input {
    background: var(--tj-color-grey-3);
    padding: 18px 20px;
    margin-bottom: 30px;
    border-radius: 5px
}

.tj-contact-form-wrapper .form-input input::placeholder {
    font-family: var(--tj-ff-body);
    font-weight: 400;
    font-size: 16px;
    color: var(--tj-color-text-body)
}

.tj-contact-form-wrapper .form-input textarea {
    background: #ecf1f5;
    padding: 16px 20px;
    margin-bottom: 27px;
    resize: none;
    height: 190px;
    border-radius: 5px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .tj-contact-form-wrapper .form-input textarea {
        margin-top: 30px
    }
}

.tj-contact-form-wrapper .form-input textarea::placeholder {
    font-family: var(--tj-ff-body);
    font-weight: 400;
    font-size: 16px;
    color: var(--tj-color-text-body)
}

.tj-contact-inner-page-area {
    padding: 80px 0 80px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .tj-contact-inner-page-area {
        padding: 80px 0 80px
    }
}

.tj-contact-inner-page-info-box {
    margin-left: 26px;
    margin-top: -25px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .tj-contact-inner-page-info-box {
        margin-left: 0
    }
}

.tj-contact-inner-page-info-title {
    font-size: 30px;
    margin-bottom: 50px
}

.tj-contact-inner-page-info-item {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 245px
}

.tj-contact-inner-page-info-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 90px;
    row-gap: 50px;
    margin-bottom: 50px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tj-contact-inner-page-info-list {
        column-gap: 26px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tj-contact-inner-page-info-list {
        column-gap: 0
    }
}

.tj-contact-inner-page-info-list li {
    margin: 0;
    padding: 0;
    list-style: none
}

.tj-contact-inner-page-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    line-height: 1;
    font-size: 30px;
    color: var(--tj-color-common-white);
    background: linear-gradient(90deg, #0d57d7 0, #4d8eff 100%);
    border-radius: 5px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tj-contact-inner-page-info-icon {
        width: 60px;
        height: 60px
    }
}

.tj-contact-inner-page-info-icon i {
    display: inline-flex;
    line-height: 1
}

.tj-contact-inner-page-info-number {
    font-size: 18px;
    margin-bottom: 5px
}

.tj-contact-inner-page-info-link a {
    display: block;
    color: #5a5959;
}

.tj-contact-inner-page-info-link a:hover {
    color: var(--tj-color-theme-primary)
}

.tj-contact-inner-page-info-link span {
    display: block
}

.tj-contact-inner-page-media-title {
    margin-bottom: 10px
}

.tj-contact-inner-page-media-paragraph {
    color: var(--tj-color-heading-primary);
    margin-bottom: 28px
}

.tj-contact-inner-page-media-socials ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    column-gap: 10px;
    row-gap: 0
}

.tj-contact-inner-page-media-socials ul li {
    list-style: none
}

.tj-contact-inner-page-media-socials ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    line-height: 1;
    color: var(--tj-color-heading-primary);
    background: var(--tj-color-grey-3);
    border-radius: 10px;
    position: relative;
    z-index: 1
}

.tj-contact-inner-page-media-socials ul li a:hover {
    color: var(--tj-color-common-white);
    background: var(--tj-color-theme-primary)
}

.tj-contact-inner-page-form {
    max-width: 600px;
    width: 100%;
    margin-left: auto
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .tj-contact-inner-page-form {
        max-width: inherit;
        margin-left: inherit;
        margin-bottom: 80px
    }
}

.tj-contact-inner-page-form-title {
    color: var(--tj-color-heading-primary);
    margin-bottom: 40px
}

.tj-contact-inner-page-form form .form-input {
    margin-bottom: 20px
}

.tj-contact-inner-page-form form .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.tj-contact-inner-page-form form .form-input input[type=email],
.tj-contact-inner-page-form form .form-input input[type=text],
.tj-contact-inner-page-form form .form-input textarea {
    color: var(--tj-color-text-body);
    font-family: var(--tj-ff-heading);
    font-size: 14px;
    background: 0 0;
    border: 1px solid rgb(105 105 105 / .1);
    letter-spacing: .32px;
    width:100%;
    padding: 17px 25px;
    border-radius: 7px
}

.tj-contact-inner-page-form form .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder,
.tj-contact-inner-page-form form .form-input input[type=email]::placeholder,
.tj-contact-inner-page-form form .form-input input[type=text]::placeholder,
.tj-contact-inner-page-form form .form-input textarea::placeholder {
    color: var(--tj-color-text-body);
    letter-spacing: .32px;
    font-size: 14px
}

.tj-contact-inner-page-form form .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus,
.tj-contact-inner-page-form form .form-input input[type=email]:focus,
.tj-contact-inner-page-form form .form-input input[type=text]:focus,
.tj-contact-inner-page-form form .form-input textarea:focus {
    border: 1px solid var(--tj-color-theme-primary)
}

.tj-contact-inner-page-form form .form-input textarea {
    min-height: 125px;
    resize: none
}

.tj-contact-inner-page-form .submit-button {
    margin-top: 35px
}

.tj-contact-inner-page-form .submit-button .tj-primary-btn {
    width: 100%;
    border-radius: 7px;
    border: 2px solid #0d6efd; /* blue */
}

.tj-contact-inner-page-form .submit-button .tj-primary-btn.tj-hover-btn:hover {
    background: inherit;
    color: inherit

}

.tj-contact-inner-page-form .submit-button .tj-primary-btn.tj-hover-btn:hover .tj-hover-btn-circle-dot {
    width: 1500px;
    height: 1000px
}

.tj-contact-inner-page-form .submit-button .tj-primary-btn::before {
    border-radius: 7px
}

.tj-contact-inner-page-form .submit-button .tj-primary-btn:hover {
    color: var(--tj-color-heading-primary)
}

.tj-map-area {
    overflow: hidden
}

.tj-map-wrapper {
    position: relative;
    top: 10px
}

.tj-map-wrapper iframe {
    width: 100%;
    min-height: 715px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:575px) {
    .tj-map-wrapper iframe {
        width: 100%;
        min-height: 450px
    }
}
/* User input text color */
  #contactForm input,
  #contactForm textarea {
    color: #000000; /* black text */
  }

  /* Placeholder color (optional – lighter) */
  #contactForm ::placeholder {
    color: #9aa0a6; /* ash grey */
    opacity: 1;
  }
