@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* 1. Define the font */
@font-face {
  font-family: "Oranienbaum";
  src: url("/Isopanels-twenty-twenty-five-child/assets/fonts/Oranienbaum-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-color: #58669f;
  --secondary-color: #d2d7df;
  --tertiary-color: #e7e9ee;
  --quaternary-color: #e1e3e4;
  --quinary-color: #000000;
  --senary-color: #ffffff;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 1.1;

  height: 100%;
  padding: 0;
  margin: 0;

  background-color: #fff;
}

body,
nav,
div,
section,
h1,
h2,
h3,
h4,
p {
  padding: 0;
  margin: 0;
  line-height: normal !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif !important;
}

h3 {
  font-size: 1.25rem !important;
  font-weight: 600 !important;
}

a {
  text-decoration: none;
}

a:where(:not(.wp-element-button))
 {
   text-decoration: none !important ;
}

a[href^="tel"] {
  /* color: #58669f !important; */
  color: inherit !important;
}

.container {
  width: 90%;
  max-width: 1400px;
}

@media only screen and (max-width: 768px) {
  .container {
    width: 95%;
    max-width: 100%;
  }
}

/* Visually hidden text for SEO and accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

button {
  background-color: #58669f;
  border: 0;
  font-size: 1.4rem;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 30px;

  border: 1px solid #58669f;
  cursor: pointer;
  transition: 0.8s ease;
}

button:hover {
  background-color: white !important;
  color: #58669f;
  transition: 0.5s ease;
}

.k {
  color: #58669f;
  color: #d2d7df;
  color: #e7e9ee;
  color: #e1e3e4;
}

.heading {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  color: #58669f;
  font-family: "Roboto", sans-serif !important;
}

.sub-heading {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: #292929;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif !important;
  max-width: 40ch;
}

.sub-heading span {
  color: #58669f !important;
}

@media only screen and (max-width: 768px) {
  .heading {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 1rem;

    color: #58669f;
  }

  .sub-heading {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #292929;
  }

  button {
    background-color: #58669f;
    border: 0;
    font-weight: 400;
    font-size: 1.2rem !important;
    color: white;
    padding: 0.8rem 1.4rem;
    border-radius: 30px;

    border: 1px solid #58669f;
    cursor: pointer;
    transition: 0.8s ease;
  }
}

/* --------------------------------------------- */
.header {
  height: 100%;
  width: 100%;

  position: relative;
  z-index: 2000;
}

.header .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;

  height: 2.5rem;

  background-color: #58669f;

  width: 100%;
}

.header .socials .container {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  height: 100%;

  width: 90%;
  max-width: 1400px;
}

