/* common css start */
.brand-bg-color{
    background-color: #d500ff!important;
}

.brand-text-color{
    color: #d500ff!important;
}
.nav-link:hover{
    color: #d500ff!important;
}

.brand-btn-bg{
    background-color: #6528f7!important;
}

.brand-btn-bg:hover{
    background-color: #fff!important;
    color: #000!important;
}

body{
      font-family: "Poppins", sans-serif;
}


/* common css end */

/* navbar humberger css start */
.navbar-toggler {
  border-color: white; /* optional */
}

.navbar-toggler-icon {
  background-image: none;
  width: 24px;
  height: 2px;
  background-color: white;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: white;
}

.navbar-toggler-icon::before {
  top: -7px;
}

.navbar-toggler-icon::after {
  top: 7px;
}
/* navbar humberger css start */






/* hero section start */

.hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-bg-slider,
.hero-bg-slider .carousel-inner,
.hero-bg-slider .carousel-item,
.bg-slide {
  height: 100vh;
}

.bg-slide {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 2;
}

.hero-content-wrap {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 15px;
}

.hero-title {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 12px;
}

.hero-typing {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 800;
  color: #d000ff;
  margin-bottom: 25px;
  min-height: 84px;
}

.hero-desc {
  font-size: 22px;
  line-height: 1.8;
  color: #f3f3f3;
  max-width: 1100px;
  margin: 0 auto 18px;
}

.hero-small-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #22b8ff;
  margin-bottom: 18px;
}

.second-desc {
  margin-top: 6px;
}

