
/* Banner ================================== */
.banner{
    min-height: 100vh;
    position: relative;
    background: url(../assets/images/contact/contactBnr.png) no-repeat center / cover;
}
.bnr-desc{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}
.bnr-desc h1{
    max-width: 1008px;
    line-height: 0.8;
    margin-bottom: 50px;
}


.bnr-link {
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    font-size: 20px;
}
.active-link{
    color: var(--theme-color);
}
.active-link::before{
    content: "";
    position: absolute;
    left: 64px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: var(--theme-color);
}
.bnr-left-dsgn{
    width: clamp(70px, 20vw, 163px);
    height: 63px;
    position: absolute;
    bottom: 35px;
    left: 0px; 
}
.bnr-right-dsgn{
    width: clamp(120px, 30vw, 357px);
    height: 179px;
    position: absolute;
    bottom: 100px;
    right: -50px;
}
.bnr-left-dsgn>img,.bnr-right-dsgn>img{
    width: 100%;height: 100%;
    object-fit: contain;
}


/* contact-intro-sec====================== */
.contact-intro-sec {
  padding: 60px 0px;
}

.contact-intro-wrap {
  max-width: 820px;
  margin: 0 auto;
}

.contact-intro-wrap>.title2 {
  margin-bottom: 30px;
}

.contact-intro-wrap> p {
opacity: 50%;
}

/* Responsive */
@media (max-width: 992px) {
  .contact-intro-title {
    font-size: 30px;
  }
}
/* contact-info-sec======================= */
.contact-info-sec {
  padding: 60px 0;
  position: relative;
}

.contact-info-card {
  max-width: 296px;
  min-height: 307px;
  margin: 0 auto;
}

.contact-icon {
  width: 100px;
  height: 100;
  margin: 0 auto 25px;
}

.contact-icon > svg {
  width: 100%;
  height: 100%;
}

.contact-info-card>.title3 {
  color: var(--theme-color);
  margin-bottom: 25px;
}

.contact-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 8px;
}

/* MAP */
.map{
    height:clamp(500px, 60vh, 660px);
    margin-top: 50px;
}
.map iframe {
  display: block;
  height: 100%;
}
.contact-info-sec-pattern{
    width: clamp(70px, 20vw, 163px);
    height: 63px;
    position: absolute;
    top: 60%;
    left: 38px; 
    z-index: -1;
}
.contact-info-sec-pattern>img{
    width: 100%;height: 100%;
    object-fit: contain;
}

/* contact-form-sec======================= */
.contact-form-sec {
  padding: 60px 0;
  position: relative;
}
.contact-form-wrap{
    max-width: 720px;
    margin: 0 auto;
}
/* HEADER */
.contact-form-header>.subtitle2{
    margin-bottom: 30px;
}
.contact-form-header>.subtitle2::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
background-color: var(--theme-color);
top: -15px;
left: 50%;
  
}


.contact-form-header>.title2 {
  margin-bottom: 30px;
}

/* FORM */
.contact-form input,
.contact-form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 14px 20px;
  margin-bottom: 24px;
}

.contact-form textarea {
  height: 184px;
  resize: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #bbb;
}

/* BUTTON */
.contact-form-btn>button {
  margin: 0 auto;
  background: transparent;
  color: #fff;
}

.contact-form-sec-pattern{
    width: clamp(70px, 20vw, 163px);
    height: 63px;
    position: absolute;
    bottom: 191px;
    right: 73px; 
    z-index: -1;
}
.contact-form-sec-pattern>img{
    width: 100%;height: 100%;
    object-fit: contain;
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .contact-form-title {
    font-size: 30px;
  }
}

.footer-sec {
 padding-top: 60px;
}

/* NEWSLETTER */
.newsletter-sec {
  padding: 0 0 100px;
}

.newsletter-subtitle {
  color: var(--theme-color);
  /* display: inline-flex; */
  align-items: center;
  font-size: 16px;
  font-weight:700;
  margin-bottom: 30px;
}

.newsletter-wrap> .title2 {
  margin: 0 auto;
  margin-bottom: 90px;
  max-width: 363px;
  
}

.newsletter-form {
  max-width: 653px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.newsletter-form input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  padding: 12px 0;
}

.newsletter-form input::placeholder {
  color: #ffffff;
}

.newsletter-form button {
  background: none;
  border: none;
  color: #fff;
  letter-spacing: 1px;
}

/* FOOTER MAIN */
.footer-main>.container {
  padding: 60px 0;
  border-block: 1px solid rgba(255,255,255,0.2);
}
.footer-brand{max-width: 400px;padding: 0 12px;}
/* LOGO */
.footer-logo {
  margin-bottom: 50px;
}

.footer-logo span {
  color: var(--primary-color);
}

.footer-text {
  color: #ffffff;
  opacity: 50%;
  margin-bottom: 50px;
}

.footer-phone{
  display: flex;
  align-items: center;
}
.phone-number {
  font-size: 18px;
}
.phone-logo{
  margin-right: 14px;
}
.phone-label {
  color: var(--theme-color);
  font-size: 10px;
  margin-top: 10px;
}

/* COLUMNS */
.footer-heading {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  width: fit-content;
}
.footer-heading::after{
  content: "";
  position: absolute;
  top: 50%;right: -15px;
  transform: translateY(-30%);
  width: 10px;
  height: 10px;
  background: var(--theme-color);
}


.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 10px 0 15px;
  color: #ffffff;
  font-size: 19px;
}

.footer-main .footer-col{
  padding-inline: 30px;
}

/* CONTACT */
.footer-contact {
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-email {
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-phone2 {
  color: var(--theme-color);
  margin-bottom: 30px;
}

/* SOCIAL */
.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-social a i{
  color: #fff;
}
.footer-social a:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.copywrite{
  padding-block: 30px;
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .footer-main .row > div {
    margin-bottom: 40px;
  }

  .newsletter-title {
    font-size: 30px;
  }
}