
svg{
    width: 15px;
    
    margin-top: 7px;
    margin-left: 4px;
}
.fa-tiktok{
    display: flex;
    justify-content: left;
}

/* ol{
    text-decoration: none;
    padding-top: 20px;
    text-decoration: none;
    text-decoration-style: none;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    padding: 10px;

}


ol h6 {
    text-align: center;
}
ol li{
    padding-left: 10px;
    text-align: left;
}
ol {
  list-style: none;
  counter-reset: item;
  padding: 0;
  text-align: center;
}
 */


/* Table of the What set us apart */
/* GRID LAYOUT FOR RESPONSIVE COLUMNS */
.pg-service__insideblocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    width: 100%;
 
}

/* Tablet */
@media (max-width: 992px) {
    .pg-service__insideblocks {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .pg-service__insideblocks {
        grid-template-columns: 1fr;
    }
}

/* BLOCK STYLING */
.pg-service__insideblock {
    border-radius: 5px;
    padding: 15px 10px;
    background-color: rgb(243, 255, 240);
   
}


.pg-service__insideblock:hover {
    transition: 0.5;
    transform: translateY(-5px);
    transition: 0.5s;
    /* border-top: 0.5px solid; */
    border-left: 0.5px solid;
    border-right: 0.5px solid ;
    
    
 /*    box-shadow: 0 15px 40px rgba(0,0,0,0.12); */
}

/* LIST STYLING WITH COUNTERS */
.pg-service__insideblock ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0;
}

.pg-service__insideblock li {
    counter-increment: item;
    position: relative;
    padding: 5px 10px 5px 40px;
    margin-bottom: 15px;
  /*   background: #3cc904; */
    border-radius: 6px;
    margin:10px;
    line-height: 1.3;
}

/* HOVER LIST ITEM */
.pg-service__insideblock li:hover {
    background: #eaeaea;
    transition: 0.5s;
}

/* VERTICAL NUMBER RECTANGLE */
.pg-service__insideblock li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    color: white;
    font-weight: bold;
    font-size: 16px;
    border-radius: 6px 0 0 6px;
}

/* FIRST COLUMN – Deep Army Blue */
.pg-service__insideblocks > div:nth-child(1) li::before {
    color: #1f3a5f;
}

/* SECOND COLUMN – Dark Grey */
.pg-service__insideblocks > div:nth-child(2) li::before {
   color: #1f3a5f;
}

/* THIRD COLUMN – Emerald Yellow */
.pg-service__insideblocks > div:nth-child(3) li::before {
    /* background: ; */
    color: #1f3a5f; /* Dark text for better contrast on yellow */
}

