@import "footer.css";
@import "slider.css";
@import "home.css";
@import "city.css";

/* ----- GLOBAL RESET & PREMIUM STYLE (CSS ONLY ANIMATIONS) ----- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #F9FAFE;
  overflow-x: hidden;
}

:root {
  --primary-color: #FF6B00;
  --secondary-color: #001232;
  --light-blue: #2F5D8A;
  --brand-pink: #d4006c;
  --white: #FFFFFF;
  --text-muted: #adb5bd;
  --dark: #1A1A1A;
  --gray: #F5F7FA;
  --gradient: linear-gradient(90deg, #FF6B00, #FF3D7F);
}

/* breadcrump */
.ir-breadcrumb-section {
  background: #fff;
}

.ir-breadcrumb-box {
  position: relative;
  background: linear-gradient(135deg, #ffffff 0%, #fff7f2 100%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-left: 58px;
  min-height: 350px;
}

.ir-breadcrumb-content {
  max-width: 520px;
  position: relative;
  z-index: 5;
}

.ir-breadcrumb-nav {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: var(--white);
  padding: 6px 6px;
  border-radius: 18px;
  border: 1px solid #eeeeee;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.ir-breadcrumb-nav a {
  text-decoration: none;
  color: var(--secondary-color);
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: .3s;
}

.ir-breadcrumb-nav a:hover {
  color: var(--primary-color);
}

.ir-breadcrumb-nav a i {
  color: var(--primary-color);
}

.ir-breadcrumb-nav span {
  font-size: 15px;
  font-weight: 700;
}

.ir-breadcrumb-nav .active-page {
  color: var(--primary-color);
}

.ir-breadcrumb-image {
  width: 45%;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ir-breadcrumb-image img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
  position: relative;
  z-index: 5;
  border: 18px solid #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.10);
}

.circle-shape {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  border: 35px solid rgba(255, 107, 0, 0.10);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.top-circle {
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(255, 107, 0, 0.10);
  border-radius: 50%;
  top: -70px;
  left: 80px;
}

.dot-pattern {
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: radial-gradient(rgba(255, 107, 0, 0.25) 2px, transparent 2px);
  background-size: 18px 18px;
  z-index: 1;
}

.dot-left {
  left: 20px;
  top: 120px;
}

.dot-right {
  right: 44%;
  top: 60px;
}

@media(max-width:1200px) {

  .ir-breadcrumb-content h1 {
    font-size: 58px;
  }

  .ir-breadcrumb-content p {
    font-size: 18px;
  }

}

@media(max-width:991px) {

  .ir-breadcrumb-box {
    flex-direction: column;
    text-align: center;
    padding: 45px 30px;
    min-height: auto;
  }

  .ir-breadcrumb-content {
    max-width: 100%;
  }

  .ir-breadcrumb-content h1 {
    font-size: 46px;
  }

  .ir-breadcrumb-nav {
    justify-content: center;
  }

  .ir-breadcrumb-image {
    display: none;
  }

  .circle-shape {
    width: 450px;
    height: 450px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .dot-right {
    right: 30px;
  }

}

@media(max-width:767px) {

  .ir-breadcrumb-section {
    padding: 20px 0;
  }

  .ir-breadcrumb-box {
    padding: 35px 20px;
    border-radius: 22px;
  }

  .ir-breadcrumb-content h1 {
    font-size: 38px;
  }

  .ir-breadcrumb-content p {
    font-size: 16px;
    line-height: 1.7;
  }

  .ir-breadcrumb-nav {
    padding: 15px 20px;
    gap: 12px;
  }

  .ir-breadcrumb-nav a,
  .ir-breadcrumb-nav span {
    font-size: 15px;
  }

  .circle-shape {
    width: 300px;
    height: 300px;
    border-width: 22px;
  }

  .top-circle {
    width: 110px;
    height: 110px;
    left: 20px;
  }

  .dot-pattern {
    display: none;
  }

}

/* contacts us  */
.content {
  background: #f8f9fc;
  position: relative;
  overflow: hidden;
}

.content::before {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 107, 0, 0.06);
  top: -80px;
  left: -80px;
}

.content::after {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(212, 0, 108, 0.05);
  bottom: -80px;
  right: -80px;
}


.content h2 {
  font-weight: 800;
  line-height: 1.3;
  color: var(--secondary-color);
}

.content .dark-red {
  color: var(--primary-color);
}

.content .border-bottom {
  border-color: #ececec !important;
  transition: .3s;
}

.content .border-bottom:hover {
  transform: translateX(8px);
}

.content .avatar {
  width: 45px;
  height: 45px;
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient) !important;
  box-shadow: 0 10px 25px rgba(255, 107, 0, 0.18);
  transition: .3s;
}

.content .border-bottom:hover .avatar {
  transform: scale(1.08);
}


.content .card {
  border: none;
  border-radius: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.content .form-control {
  height: 55px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: none !important;
}

.content textarea.form-control {
  height: 120px;
  resize: none;
}

.content .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.08) !important;
}


