.innerpage-title-bar h1 {
    margin: 0;
    color: #fff;
}
.innerpage-title-bar {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-size: cover;
}
div#crumbs {
  text-align: center;
}
.related-posts-section ol li img {
    height: 250px;
}
/*  Service Inner  */
.service-inner-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
ul.service-inner-ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
img.service-list-img {
  width: 20px;
}
li.service-inner-list {
  display: flex;
  align-items: center;
  gap: 15px;
}
.service-inner-bottom {
  display: flex;
  gap: 30px;
  padding: 30px 0;
}
.service-inner-bottom-left {
  width: 50%;
}
.service-inner-bottom-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.service-inner-bottom-left {
  display: flex;
}
.service-inner-bottom-left img {
  border-radius: 20px;
  flex-shrink: 0;
  object-fit: cover;
}
h3.service-inner-h3 {
  font-size: 34px;
  color: #200043;
  margin: 0;
}
p.p.service-inner-p {
  margin: 0;
}
.home-service-boxes-3-card.service-inner-box-cardcard-2-service-home.aos-init.aos-animate {
  background: #e3ad0b;
}
.service-inner-top-image img {
  border-radius: 30px;
}
span.number.services-inner-number {
  background: #f1f7f3;
}
span.number.services-inner-number:after {
  box-shadow: 0 15px 0 0 #f1f7f3;
}
span.number.services-inner-number:before {
  box-shadow: 0 15px 0 0 #f1f7f3;
}
/* -----====================================== Visa-inner =====================================  */
/* --- Main Grid Layout --- */
.visa-consult-inner-main {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* ==========================================
   LEFT SIDEBAR STYLES
   ========================================== */

/* The outer box holding the links */
.service-inner-box {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
  border: 1px solid #f4f4f4;
}

.service-inner-box .links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.visa-consult-inner-left {
  width: 30%; /* Adjust this based on how wide you want the sidebar */
  position: -webkit-sticky;
  position: sticky;
  top: 50px; /* IMPORTANT: Increase this number if you have a sticky header on your site */
}

/* Individual Link Buttons */
.service-inner-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8fb; /* Light grayish-purple tint from your image */
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.service-inner-btn:hover {
  background-color: #e13833;
  border-color: #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  color: #0c1a44; /* Dark blue text on hover */
}
.sidebar-cta-box {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}

.cta-bottom-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #00255c;
  border-radius: 20px;
	    background-image: url(/wp-content/uploads/2026/04/Untitled-design-1-1.webp);
}
.cta-top-img {
  display: flex;
}
.cta-top-img img {
  border-radius: 20px 20px 0 0;
}
h3.cta-title {
  margin: 0;
  color: #fff;
}
/* Arrow Icon inside the button */
.service-inner-btn img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.service-inner-btn:hover img {
  transform: translateX(4px); /* Pushes the arrow slightly right on hover */
}

p.cta-desc {
  text-align: center;
  color: #fff;
}
.service-left-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 120px;
  height: fit-content;
}
.customer-benifit {
  display: flex;
  gap: 30px;
}
.customer-title h2 {
  font-size: 27px;
  margin: 0;
}
.customer-des p {
  margin: 0;
}
p.list-p {
  margin: 0;
}
.customer-left-sec2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
}
.image img {
  border-radius: 20px;
}
.image {
  display: flex;
}
.customer-left-sec1 {
  width: 50%;
  display: flex;
}




/* ==========================================
   RIGHT CONTENT STYLES
   ========================================== */

.visa-consult-inner-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 70%;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

/* Main Titles (e.g., "Business Visa") */
.top-image-description h1,
.top-image-description h2,
.top-image-description h3 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* Paragraph text */
.top-image-description p {
  font-size: 18px;
  color: #666666;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Numbered list styling from your screenshot */
.top-image-description ol {
  padding-left: 18px;
  margin-bottom: 25px;
}

.top-image-description ol li {
  font-size: 15px;
  color: #444444;
  line-height: 1.7;
  margin-bottom: 12px;
  font-weight: 500;
}

/* The large image */
.top-image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 16px;
}

/* ==========================================
   MOBILE RESPONSIVENESS
   ========================================== */

