/**
 * Theme Name:     Zakra Child
 * Author:         Karuki
 * Template:       zakra
 * Text Domain:	   zakra-child
 * Description:    Zakra is a powerful and versatile multipurpose theme that makes it easy to create beautiful and professional websites. With over free 40 pre-designed starter demo sites to choose from, you can quickly build a unique and functional site that fits your specific needs. Whether you
 */

a.success-view-btn:hover {
    color: #21c0ee;
    background: #edfbff;
}

.zak-page-header.zak-style-1 {
    display: none !important;
}

.zak-container {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    box-sizing: content-box;
  	padding: 0px;
}

header#zak-masthead {
    padding: 0px 5% !important;
}

/* Home banner */
/* ===========================
   HOME BANNER
   =========================== */
.aview-home-banner {
    position: relative;
    width: 100%;
    height: 77vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Background layer (image only via inline CSS) */
.aview-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(65%);
    transform: scale(1.1);
    transition: transform 6s ease;
}

.aview-home-banner:hover .aview-banner-bg {
    transform: scale(1);
}

/* Overlay */
.aview-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgb(0 0 0 / 8%), rgb(0 0 0 / 30%));
}

/* Container */
.aview-banner-container {
    position: relative;
    z-index: 10;
    max-width: 1200px;
    padding: 0 30px;
    width: 100%;
}

/* Content box */
.aview-banner-content {
    max-width: 650px;
    padding: 30px 40px;
    background: #21c0ee3b;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.25);
    animation: fadeUp 1.5s ease forwards;
}

.aview-banner-content h1 {
    font-size: 47px;
    font-weight: 700;
    color: #b0edff;
    margin-bottom: 15px;
}

.aview-banner-content p {
    font-size: 17px;
    color: #e5e5e5;
    margin-bottom: 25px;
}

.aview-banner-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #21c0ee;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}

.aview-banner-btn:hover {
    background: #ff315f;
    transform: translateY(-3px);
}

/* Animation */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}




/* About-home section
 */
/* ABOUT SECTION */
.about-section {
    padding: 80px 20px;
    background: #ffffff;
    width: 100%;
}

.about-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

/* IMAGE */
.about-image-wrap {
    flex: 1 1 45%;
}

.about-image {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    padding: 5px;
    margin: 5px;
}

/* CONTENT */
.about-content {
    flex: 1 1 50%;
}

.about-title {
    font-size: 36px;
    margin-bottom: 15px;
    color: #007aa4;
    font-weight: 700;
}

.about-text {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* LIST */
.about-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.about-list li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #222;
    display: flex;
    align-items: center;
}

/* BUTTON */
.about-btn {
    padding: 12px 28px;
    border-radius: 50px;
    background: #21c0ee;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}

.about-btn:hover {
    background: #e73370;
}

/* COUNTER SECTION */
.aview-counter-section {
    padding: 80px 20px;
    text-align: center;
    background: #f7f9fc;
		width: 100%;
}

.counter-heading {
    font-size: 38px;
    font-weight: 700;
    color: #007aa4;
    margin-bottom: 50px;
}

.counter-container {
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.counter-box {
    flex: 1 1 22%;
    background: #fff;
    padding: 35px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    transition: 0.3s ease;
}

.counter-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.counter-box h3 {
    font-size: 42px;
    font-weight: 700;
    color: #21c0ee;
    margin-bottom: 10px;
}

.counter-box p {
    font-size: 16px;
    color: #333;
}

.counter-box img {
    max-width: 84px;
    background: #21c0ee7a;
}

/* What we do */
.what-we-do {
    padding: 70px 20px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff, #d2efff);
    margin: 0 auto;
    width: 100%;
}

.wwd-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #007aa4;
}

.wwd-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

/* Card */
.wwd-item {
    background: rgba(255,255,255,0.4);
    border-radius: 22px;
    padding: 25px;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.4s;
}

.wwd-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Image */
.wwd-img {
    width: 100%;
    height: 200px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 20px;
}

.wwd-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text */
.wwd-item h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #111;
    font-weight: 700;
}

.wwd-item p {
    color: #444;
    font-size: 15px;
    margin-bottom: 18px;
}

/* CTA Button */
.wwd-item a {
    display: inline-block;
    padding: 12px 22px;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 5px 12px rgba(0, 110, 255, 0.4);
    transition: 0.3s ease;
		margin-top: 10px;
}

