/* 
 Theme Name:   arile-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     arilewp
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
html {
  font-size: 16px !important;
  scroll-behavior: smooth !important;
}
h1 {
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
  font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
  font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
  padding: 0 !important;
}
section {
  margin: 30px 0 !important;
  scroll-margin-top: 177px !important;
}
.theme-block {
  padding: 0 !important;
}

.heading {
  text-align: center;
}
.heading h2 {
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.heading h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #007bff;
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

.heading p {
  margin: 1rem auto 0;
  color: #555;
  line-height: 1.6;
}
.heading ul li {
  color: #555;
}
.box {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  height: 100%;
}
.colored {
  color: #007bff;
}
.cust-bg {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 21px;
  transition: all 0.3s ease;
}

.cust-bg:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.rounded-5 {
  border-radius: 21px !important;
}
.colored-bg {
  background: #f0f4ff;
  border: 1px solid #cce0ff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 21px;
  transition: all 0.3s ease;
}
.author-bio {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 21px;
  margin: 2rem auto;
  transition: all 0.3s ease;
}

.author-bio:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.author-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
}

.author-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background-color: #007bff;
  margin: 0.6rem auto 0;
  border-radius: 2px;
}

.author-img {
  outline: 4px solid #f0f2f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.author-name {
  font-weight: 600;
  margin-top: 0.5rem;
  color: #222;
}
.author-img {
  display: block;
  width: 177px;
  height: 177px;
  background-image: url("/wp-content/themes/arile-child/assets/img/alex-mercer.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 50%; /* circle effect */
  border: 4px solid #f0f2f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);

  /* responsive alignment */
  margin: 0 auto 1rem;
  float: none;
}

@media (min-width: 768px) {
  .author-img {
    float: left;
    margin: 0 1rem 1rem 0;
  }
}

.author-text {
  line-height: 1.7;
  color: #444;
  margin-top: 0.8rem;
}
h1,
.h1,
h2,
.h2,
.h3,
h3,
h4,
.h4,
h5,
.h5,
.h6,
h6 {
  clear: none !important;
}

.post-content {
  padding: 0 !important;
}
.full-width-section {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.entry-content {
  overflow: unset !important;
}
.full-width-section {
  width: 100vw;
  background: #f5f7ff; /* subtle background for the whole section */
  padding: 1rem 0;
}

.quick-nav {
  background: #f0f4ff;
  border: 1px solid #cce0ff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-top: 0 !important;
}

.quick-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.quick-nav li {
  margin: 0;
}

.quick-nav a {
  color: #ffffff;
  text-decoration: none !important;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
  box-shadow: none !important;
}

.quick-nav a:hover {
  color: #031db3;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .quick-nav ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .quick-nav a {
    font-size: 16px;
  }
}
.theme-page-header-area:after {
  background: url("./assets/img/shadow.png") no-repeat;
  z-index: 1;
  background-position: center bottom;
  content: "";
  position: relative !important;
  bottom: 0 !important;
  left: 0;
  right: 0;
  height: 0 !important;
}
.theme-page-header-area {
  margin-bottom: 0 !important;
}
.theme-block {
  margin-top: 0 !important;
}
.theme-page-header-area {
  margin-top: 0 !important;
}
.operator {
  background-color: #000;
  padding: 5px;
}
.operator-2 {
  background-color: #74030b;
  padding: 5px;
}
.list-pos {
  list-style-position: inside;
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  list-style-position: inside;
}
.digit h3 {
  font-weight: 600;
  margin-top: 7px;
  margin-bottom: 0.5rem;
  color: #1a3f91;
}

.digit h3 span {
  color: #007bff;
  font-weight: bold;
  margin-right: 0.5rem;
}
.img_el {
  padding: 50px 0;
  position: relative;
  margin-top: 17px;
}
.img_el:before {
  content: "";
  background: color-mix(in srgb, #00000091, transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 17px;
}
.img_el .img_el-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/arile-child/assets/img/live-casino-experience.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 17px;
}
.img_el .container {
  position: relative;
  z-index: 2;
}
.img_el .container h2,
.img_el .container p {
  color: white !important;
}
.img_el .container h3 {
  color: #ef8a54;
}
.navbar .nav .menu-item {
  margin-right: 0.7rem !important;
}
@media (max-width: 500px) {
  .row.align-self-center .align-self-center {
    text-align: start !important;
  }
}
@media (max-width: 500px) {
  .navbar-light .navbar-toggler {
    margin-top: 0.238rem !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 500px) {
  .navbar-light .navbar-toggler {
    float: right !important;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
} /* Footer Wrapper */
.site-info-footer {
  background: #1a1a1a;
  color: #f5f5f5;
  padding: 2.5rem 1rem;
  font-family: Arial, sans-serif;
}

.site-info-footer .footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
  position: relative;
}

.site-info-footer .footer-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #007bff;
  margin: 0.5rem auto 0;
  border-radius: 2px;
}

/* Quick Links */
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links ul li {
  margin: 0.4rem 0;
}

.footer-links ul li a {
  color: #dcdcdc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #007bff;
}

/* Newsletter */
.footer-newsletter .newsletter-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-newsletter input[type="email"] {
  flex: 1 1 200px;
  padding: 0.6rem 1rem;
  border: none;
  border-radius: 30px;
  outline: none;
  font-size: 0.95rem;
}

.footer-newsletter button {
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 30px;
  background: #007bff;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.footer-newsletter button:hover {
  background: #0056b3;
}

.footer-newsletter i {
  margin-right: 0.3rem;
}
.copyright {
  background-color: #f3f8fe !important;
  padding: 7px 21px !important;
}
.page-scroll-up {
  bottom: 42px !important;
}