.header .socials .container .col1 {
  height: 100%;
  width: auto;

  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

.header .socials .container .col2 {
  height: 100%;
  width: auto;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .socials .container .col .media {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;

  margin-left: auto;

  gap: 1rem;
}

.header .socials .container .col .media div a {
  color: white;
  font-size: 1rem;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ffffff;
  border: 0px solid #ffffff;
  transition: all 0.3s ease;
}

.header .socials .container .col .media div a i {
  font-size: 0.8rem;
  color: #58669f;
}

.header .socials .container .col .media div a:hover {
  background-color: #aab0c77c;
}

.header .socials .container .col .media div a:hover i {
  color: #ffffff;
}

.header .socials .sect {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-weight: 300;
  font-size: 0.8rem;

  border-right: 2px solid white;
  padding-right: 1rem;

  gap: 0.5rem;
}

.header .socials a {
  color: #fff !important;
}

.header .socials .sect i {
  color: #fff;
  font-size: 1rem;
}

/* ------ */
.navbar {
  position: fixed;
  height: 5rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: All 0.3s ease;
  z-index: 1000;

  /* background-color: rgba(27, 20, 20, 0); */
  background-color: white;

  box-sizing: border-box;
  border-bottom: 1px solid #e7e9ee;
}

.navbar .container {
  height: 100%;
  max-width: 1400px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  transform: translateY(-7.5rem);

  transition: 0.2s ease;
}

.navbar.show {
  display: flex;
  transform: translateY(-2.5rem);

  transition: 0.2s ease;
}

.logo {
  width: auto;
  height: 100%;

  display: flex;
  align-items: center;
}

.logo img {
  height: 80%;
  width: auto;
  cursor: pointer;
}

.scrolled .logo {
  color: #333333;
}

.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  color: #0c0c0c;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

.scrolled .nav-links a {
  color: #333333;
}

.nav-links a.active {
  color: #58669f;
}

.contact-btn {
  padding: 0.8rem 2rem;
  background: #58669f;
  color: #ffffff;
  border: 1px solid #58669f;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 300;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-btn:hover {
  background: #fff !important;
  color: #58669f !important;
}

/* ------------------- */

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0rem !important;
  color: black;
}

.nav-links a:hover {
  color: #58669f;
  transform: 0.6s ease;
}

@media (max-width: 768px) {
  .header {
    height: 4rem;
  }
  .navbar {
    position: fixed;
    height: 4rem;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: All 0.3s ease;
    z-index: 1000;
  }

  .navbar.show {
    display: flex;
    transform: translateY(-0rem);

    transition: 0.2s ease;
  }

  .navbar .logo {
    height: 80%;
    width: 100%;
  }

  .navbar .container {
    height: 100%;
    max-width: 100vw;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-toggle {
    display: flex;

    width: 100%;
    margin-right: auto;
    justify-content: flex-end;
    transition: 0.5s ease;
  }

  .header .socials {
    display: none;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 2rem 1rem 4rem 1rem;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    box-sizing: border-box;

    transition: 0.5s ease;
  }

  .nav-links.active {
    display: flex;
  }

  .navbar.scrolled .nav-links {
    background: #ffffff;
  }

  .nav-links a {
    color: #333333;
  }

  .contact-btn {
    display: none;
  }
}

/*----============================================ Hero Section Styles============================================--.Hero/Layout Section Styles----- */
.hero {
  position: relative;
  height: 700px;
  max-height: 100vh;
  width: 100%;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.hero .slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero .slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-swiper {
  width: 100%;
  height: 100%;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.animate-in {
  transform: scale(1.1);
  animation: zoom 6s ease-in;
}

@keyframes zoom {
  0% {
    transform: scale(1);
    filter: brightness(50%);
  }
  10% {
    filter: brightness(100%);
  }
  100% {
    transform: scale(1.1);
    filter: blur(100%);
  }
}

.animate-text {
  position: relative;
  overflow: hidden;
}

.animate-text::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #d2d7df;
  z-index: 10;
  height: 100%;
  width: 100%;
  animation: animateText 0.9s ease-in-out;
  overflow: hidden;
  transform: translateX(105%);
}

.swiper-slide .animate-text::after {
  animation: none;
}

.swiper-slide-active .animate-text::after {
  animation: animateText 0.9s ease-in-out;
}

@keyframes animateText {
  0% {
    transform: translateX(-100%);
    display: block;
  }
  100% {
    transform: translateX(105%);
  }
}

@keyframes animateImage {
  0% {
    transform: translateX(-100%);
    display: block;
  }
  100% {
    transform: translateX(100%);
  }
}

.animate-img {
  position: relative;
  overflow: hidden;
}

.animate-img::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #000;
  z-index: 10;
  height: 100%;
  width: 100%;
  animation: animateImage 0.7s ease-in-out;
  overflow: hidden;
  transform: translateX(100%);
}

.swiper-slide .animate-img::after {
  animation: none;
}

.swiper-slide-active .animate-img::after {
  animation: animateImage 0.7s ease-in-out;
}

.hero-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  padding: 0 2rem;

  z-index: 30;
}

.hero-overlay .container {
  width: 90%;
  max-width: 1400px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

.hero-overlay .container .text {
  position: relative;
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center !important;
  gap: 1rem;
  z-index: 5;
}

.home .hero-overlay .container .text {
  align-items: flex-start !important;
  text-align: left !important;
}

.hero-overlay .container .text p {
  font-size: 1.5rem;
  position: relative;
  z-index: 5;
}

.hero-overlay .container .text h1 {
  position: relative;
  z-index: 5;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 120%;
  color: white;
  text-align: center !important;
}

.home .hero-overlay .container .text h1 {
  text-align: left !important;
}

button {
  font-size: 1.4rem;
}

.hero-overlay .container .overlay-img {
  width: 50%;
  height: 450px;
}

.hero-overlay .container .overlay-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -------------------------------------------------------------------------- -------- */
.hero .hero-pagination {
  position: absolute;
  bottom: 2rem !important;
  left: 0;
  z-index: 30;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  --swiper-pagination-bullet-size: 20px;
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-color: #58669f;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.hero .hero-pagination .swiper-pagination-bullet {
  border-radius: 0;
}

@media (max-width: 768px) {
  .hero {
    height: 50vh;
    min-height: 400px;
  }

  .home .hero {
    height: 50vh;
    min-height: 500px;
  }

  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    padding: 2rem 0 0 0;
    box-sizing: border-box;
  }

  .hero-overlay .container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .hero-overlay .container .text {
    position: relative;
    width: 100%;
    text-align: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;

    z-index: 5;
  }

  .home .hero-overlay .container .text {
    align-items: center;
  }

  .hero-overlay .container .text p {
    font-size: 1.4rem;
    position: relative;
    z-index: 5;

    text-align: center;
  }

  .hero-overlay .container .text h1 {
    position: relative;
    z-index: 5;
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%;
    padding: 0 1rem;

    text-align: center;
  }

  .hero-overlay .container .text {
    width: 100%; /* Full width on mobile */
    align-items: center; /* Center align text */
  }

  .hero-overlay .container .overlay-img {
    width: 100%;
    height: auto;

    display: none;
  }

  .hero-overlay .container .overlay-img img {
    height: auto; /* Maintain aspect ratio */
  }

  .hero .hero-pagination {
    height: 300px; /* Adjust slider nav height for mobile */
  }
}

/* ===============FOOTER========================================== */

.footer {
  background-color: black;
  color: whitesmoke;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-left: 10%;
  padding-right: 10%;
  box-sizing: border-box;
  margin: 0rem;
}

.footer .container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;

  padding-bottom: 0.5rem;
}

