 :root {
  --max-width: 1100px;
  --accent: #2b6cb0;
  --muted: #666;
  --gap: 16px;
}

* { box-sizing: border-box; }
.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 20px;
}

 body {
      font-family: 'Arial', sans-serif;
      margin: 0;
      padding: 0;
      background: #f4f6f8;
      color: #333;
      text-align: center;
    }

    /* HEADER (Top Menu) */
    header {
      background: #004aad;
      padding: 10px 0;
      position: sticky;
      top: 0;
      z-index: 10;
    }

    nav {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
    }

    nav a {
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
      padding: 6px 10px;
      transition: 0.3s;
    }

    nav a:hover {
      color: #ffd700;
    }

    /* BANNER */
    .banner {
      width: 100%;
      overflow: hidden; background: #F5E8CC;
    }

    .banner img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* SECTIONS */
    .section {
      background: #fff;
      margin: 14px auto;
      border-radius: 12px;
      width: 92%;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .section img {
      width: 100%;
      height: auto;
      border-bottom: 2px solid #eee;
      display: block;
    }

    .section-content {
      padding: 16px;
    }

    .section h2 {
      color: #004aad;
      font-size: 18px;
      margin-bottom: 8px;
    }

    .section p {
      font-size: 14px;
      line-height: 1.5;
      color: #555;
    }

    .read-more {
    display: inline-block;
    color: #004aad;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #004aad;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}


    .read-more:hover {
      background: #004aad;
      color: #fff;
    }

    /* ADS */
    .ads {
      margin: 25px auto;
      width: 92%;
    }

    .ads img {
      width: 100%;
      border-radius: 10px;
      display: none!important;
    }

    /* BLOG IMAGE SMALLER */
    .blog-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-bottom: 2px solid #eee;
    }

    /* FOOTER */
    footer {
      background: #fff;
      padding: 20px 0;
      box-shadow: 0 -2px 4px rgba(0,0,0,0.1);
      margin-top: 30px;
    }

    .menu {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      gap: 5px;
      margin-bottom: 12px;
    }

    .menu a {
      text-decoration: none;
      color: #004aad;
      font-weight: bold;
      font-size: 14px;
    }

    .social-icons {
      margin: 10px 0;
    }

    .social-icons img {
      width: 28px;
      margin: 0 6px;
      vertical-align: middle;
    }

    .copyright {
      font-size: 12px;
      color: #777;
      margin-top: 5px;
    }
	.blog-summary {
	font-size: 14px;
	color: #555;
	line-height: 32px;
	text-align: justify;
}.ads {
	margin: 18px 0;
	padding: 12px;
	border-radius: 8px;
	border: 1px dashed #ddd;
	text-align: center;
	color: var(--muted);
	display: inline-block;
}.blog-content {
	padding: 10px;
}.read-more.read-more-blog {
	margin-bottom: 20px;
}
.blogimg{
width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* each box equal width */
.section-content h1, h2 {
	font-size: 18px;
	text-align: left;
}
.section-box, .blog-box {
    width: calc(33% - 10px);
    background: #fff;
    padding:0px;
    box-shadow: 0 0 10px #ddd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
	 /* Make all boxes equal height */
    display: flex;
    flex-direction: column;
}

/* force equal height */
.section-content,
.blog-content {
    flex: 1; text-align:justify; 
	 display: flex;
    flex-direction: column;
    height: 100%;
}
.center {
    margin-top: auto;   /* pushes button to the bottom */
    text-align: center; /* keeps button centered */
}.desc {
	font-size: 14px;
	color: #555;
	line-height:25px;
	text-align: justify;
}

/* images */
.blog-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}
.blog-title {
	text-align: left;
	font-size: 18px;
}.blog-date {
	text-align: left;
	margin-bottom: 15px;
	font-size: 12px;
	color: #666;
	position: relative;
}.blog-date span {
	position: absolute;
}

/* Date */
.blog-date {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.blog-date i {
    margin-right: 6px;
    font-size: 16px;
}
#cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f3f3f3;
	padding: 18px;
	color: #000;
	display: none;
	z-index: 99999;
	text-align: center;
}#cookie-banner .btn {
	border: none;
	padding: 8px 12px;
	border-radius: 6px;
	margin-top: 10px;
	cursor: pointer;
}#acceptCookie {
	background: #4CAF50;
}#rejectCookie {
	background: #FF4444;
}
/* Mobile responsive */
@media (max-width: 768px) {
    .section-box, .blog-box {
        width: 100%;
    }
	.blogimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}.section-content, .blog-content {
	text-align: left;
}
	
	
}