.content .btn-danger {
  background: var(--gradient) !important;
  border: none;
  border-radius: 12px;
  padding: 14px 28px;
  font-weight: 600;
  transition: .3s;
}

.content .btn-danger:hover {
  transform: translateY(-3px);
}


.map-grid iframe {
  border-radius: 24px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
}


@media(max-width:767px) {

  .content h2 {
    font-size: 34px;
  }

}


/* about page */
.about-section {
  background:
    radial-gradient(circle at top left, rgba(255, 107, 0, 0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(212, 0, 108, 0.08), transparent 30%),
    #f8f9fc;
  overflow: hidden;
  position: relative;
}


.about-wrapper {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  padding: 60px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.about-wrapper::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: rgba(255, 107, 0, 0.08);
  border-radius: 50%;
  top: -120px;
  right: -120px;
}

.about-tag {
  padding: 10px 22px;
  border-radius: 50px;
  background: rgba(255, 107, 0, 0.10);
  color: var(--primary-color);
  font-weight: 700;
  letter-spacing: 1px;
}

.about-text {
  color: #5d6678;
  font-size: 15px;
  line-height: 1.9;
  margin-top: 25px;
}

/* FEATURES */

.about-feature-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient);
  color: #fff;
  font-size: 24px;
  box-shadow: 0 12px 25px rgba(255, 107, 0, 0.18);
}

.about-feature h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 8px;
}

.about-image-box {
  position: relative;
  border-radius: 35px;
  overflow: hidden;
}

.about-image-box img {
  width: 100%;
  border-radius: 35px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
}

.glow-1 {
  width: 180px;
  height: 180px;
  background: rgba(255, 107, 0, 0.30);
  top: -30px;
  left: -30px;
}

.glow-2 {
  width: 180px;
  height: 180px;
  background: rgba(212, 0, 108, 0.25);
  bottom: -30px;
  right: -30px;
}

.future-box {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 40px;
  transition: .35s;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.future-box::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgba(255, 107, 0, 0.08);
  border-radius: 50%;
  top: -50px;
  right: -50px;
  transition: .4s;
}

.future-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.08);
}

.future-box:hover::before {
  transform: scale(1.4);
}

.future-icon {
  width: 60px;
  height: 60px;
  border-radius: 22px;
  background: var(--gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 25px;
  box-shadow: 0 12px 30px rgba(255, 107, 0, 0.20);
}

.future-box h4 {
  color: var(--secondary-color);
  margin-bottom: 15px;
}

@media(max-width:991px) {

  .about-wrapper {
    padding: 40px 30px;
  }

  .about-title {
    font-size: 42px;
  }

}

@media(max-width:767px) {

  .about-wrapper {
    padding: 30px 20px;
    border-radius: 25px;
  }

  .about-title {
    font-size: 34px;
  }

  .about-text {
    font-size: 16px;
  }

  .future-box {
    padding: 28px;
    border-radius: 24px;
  }

  .future-box h4 {
    font-size: 24px;
  }

}

/* service page */

.ir-service-section {
  background: #f8f9fc;
}

.ir-service-tag {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: rgba(255, 107, 0, 0.10);
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
}

.ir-service-title {
  font-size: 35px;
  font-weight: 800;
  color: var(--secondary-color);
}

.ir-service-card {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  overflow: hidden;
  transition: .35s;
  border: 1px solid #ececec;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.ir-service-card::before {
  content: '';
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 107, 0, 0.05);
  top: -70px;
  right: -70px;
  transition: .4s;
}