.footer .container .logo {
  width: 33.3%;
}

.footer .container .logo img {
  height: auto;
  width: 225px;
}

.footer .container .links {
  display: flex;
  flex-direction: column;
  width: 33.3%;
}

.footer .container .links a {
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  color: white;
  font-size: 1rem;
  padding-bottom: 1rem;
  text-align: start;
  padding-left: 30%;
}

.footer .container .links a:hover {
  color: #58669f;
}

.footer .container .address {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer .container .address div {
  padding-right: 1.2rem;
  font-size: 1rem;
  padding-bottom: 1rem;
  padding-left: 20%;
}

.footer .rights-socials {
  width: 100%;
  height: 100%;
  border-top: 1px solid white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 2rem;
}

.footer .rights-socials .rights {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;

  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .rights-socials .socials {
  display: flex;
  gap: 0.5rem;
}

.footer .rights-socials .socials i {
  width: 30px;
  height: 30px;
  padding: 0rem;
  margin: 0rem;
  border-radius: 100%;
  color: #fbfbfb;
  background-color: #58669f;
  font-size: 1rem;

  border-radius: 3px;

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;
  transition: all 0.3s ease;
}

.footer .rights-socials .socials i:hover {
  background-color: #fff;
  color: #58669f;
}

#rights-reserved-year {
  padding-left: 0.5rem;
}

.footer .container .logo .newsletter h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0rem;
  margin-top: 2rem;
  color: white;
}

