/*
Theme Name: Hello Elementor Child
Theme URI: https://arnoldbritto.com/
Description: A child theme for Hello Elementor. Keeps the design lightweight while adding custom styles.
Author: Your Name
Author URI: https://arnoldbritto.com/
Template: hello-elementor
Version: 1.0.11
Text Domain: hello-elementor-child
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/
/* Custom styling for Hello Elementor Child */

@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif !important;
  font-style: italic !important;
}

h1 {
  font-size: 49.86px !important;
  line-height: 67.5px !important;
}

p,
a,
li {
  font-family: "Inter", sans-serif !important;
  line-height: 28px !important;
  font-size: 16px !important;
}
header:not(.dynamic-header) {
  max-width: 1200px !important;
  width: 100%;
}
.site-header .header-inner {
  max-width: 100% !important;
}

nav.main-navigation li {
  list-style: none !important;
}

.nav-menu ul {
  display: flex !important;
  gap: 20px;
}

.nav-menu ul a {
  color: #000 !important;
}

.site-branding {
  width: 200px;
}
header#site-header {
  padding: 0;
  top: 27px;
}
.header-inner {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #fff !important;
  padding: 22px;
  top: 14px;
  border-radius: 18px;
  box-shadow: 0px 4px 16px 11px #00000012 !important;
}
.site-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  align-items: center;
}

a.gold-btn {
  background: #d29a49;
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
}
.w-btn {
  display: flex;
  align-items: center;
  gap: 15px;
}
/*a:active, a:hover {*/
/*    transition: 0.9s !important;*/
/*    color: #ffffff !important;*/
/*    background: linear-gradient(121deg, #0053d1, #212528 71%, #212528 55%) !important;*/
/*}*/
a.whit-btn {
  background: #ffffff;
  color: #0b1c36;
  padding: 14px 22px;
  border-radius: 10px;
}

h2 {
  font-size: 45.65px !important;
  line-height: 62px !important;
  font-weight: 400 !important;
}
.bbig p {
  font-size: 26px;
  line-height: 38px !important;
  font-weight: 200 !important;
}
.boxx-2:after {
  content: "";
  background: url(https://arnoldbritto.com/wp-content/uploads/2025/12/moodboard-1.png);
  position: absolute;
  width: 310.87px;
  height: 63%;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.boxx-1:after {
  content: "";
  background: url(https://arnoldbritto.com/wp-content/uploads/2025/12/moodboard-2.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
}

.spe-btn a {
    background: linear-gradient(121deg, #0b1c36, #465564 71%, #465564 55%);
    color: #fff;
    padding: 20px 30px;
    border-radius: 14px; 
    text-wrap: nowrap;
}
.spe-btn {
  margin-top: 35px;
}

.trr h6 {
  font-family: "Inter", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.post-card-wrapper {
  display: flex;
  gap: 20px;
}

.post-card {
  max-width: 360px !important;
  background: #fff;
  border-radius: 14px;
  padding: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.post-card-img {
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.post-card-title {
  font-family: "Inter", sans-serif !important;
  font-style: normal !important;
  margin: 12px 0 6px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}
.post-card-excerpt {
  color: #555;
  font-size: 14px;
  margin-bottom: 12px;
}
.post-card-link {
  color: #0073aa;
  font-weight: 500;
  text-decoration: none;
}
.post-card-link:hover {
  text-decoration: underline;
}
.books-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* exactly 3 columns */
  gap: 30px;
  margin: 20px 0;
}

.book-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.book-card:hover {
  transform: translateY(-5px);
}

.book-image img.book-cover {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}

.book-category {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.book-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.book-meta {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 10px;
}

.book-excerpt {
  font-size: 0.95rem;
  color: #333;
  margin-bottom: 15px;
}

.book-buttons {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.book-buttons .btn {
  flex: 1;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.book-buttons .btn-sample {
  background: #d6a14f;
  color: #fff;
}

.book-buttons .btn-sample:hover {
  background: #b88b3f;
}

.book-buttons .btn-order {
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
}

.book-buttons .btn-order:hover {
  background: #f2f2f2;
}

div#boxx {
  height: 126px !important;
}

#book-box {
  height: 959px !important;
}

#sx-box img {
  width: 100%;
}

#sx-box P {
  font-size: 14px !important;
}

.w-btn2 {
  margin-top: 22px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.main-navigation .nav-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

/* Hide mobile toggle on desktop */
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

#site-header {
  width: 90%;
  margin: auto;
}

.site-header .header-inner {
  padding: 20px 30px;
}

#menu-header-menu a {
  color: #000 !important;
}
div#banner-im {
  display: none;
}
button#mobile-menu-toggle {
    color: #000 ;
}
button:focus, button:hover {
    background-color: #465564 !important;
    color: #fff !important;
}
a.btn.btn-order {
    display: none;
}


@media (max-width: 999px) {
  div#banner-im {
    display: block !important;
  }
  #dez .e-con-inner {
    padding: 0 !important;
}
  .books-grid { 
    grid-template-columns: repeat(1, 1fr) !important;
  }
    .book-layout {
        padding: 180px 30px 0 30px !important;
    }
  #menu-header-menu a{
      color: #fff !important;
  } 
  .cee {
    padding-top: 26% !important;
    padding-right: 0 !important;
  }
  .footer-container {
    padding: 30px;
  }
  #eer .e-con-inner {
    padding-top: 24% !important;
    padding-inline: 0 !important;
}
#eer .e-con-inner {
    padding-top: 24% !important;
    padding-inline: 0 !important;
}

div#boz1 {
    padding: 30px;
}

.w-btn {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}
  .main-navigation {
    display: none; /* Hidden by default */
    position: absolute;
    top: 117px;
    right: 0;
    background: #515962;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #eee;
    border-radius: 10px;
  }
  .e-con-inner {
    padding: 35px !important;
  }

  .post-card-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
    .book-title {
        font-size: 24px!important;
    }
  h2 {
    font-size: 33.65px !important;
    line-height: 52px !important;
    font-weight: 400 !important;
  }

  h1 {
    font-size: 33.86px !important;
    line-height: 40.5px !important;
  }
  .main-navigation .nav-menu {
    flex-direction: column;
    gap: 15px;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .main-navigation.active {
    display: block;
  }
}