.ir-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.ir-service-card:hover::before {
  transform: scale(1.5);
}

.ir-icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  margin-bottom: 22px;
  box-shadow: 0 15px 25px rgba(255, 107, 0, 0.18);
  position: relative;
  z-index: 2;
}

.ir-content {
  position: relative;
  z-index: 2;
}

.ir-content p {
  color: #667085;
  line-height: 1.8;
  margin: 0;
}

.ir-arrow {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f4f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  transition: .3s;
}

.ir-service-card:hover .ir-arrow {
  background: var(--gradient);
  color: #fff;
  transform: rotate(45deg);
}


.ir-sticky-box {
  position: sticky;
  top: 0;
  background: var(--secondary-color);
  border-radius: 32px;
  padding: 40px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 20px 45px rgba(0, 18, 50, 0.18);
}

.ir-glow {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(255, 107, 0, 0.18);
  top: -120px;
  right: -120px;
  filter: blur(10px);
}

.ir-support-icon {
  width: 60px;
  height: 60px;
  border-radius: 24px;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-bottom: 28px;
  position: relative;
  z-index: 2;
}

.ir-support-text {
  font-size: 14px;
  letter-spacing: 2px;
  color: #d1d5db;
  position: relative;
  z-index: 2;
}

.ir-sticky-box h3 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
  margin: 18px 0;
  position: relative;
  z-index: 2;
}

.ir-sticky-box p {
  color: #d1d5db;
  line-height: 1.9;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.ir-call-btn {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  padding: 6px 13px;
  border-radius: 22px;
  text-decoration: none;
  transition: .35s;
  position: relative;
  z-index: 2;
}

.ir-call-btn:hover {
  transform: translateY(-5px);
}

.ir-call-icon {
  width: 45px;
  height: 45px;
  border-radius: 18px;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.ir-call-btn small {
  display: block;
  color: #667085;
}

.ir-call-btn strong {
  color: var(--secondary-color);
  font-size: 18px;
}

.ir-bottom-box {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 2;
}

.ir-bottom-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-weight: 600;
}

.ir-bottom-item i {
  color: #4ade80;
}

@media(max-width:991px) {

  .ir-sticky-box {
    position: relative;
    top: 0;
  }

  .ir-service-title {
    font-size: 42px;
  }

}

@media(max-width:767px) {

  .ir-service-title {
    font-size: 34px;
  }

  .ir-service-card,
  .ir-sticky-box {
    padding: 24px;
    border-radius: 24px;
  }

  .ir-content h4 {
    font-size: 22px;
  }

  .ir-sticky-box h3 {
    font-size: 28px;
  }

  .ir-call-btn {
    flex-direction: column;
    align-items: flex-start;
  }

}


/* all service page */
.home-relocation-hero {
  background: #f8f9fc;
  overflow: hidden;
}

.hero-tag,
.section-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 50px;
  background: rgba(255, 107, 0, 0.10);
  color: var(--primary-color);
  letter-spacing: 1px;
}

.hero-title,
.section-title {
  color: var(--secondary-color);
}

.hero-text {
  font-size: 18px;
  line-height: 1.9;
  color: #667085;
  margin-top: 22px;
}

.hero-btn {
  background: var(--gradient);
  color: #fff;
  padding: 16px 30px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
}