.hero-btn {
  margin-top: 18px;
  padding: 14px 34px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border: none;
  border-radius: 0;
  background: linear-gradient(90deg, #6a11cb, #b100ff);
  transition: 0.3s ease;
}

.hero-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.cursor {
  display: inline-block;
  margin-left: 2px;
  animation: blink 0.8s infinite;
  color: #d000ff;
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

@media (max-width: 991.98px) {
  .hero-title {
    font-size: 44px;
  }

  .hero-typing {
    font-size: 50px;
    min-height: 60px;
  }

  .hero-desc {
    font-size: 18px;
    line-height: 1.7;
  }

  .hero-small-text {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .hero-banner,
  .hero-bg-slider,
  .hero-bg-slider .carousel-inner,
  .hero-bg-slider .carousel-item,
  .bg-slide {
    height: 90vh;
  }

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

  .hero-typing {
    font-size: 36px;
    min-height: 42px;
  }

  .hero-desc {
    font-size: 15px;
    line-height: 1.6;
  }

  .hero-small-text {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .hero-btn {
    padding: 12px 24px;
    font-size: 16px;
  }
}
/* hero section end */

/* the startup marketing trap start */
.startup-trap-section {
  background: #f3f3fa;
  color: #1a1d2e;
}

.trap-header {
  max-width: 1150px;
}

.section-line {
  width: 44px;
  height: 4px;
  background: #7b2cff;
  border-radius: 30px;
}

.trap-main-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.trap-subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #2b2f42;
  margin-bottom: 0;
}

.trap-intro {
  max-width: 1100px;
  font-size: 1rem;
  line-height: 1.9;
  color: #5c6174;
}

.timeline-wrap {
  position: relative;
  padding-left: 0;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  position: relative;
  padding-bottom: 60px;
}

.timeline-left {
  position: relative;
  width: 54px;
  min-width: 54px;
  display: flex;
  justify-content: center;
}

.timeline-left::after {
  content: "";
  position: absolute;
  top: 52px;
  bottom: -60px;
  left: 50%;
  width: 1px;
  background: #dddff0;
  transform: translateX(-50%);
}

.timeline-item:last-child .timeline-left::after {
  display: none;
}

.timeline-number {
  width: 42px;
  height: 42px;
  border: 2px solid #d950ff;
  color: #d950ff;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3fa;
  z-index: 2;
}

.timeline-content {
  flex: 1;
  max-width: 980px;
}

.stage-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #36b9ff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.timeline-title {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #171b2c;
}

.timeline-content p {
  font-size: 1rem;
  line-height: 1.9;
  color: #666b7d;
  margin-bottom: 20px;
  max-width: 900px;
}

.highlight-box {
  background: #ffdff6;
  padding: 14px 18px;
  font-size: 0.95rem;
  line-height: 1.8;
  margin: 24px 0 20px;
  color: #c52ccf;
}

.highlight-box strong {
  color: #7c7084;
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin-right: 8px;
  display: inline-block;
}

.quote-note {
  max-width: 320px;
  border-left: 3px solid #58cfff;
  padding-left: 14px;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #7a7f90;
  font-style: italic;
}

@media (max-width: 991.98px) {
  .trap-main-title {
    font-size: 2.3rem;
  }

  .timeline-title {
    font-size: 1.6rem;
  }

  .timeline-item {
    gap: 18px;
    padding-bottom: 45px;
  }

  .timeline-content p {
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

@media (max-width: 767.98px) {
  .startup-trap-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .trap-main-title {
    font-size: 1.9rem;
  }

  .trap-subtitle {
    font-size: 0.95rem;
  }

  .trap-intro {
    font-size: 0.95rem;
    line-height: 1.8;
  }

  .timeline-item {
    gap: 14px;
    padding-bottom: 36px;
  }

  .timeline-left {
    width: 46px;
    min-width: 46px;
  }

  .timeline-number {
    width: 36px;
    height: 36px;
    font-size: 0.72rem;
  }

  .timeline-left::after {
    top: 42px;
  }

  .timeline-title {
    font-size: 1.35rem;
    line-height: 1.35;
  }

  .stage-label {
    font-size: 0.75rem;
  }

  .highlight-box {
    padding: 12px 14px;
    font-size: 0.88rem;
    line-height: 1.7;
  }

  .quote-note {
    max-width: 100%;
    font-size: 0.9rem;
    line-height: 1.8;
  }
}

@media (max-width: 575.98px) {
  .trap-main-title {
    font-size: 1.55rem;
  }

  .timeline-title {
    font-size: 1.2rem;
  }

  .timeline-content p {
    font-size: 0.9rem;
  }

  .highlight-box strong {
    display: block;
    margin-bottom: 4px;
  }
}

/* the startup marketing trap end */


/* ===== BETTER WAY SECTION START ===== */

.better-way-section {
  background: #efeff7;
}

.better-way-box {
  background: #000;
  padding: 38px 42px;
}

.better-way-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #cf2fff;
  margin-bottom: 16px;
}

.better-way-title {
  margin: 0;
  font-size: 40px;
  line-height: 1.35;
  font-weight: 400;
  color: #ffffff;
  max-width: 900px;
}

.better-way-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.better-way-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  color: #1eb6ff;
  text-decoration: none;
  border-bottom: 1px solid #1eb6ff;
  padding-bottom: 4px;
  transition: 0.3s ease;
}

.better-way-link:hover {
  color: #1eb6ff;
  opacity: 0.85;
}

.better-way-link .arrow {
  font-size: 18px;
}

/* Tablet */
@media (max-width: 991.98px) {
  .better-way-box {
    padding: 30px 28px;
  }

  .better-way-title {
    font-size: 30px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .better-way-box {
    padding: 24px 20px;
  }

  .better-way-title {
    font-size: 24px;
    line-height: 1.45;
  }

  .better-way-action {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .better-way-label {
    font-size: 12px;
  }

  .better-way-title {
    font-size: 20px;
  }
}

/* ===== BETTER WAY SECTION END ===== */


/* ===== STARTERCMO DIFFERENCE SECTION START ===== */

.difference-section {
  background: #efeff7;
}

.section-line {
  width: 44px;
  height: 4px;
  background: #7b2cff;
}

.difference-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #1a1d2e;
}

.difference-subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #2c2f42;
}

.difference-desc {
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.9;
  color: #666b7d;
}

/* Cards Wrapper */
.difference-cards {
  background: #000;
}

/* Card */
.diff-card {
  padding: 50px 36px;
  height: 100%;
  border-right: 1px solid #111;
  color: #7bd3ff;
  position: relative;
}

.diff-card:last-child {
  border-right: none;
}

/* Number Box */
.diff-number {
  display: inline-block;
  border: 1px solid #d100ff;
  color: #d100ff;
  padding: 6px 10px;
  font-size: 0.75rem;
  margin-bottom: 18px;
}

/* Title */
.diff-title {
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 18px;
}

/* Text */
.diff-card p {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #5ecbff;
  margin-bottom: 16px;
}

/* Tablet */
@media (max-width: 991.98px) {
  .difference-title {
    font-size: 2.2rem;
  }

  .diff-card {
    padding: 40px 26px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .difference-title {
    font-size: 1.8rem;
  }

  .difference-desc {
    font-size: 0.95rem;
  }

  .diff-card {
    border-right: none;
    border-bottom: 1px solid #111;
  }

  .diff-card:last-child {
    border-bottom: none;
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .diff-card {
    padding: 30px 20px;
  }

  .diff-title {
    font-size: 1.2rem;
  }

  .diff-card p {
    font-size: 0.9rem;
  }
}

.diff-card {
  transition: 0.3s ease;
}

.diff-card:hover {
  background: #050505;
}

/* ===== STARTERCMO DIFFERENCE SECTION END ===== */


/* ===== HOW WE WORK SECTION START ===== */

.work-section {
  background: #efeff7;
}

.section-line {
  width: 44px;
  height: 4px;
  background: #7b2cff;
}

.work-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 12px;
  color: #1a1d2e;
}

.work-subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #2c2f42;
}

.work-desc {
  max-width: 720px;
  font-size: 1rem;
  line-height: 1.9;
  color: #666b7d;
}

/* Cards wrapper */
.work-cards {
  background: #000;
}

/* Card */
.work-card {
  padding: 50px 40px;
  height: 100%;
  border-right: 1px solid #111;
  color: #5ecbff;
}

.work-card:last-child {
  border-right: none;
}

/* Label */
.work-label {
  display: inline-block;
  border: 1px solid #d100ff;
  color: #d100ff;
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 18px;
}

/* Title */
.work-card-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 18px;
}

/* Text */
.work-card p {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #5ecbff;
  margin-bottom: 16px;
}

/* Tablet */
@media (max-width: 991.98px) {
  .work-title {
    font-size: 2.2rem;
  }

  .work-card {
    padding: 40px 28px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .work-title {
    font-size: 1.8rem;
  }

  .work-desc {
    font-size: 0.95rem;
  }

  .work-card {
    border-right: none;
    border-bottom: 1px solid #111;
  }

  .work-card:last-child {
    border-bottom: none;
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .work-card {
    padding: 30px 20px;
  }

  .work-card-title {
    font-size: 1.2rem;
  }

  .work-card p {
    font-size: 0.9rem;
  }
}

.work-card {
  transition: 0.3s ease;
}

.work-card:hover {
  background: #050505;
}

/* ===== HOW WE WORK SECTION END ===== */


/* ===== BUILD TOWARD SECTION START ===== */

.build-section {
  background: #efeff7;
}

.section-line {
  width: 44px;
  height: 4px;
  background: #7b2cff;
}

.build-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1a1d2e;
  margin-bottom: 10px;
}

.build-subtitle {
  font-size: 1rem;
  font-weight: 700;
  color: #2c2f42;
}

/* Cards Wrapper */
.build-cards {
  background: #000;
}

/* Card */
.build-card {
  padding: 50px 40px;
  border-right: 1px solid #111;
  color: #5ecbff;
  height: 100%;
}

.build-card:last-child {
  border-right: none;
}

/* Title */
.build-card-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #d100ff;
  margin-bottom: 12px;
}

/* Sub text */
.build-card-sub {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 18px;
}

/* Paragraph */
.build-card p {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #5ecbff;
  margin-bottom: 16px;
}

/* CTA */
.build-cta-text {
  font-size: 1.1rem;
  color: #4a4f63;
  margin-bottom: 20px;
}

.build-btn {
  background: linear-gradient(90deg, #6f00ff, #d100ff);
  color: #fff;
  padding: 14px 34px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  transition: 0.3s ease;
}

.build-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 991.98px) {
  .build-title {
    font-size: 2.2rem;
  }

  .build-card {
    padding: 40px 28px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .build-title {
    font-size: 1.8rem;
  }

  .build-card {
    border-right: none;
    border-bottom: 1px solid #111;
  }

  .build-card:last-child {
    border-bottom: none;
  }
}

/* Small Mobile */
@media (max-width: 575.98px) {
  .build-card {
    padding: 30px 20px;
  }

  .build-card-title {
    font-size: 1.4rem;
  }

  .build-card p {
    font-size: 0.9rem;
  }
}

.build-card {
  transition: 0.3s ease;
}

.build-card:hover {
  background: #050505;
}

/* ===== BUILD TOWARD SECTION END ===== */


/* ===== FOOTER SECTION START ===== */

.footer-section {
  background: #f3f3f7;
  padding-top: 80px;
}

.footer-top {
  padding-bottom: 50px;
}

/* Logo */
.footer-logo img {
  max-width: 160px;
}

/* Text */
.footer-text {
  max-width: 420px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555b6e;
}

/* Right Side */
.footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 18px;
  color: #1a1d2e;
}

.footer-contact {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555b6e;
  margin-bottom: 20px;
}

/* Social */
.footer-social .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid #ccc;
  color: #555;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-social .social-icon:hover {
  border-color: #0077b5;
  color: #0077b5;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  font-size: 0.85rem;
  color: #777;
}

