@charset "UTF-8";
/*
Theme Name: BG Theme 1.0
Theme URI: https://wordpress.org/themes/bgtheme/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our BG Theme 1.0 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. BG Theme 1.0 is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Tested up to: 6.9
Requires at least: 4.7
Requires PHP: 5.2.4
Version: 3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bgtheme
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

BG Theme 1.0 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

Bundled block pattern images:
Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
/* ==================================================
   Premium Certification Section Styles
================================================== */
/* ==================================================
   Ultra-Premium Certification Section Styles
================================================== */.certifiaction-section .logo-certification img{
  display: block;
  margin: auto;
  width: 400px;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
}
.content-certification h2{
  font-size: 30px;
  font-weight: bold;
  color: #231b57;
  margin-bottom: 15px;
  margin-top: 40px;
}
.holder-certification {
  background-color: #ffff;
  padding: 20px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  border: 1px solid #231b57;;
}


.cert-graphics img{
width:200px;
height:auto:
 object-fit: cover;
}

    /* Premium Accreditation Section Styling */
    .certification-section {
        position: relative;
        padding: 100px 0;
        /* Professional light gray-blue */
    }
    /* Floating Certificate Panel */
    .cert-panel {
        background: #ffffff;
        padding: 60px;
        border-radius: 20px;
        box-shadow: 0 15px 50px rgba(0, 75, 135, 0.08); /* Soft blue shadow */
        border: 1px solid #e2e8f0;
        position: relative;
        overflow: hidden;
    }
    /* Gold Corner Accents */
    .cert-panel::before {
        content: '';
        position: absolute;
        top: 20px; left: 20px; width: 40px; height: 40px;
        border-top: 3px solid #d4af37; border-left: 3px solid #d4af37;
    }
    .cert-panel::after {
        content: '';
        position: absolute;
        bottom: 20px; right: 20px; width: 40px; height: 40px;
        border-bottom: 3px solid #d4af37; border-right: 3px solid #d4af37;
    }
    .cert-panel .inner-column { position: relative; z-index: 2; }
    /* The Program List on the left */
    .cert-program-list {
        list-style: none;
        padding: 0;
        margin-top: 30px;
    }
    .cert-program-list li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
        font-size: 16px;
        color: #444;
        line-height: 1.5;
    }
    .cert-program-list li::before {
        content: '\f058'; /* FontAwesome Check Circle */
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        left: 0;
        color: #004b87;
        font-size: 18px;
    }
    /* Certification Graphics (Right Side) */
    .cert-graphics {
        text-align: center;
        padding-left: 40px;
    }
/*     .cert-graphics img.main-logo { width: 220px; margin-bottom: 25px; } */
	.cert-graphics img{
width:200px;
height:auto:
 object-fit: cover;
}
    
    /* Updated SVG Container Box */
    .gold-seal-box {
        width: 170px; /* Slightly larger to showcase details */
        height: 170px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .valid-date-badge {
        display: inline-block;
        margin-top: 25px;
        padding: 8px 25px;
        background-color: #004b87;
        color: #fff;
        border-radius: 50px;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.5px;
    }