/*
 * Main Theme CSS
 * Theme Name: Molka
 * Version: 0.0.3
 * Owner: Molka LLC
*/

a {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer !important;
}

* {
  box-sizing: border-box;
  border-radius: 0px !important;
}
*::before {
  border-radius: 0px !important;
}

@font-face {
  font-family: sans;
  src: url(assets/fonts/sanss.ttf);
}


body {
  font-family: sans;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-container {
  display: flex;
  flex-direction: column;
  margin-left: 112px;
  margin-right: 112px;
  margin-top: 100px;
  margin-bottom: 152px;
  gap: 160px;
  max-width: 1216px;
}


.blog-header {
  display: flex;
  gap: 32px;
}
.big-post {
  display: flex;
  gap: 32px;
  flex-grow: 1;
  flex-basis: 0;
}
.big-post > img {
  width: 432px;
  height: 324px;
  border-radius: 10px;
}

.big-post-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-around;
}

.big-post-content-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.big-post-content-tags-tag {
  padding: 2px 10px;
  border-radius: 16px;
  background-color: #f9f5ff;
  color: #6941c6;
}
.big-post-content-title-and-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.big-post-content-title-and-text > h2 {
  font-size: 24px;
  line-height: 40px;
  text-align: right;
  margin: 0;
}
.big-post-content-title-and-text > p {
  font-size: 16px;
  line-height: 28px;
  color: #495057;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.big-post-content-author-and-date > span {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #adb5bd;
}

.blog-header-other-posts {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-basis: 280px;
}
.blog-header-other-posts-post:not(:last-child) {
  border-bottom: 1px solid rgb(233, 236, 239);
  padding-bottom: 12px;
}
.blog-header-other-posts-post:last-child {
  padding-bottom: 1px;
}
.blog-header-other-posts-post > img {
  display: none;
  border-radius: 8px;
  width: 100%;
  height: auto;
}