/* Tablet */
@media (max-width: 991.98px) {
  .footer-section {
    padding-top: 60px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .footer-left,
  .footer-right {
    text-align: center;
  }

  .footer-text {
    margin: 0 auto;
  }

  .footer-contact {
    margin-bottom: 16px;
  }
}

/* ===== FOOTER SECTION END ===== */


/* ===== CONTACT SECTION START ===== */

.contact-section {
  background: #34a9dc;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.contact-header {
  margin-bottom: 42px;
}

.contact-title {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 700;
  color: #1d1b2a;
  margin-bottom: 22px;
}

.contact-subtitle {
  font-size: 1.1rem;
  color: #2b2a35;
  margin-bottom: 16px;
}

.contact-description {
  max-width: 620px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
  color: #2f3340;
}

.contact-divider {
  width: 60px;
  height: 4px;
  background: #6d35ff;
  margin: 28px auto 0;
}

.contact-form {
  margin-top: 10px;
}

.form-label {
  font-size: 1rem;
  font-weight: 600;
  color: #4b4f5c;
  margin-bottom: 6px;
}

.form-label span {
  color: #ff4d4f;
}

.field-note {
  display: block;
  margin-top: 6px;
  font-size: 0.9rem;
  color: #5a6170;
}

.custom-input {
  height: 56px;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
  color: #1f1f1f;
  box-shadow: none;
  padding: 12px 14px;
}

.custom-textarea {
  height: auto;
  min-height: 110px;
  resize: vertical;
}

.custom-input:focus {
  border-color: #6d35ff;
  box-shadow: none;
  background: #ffffff;
}

.contact-btn {
  background: linear-gradient(90deg, #6c2bff, #9a2eff);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 14px 30px;
  font-size: 1rem;
  font-weight: 700;
  min-width: 180px;
  transition: 0.3s ease;
}

.contact-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}

.form-message {
  margin-top: 10px;
  font-size: 0.95rem;
  font-weight: 500;
}

.form-message.success {
  color: #0f5132;
}

.form-message.error {
  color: #842029;
}

@media (max-width: 991.98px) {
  .contact-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    min-height: auto;
  }

  .contact-title {
    font-size: 3rem;
  }
}