.wwd-item a:hover {
    background: linear-gradient(135deg, #0072ff, #00c6ff);
    transform: scale(1.05);
}

/* SECTION WRAPPER */
.support-section {
  padding: 80px 20px;
  background: #f7f9fc;
	width: 100%;
}

/* FLEX CONTAINER */
.support-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

/* VIDEO BLOCK */
.support-video {
  flex: 1;
  min-width: 320px;
  position: relative;
}

.support-video iframe,
.support-video video {
  width: 100%;
  height: 350px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  object-fit: cover;
}

/* CONTENT */
.support-content {
  flex: 1;
  min-width: 320px;
}

.support-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #007aa4;
}

.support-content p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #444;
}

/* CTA BUTTON */
.support-section .cta-btn {
 display: inline-block;
    padding: 12px 22px;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 5px 12px rgba(0, 110, 255, 0.4);
    transition: 0.3s 
ease;
    margin-top: 10px;
}

.support-section .cta-btn:hover {
   background: linear-gradient(135deg, #0072ff, #00c6ff);
    transform: scale(1.05);
}

/* ===== Media Coverage Section ===== */

.media-coverage {
    padding: 80px 5%;
    background: #f5f7fc;
    text-align: center;
    font-family: "Poppins", sans-serif;
		width: 100%;
}

.media-title {
   font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #007aa4;
}

.media-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

/* Logos */
.media-logos {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    opacity: 0.7;
}

.media-logos img {
    height: 127px;
    transition: 0.3s ease;
}

.media-logos img:hover {
    opacity: 1;
    transform: scale(1.08);
}

/* Cards Grid */
.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.media-card {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    padding: 20px;
    text-align: left;
    transition: 0.35s ease;
}

.media-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(0,0,0,0.12);
}

.media-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

.media-card h3 {
    font-size: 20px;
    color: #222;
    margin-bottom: 10px;
}

.media-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 18px;
}

.media-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #0056d3;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease;
}

.media-btn:hover {
    background: #003e9e;
}

/* View All Button */
.media-cta {
    margin-top: 45px;
}

.media-view-all {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 50px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.media-view-all:hover {
    background: #333;
}

section.supporting_partners {
    margin: 0 auto;
    text-align: center;
    padding: 37px 10px;
}


.image-gallery-section {
  padding: 80px 5%;
  background: #fafafa;
  text-align: center;
}

.gallery-title {
		font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #007aa4;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s ease;
}

/* Hover Effect */
.gallery-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.18);
}

.gallery-item:hover img {
  scale: 1.12;
}

/* Different sizes */
.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}






/* Half background section */
.half-bg-gallery {
    position: relative;
    padding: 80px 5%;
    background: linear-gradient(to top, #77dcf9 0%, #a8e0ff 50%, white 50%, white 100%);
    margin: 0 auto;
}

.gallery-title {
		font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #007aa4;
		text-align: center;
}

/* Gallery layout */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.g-item {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.4s ease;
}

/* Hover effect */
.g-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.20);
}

.g-item:hover img {
  scale: 1.12;
}

/* Masonry sizes */
.g-item.tall {
  grid-row: span 2;
}

.g-item.wide {
  grid-column: span 2;
}


/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
  border-radius: 10px;
  animation: fadeIn 0.4s ease;
}

.close-btn {
  position: absolute;
  top: 40px;
  right: 50px;
  color: #F7DCDC;
  font-size: 50px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to   { opacity: 1; transform: scale(1); }
}

















/* Responsive */



	@media (max-width: 900px) {
    .wwd-grid {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 768px) {
	
	.support-container {
    flex-direction: column;
    text-align: center;
  }

  .support-content h2 {
    font-size: 30px;
  }

  .support-video iframe,
  .support-video video {
    height: 250px;
  }
    .aview-home-banner {
        height: auto;
        padding: 80px 0;
    }

    .aview-banner-content {
        padding: 25px 30px;
        text-align: center;
    }

    .aview-banner-content h1 {
        font-size: 2.1rem;
    }
	
	
	
/* 	About section */
.about-container {
        flex-direction: column;
        text-align: center;
    }

    .about-content {
        flex: 1 1 100%;
    }

    .about-image-wrap {
        flex: 1 1 100%;
    }
	
	/*Counter Section*/

 .counter-container {
        gap: 20px;
    }

    .counter-box {
        flex: 1 1 45%;
    }
	





@media(max-width: 600px) {
/* 	Counter Section */
    .counter-box {
        flex: 1 1 100%;
    }

    .counter-box h3 {
        font-size: 34px;
    }
	
/* 	What we do */
	
	.wwd-grid {
        grid-template-columns: 1fr;
    }

    .wwd-title {
        font-size: 30px;
    }
}