/* HEADINGS */
.pg-service__insideblock h6 {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.pg-service__insideblock li::before {
    transition: transform 0.3s;
}

.pg-service__insideblock li:hover::before {
    transform: scale(1.1);
}

/* About Founder AMEDOAGBA KINGSLEY founder-2nd-name */
.founder-2nd-name{
    color: #f8f8f8;
   font-weight: bold;
}
.container-founder-justify{

  
   background-color: black;
    
    
}


/* Gamed Solutiob Framework */

        .pillar-card {
            max-width: 960px;
            width: 100%;
            background: rgba(255,255,255,0.75);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            border-radius: 2.5rem;
            box-shadow: 
                0 20px 40px -12px rgba(0,20,40,0.35),
                0 1px 2px rgba(255,255,255,0.6) inset,
                0 -1px 2px rgba(0,0,0,0.05) inset;
            border: 1px solid rgba(255,255,255,0.7);
            overflow: hidden;
            padding: 2.5rem 2.2rem 3rem 2.2rem;
            transition: all 0.2s ease;
        }

        /* main header */
        .pillar-header {
            margin-bottom: 2.2rem;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .pillar-header h1 {
            font-size: 3.2rem;
            font-weight: 600;
            letter-spacing: -0.02em;
            background: linear-gradient(155deg, #1A2E45 0%, #2C4A6E 90%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            line-height: 1.1;
            text-shadow: 0 2px 5px rgba(0,30,50,0.1);
        }

        .pillar-badge {
            background: #1A2E45;
            color: white;
            font-size: 0.9rem;
            font-weight: 600;
            padding: 0.3rem 1rem 0.3rem 1rem;
            border-radius: 60px;
            letter-spacing: 0.3px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #1A2E45, #253f58);
            border: 1px solid rgba(255,255,255,0.3);
            box-shadow: 0 6px 12px -8px #0f1e2c;
            margin-left: 0.75rem;
        }

        /* acronym grid (G A M E D) */
        .acronym-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin-bottom: 2.8rem;
            background: rgba(255,255,255,0.5);
            border-radius: 80px;
            padding: 0.6rem 0.6rem;
            backdrop-filter: blur(4px);
            border: 1px solid rgba(255,255,255,0.7);
            box-shadow: 0 8px 14px -10px rgba(0,32,64,0.2);
        }

        .acronym-item {
            flex: 1 1 auto;
            min-width: 60px;
            text-align: center;
            font-weight: 600;
            font-size: 1.5rem;
            letter-spacing: 0.5px;
            padding: 0.5rem 0.2rem;
            border-radius: 60px;
            color: #1b3b4f;
            background: transparent;
            transition: all 0.2s;
            box-shadow: inset 0 1px 4px rgba(255,255,255,0.8), 0 2px 4px rgba(0,0,0,0.02);
        }

        .acronym-item.highlight {
            background: white;
            box-shadow: 0 6px 14px -10px #143750, 0 0 0 1px rgba(255,255,255,0.9) inset;
            color: #0f2b3b;
            font-weight: 650;
            transform: scale(1.02);
        }

        /* main title line: "WHAT IT GOVERNS" */
        .governs-title {
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-weight: 600;
            color: #3a5b77;
            margin-bottom: 1.8rem;
            border-bottom: 2px solid rgba(45, 85, 120, 0.2);
            padding-bottom: 0.7rem;
            display: flex;
            align-items: center;
        }

        .governs-title span {
            background: #1e3f58;
            color: white;
            padding: 0.2rem 1.2rem;
            border-radius: 30px;
            font-size: 0.9rem;
            margin-left: 1rem;
            letter-spacing: 0.4px;
        }

        /* governance blocks – each matches a letter */
        .governance-list {
            display: flex;
            flex-direction: column;
            gap: 1.7rem;
        }

        .governance-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            background: rgba(255,255,255,0.5);
            backdrop-filter: blur(4px);
            padding: 1.3rem 1.5rem 1.3rem 1.5rem;
            border-radius: 2rem;
            border: 1px solid rgba(255,255,255,0.8);
            box-shadow: 0 10px 20px -16px #1c3e55, 0 0 0 1px rgba(255,255,255,0.5) inset;
            transition: all 0.25s ease;
        }

        .governance-item:hover {
            background: rgba(255,255,255,0.75);
            box-shadow: 0 20px 28px -20px #0f2b3f;
            border-color: #dbe5f0;
        }

        .gov-letter {
            flex-shrink: 0;
            width: 3.2rem;
            height: 3.2rem;
            background: linear-gradient(145deg, #f9fcff, #e2ecf7);
            border-radius: 1.8rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 2rem;
            color: #163a50;
            box-shadow: 0 5px 12px -6px #1f3f58, 0 -1px 0 #ffffff inset, 0 1px 0 #cbdae7 inset;
            border: 1px solid rgba(255,255,255,0.9);
            line-height: 1;
        }

        .gov-content {
            flex: 1;
            font-size: 1.05rem;
            line-height: 1.6;
            color: #1f3d54;
            font-weight: 400;
        }

        /* small letter reference inside content */
        .gov-content strong.letter-ref {
            font-size: 1.2rem;
            font-weight: 650;
            color: #0a2b40;
            margin-right: 0.3rem;
            background: rgba(210, 230, 250, 0.6);
            padding: 0.15rem 0.7rem;
            border-radius: 30px;
            display: inline-block;
            border: 1px solid #c5d9eb;
        }

        /* ensure paragraphs */
        .gov-content p {
            margin-top: 0.2rem;
            margin-bottom: 0.2rem;
        }

        /* subtle accent for letter blocks */
        .governance-item[data-letter="G"] .gov-letter { background: linear-gradient(145deg, #e6f0fa, #d3e3f2); }
        .governance-item[data-letter="A"] .gov-letter { background: linear-gradient(145deg, #eaf3fc, #daeafe); }
        .governance-item[data-letter="M"] .gov-letter { background: linear-gradient(145deg, #e2eefa, #d0e2f5); }
        .governance-item[data-letter="E"] .gov-letter { background: linear-gradient(145deg, #dcecfc, #c8dff5); }
        .governance-item[data-letter="D"] .gov-letter { background: linear-gradient(145deg, #f1f7ff, #dae7f8); }

        /* matching descriptions with slight border */
        .governance-item[data-letter="G"] { border-left: 5px solid #3f6b8f; }
        .governance-item[data-letter="A"] { border-left: 5px solid #4f7aa0; }
        .governance-item[data-letter="M"] { border-left: 5px solid #2f6286; }
        .governance-item[data-letter="E"] { border-left: 5px solid #264d69; }
        .governance-item[data-letter="D"] { border-left: 5px solid #1d4057; }

        /* fine details */
        .pillar-footer-note {
            margin-top: 2rem;
            font-size: 0.85rem;
            color: #5c6f82;
            text-align: right;
            border-top: 1px dashed rgba(60, 90, 120, 0.25);
            padding-top: 1rem;
            font-weight: 400;
            letter-spacing: 0.2px;
        }

        @media (max-width: 600px) {
            .pillar-card { padding: 1.8rem 1.2rem; }
            .acronym-grid { border-radius: 50px; }
            .acronym-item { font-size: 1.2rem; min-width: 45px; }
            .gov-letter { width: 2.8rem; height: 2.8rem; font-size: 1.7rem; }
            .governs-title span { display: none; }
        }
/* framework-table */
.framework-table{ 
 display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   gap: 10px;

}
/* max-width-framwork */
.max-width-framwork{
    box-shadow: none;
 /*    background-color: #0f2b3f; */
    max-width:100%;
    display: flex;
    justify-content: center;

    
   
}
/* max-width-framwork-page */
.max-width-framwork-page{
     border-bottom: 2px solid;
      display: flex;
      gap: 10px;
      background: rgb(242, 242, 242);
      max-height:100%;
      max-width:100%;
       
   
}
/* service__icon */
.service-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color:#1F8A5B;
    width: 60px;
    height: 60px;

   
}
.service-icon h2{
 
}
/* service__content */
    .service__content h5 + p {
    margin-top: 0; /* Removes margin between adjacent h5 and p */
    margin-bottom: 0;
    
}
.business-p{
    margin-top: -15px;
}/* 
initial-letters */
.initial-letters{
    text-align: center;
    display: flex;
    align-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    color: white;
}




/*  horizontal-rectangle-main-team */
/* .horizontal-rectangle-main-team {
    justify-content: center;
    padding-top: 30px;
   
    align-items: center;
    color: white;
    display: flex;
}
.gamedframwork-bg{
    width: 100%;
    margin-bottom: 30px;
    background-color:#1F8A5B;
    display: flex;
    
    flex-direction: column;
}
     
.color-theme-framwork {
    color: rgb(248, 255, 247);
    display: flex;
    text-align: left;
   
}
.Every-institution-we{
    text-align: left;
    justify-content: center;
    display: flex;
    color: whitesmoke;
    padding-left: 5px;
    margin-top: -10px;
    
}
 */



 /* Main container with animation */
        .gamedframwork-bg {
            max-width: 1400px;
            width: 100%;
            background-image: url(images/bg/1.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            /* border-radius: 30px; */
            padding: 60px 40px;
            position: relative;
            isolation: isolate;
            
            /* Animation properties */
            animation: scaleLeftIn 0.3s ;
            transform-origin: right;
        }

        /* Overlay for better text readability */
        .gamedframwork-bg::before {
            content: '';
            position: absolute;
            inset: 0;
            padding: 80px;
            background:#06820eb5;
            /* border-radius: 30px; */
            z-index: -1;
           /*  backdrop-filter: blur(2px); */
        }

        /* Animation keyframes */
        @keyframes scaleLeftIn {
            0% {
                opacity: 0;
                transform: scaleX(0);
            }
            100% {
                opacity: 1;
                transform: scaleX(1);
            }
        }

        /* Content styles */
        .text-center-white {
            text-align: center;
            color: rgb(255, 255, 255);
            position: relative;
            z-index: 1;
           
        }

        .horizontal-rectangle-main-team {
            margin: 0 auto;
            text-align: center;
            padding-top: 20px;
            max-width: 900px;
            width: 100%;
            
        }

        .color-theme-framwork {
           text-align: center;
            font-weight: bolder;
           /*  line-height: 1.3; */
            margin-bottom: 30px;
            padding: 20px;
            color: #ffffff; /* Gold color for better visibility */
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.124);
            
        }
      /*   .Every-institution-we{
            background-color: red;
            padding-bottom: 90px;
            margin-top: 300px;

        } */

       /*  .Every-institution-we {
            line-height: 1.8;
            max-width: 1000px;
            margin: 0 auto;
            color: rgba(255, 255, 255, 0.95);
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
            padding: 20px 30px;
            border-radius: 15px;
            text-align: left;
            /* backdrop-filter: blur(5px); */
            /* border: 1px solid rgba(187, 105, 105, 0.1);
        } */

        /* Tablet styles */
        @media screen and (max-width: 768px) {
            .gamedframwork-bg {
                padding: 40px 25px;
            }

            .color-theme-framwork {
                margin-bottom: 25px;
            }

            .Every-institution-we {
                padding: 15px 20px;
                line-height: 1.6;
            }
        }

        /* Mobile styles */
        @media screen and (max-width: 480px) {
            .gamedframwork-bg {
                padding: 30px 15px;
               /*  border-radius: 20px; */
            }

            .gamedframwork-bg::before {
               /*  border-radius: 20px; */
            }

            .color-theme-framwork {
                margin-bottom: 20px;
                letter-spacing: -0.01em;
            }

            .Every-institution-we {
                padding: 12px 15px;
                line-height: 1.5;
               /*  border-radius: 12px; */
            }
        }

        /* Landscape mode for mobile */
        @media screen and (max-height: 600px) and (orientation: landscape) {
            .gamedframwork-bg {
                padding: 30px 40px;
            }

            .color-theme-framwork {
                margin-bottom: 15px;
                font-size: clamp(1.5rem, 4vw, 2.2rem);
            }

            .Every-institution-we {
                padding: 12px 25px;
            }
        }

        /* High-resolution screens */
        @media screen and (min-width: 1400px) {
            .gamedframwork-bg {
                max-width: 1400px;
            }

            .color-theme-framwork {
                font-size: 3.5rem;
            }

            .Every-institution-we {
                font-size: 1.3rem;
                max-width: 1100px;
            }
        }

        /* Touch devices - ensure proper hit areas */
        @media (hover: none) and (pointer: coarse) {
            .gamedframwork-bg {
                cursor: default;
            }
        }

        /* Print styles */
        @media print {
            body {
                background: white;
                padding: 0;
            }

            .gamedframwork-bg {
                background-image: none;
                background-color: #f5f5f5;
                animation: none;
                padding: 30px;
            }

            .gamedframwork-bg::before {
                display: none;
            }

            .color-theme-framwork {
                color: #333;
                text-shadow: none;
            }

            .Every-institution-we {
                color: #333;
                background: none;
                border: 1px solid #b81313;
                backdrop-filter: none;
            }
        }

        /* Reduced motion preferences */
        @media (prefers-reduced-motion: reduce) {
            .gamedframwork-bg {
                animation: none;
                opacity: 1;
                transform: scaleX(1);
            }
        }

        /* Dark mode support */
        @media (prefers-color-scheme: dark) {
            .Every-institution-we {
                text-align: left;
                margin-top: -50px;
                padding: 10px;
                padding-left: 20px;
            }
        }

        /* Ensure text remains readable on all devices */
        .color-theme-framwork,
        .Every-institution-we {
            word-wrap: break-word;
            overflow-wrap: break-word;
            hyphens: auto;
            padding-bottom: 40px;
            padding-top: -40px;
            
        }

        /* Smooth transition for any interactive elements */
        .gamedframwork-bg {
            transition: box-shadow 0.3s ease, transform 0.3s ease;
        }

        .gamedframwork-bg:hover {
            box-shadow: 0 20px 40px rgba(208, 202, 202, 0.3);
        }
        .gamed-solution-theme{
            background-color: #0f1e2c0b;
           
        }
        .text-center{
             margin-top: 80px;

        }
        .problem-solving{
            color: white;
        }
        .our-mandate{
                height: 300px;
             
        }

        .about-back-theme{
            background-color: #0f2b3b0f;
            padding-bottom: 10%;
        }
/* GAMED FRAMWORK */
.pg-service__insideblock{
    background-color: rgba(255, 255, 255, 0.439);
}
.feature{
    background-color: #163a50;
    height:100%;

}
.funfact-container{
  display: flex;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-right: 300px;
}
    