/* Tablet and below */
@media (max-width: 1024px) {
  .visa-consult-inner-main {
    flex-direction: column-reverse; /* This tells Flexbox to stack them top-to-bottom */
    gap: 35px;
  }

  /* You also need to reset the widths to 100% so they fill the mobile screen! */
  .visa-consult-inner-left,
  .visa-consult-inner-right {
    width: 100%;
  }

  .top-image-description h1,
  .top-image-description h2 {
    font-size: 28px;
  }
  .service-left-inner.aos-init.aos-animate {
    width: 100%;
  }
  .cta-top-img img {
    border-radius: 20px 20px 0 0;
    width: 100%;
  }
  .cta-top-img {
    display: flex;
    width: 100%;
  }
}

/* --- FAQ Wrapper (The White Background Card) --- */
.faqs-section-inner-wrapper .accordion {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 15px; /* Spacing between the pills */
}

/* --- FAQ Header (The Yellow Pill) --- */
.accordion__header {
  background-color: #e3ad0b; /* Your theme's yellow */
  padding: 10px 20px;
  border-radius: 50px; /* Makes the ends completely rounded */
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

/* Hover and Active State (The Orange Pill) */
.accordion__header:hover,
.accordion__header.is-active {
  background-color: #e68f26; /* Bright orange from your image */
}

/* Header Text Styling */
.accordion__header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff; /* White text */
  line-height: 1.2;
}

/* --- The Arrow Icon --- */
.accordion__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion__toggle::after {
  content: "\2192";
  font-family: sans-serif;
  font-size: 24px;
  color: #000000; /* Black arrow to match the image */
  transition: transform 0.3s ease;
}

/* Optional: Point the arrow down when the accordion is open */
.accordion__header.is-active .accordion__toggle::after {
  transform: rotate(90deg);
}

/* --- FAQ Body Content --- */
.accordion__body {
  display: none; /* Hide by default, assuming your JS toggles this */
  padding: 15px 30px 25px 30px; /* Aligns text with the pill text */
}

.accordion__body.is-active {
  display: block;
}

.accordion__body p {
  margin: 0;
  font-size: 16px;
  color: #555555;
  line-height: 1.7;
}
/* =========================================== Stock Inner =================================== */
.stock-market-inner-main {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.stock-market-inner-right.aos-init.aos-animate {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 70%;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}
.stock-market-left-inner.aos-init.aos-animate {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: sticky;
  top: 120px;
  height: 100%;
}
.links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.stock-market-inner-box {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.04);
  border: 1px solid #f4f4f4;
}

/*================================== Real Estate Inner ======================================  */
/* =========================================
   1. GLOBAL VARIABLES & BASE (DREAMPOINT COLORS)
========================================= */
:root {
  --brand-blue: #183f7a; /* Dreampoint Navy Blue */
  --brand-orange: #f59322; /* Dreampoint Gold/Orange */
  --brand-red: #fc4b5a; /* Dreampoint Red/Coral from Button */

  --text-dark: #1a1a1a;
  --text-gray: #555;
  --border-light: #eaeaea;
  --bg-light: #f6f6f6;
  --bt-color: #162457;
}

.real-estste-inner-section {
  color: var(--text-dark);
  line-height: 1.6;
  padding: 40px 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fff;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--brand-blue);
  margin-bottom: 20px;
}

/* Updated Button to match your Red/Coral screenshot */
.btn-primary {
  background: var(--bt-color) !important;
  color: #fff;
  padding: 14px 35px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase; /* Makes text VIEW LESS DESCRIPTION */
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  /*     box-shadow: 0 4px 10px rgba(252, 75, 90, 0.3); */
}

/* Hover changes to Dreampoint Blue */
.btn-primary:hover {
  background: var(--brand-blue);
  box-shadow: 0 4px 10px rgba(24, 63, 122, 0.3);
  transform: translateY(-2px);
}

/* =========================================
   2. GALLERY GRID
========================================= */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 40px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  transition: opacity 0.3s;
}

.gallery-grid img:hover {
  opacity: 0.85;
}

.main-image {
  position: relative;
  height: 100%;
}
.main-image img {
  min-height: 420px;
}

.sub-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}
.sub-images img {
  max-height: 100%;
}

.photo-count {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(24, 63, 122, 0.8); /* Dreampoint Blue transparent */
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
}

