/*============================================================================================
	Call Action Area
==============================================================================================*/
.call-action-area {
  padding: 105px 0px 120px;
  position: relative;
  z-index: 1;
  height: 462px;
  overflow: hidden;
}
.call-action-bg-image .thumbnail-image {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 512px;
  object-fit: cover;
  z-index: -2;
}
.call-action-shape1 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.call-action-shape.shape-1 {
  left: 44px;
  position: absolute;
  top: 53px;
  z-index: -1;
}
.call-action-shape.shape-2 {
  position: absolute;
  right: 58px;
  bottom: 50px;
  z-index: -1;
}
.call-action-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6000000238418579;
  background: #000;
  z-index: -1;
}
.call-action-content {
  text-align: center;
}
.call-action-content-title {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
}
.call-action-content-btn {
  margin-top: 43px;
}

/* Call Action Style 2 */
.call-action-area.style-2 {
  height: 330px;
}

.call-action-area.style-2 {
  padding: 96px 0px;
}
.call-action-area.style-2::before {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}
.call-action-area.style-2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/call-action/call-action-2/bg-shape.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  z-index: -1;
}
.call-action-content.style-2 {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 260px;
}
.call-action-content.style-2 .call-action-content-title {
  font-weight: 700;
}
.call-action-content.style-2 .call-action-btn {
  white-space: nowrap;
  margin: 0;
}
.call-action-content.style-2 .call-action-btn .theme-btn {
  height: 57px;
}
/* Call Action Style-3 */
.call-action-area.style-3 {
  padding-top: 120px;
  padding-bottom: 0;
  margin-bottom: 100px;
  overflow: initial;
  height: auto;
  background-attachment: fixed;
}
.call-action-area.style-3::before {
  display: none;
}
.call-action-content.style-3 .call-action-content-title {
  font-size: 72px;
  font-weight: 700;
  line-height: 100px;
  letter-spacing: -2px;
}
.call-action-content.style-3 .call-action-content-title span {
  position: relative;
  display: inline-block;
}
.call-action-content.style-3 .call-action-content-title span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 9px;
  left: 0;
  background-color: #ffaf01;
}
.call-action-btn {
  margin-top: 44px;
  margin-bottom: -100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-action-content.style-2 {
    text-align: center;
    display: block;
  }
  .call-action-content.style-2 .call-action-btn {
    margin-top: 32px;
  }
  .call-action-content.style-3 .call-action-content-title {
    font-size: 56px;
    line-height: 81px;
  }
  .call-action-area.style-2 {
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-action-content.style-2 {
    display: block;
    text-align: center;
  }
  .call-action-content.style-2 .call-action-btn {
    margin-top: 24px;
  }
  .call-action-content.style-3 .call-action-content-title {
    font-size: 58px;
  }
  .call-action-area.style-2 {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .call-action-area {
    padding: 56px 0px;
  }
  .call-action-content-title {
    font-size: 30px;
  }
  .call-action-shape.shape-1 {
    display: none;
  }
  .call-action-shape.shape-2 {
    display: none;
  }
  .call-action-content-btn {
    margin-top: 30px;
  }
  .call-action-content-btn .theme-btn {
    padding: 10px 10px;
    margin-right: 6px;
    font-size: 14px;
  }
  .call-action-content.style-2 {
    text-align: center;
    display: block;
  }
  .call-action-content.style-2 .call-action-btn .theme-btn {
    height: auto;
  }
  .call-action-area.style-2 {
    padding: 56px 0px;
  }
  .call-action-content.style-2 .call-action-btn {
    margin-top: 24px;
  }
  .call-action-content.style-3 .call-action-content-title {
    font-size: 30px;
    line-height: 44px;
  }
  .call-action-btn {
    margin-top: 24px;
    margin-bottom: -54px;
  }
  .call-action-btn img {
    width: 100px;
    height: 100px;
  }
  .call-action-area.style-3 {
    padding-top: 56px;
    margin-bottom: 56px !important;
  }
  .call-action-area {
    height: auto;
  }
  .call-action-area.style-2 {
    height: auto;
  }
}

/*============================================================================================
	End Call Action Area
==============================================================================================*/