@media (max-width: 767.98px) {
  .contact-title {
    font-size: 2.4rem;
  }

  .contact-description {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .custom-input {
    height: 52px;
  }

  .custom-textarea {
    min-height: 100px;
  }
}

@media (max-width: 575.98px) {
  .contact-title {
    font-size: 2rem;
  }

  .contact-btn {
    width: 100%;
  }
}



/* ===== CONTACT SECTION END ===== */


/* ===== CONTACT FORM MESSAGE START ===== */

.form-message {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}

.form-message.success {
  color: #0f5132;
}

.form-message.error {
  color: #842029;
}

/* ===== CONTACT FORM MESSAGE END ===== */


/* ===== CONTACT SUCCESS / HIDE EFFECT START ===== */

.contact-form {
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.contact-form.form-hidden {
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}

.success-box {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.success-box.show {
  opacity: 1;
  transform: translateY(0);
}

.success-box-inner {
  background: #f5f5f5;
  padding: 32px 24px;
  border: 1px solid #d8d8d8;
}

.success-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1d1b2a;
}

.success-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4b4f5c;
}

/* ===== CONTACT SUCCESS / HIDE EFFECT END ===== */


/* ===== CONTACT INFO MAP SECTION START ===== */

.contact-info-map-section {
  background: #eeedf7;
}

.contact-info-list {
  padding-top: 8px;
}

.contact-info-item {
  gap: 24px;
}

.contact-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  background: linear-gradient(180deg, #7a3cff, #5a2eff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.contact-label {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #4b5563;
}

.contact-heading {
  margin: 0;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 800;
  color: #161c2d;
}

.contact-link-heading a {
  color: #161c2d;
  text-decoration: none;
}

.contact-link-heading a:hover {
  color: #5a2eff;
}

.contact-divider {
  margin: 34px 0 28px;
  border: 0;
  border-top: 1px solid #dbdbe7;
  opacity: 1;
}

.contact-map-wrap {
  overflow: hidden;
  background: #ddd;
}

.contact-map-wrap iframe {
  display: block;
  width: 100%;
}

/* Tablet */
@media (max-width: 991.98px) {
  .contact-heading {
    font-size: 24px;
  }

  .contact-map-wrap iframe {
    height: 380px;
  }
}

/* Mobile */
@media (max-width: 767.98px) {
  .contact-info-item {
    gap: 18px;
  }

  .contact-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    font-size: 20px;
  }

  .contact-label {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .contact-heading {
    font-size: 20px;
    line-height: 1.45;
  }

  .contact-divider {
    margin: 26px 0 22px;
  }

  .contact-map-wrap iframe {
    height: 320px;
  }
}

/* ===== CONTACT INFO MAP SECTION END ===== */