/* =========================================
   3. PROPERTY HEADER & FEATURES
========================================= */
.property-header-wrap {
  margin-bottom: 30px;
}

.price-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--brand-blue);
  margin-bottom: 10px;
}

.mortgage-badge {
  background: var(--bg-light);
  display: inline-block;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  margin-bottom: 20px;
  border-left: 4px solid var(--brand-orange); /* Orange accent line */
}

.property-header-wrap h1 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--brand-blue);
}

.location {
  color: #666;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.location img {
  width: 18px;
}

.features-strip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-light);
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
  color: var(--brand-blue);
  padding-right: 20px;
  border-right: 1px solid #ddd;
}
.feature-item:last-child {
  border-right: none;
}
.feature-item img {
  width: 22px;
  height: auto;
}
div#fullDescription p {
  margin-bottom: 15px;
}
/* =========================================
   4. CONTENT & DESCRIPTION (LINE CLAMP)
========================================= */

.description-box {
  margin-bottom: 50px;
  font-size: 16px;
  color: #444;
  line-height: 1.8;
}

.desc-content {
  transition: all 0.3s ease;
}
.desc-content.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* =========================================
   5. PROPERTY INFO CARD
========================================= */
.info-card {
  background: #fff;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 35px;
  margin-bottom: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.info-item {
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
  background: var(--bg-light);
  border-radius: 8px;
  font-size: 15px;
  border: 1px solid #eee;
}

.info-item .label {
  color: #666;
}
.info-item .value {
  font-weight: 600;
  color: var(--brand-blue);
}

/* =========================================
   6. FACILITIES & AMENITIES
========================================= */
.facilities-wrapper {
  background-color: var(--brand-blue);
  padding: 50px;
  border-radius: 12px;
  margin-bottom: 50px;
  color: #fff;
}

.facilities-wrapper .section-title {
  color: #fff;
  margin-bottom: 30px;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}

.amenity-card {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  transition:
    transform 0.3s ease,
    background 0.3s ease;
}

.amenity-card:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-3px);
  border-color: var(--brand-orange); /* Orange hover border */
}

.amenity-icon {
  background: #fff;
  color: var(--brand-blue);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* =========================================
   7. MORTGAGE CALCULATOR
========================================= */
.calculator-wrapper {
  background: #fff;
  border: 1px solid var(--border-light);
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.calc-layout {
  display: flex;
  gap: 50px;
  align-items: center;
}
.calc-controls {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.calc-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.calc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calc-header label {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
}
.calc-header span {
  color: var(--brand-blue);
  background: #f4f5f7;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
}

.range-wrap {
  border: 1px solid #e0e0e0;
  padding: 10px;
  border-radius: 4px;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  display: block;
}
input[type="range"]:focus {
  outline: none;
}

/* Dreampoint Orange Slider Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: var(--brand-orange);
  cursor: pointer;
  margin-top: -8px;
  box-shadow: 0 2px 5px rgba(245, 147, 34, 0.4);
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #e4e4e4;
  border-radius: 3px;
}

/* Calculator Result Box */
.calc-result {
  flex: 0.8;
  background: var(--brand-blue); /* Dreampoint Blue Box */
  color: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  border-bottom: 5px solid var(--brand-orange); /* Orange accent border at bottom */
}

.calc-result p {
  font-size: 16px;
  color: #e0e0e0;
  margin-bottom: 15px;
}

/* Dreampoint Orange Result Number */
.calc-result h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--brand-orange);
}

.calc-result .divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 25px 0;
}

.calc-breakdown {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 15px;
}
.calc-breakdown:last-child {
  margin-bottom: 0;
}

/* =========================================
   8. MAP
========================================= */

.map-container {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-light);
}