.blog-header-other-posts-post-title-and-author-and-date {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-header-other-posts-post-title-and-author-and-date > h3 {
  text-align: right;
  font-size: 18px;
  line-height: 32px;
  color: #1d2024;
  margin: 0;
}
.blog-header-other-posts-post-title-and-author-and-date > span {
  text-align: right;
  font-size: 12px;
  line-height: 20px;
  color: #adb5bd;
}
.selected-contents {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
.selected-contents > h1 {
  text-align: right;
  font-size: 32px;
  line-height: 40px;
  color: #1d2024;
  margin: 0;
}

.selected-contents-content-container {
  display: flex;
  gap: 32px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.selected-contents-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1 1 calc(33.333% - 100px);
  max-width: 400px;
  flex-wrap: wrap;
}
.selected-contents-content > img {
  width: 100%;
  height: 216px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
}
.selected-contents-content-title-and-text-and-author-and-date {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-grow: 1;
  justify-content: space-between;
}
.selected-contents-content-title-and-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.selected-contents-content-title-and-text > h3 {
  text-align: right;
  font-size: 24px;
  line-height: 40px;
  color: #1d2024;
  margin: 0;
}
.selected-contents-content-title-and-text > p {
  text-align: right;
  font-size: 16px;
  line-height: 28px;
  color: #495057;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.selected-contents-content-author-and-date > span {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #adb5bd;
}
.selected-contents-content-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.selected-contents-content-tags-tag {
  padding: 2px 10px;
  border-radius: 16px;
  background-color: #f9f5ff;
  color: #6941c6;
  flex-shrink: 0;
}

.latest-news-and-articles {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.latest-news-and-articles-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.latest-news-and-articles-top > h3 {
  font-size: 32px;
  line-height: 40px;
  text-align: right;
  color: #1d2024;
  margin: 0;
}
.latest-news-and-articles-top > a {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  border-radius: 8px;
  border: 1.5px solid #00275e;
  color: #00275e;
  padding: 10px 12px;
  text-decoration: none;
}

.latest-news-and-articles-categories {
  display: flex;
  border-bottom: 1px solid rgb(233, 236, 239);
  overflow-x: auto;
}

.latest-news-and-articles-categories > a {
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #adb5bd;
  flex-shrink: 0;
}
.latest-news-and-articles-categories > a.active {
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 2px solid #1d2024;
  color: #1d2024;
}

.latest-news-and-articles-articles-container {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.latest-news-and-articles-articles-article {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-basis: 31.5%;
  flex-grow: 0;
  flex-wrap: wrap;
}
.latest-news-and-articles-articles-article > img {
  width: 100%;
  height: 216px;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.latest-news-and-articles-articles-article-title-and-text-and-author-and-date {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.latest-news-and-articles-articles-article-title-and-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.latest-news-and-articles-articles-article-title-and-text > h3 {
  text-align: right;
  font-size: 24px;
  line-height: 40px;
  color: #1d2024;
  margin: 0;
}
.latest-news-and-articles-articles-article-title-and-text > p {
  text-align: right;
  font-size: 16px;
  line-height: 28px;
  color: #495057;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.latest-news-and-articles-articles-article-author-and-date > span {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #adb5bd;
}
.latest-news-and-articles-articles-article-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.latest-news-and-articles-articles-article-tags-tag {
  padding: 2px 10px;
  border-radius: 16px;
  background-color: #f9f5ff;
  color: #6941c6;
  flex-shrink: 0;
}

.monitoring-market {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.monitoring-market > h1 {
  text-align: right;
  font-size: 32px;
  line-height: 40px;
  color: #1d2024;
  margin: 0;
}

.monitoring-market-content-container {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}

.monitoring-market-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex: 1 1 calc(33.333% - 100px);
  max-width: 400px;
}
.monitoring-market-content > img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
}
.monitoring-market-content-title-and-text-and-author-and-date {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.monitoring-market-content-title-and-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.monitoring-market-content-title-and-text > h3 {
  text-align: right;
  font-size: 24px;
  line-height: 40px;
  color: #1d2024;
  margin: 0;
}
.monitoring-market-content-title-and-text > p {
  text-align: right;
  font-size: 16px;
  line-height: 28px;
  color: #495057;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.monitoring-market-content-author-and-date > span {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #adb5bd;
}
.monitoring-market-content-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.monitoring-market-content-tags-tag {
  padding: 2px 10px;
  border-radius: 16px;
  background-color: #f9f5ff;
  color: #6941c6;
}

.newsletter {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 16px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background: url("assets/images/12.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}

.newsletter::before {
  background-color: rgba(0, 39, 94, 0.9);
  content: "";
  display: block;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.newsletter-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 94.5px;
  z-index: 1000;
  margin-left: 243px;
  margin-right: 243px;
}
.newsletter-top > h2 {
  margin: 0;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.newsletter-top > span {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
}
.newsletter-bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 280px;
  margin-bottom: 94.5px;
  z-index: 1000;
}

.newsletter-bottom > input[type="email"] {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 8px;
  border: none;
  text-align: center;
  font-family: sans;
}
.newsletter-bottom > input[type="submit"] {
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  border: 1.5px solid #fff;
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-family: sans;
}

.main-nav-container {
  background-color: #ffffff;
  display: flex;
  padding: 16px 40px 16px 40px;
  gap: 40px;
  border-bottom: 1px solid #e5e5e5;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000000000;
}

.nav-container {
  display: flex;
  width: 100%;
  max-width: 1224px;
  gap: 40px;
  justify-content: space-between;
  position: relative;
}
.nav-left-side > img {
  width: 134px;
  height: 24px;
  align-self: center;
}
.nav-items {
  display: flex;
  gap: 16px;
}
.nav-item {
  display: flex;
  padding: 10px 12px 10px 12px;
  gap: 6px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.nav-left-side {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.nav-buttons {
  display: flex;
  gap: 24px;
  align-items: center;
}



.nav-buttons > a {
  display: flex;
  padding: 10px 12px 10px 12px;
  gap: 6px;
  border-radius: 8px;
  border: 1.5px solid #00275e;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.nav-buttons > a.exp {
  display: flex;
  padding: 10px 12px 10px 12px;
  gap: 6px;
  border-radius: 8px;
  border: 1.5px solid #00275e;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff;
  background-color: #00275e;
  text-align: center;
}

.nav-buttons > a.mobile-contact-btn {
  display: none;
}

.nav-extended-area {
  background-color: #ffffff;
  width: 100%;
  top: 75px;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  position: absolute;
  z-index: 999999;
  padding: 32px 300px 32px 300px;
  gap: 64px;
  box-shadow: 0px 5px 7px -8px #aaa;
  overflow-y: auto;
  justify-content: center;
}

.nav-extended-items {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-self: flex-start;
}

.nav-extended-items > h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  margin: 0;
}

.nav-extended-items-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nav-extended-items-inner > a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: right;
}

.menu-button {
  display: none;
  cursor: pointer;
}

.resp-nav-extended-items {
  display: none;
  flex-direction: column;
  gap: 24px;
}

.resp-nav-extended-items > h4 {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: right;
  margin: 0;
  gap: 12px;
  cursor: pointer;
}

.svg-icon-container {
  display: flex;
  align-items: center;
}

.resp-nav-extended-items-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-right: 16px;
  padding-left: 16px;
}

/* Responsive Hnadler */

@media only screen and (max-width: 1390px) {
  .latest-news-and-articles-articles-article {
    flex-basis: 47.5%;
  }
}

@media only screen and (max-width: 1195px) {
  .main-container {
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 88px;
    margin-bottom: 88px;
    gap: 64px;
  }
  .big-post {
    flex-direction: column;
    gap: 24px;
  }
  .big-post > img {
    align-self: center;
  }

  .latest-news-and-articles-articles-article {
    flex-basis: 33.5%;
  }

  .selected-contents-content {
    flex-basis: calc(60% - 150px);
    max-width: calc(60% - 150px);
  }
}

@media only screen and (max-width: 1030px) {
  .nav-buttons > a.desktop-btn {
    display: none;
  }
  .nav-buttons > a.mobile-contact-btn {
    display: flex;
    padding: 10px 12px 10px 12px;
    gap: 6px;
    border-radius: 8px;
    border: 1.5px solid #00275e;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    color: #00275e;
    background-color: transparent;
  }
  .nav-items {
    display: none;
  }
  .menu-button {
    display: flex;
  }
  .nav-extended-area {
    background-color: #ffffff;
    height: auto;
    align-items: flex-start;
    padding: 24px 24px 44px 24px;
    gap: 64px;
    box-shadow: 0px 5px 7px -8px #aaa;
    flex-direction: column;
  }
  .nav-extended-items {
    display: none;
  }
  .nav-extended-items-inner {
    gap: 20px;
    width: 147.5px;
    flex-shrink: 0;
  }
  .nav-extended-items-inner > h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    margin: 0;
    color: #adb5bd;
  }
  .resp-nav-extended-items {
    display: flex;
  }

  .latest-news-and-articles-articles-article {
    flex-basis: 47.5%;
  }

  .latest-news-and-articles-categories {
    overflow-x: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .latest-news-and-articles-categories::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .latest-news-and-articles-categories > a {
    flex-shrink: 0;
  }
  .selected-contents-content {
    flex-basis: calc(60% - 120px);
    max-width: calc(60% - 120px);
  }
}

@media only screen and (max-width: 860px) {
  body {
    display: block;
  }
  .main-container {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 88px;
    margin-bottom: 88px;
    gap: 64px;
  }
  .blog-header {
    flex-direction: column;
  }
  .big-post {
    flex-direction: column;
    gap: 24px;
  }
  .big-post-content-tags {
    display: none;
  }
  .big-post > img {
    width: 100%;
    height: 280px;
    align-self: center;
    object-fit: cover;
  }
  .big-post-content-title-and-text {
    gap: 16px;
  }
  .big-post-content-title-and-text > p {
    font-size: 13px;
    line-height: 24px;
  }
  .blog-header-other-posts-post {
    display: flex;
    gap: 16px;
    padding-bottom: 16px;
  }
  .blog-header-other-posts-post:not(:last-child) {
    border-bottom: 1px solid rgb(233, 236, 239);
  }
  .blog-header-other-posts-post > img {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 135.11px;
    align-self: center;
    max-height: 76px;
    object-fit: cover;
  }
  .blog-header-other-posts-post-title-and-author-and-date > h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-header-other-posts-post-title-and-author-and-date {
    flex-basis: 0;
    flex-grow: 2;
    justify-content: space-around;
  }

  .selected-contents-content-container {
    justify-content: center;
  }

  .selected-contents-content {
    flex-basis: calc(50% - 50px);
    max-width: calc(50% - 50px);
  }
}

@media only screen and (max-width: 720px) {
  .selected-contents-content {
    flex-basis: 100%;
    max-width: 100%;
  }
  .latest-news-and-articles-articles-article {
    flex-basis: 100%;
    max-width: 100%;
  }
  .monitoring-market-content {
    flex-basis: 100%;
    max-width: 100%;
  }
}


@media only screen and (max-width: 445px) {
  body {
    display: block;
  }
  .main-container {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 88px;
    margin-bottom: 88px;
    gap: 64px;
  }
  .blog-header {
    flex-direction: column;
  }
  .big-post {
    flex-direction: column;
    gap: 24px;
  }
  .big-post-content-tags {
    display: none;
  }
  .big-post > img {
    width: 343px;
    height: 192.94px;
    align-self: center;
  }
  .big-post-content-title-and-text {
    gap: 16px;
  }
  .big-post-content-title-and-text > p {
    font-size: 13px;
    line-height: 24px;
  }
  .blog-header-other-posts-post {
    display: flex;
    gap: 16px;
    padding-bottom: 16px;
  }
  .blog-header-other-posts-post:not(:last-child) {
    border-bottom: 1px solid rgb(233, 236, 239);
  }
  .blog-header-other-posts-post > img {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 135.11px;
    align-self: center;
  }
  .blog-header-other-posts-post-title-and-author-and-date > h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-header-other-posts-post-title-and-author-and-date {
    flex-basis: 0;
    flex-grow: 2;
    justify-content: space-around;
  }
  .selected-contents {
    gap: 24px;
  }
  .selected-contents-content {
    flex-basis: 100%;
    max-width: 100%;
  }
  .selected-contents-content-container {
    gap: 48px;
  }
  .selected-contents-content-title-and-text > h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .selected-contents-content-title-and-text > p {
    font-size: 13px;
    line-height: 24px;
  }
  .selected-contents-content-author-and-date > span {
    font-size: 12px;
    line-height: 16px;
  }
  .selected-contents > h1 {
    text-align: right;
    font-size: 24px;
    line-height: 40px;
    color: #1d2024;
    margin: 0;
  }
  .selected-contents-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex-basis: unset;
    flex-grow: unset;
  }
  .selected-contents-content-tags-tag {
    padding: 4px 12px;
    border-radius: 16px;
    background-color: #f9f5ff;
    color: #6941c6;
    font-size: 12px;
    line-height: 16px;
  }

  .nav-extended-area {
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 150px;
    padding-top: 350px;
  }

  .latest-news-and-articles {
    gap: 32px;
  }
  .latest-news-and-articles-top > h3 {
    font-size: 24px;
  }
  .latest-news-and-articles-top > a {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    border-radius: 8px;
    border: 1.5px solid #00275e;
    color: #00275e;
    padding: 8px 10px;
  }
  .latest-news-and-articles-categories {
    overflow-x: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .latest-news-and-articles-categories::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .latest-news-and-articles-categories > a {
    flex-shrink: 0;
  }
  .latest-news-and-articles-articles-article {
    display: flex;
    flex-direction: column;
    gap: 32px;
    flex-basis: unset;
    flex-grow: unset;
  }
  .latest-news-and-articles-articles-article-title-and-text > p {
    font-size: 13px;
    line-height: 24px;
  }
  .latest-news-and-articles-articles-article-author-and-date > span {
    font-size: 12px;
    line-height: 16px;
  }
  .latest-news-and-articles-articles-article-title-and-text-and-author-and-date {
    gap: 16px;
  }
  .latest-news-and-articles-articles-article-title-and-text {
    gap: 8px;
  }
  .latest-news-and-articles-articles-article-title-and-text > h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .latest-news-and-articles-articles-article-tags-tag {
    padding: 4px 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }

  .monitoring-market-content {
    flex-basis: unset;
    flex-grow: unset;
    gap: 24px;
  }
  .monitoring-market-content-tags-tag {
    padding: 4px 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
  }
  .monitoring-market-content-title-and-text > h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .monitoring-market-content-title-and-text > p {
    font-size: 13px;
    line-height: 24px;
  }
  .monitoring-market-content-author-and-date > span {
    font-size: 12px;
    line-height: 16px;
  }

  .newsletter-top {
    gap: 12px;
    margin-top: 70.5px;
    margin-left: 31px;
    margin-right: 31px;
  }
  .newsletter-bottom {
    gap: 12px;
    margin-bottom: 70.5px;
  }
}

/* Contact Modal Styles */
.contact-modal {
  display: none;
  position: fixed;
  z-index: 1000000001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.contact-modal-content {
  background-color: #ffffff;
  padding: 32px 24px;
  border-radius: 16px;
  max-width: 90%;
  width: 400px;
  position: relative;
  text-align: right;
  direction: rtl;
}

.contact-modal-close {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 28px;
  font-weight: bold;
  color: #adb5bd;
  cursor: pointer;
  line-height: 1;
}

.contact-modal-close:hover {
  color: #1d2024;
}

.contact-modal-text {
  font-size: 16px;
  line-height: 28px;
  color: #1d2024;
  margin: 0 0 24px 0;
  text-align: center;
}

.contact-modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact-modal-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1.5px solid #00275e;
}

.contact-modal-btn-primary {
  background-color: #00275e;
  color: #ffffff;
}

.contact-modal-btn-primary:hover {
  background-color: #003d8f;
}

.contact-modal-btn-secondary {
  background-color: transparent;
  color: #00275e;
}

.contact-modal-btn-secondary:hover {
  background-color: #f0f4f8;
}

@media only screen and (max-width: 445px) {
  .contact-modal-content {
    padding: 24px 20px;
    max-width: 95%;
  }
  
  .contact-modal-text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  
  .contact-modal-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}

/* Responsive Hnadler */