.hero-btn-outline {
  border: 1px solid #ddd;
  color: var(--secondary-color);
  padding: 16px 30px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 700;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.hero-feature-box {
  background: #fff;
  border-radius: 16px;
  padding: 14px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.hero-feature-box i {
  color: var(--primary-color);
}

.hero-image-wrapper {
  position: relative;
}

.hero-glow {
  position: absolute;
  width: 320px;
  height: 320px;
  background: rgba(255, 107, 0, 0.18);
  border-radius: 50%;
  filter: blur(50px);
  top: -80px;
  right: -80px;
}

.hero-main-image,
.why-image {
  border-radius: 32px;
  position: relative;
  z-index: 2;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.process-card {
  background: #fff;
  padding: 35px 28px;
  border-radius: 28px;
  text-align: center;
  transition: .35s;
  height: 100%;
  border: 1px solid #ececec;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.process-card:hover {
  transform: translateY(-8px);
}

.process-icon {
  width: 60px;
  height: 60px;
  border-radius: 24px;
  margin: auto;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient);
  color: #fff;
  font-size: 25px;
}

.process-card h4 {
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.process-card p,
.why-box p {
  color: #667085;
  line-height: 1.8;
  margin: 0;
}

.why-box {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.why-icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
  flex-shrink: 0;
}

.why-box h5 {
  color: var(--secondary-color);
  margin-bottom: 10px;
}

@media(max-width:991px) {

  .hero-title,
  .section-title {
    font-size: 46px;
  }

}

@media(max-width:767px) {

  .hero-title,
  .section-title {
    font-size: 34px;
  }

  .hero-text {
    font-size: 16px;
  }

  .process-card,
  .why-box {
    padding: 22px;
    border-radius: 22px;
  }

}

/* why choose us page */
.why-choose-section {
  background: var(--gray);
  overflow: hidden;
}

.wc-tag {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 30px;
  background: rgba(255, 107, 0, 0.1);
  color: var(--primary-color);
  font-weight: 600;
  /* font-size: 14px; */
}

.wc-title {
  /* font-size: 48px; */
  font-weight: 800;
  color: var(--secondary-color);
  line-height: 1.3;
}

.wc-title span {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wc-desc {
  /* font-size: 17px; */
  color: #555;
  line-height: 1.8;
}

.wc-card {
  background: var(--white);
  padding: 35px 30px;
  border-radius: 24px;
  transition: .4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.wc-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.wc-icon {
  width: 50px;
  height: 50px;
  border-radius: 20px;
  background: var(--gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.wc-icon i {
  font-size: 20px;
  color: var(--white);
}

.wc-card h4 {
  color: var(--secondary-color);
  margin-bottom: 14px;
}

.wc-card p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
}

.wc-stats {
  background: var(--secondary-color);
  padding: 45px 30px;
  border-radius: 30px;
}

.wc-stat-box h4 {
  color: var(--primary-color);
  margin-bottom: 8px;
}

.wc-stat-box p {
  color: var(--white);
  margin-bottom: 0;
  /* font-size: 15px; */
}

.wc-cta {
  background: var(--white);
  padding: 60px 30px;
  border-radius: 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.wc-cta h2 {
  /* font-size: 42px;  */
  font-weight: 800;
  color: var(--secondary-color);
}

.wc-cta p {
  color: #666;
  margin-top: 14px;
  /* font-size: 17px; */
}

.wc-btn-primary {
  background: var(--gradient);
  color: var(--white);
  padding: 14px 34px;
  border-radius: 40px;
  font-weight: 600;
  border: none;
}

.wc-btn-primary:hover {
  color: var(--white);
  transform: translateY(-2px);
}

.wc-btn-outline {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 14px 34px;
  border-radius: 40px;
  font-weight: 600;
}

.wc-btn-outline:hover {
  background: var(--primary-color);
  color: var(--white);
}


@media(max-width:576px) {

  .why-choose-section {
    padding: 60px 0;
  }

  .wc-title {
    font-size: 28px;
  }

  .wc-card {
    border-radius: 20px;
  }

  .wc-stats {
    padding: 30px 15px;
  }

  .wc-stat-box h2 {
    font-size: 26px;
  }

  .wc-btn-primary,
  .wc-btn-outline {
    width: 100%;
  }

}