/* =========================================
   9. RESPONSIVE DESIGN (MOBILE)
========================================= */
@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-grid .main-image img {
    min-height: 250px;
  }
  .info-grid {
    grid-template-columns: 1fr;
  }
  .calc-layout {
    flex-direction: column;
  }
  .features-strip {
    gap: 15px;
    display: grid;
  }
  .feature-item {
    border-right: none;
    padding-right: 0;
    width: 45%;
  }
  .facilities-wrapper {
    padding: 30px 20px;
  }
}
/* ---------------------------------- Project Inner Page - -------------------------------------------  */
.project-inner-main {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.project-inner-sec-1 {
  display: flex;
  gap: 30px;
  padding-top: 30px;
}
.project-inner-images {
  display: flex;
  gap: 30px;
  padding: 25px 0;
}
.project-inner-sec-image-small,
.project-challange-1-left,
.project-inner-what-expexct-right {
  width: 35%;
}
.project-inner-sec-image-big,
.project-challange-1-right,
.project-inner-what-expexct-left {
  width: 65%;
}
.project-list-image img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.project-list-image {
  display: flex;
}
ul.project-details-list {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
li.project-deatails-list {
  display: flex;
  gap: 10px;
}
p.project-list-title,
p.project-list-title-desc {
  margin: 0;
}
.project-inner-what-expexct-right {
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
}
.profile-details-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
p.project-list-title {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 5px;
  color: #444444;
}
p.project-list-title-desc {
  color: #200043;
  font-weight: 500;
  font-family: "TASA Orbiter";
}
.project-inner-what-expexct-left-top {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.project-inner-sec-image-small img,
.project-inner-sec-image-big img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.project-inner-sec-image-big,
.project-inner-sec-image-small {
  padding: 20px;
}
.project-challange-1-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
ul.project-challanges-ul,
ul.project-challanges-2-ul {
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 10px;
}
li.project-list,
li.project-list-2 {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #444444;
}
.project-list-2-image img {
  width: 60px;
  flex-shrink: 0;
  height: 60px;
}

.project-list-2-image {
  display: flex;
}
h3.project-challange-title-h3 {
  color: #e3ad0b;
  font-size: 40px;
  margin: 0;
  line-height: 1;
}
p.project-challanges-p {
  margin: 0;
  font-weight: 600;
}
.project-list-2-title {
  font-size: 25px;
  color: #200043;
  font-weight: 500;
}
li.project-list-2 {
  align-items: flex-start !important;
}

.project-list-2-title-desc {
  text-align: justify;
}

/* Blog Page   */
.blog-section-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  padding-top: 30px;
}
.blog-top {
  bottom: -10px;
}

/* Blog Inner   */
.blog-inner-layout.corp-container {
  display: flex;
  gap: 50px;
  margin-top: 50px;
  align-items: flex-start;
}

.content-area {
  width: 70%;
}

aside#secondary {
  width: 30%;
  padding: 30px;
  position: sticky;
  top: 120px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 50px;
  background: #fff;
  border-radius: 30px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.widget.widget_search {
  margin: 0;
  padding: 15px;
  border: 1px Solid #ccc;
}
.search-form button[type="submit"] {
  background: #e3ad0b !important;
  padding: 10px;
}
.corp-content-wrapper {
  background: #fff;
  padding: 20px;
  border-radius: 30px;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.widget.widget_recent_entries {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.widget.widget_recent_entries ul li {
  margin: 0;
  font-size: 18px;
}
.widget.widget_recent_entries ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.widget-area
  .widget:not(.widget_tag_cloud):not(.widget_shopping_cart)
  a:not(.button):hover {
  color: #e3ad0b;
}
.sidebar .site-main,
.sidebar .content-area {
  margin: 0;
}
.related-posts-section li a .corp-content-wrapper {
    border-radius: 0 !important;
}


/* Contact Us  */

.contact-wrapper {
  display: flex;
  gap: 30px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-info {
  width: 39%;
}
.contact-item div {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

/* LEFT SIDE */

.contact-text {
  font-size: 16px;
  line-height: 1.7;
  color: #6c6c6c;
  margin-bottom: 35px;
  font-weight: 600;
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: center;
}

.icon {
  width: 42px;
  height: 42px;
  background: #d8a436;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon img {
  width: 20px;
  height: 20px;
}

.contact-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 3px;
  color: #333;
}

.contact-item p {
  margin: 0;
  font-size: 15px;
  color: #444444;
  font-weight: 600;
  font-size: 18px;
}
span.form-p {
  color: #e3ad0b;
}
.contact-item a {
  text-decoration: none;
  color: #200043;
  font-weight: 600;
  font-size: 18px;
}

.contact-item a:hover {
  color: #e3ad0b;
}

/* OFFICE HOURS */

.office-title {
  font-size: 22px;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #3b1559;
}

.office-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}

.office-hours li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0;
}

.office-hours .form-p {
  margin: 0;
  font-size: 15px;
  color: #555;
  font-weight: 600;
}

/* SOCIAL */

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b1559;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #d8a436;
  color: #fff;
}

/* RIGHT SIDE */

.form-tag {
  display: inline-block;
  background: #f1eef6;
  color: #3b1559;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.form-title {
  font-size: 52px;
  font-weight: 700;
  color: #2d0f44;
  margin-bottom: 10px;
  line-height: 1.2;
}

.form-title .form-p {
  display: inline;
  color: #d8a436;
  font-style: italic;
  font-family: serif;
  margin-left: 10px;
}

.form-desc {
  font-size: 15px;
  color: #666;
  margin-bottom: 30px;
  font-weight: 600;
}

/* FORM */

.contact-cnt-info-sec-right input,
.contact-cnt-info-sec-right textarea,
.contact-cnt-info-sec-right select {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.contact-cnt-info-sec-right textarea {
  height: 140px;
  resize: none;
}

/* BUTTON */

.contact-cnt-info-sec-right input[type="submit"] {
  background: #d8a436;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
  width: auto;
}

.contact-cnt-info-sec-right input[type="submit"]:hover {
  background: #c1922e;
}
.form-half-row {
  display: flex;
  gap: 20px;
}
.form-half-row p {
  width: 100%;
}

/* /thank you */
.thank-you-section {
  padding: 100px 20px;
  text-align: center;
  background-color: #f8f9fa;
}

.thank-you-wrapper h1 {
  font-size: 36px;
  color: #666;
  margin-bottom: 20px;
}

.thank-you-wrapper p {
  font-size: 18px;
  color: #444;
  margin-bottom: 30px;
}

.thank-you-wrapper .btn-primary {
  background-color: #666 !important;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s ease;
}

.thank-you-wrapper .btn-primary:hover {
  background-color: #021d3a;
}

.thank-you-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.btn-thankyou {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  font-size: 16px;
  background-color: rgba(134, 223, 156, 1);
  color: black !important;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  z-index: 1;
  animation: pulsePop 2s infinite ease-in-out;
}

/* Optional glowing motion border */
.btn-thankyou::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  animation: borderGlow 2s infinite ease-in-out;
  z-index: -1;
}

@keyframes pulsePop {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 200, 151, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 200, 151, 0.6);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 200, 151, 0.4);
  }
}