.footer .container .logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer .container .logo .newsletter {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer .container .logo .newsletter form button {
  margin-top: 0rem !important;
  border-radius: 5px !important;
  padding: 0.75rem 1rem !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  color: #fff !important;
  background-color: #58669f !important;
  border: 1px solid #58669f !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.footer .container .logo .newsletter form button:hover {
  background-color: #fff !important;
  color: #58669f !important;
  border: 1px solid #58669f !important;
  transition: all 0.3s ease !important;
}

.footer .container .logo .newsletter form {
  margin-top: 0.5rem !important;
  margin-bottom: 1rem !important;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/* .footer .container .logo .newsletter form input {
  border-radius: 0.1rem;
  border: 1px solid #cccccc00;
  border-bottom: 1px solid #cccccc;
  padding: 0.8rem 1rem;
  padding-left: 0.2rem;
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  background-color: #ffffff00;
  outline: none;
  transition: border 0.3s ease;
  margin-bottom: 0.75rem;
} */

.forminator-row {
  min-width: 200px !important;
}

@media only screen and (max-width: 600px) {
  .footer {
    padding-left: 5%;
    padding-right: 5%;
  }
  .footer .container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0rem;
  }

  .footer .container .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer .container .logo img {
    width: 80vw;
  }

  .footer .container .links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .footer .container .links a {
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    padding-right: 0rem;
    padding-top: 1rem;
    padding-left: 0;
    padding-bottom: 0.5rem;
    cursor: pointer;
    font-size: 1.1rem;
    width: 100%;
    text-align: left;
  }

  .footer .container .address {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }

  .footer .container .address div {
    padding-right: 0rem;
    padding-top: 0.5rem;
    padding-left: 0;
    padding-bottom: 1rem;
    font-size: 1.1rem;
    text-align: left;
  }

  .footer .rights-socials {
    width: 100%;
    height: 100%;
    border-top: 1px solid white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 0rem;
  }

  .footer .rights-socials .rights {
    text-align: center;
    font-size: 1.1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .forminator-row {
    min-width: 70vw !important;
  }
}

/* ------------------------ */
.cta {
  background-color: white;
  background-image: url("https://isopanelskenya.com/wp-content/uploads/2024/09/machine.webp");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  height: 500px;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
}

.cta::before {
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 50%;
  top: 0;
  left: 0;

  height: 100%;
  width: 100%;

  z-index: 5;
}

.cta .container {
  width: 90%;
  height: 100%;
  color: white;

  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  gap: 1rem;
}

.cta .container h3 {
  font-size: 3rem !important;
  text-transform: uppercase;

  position: relative;
  z-index: 10;
  color: white;
}

.cta .container p {
  font-size: 1.5rem;
  position: relative;
  z-index: 10;
  color: white;
}

.cta .container button {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 768px) {
  .cta {
    background-color: white;
    background-image: url("https://isopanelskenya.com/wp-content/uploads/2024/09/machine.webp");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;

    min-height: 350px;
    height: auto;
    width: 100%;
    padding: 2rem 0;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
  }

  .cta .container h3 {
    font-size: 2.25rem !important;

    position: relative;
    z-index: 10;
  }

  .cta .container p {
    font-size: 1.2rem;
    position: relative;
    z-index: 10;
  }
}

/* --- Safari fallback --- */
/* Safari doesn't support background-attachment: fixed properly,
    so we detect that and override it. */
@supports (-webkit-touch-callout: none) {
  .cta {
    background-attachment: scroll !important; /* disables parallax only for Safari */
    background-position: center center !important;
    background-size: cover !important;
  }
}

/* -------------------Home Blog---------------------- */
/* 
.blog {
  height: 100%;
  width: 100%;

  background-color: #f5f5f5;

  padding: 3rem 0 5rem 0;

  display: flex;
  justify-content: center;
  align-items: center;
}

.blog .container {
  width: 95%;
  max-width: 1400px;
  height: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.blog .container .head {
  text-align: center;
  width: 100%;

  padding: 1.5rem 0;
}

.blog .content {
  width: 100%;
  height: auto;

  display: flex;
  justify-content: center;
  align-items: stretch;

  gap: 2rem;
  box-sizing: border-box;
}

.blog .content .col-1 {
  width: 40%;
  height: auto;
}

.blog .content .col-1 .wrapper {
  width: 100%;
  height: 100%;

  position: relative;
}

.blog .content .col-1 .wrapper img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.blog .content .col-1 .wrapper .overlay {
  position: absolute;
  bottom: 0;
  left: 0;

  background-color: #0000004d;
  color: white;

  height: 100%;
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog .content .col-1 .wrapper .overlay .date {
  height: 100%;
  width: auto;

  position: relative;
}

.blog .content .col-1 .wrapper .overlay .date .date-cont {
  height: auto;
  width: fit-content;
  background-color: #58669f;

  padding: 1.5rem 1.5rem;

  position: absolute;
  right: 1rem;
  top: 1rem;
}

.blog .content .col-1 .wrapper .overlay .date .date-cont div {
  font-size: 3rem;
  font-weight: 600;
}

.blog .content .col-1 .wrapper .overlay .date .date-cont p {
  font-size: 1rem;
}

.blog .content .col-1 .wrapper .overlay .items {
  height: 100%;
  padding: 0 2rem;

  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.blog .content .col-1 .wrapper .overlay .items .cont {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.blog .content .col-1 .wrapper .overlay .items .cont div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog .content .col-1 .wrapper .overlay .items h3 {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #fff;
}

.blog .content .col-1 .wrapper .overlay .items a {
  font-size: 1.2rem;
  font-weight: 800;
  color: #58669f;
}

.blog .content .col-2 {
  width: 60%;
  height: auto;
}

.blog .content .col-2 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.blog .content .col-2 .grid .card {
  width: 100%;
  height: auto;

  background-color: #fff;
  padding: 2rem 1.5rem;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.blog .content .col-2 .grid .card .details {
  display: flex;
  align-items: center;
  gap: 0.8rem;

  font-size: 0.9rem;
  font-family: inherit;

  border-bottom: 1px solid #58669f6b;
  padding-bottom: 1rem;
}

.blog .content .col-2 .grid .card .details i {
  font-size: 1.2rem;
}

.blog .content .col-2 .grid .card h3 {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.5rem;
}
.blog .content .col-2 .grid .card p {
  font-size: 1rem;
  line-height: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog .content .col-2 .grid .card a {
  color: #58669f;
  font-weight: 600;

  padding-top: 0.5rem;
}

@media only screen and (max-width: 768px) {
  .blog {
    padding: 2rem 0 3rem 0;
  }

  .blog .content {
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;

    gap: 2rem;
    box-sizing: border-box;
  }

  .blog .content .col-1 {
    width: 100%;
    height: 450px;
  }

  .blog .content .col-1 .wrapper {
    width: 100%;
    height: 100%;

    position: relative;
  }

  .blog .content .col-1 .wrapper img {
    width: 100%;
    height: 100%;

    object-fit: cover;
  }

  .blog .content .col-2 {
    width: 100%;
    height: auto;
  }

  .blog .content .col-2 .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
  }

  .blog .content .col-2 .grid .card {
    width: 100%;
    height: auto;

    background-color: #fff;
    padding: 2rem 1.5rem;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .blog .content .col-2 .grid .card .details {
    display: flex;
    align-items: center;
    gap: 0.8rem;

    font-size: 0.9rem;
    font-family: inherit;
  }

  .blog .content .col-2 .grid .card .details i {
    font-size: 1.2rem;
  }

  .blog .content .col-2 .grid .card h3 {
    font-size: 1.6rem;
  }

  .blog .content .col-2 .grid .card p {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .blog .content .col-2 .grid .card a {
    color: #58669f;
    font-weight: 600;

    padding-top: 0.5rem;
  }
} */
