@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.cta-section {
  width: 100%;
  padding: 58px 0 40px;
}
.cta-section .cta-container {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .cta-section .cta-container {
    flex-direction: column;
  }
}
.cta-section .cta-box {
  flex: 1;
  border: 1px solid #D1D5DC;
  padding: 33px 30px;
  text-align: center;
}
@media (max-width: 1679px) {
  .cta-section .cta-box {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .cta-section .cta-box {
    padding: 25px;
  }
}
.cta-section .cta-box .icon {
  font-size: 28px;
  margin-bottom: 10px;
  color: #333;
}
.cta-section .cta-box h3 {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 700;
}
@media (max-width: 1679px) {
  .cta-section .cta-box h3 {
    font-size: 22px;
  }
}
@media (max-width: 1481px) {
  .cta-section .cta-box h3 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .cta-section .cta-box h3 {
    font-size: 18px;
  }
}
.cta-section .cta-box p {
  font-size: 14px;
  line-height: 22px;
  color: #4A5565;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .cta-section .cta-box p {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .cta-section .cta-box p {
    font-size: 12px;
  }
}
.cta-section .cta-box .btn-primary {
  background: #101828;
  text-decoration: none;
  width: 126px;
  height: 40px;
  color: #fff !important;
  border: none;
  padding: 10px 30px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 0px !important;
}
@media (max-width: 479px) {
  .cta-section .cta-box .btn-primary {
    width: 100%;
  }
}
.cta-section .cta-box .btn-primary:hover {
  background: #000;
}
.cta-section .cta-box.newsletter .input-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}
.cta-section .cta-box.newsletter .input-group input {
  padding: 10px;
  border: 1px solid #D1D5DC;
  width: 260px;
  height: 42px;
}
@media (max-width: 479px) {
  .cta-section .cta-box.newsletter .input-group input {
    width: 100%;
  }
}
.cta-section .cta-box.newsletter .input-group input::-moz-placeholder {
  color: rgba(26, 26, 26, 0.5019607843);
}
.cta-section .cta-box.newsletter .input-group input::placeholder {
  color: rgba(26, 26, 26, 0.5019607843);
}
.cta-section .cta-box.newsletter .input-group input {
  color: #364153;
}
.cta-section .cta-box.newsletter .input-group input:focus {
  outline: none;
  border-color: #1c2431;
}
.cta-section .cta-box.newsletter .input-group button {
  white-space: nowrap;
  height: 42px;
  margin-right: 0;
}
.cta-section .cta-box.whatsapp .btn-primary {
  margin: 0 auto !important;
}

.follow-section {
  padding: 49px 0;
  text-align: center;
  width: 100%;
  border-top: 1px solid #D1D5DC;
}
.follow-section .main-title {
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 32px;
  color: #1A1A1A;
}
@media (max-width: 1679px) {
  .follow-section .main-title {
    font-size: 30px;
  }
}
@media (max-width: 1481px) {
  .follow-section .main-title {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .follow-section .main-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .follow-section .main-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .follow-section .main-title {
    font-size: 22px;
  }
}
@media (max-width: 579px) {
  .follow-section .main-title {
    font-size: 20px;
  }
}
.follow-section .social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .follow-section .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .follow-section .social-grid {
    grid-template-columns: 1fr;
  }
}
.follow-section .social-card {
  border: 1px solid #D1D5DC;
  padding: 24px 10px;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
.follow-section .social-card:hover {
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.follow-section .social-card .icon img {
  height: 24px;
}
.follow-section .social-card .icon {
  margin-bottom: 12px;
}
.follow-section .social-card h4 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #222;
}
@media (max-width: 1679px) {
  .follow-section .social-card h4 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .follow-section .social-card h4 {
    font-size: 12px;
  }
}
.follow-section .social-card span {
  font-size: 12px;
  color: #6A7282;
}/*# sourceMappingURL=bottom-action-area.css.map */