@keyframes borderGlow {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.2;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
.thanks-sec-wrapper.text-center {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

/*----------------------------------------- RESPONSIVE -----------------------------------*/

@media (max-width: 1024px) {
  .project-inner-sec-image-big,
  .project-challange-1-right,
  .project-inner-what-expexct-left {
    width: 100%;
  }
  .project-inner-sec-image-small,
  .project-challange-1-left,
  .project-inner-what-expexct-right,
  .service-inner-bottom-left,
  .service-inner-bottom-right,
  aside#secondary {
    width: 100%;
  }
  .project-inner-sec-1,
  .service-inner-bottom,
  .blog-inner-layout.corp-container {
    flex-direction: column;
  }
  .sidebar .site-main {
    margin: 0;
  }
  .stock-market-inner-main {
    flex-direction: column-reverse;
  }
  .contact-info {
    border-right: none;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .contact-form {
    padding-left: 0;
  }
  .stock-market-inner-right.aos-init.aos-animate {
    width: 100%;
  }
  .stock-market-left-inner.aos-init.aos-animate {
    width: 100%;
  }
}

@media (max-width: 768px) {
  ul.project-challanges-ul,
  ul.project-challanges-2-ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .project-inner-images {
    flex-direction: column;
    gap: 0;
  }
  .project-inner-sec-1 {
    padding-top: 15px;
  }
  .project-inner-main {
    gap: 15px;
  }
  aside#secondary {
    display: none;
  }
  .customer-benifit {
    flex-direction: column;
  }
  .customer-left-sec2,
  .customer-left-sec1 {
    width: 100%;
  }
  .accordion {
    padding: 0 !important;
    background: none !important;
  }
}
@media (max-width: 520px) {
  h3.project-challange-title-h3 {
    font-size: 30px;
  }
  span.home-about-span {
    display: none;
  }
}

h1.map-h1 {
  text-align: center;
  font-size: 40px;
  color: #200043;
}
