/* =========================================
   PREMIUM CONTACT PAGE
========================================= */

.contact-hero {
  position: relative;
  min-height: 620px;
  padding: 90px 0;
  overflow: hidden;
  background: radial-gradient(circle at 80% 30%, rgba(168, 85, 247, .18), transparent 35%), linear-gradient(135deg, #faf7ff 0%, #ffffff 55%, #f4edff 100%);
}

  .contact-hero .container {
    position: relative;
    z-index: 3;
  }

.contact-label {
  display: inline-block;
  color: #6C2BD9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 18px;
  padding: 8px 16px;
  border-radius: 30px;
  background: rgba(108,43,217,.08);
}

.contact-hero h1 {
  max-width: 650px;
  color: #17132b;
  font-size: 58px;
  line-height: 1.12;
  font-weight: 800;
  margin-bottom: 25px;
}

  .contact-hero h1 span {
    background: linear-gradient( 90deg, #6C2BD9, #A855F7, #D946EF );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

.contact-hero-text {
  max-width: 560px;
  color: #6b6780;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.contact-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

  .contact-trust div {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #39344b;
    font-size: 13px;
    font-weight: 600;
  }

  .contact-trust i {
    color: #6C2BD9;
    font-size: 20px;
  }


/* HERO CARD */

.contact-hero-card {
  position: relative;
  min-height: 390px;
  padding: 50px;
  margin-left: 30px;
  overflow: hidden;
  border-radius: 35px;
  background: linear-gradient( 145deg, #6C2BD9, #8B5CF6 55%, #A855F7 );
  box-shadow: 0 35px 80px rgba(108,43,217,.28);
  color: #fff;
  animation: contactFloat 5s ease-in-out infinite;
}

@keyframes contactFloat {

  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.contact-card-circle {
  position: absolute;
  width: 280px;
  height: 280px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
}

  .contact-card-circle::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -90px;
    bottom: -100px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
  }

.contact-big-icon {
  position: relative;
  z-index: 2;
  font-size: 52px;
  margin-bottom: 25px;
  display: block;
}

.contact-hero-card h3 {
  position: relative;
  z-index: 2;
  max-width: 400px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 800;
}

.contact-hero-card p {
  position: relative;
  z-index: 2;
  max-width: 420px;
  color: rgba(255,255,255,.82);
  line-height: 1.7;
}

.contact-card-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  padding: 13px 22px;
  border-radius: 50px;
  background: #fff;
  color: #6C2BD9;
  font-size: 13px;
  font-weight: 700;
  transition: .35s;
}

  .contact-card-btn:hover {
    color: #6C2BD9;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0,0,0,.18);
  }

  .contact-card-btn i {
    transition: .3s;
  }

  .contact-card-btn:hover i {
    transform: translateX(6px);
  }


/* GLOW */

.contact-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.glow-one {
  width: 300px;
  height: 300px;
  background: rgba(168,85,247,.15);
  right: 5%;
  top: 10%;
}

.glow-two {
  width: 250px;
  height: 250px;
  background: rgba(108,43,217,.10);
  left: -100px;
  bottom: -100px;
}


/* =========================================
   CONTACT INFO
========================================= */

.contact-info-section {
  padding: 90px 0;
  background: #fff;
}

.section-heading span {
  color: #6C2BD9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.section-heading h2 {
  margin-top: 10px;
  color: #19162d;
  font-size: 38px;
  font-weight: 800;
}

  .section-heading h2 strong {
    color: #6C2BD9;
  }

.section-heading p {
  color: #777;
  font-size: 14px;
}


.contact-info-card {
  height: 100%;
  padding: 35px 28px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #eee8f7;
  box-shadow: 0 12px 35px rgba(60,30,100,.06);
  transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}

  .contact-info-card:hover {
    transform: translateY(-10px);
    border-color: #cbb4f5;
    box-shadow: 0 25px 55px rgba(108,43,217,.13);
  }

.contact-info-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 25px;
  transition: .4s;
}

.contact-info-card:hover .contact-info-icon {
  transform: rotate(-8deg) scale(1.1);
}

.phone-icon {
  background: linear-gradient(135deg,#6C2BD9,#A855F7);
}

.email-icon {
  background: linear-gradient(135deg,#2563EB,#38BDF8);
}

.location-icon {
  background: linear-gradient(135deg,#DB2777,#F472B6);
}

.contact-info-card > span {
  color: #8b849c;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.contact-info-card h3 {
  margin: 8px 0 10px;
  color: #201b31;
  font-size: 18px;
  font-weight: 750;
}

.contact-info-card p {
  color: #777;
  font-size: 12px;
  line-height: 1.7;
  min-height: 42px;
}

.contact-info-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  color: #6C2BD9;
  font-size: 12px;
  font-weight: 700;
  transition: .3s;
}

  .contact-info-card a:hover {
    gap: 12px;
  }


/* =========================================
   CONTACT FORM
========================================= */

.contact-form-section {
  padding: 90px 0;
  background: linear-gradient( 180deg, #faf8ff, #f5efff );
}

.contact-form-wrapper {
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(74,35,120,.13);
}


/* LEFT */

.contact-form-left {
  height: 100%;
  padding: 55px 45px;
  background: linear-gradient( 145deg, #541fa8, #6C2BD9 55%, #A855F7 );
  color: #fff;
}

  .contact-form-left > span {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    color: rgba(255,255,255,.75);
  }

  .contact-form-left h2 {
    margin: 18px 0;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 800;
  }

    .contact-form-left h2 strong {
      color: #E9D5FF;
    }

  .contact-form-left > p {
    color: rgba(255,255,255,.78);
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 35px;
  }

.contact-benefit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 25px;
}

  .contact-benefit > i {
    color: #E9D5FF;
    font-size: 19px;
    margin-top: 2px;
  }

  .contact-benefit strong,
  .contact-benefit small {
    display: block;
  }

  .contact-benefit strong {
    font-size: 13px;
  }

  .contact-benefit small {
    margin-top: 4px;
    color: rgba(255,255,255,.68);
    font-size: 10px;
  }


/* RIGHT */

.contact-form-right {
  padding: 55px 45px;
}

  .contact-form-right label {
    display: block;
    margin-bottom: 8px;
    color: #312a42;
    font-size: 12px;
    font-weight: 700;
  }

.contact-input,
.contact-textarea {
  display: flex;
  align-items: center;
  border: 1px solid #e8e1f1;
  border-radius: 13px;
  background: #faf9fc;
  transition: .3s;
}

.contact-input {
  height: 52px;
  padding: 0 15px;
}

.contact-textarea {
  align-items: flex-start;
  padding: 15px;
}

  .contact-input:focus-within,
  .contact-textarea:focus-within {
    border-color: #8B5CF6;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(108,43,217,.08);
  }

  .contact-input i,
  .contact-textarea i {
    color: #8B5CF6;
    margin-right: 10px;
  }

  .contact-input input,
  .contact-input select,
  .contact-textarea textarea {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    color: #333;
    font-size: 12px;
  }

    .contact-input input::placeholder,
    .contact-textarea textarea::placeholder {
      color: #aaa;
    }

.contact-input select {
  cursor: pointer;
}

.contact-textarea textarea {
  resize: vertical;
}


/* SUBMIT */

.contact-submit-btn {
  position: relative;
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 15px;
  background: linear-gradient( 135deg, #6C2BD9, #A855F7 );
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(108,43,217,.25);
  transition: .35s;
}

  .contact-submit-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(108,43,217,.32);
  }

  .contact-submit-btn i {
    margin-left: 8px;
    transition: .3s;
  }

  .contact-submit-btn:hover i {
    transform: translateX(7px);
  }


/* =========================================
   BOTTOM CTA
========================================= */

.contact-bottom {
  padding: 80px 0;
  background: #fff;
}

.contact-bottom-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 50px;
  border-radius: 28px;
  background: linear-gradient( 135deg, #f1e7ff, #fbf5ff, #fff );
  border: 1px solid #eadcf9;
}

  .contact-bottom-box::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -70px;
    bottom: -100px;
    border-radius: 50%;
    background: rgba(108,43,217,.10);
  }

  .contact-bottom-box span {
    color: #6C2BD9;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
  }

  .contact-bottom-box h2 {
    margin: 8px 0;
    color: #201a31;
    font-size: 30px;
    font-weight: 800;
  }

    .contact-bottom-box h2 strong {
      color: #6C2BD9;
    }

  .contact-bottom-box p {
    margin: 0;
    color: #777;
    font-size: 13px;
  }

.contact-bottom-btn {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  border-radius: 50px;
  background: linear-gradient( 135deg, #6C2BD9, #A855F7 );
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 25px rgba(108,43,217,.25);
  transition: .35s;
}

  .contact-bottom-btn:hover {
    color: #fff;
    transform: translateY(-4px);
  }

  .contact-bottom-btn i {
    transition: .3s;
  }

  .contact-bottom-btn:hover i {
    transform: translateX(6px);
  }


/* =========================================
   MOBILE
========================================= */

@media(max-width:991px) {

  .contact-hero {
    padding: 70px 0;
  }

    .contact-hero h1 {
      font-size: 45px;
    }

  .contact-hero-card {
    margin: 50px 0 0;
  }

  .contact-form-left,
  .contact-form-right {
    padding: 40px 30px;
  }

  .contact-bottom-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}

@media(max-width:576px) {

  .contact-hero h1 {
    font-size: 36px;
  }

  .contact-hero-text {
    font-size: 14px;
  }

  .contact-trust {
    flex-direction: column;
    gap: 12px;
  }

  .contact-hero-card {
    min-height: 350px;
    padding: 35px 25px;
  }

    .contact-hero-card h3 {
      font-size: 25px;
    }

  .section-heading h2 {
    font-size: 29px;
  }

  .contact-form-left h2 {
    font-size: 29px;
  }

  .contact-bottom-box {
    padding: 30px 25px;
  }

    .contact-bottom-box h2 {
      font-size: 25px;
    }
}
/* =========================================================
PREMIUM ANIMATION SYSTEM
Nandas79 Travels - Contact Page
========================================================= */

/* ---------- Smooth page entrance ---------- */

.contact-hero,
.contact-info-section,
.contact-form-section,
.contact-bottom {
  animation: pageFadeIn 0.9s ease both;
}

@keyframes pageFadeIn {
  from {
    opacity: 0;
  }

  ``` to {
    opacity: 1;
  }

  ```
}

/* ---------- HERO CONTENT REVEAL ---------- */

.contact-hero .col-lg-6:first-child {
  animation: heroContentReveal 1s cubic-bezier(.22,1,.36,1) both;
}

.contact-hero .col-lg-6:last-child {
  animation: heroCardReveal 1.1s cubic-bezier(.22,1,.36,1) .15s both;
}

@keyframes heroContentReveal {
  from {
    opacity: 0;
    transform: translateX(-45px);
  }

  ``` to {
    opacity: 1;
    transform: translateX(0);
  }

  ```
}

@keyframes heroCardReveal {
  from {
    opacity: 0;
    transform: translateX(45px) scale(.94);
  }

  ``` to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }

  ```
}

/* ---------- PREMIUM LABEL ---------- */

.contact-label {
  animation: labelReveal .8s ease .2s both;
}

@keyframes labelReveal {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  ``` to {
    opacity: 1;
    transform: translateY(0);
  }

  ```
}

/* ---------- ANIMATED GRADIENT TEXT ---------- */

.contact-hero h1 span {
  background-size: 200% auto;
  animation: gradientMove 5s ease infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }

  ``` 50% {
    background-position: 100% center;
  }

  100% {
    background-position: 0% center;
  }

  ```
}

/* ---------- HERO GLOW MOVEMENT ---------- */

.glow-one {
  animation: glowMoveOne 9s ease-in-out infinite;
}

.glow-two {
  animation: glowMoveTwo 11s ease-in-out infinite;
}

@keyframes glowMoveOne {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }

  ``` 50% {
    transform: translate(-35px, 25px) scale(1.15);
  }

  ```
}

@keyframes glowMoveTwo {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }

  ``` 50% {
    transform: translate(40px, -25px) scale(1.12);
  }

  ```
}

/* ---------- HERO CARD PREMIUM FLOAT ---------- */

.contact-hero-card {
  animation: contactFloat 5s ease-in-out infinite, cardGlow 4s ease-in-out infinite;
}

@keyframes cardGlow {
  0%, 100% {
    box-shadow: 0 35px 80px rgba(108,43,217,.25);
  }

  ``` 50% {
    box-shadow: 0 40px 95px rgba(168,85,247,.38);
  }

  ```
}

/* ---------- HERO CARD CIRCLE ---------- */

.contact-card-circle {
  animation: circleRotate 15s linear infinite;
}

@keyframes circleRotate {
  from {
    transform: rotate(0deg) scale(1);
  }

  ``` to {
    transform: rotate(360deg) scale(1.08);
  }

  ```
}

/* ---------- CHAT ICON FLOAT ---------- */

.contact-big-icon {
  animation: iconFloat 3s ease-in-out infinite;
}

@keyframes iconFloat {
  0%, 100% {
    transform: translateY(0);
  }

  ``` 50% {
    transform: translateY(-8px);
  }

  ```
}

/* ---------- TRUST ITEMS ---------- */

.contact-trust div {
  transition: transform .35s ease, color .35s ease;
}

  .contact-trust div:hover {
    transform: translateY(-4px);
  }

.contact-trust i {
  transition: transform .35s ease;
}

.contact-trust div:hover i {
  transform: scale(1.2);
}

/* ---------- INFO CARD PREMIUM HOVER ---------- */

.contact-info-card {
  position: relative;
  overflow: hidden;
}

  .contact-info-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, rgba(255,255,255,.7), transparent );
    transform: skewX(-20deg);
    transition: left .7s ease;
    pointer-events: none;
  }

  .contact-info-card:hover::before {
    left: 140%;
  }

  .contact-info-card:hover {
    transform: translateY(-12px) scale(1.015);
  }

/* ---------- ICON PREMIUM EFFECT ---------- */

.contact-info-icon {
  position: relative;
}

  .contact-info-icon::after {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: inherit;
    border: 1px solid rgba(108,43,217,.18);
    opacity: 0;
    transform: scale(.8);
    transition: .4s ease;
  }

.contact-info-card:hover .contact-info-icon::after {
  opacity: 1;
  transform: scale(1.12);
}

/* ---------- FORM WRAPPER ---------- */

.contact-form-wrapper {
  animation: formReveal 1s cubic-bezier(.22,1,.36,1) both;
}

@keyframes formReveal {
  from {
    opacity: 0;
    transform: translateY(45px);
  }

  ``` to {
    opacity: 1;
    transform: translateY(0);
  }

  ```
}

/* ---------- FORM INPUT ---------- */

.contact-input,
.contact-textarea {
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

  .contact-input:hover,
  .contact-textarea:hover {
    transform: translateY(-2px);
  }

  .contact-input:focus-within,
  .contact-textarea:focus-within {
    transform: translateY(-3px);
  }

  /* ---------- INPUT ICON ---------- */

  .contact-input i,
  .contact-textarea i {
    transition: transform .3s ease, color .3s ease;
  }

  .contact-input:focus-within i,
  .contact-textarea:focus-within i {
    transform: scale(1.15);
    color: #6C2BD9;
  }

/* ---------- BENEFIT ITEMS ---------- */

.contact-benefit {
  transition: transform .35s ease;
}

  .contact-benefit:hover {
    transform: translateX(7px);
  }

  .contact-benefit > i {
    transition: transform .35s ease;
  }

  .contact-benefit:hover > i {
    transform: scale(1.2);
  }

/* ---------- PREMIUM SUBMIT BUTTON ---------- */

.contact-submit-btn,
.contact-bottom-btn,
.contact-card-btn {
  position: relative;
  overflow: hidden;
}

  .contact-submit-btn::before,
  .contact-bottom-btn::before,
  .contact-card-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient( 90deg, transparent, rgba(255,255,255,.35), transparent );
    transform: skewX(-20deg);
    transition: left .7s ease;
  }

  .contact-submit-btn:hover::before,
  .contact-bottom-btn:hover::before,
  .contact-card-btn:hover::before {
    left: 140%;
  }

  /* ---------- BUTTON ARROW ---------- */

  .contact-submit-btn i,
  .contact-bottom-btn i,
  .contact-card-btn i {
    transition: transform .35s cubic-bezier(.22,1,.36,1);
  }

/* ---------- CTA ---------- */

.contact-bottom-box {
  animation: ctaReveal 1s cubic-bezier(.22,1,.36,1) both;
}

@keyframes ctaReveal {
  from {
    opacity: 0;
    transform: translateY(30px) scale(.98);
  }

 to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

}

/* ---------- CTA DECORATIVE CIRCLE ---------- */

.contact-bottom-box::after {
  animation: ctaCircle 8s ease-in-out infinite;
}

@keyframes ctaCircle {
  0%, 100% {
    transform: translate(0, 0);
  }

  ``` 50% {
    transform: translate(-25px, -20px) scale(1.1);
  }


}

/* ---------- CTA BUTTON ---------- */

.contact-bottom-btn {
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
}

  .contact-bottom-btn:hover {
    transform: translateY(-5px) scale(1.03);
  }

/* ---------- ACCESSIBILITY ---------- */

@media (prefers-reduced-motion: reduce) {

  ```
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }


}

/* ---------- MOBILE ---------- */

@media (max-width: 768px) {


  .contact-hero .col-lg-6:first-child,
  .contact-hero .col-lg-6:last-child {
    animation: mobileReveal .8s ease both;
  }

  .contact-hero .col-lg-6:last-child {
    animation-delay: .15s;
  }

  .contact-hero-card {
    animation: contactFloat 6s ease-in-out infinite, cardGlow 5s ease-in-out infinite;
  }

  .contact-info-card:hover {
    transform: translateY(-6px);
  }

  .contact-bottom-btn:hover {
    transform: translateY(-3px);
  }


}

@keyframes mobileReveal {
  from {
    opacity: 0;
    transform: translateY(25px);
  }

 to {
    opacity: 1;
    transform: translateY(0);
  }


}
