/*!
Theme Name: AKU
Theme URI: https://workuix.com/
Author: Underscores.me
 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: northforkweb
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

northforkweb 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/*html,
body {
    overflow-x: hidden;
}
*/
body {
    overflow-x: hidden;
}
html {
    overflow-x: visible;
}


:root {

    /* MAIN COLOR   */
	--black-m:#212121;
	--white:#ffff;
    --green: #1DA95A;
	--cream: #FFFAEF;
	--red:#D02A34;
	--dark-red:#71171C;
	--grey:#525252;
	--light-grey:#A9A9A9;
	--text-grey:#838383;

    /*GRADINTS*/

    --grad-1:  linear-gradient(0deg, #71171C -4.64%, #D72C35 100%);
	
	--grad-2:  linear-gradient(0deg, #71171C 0%, #AC121B 52%, #71171C 100%);
	


   

    /*BORDER COLOR*/

    --border-light: #e6e6e6;

    /*transition*/
    --transition-base: all 0.4s ease-in-out;
}

::selection {
    background: #f1cc4a;
    color: #fff;
    text-shadow: none;
}




section.hero h1::selection {
    background: -webkit-linear-gradient(360deg, var(--bg-yellow), var(--bg-yellow));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*margin-top*/
.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-6 {
    margin-top: 60px;
}

/*margin-bottom*/
.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

/*margin-left*/
.ml-0 {
    margin-left: 0;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.ml-5 {
    margin-left: 50px;
}

.ml-6 {
    margin-left: 60px;
}

/*margin-right*/
.mr-0 {
    margin-right: 0;
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-5 {
    margin-right: 50px;
}

.mr-6 {
    margin-right: 60px;
}


/*PADDING*/
.p-0 {
    padding: 0;
}

.p-1 {
    padding: 10px;
}

.p-2 {
    padding: 20px;
}

.p-3 {
    padding: 30px;
}

.p-4 {
    padding: 40px;
}

.p-5 {
    padding: 50px;
}

.p-6 {
    padding: 60px;
}

/*PADDING right*/
.pr-0 {
    padding-right: 0;
}

.pr-1 {
    padding-right: 10px;
}

.pr-2 {
    padding-right: 20px;
}

.pr-3 {
    padding-right: 30px;
}

.pr-4 {
    padding-right: 40px;
}

.pr-5 {
    padding-right: 50px;
}

.pr-6 {
    padding-right: 60px;
}


/*PADDING LEFT*/
.pl-0 {
    padding-left: 0;
}

.pl-1 {
    padding-left: 10px;
}

.pl-2 {
    padding-left: 20px;
}

.pl-3 {
    padding-left: 30px;
}

.pl-4 {
    padding-left: 40px;
}

.pl-5 {
    padding-left: 50px;
}

.pl-6 {
    padding-left: 60px;
}

/*PADDING top*/
.pt-0 {
    padding-top: 0;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-5 {
    padding-top: 50px;
}

.pt-6 {
    padding-top: 60px;
}

/*PADDING Bottom */
.pb-0 {
    padding-bottom: 0;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pb-6 {
    padding-bottom: 60px;
}

/*BORDER*/

.bor-light-grey {
    border-radius: 16px;
    border: 1px solid var(--light-grey);
}

.theme-shadow {
    box-shadow: 4px 4px 0 0 #00A4E4;
}

.theme-yellow {
    box-shadow: 4px 4px 0 0 #ECBA4F;
    border-color: #ECBA4F;
}

.theme-orange {
    box-shadow: 4px 4px 0 0 #EB5E28;
}

.theme-blue {
    box-shadow: 4px 4px 0 0 var(--blue-1);
    border: 1px solid var(--blue-1);
}




/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;

}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    overflow-x: hidden;

}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

.site-main {}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;

}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */
em {
    color: inherit;
}

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

a:hover{
	text-decoration:none;
}
.sub-menu{
    background-color: #fffaef !important;
}
a.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong,
.bold {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */

.gform_validation_errors {
    display: none !important;
}
legend.gfield_label.gform-field-label.gfield_label_before_complex, label.gfield_label.gform-field-label {
    display: none;
}
.gform_heading .gform_title {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    outline: none
}

select {
    border: 1px solid #B1B1B1;
    background: #F6F6F6;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

.entry-footer {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--paragraphs);
    font-family: 'Gotham', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: bold;
    font-family: 'Agrandir', sans-serif;

}

p {
    margin-bottom: 0;
    margin-top: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */


hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {}

ul {
    list-style: none;
	padding:0;
}
.wpb_wrapper ul li{
    /*list-style: circle !important;*/
}

.uk-list-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style-type: none;
    gap: 30px;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: inherit;
}



a:hover,
a:focus,
a:active {
    color: var(--heading);
}

a:focus {
    outline: unset;
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 0px solid;
    cursor: pointer;

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: none;
    border-color: ;

}



textarea {
    width: 100%;
}



/*GRavity FORM*/
.character-form .gform-footer.gform_footer.top_label {
    display: flex;
    flex-direction: row;
    justify-content: center;
}



.form {}

.form .gform_wrapper .gform-body .gfield input,
.form .gform_wrapper .gform-body .gfield textarea {
    background-color: transparent;
    border-radius: 0px !important;
    border-width: 0 0 2px 0px;
    box-shadow: unset;
    border-color: #6E7071;
    padding: 20px 0;
}

.form .gform_wrapper .gform-body .gfield input:hover,
.form .gform_wrapper .gform-body .gfield textarea:hover {

    border-color: var(--blue-2);
}

.form .gform_wrapper .gform-body .gfield input:focus,
.form .gform_wrapper .gform-body .gfield textarea:focus {
    outline: 0;
}

.form .gform_wrapper .gform-body .gfield label.gfield_label {
    margin-bottom: 0;
}

p.gform_required_legend {
    display: none;
}

.gfield_label {
    display: none;
}

.gfield--type-honeypot {
    display: none !important;
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: var(--paragraphs);
}

::placeholder {
    color: var(--paragraphs);
}

/* Submissions Form */
#input_9_41 {
    padding: 0 0;
}

#input_9_42 {
    padding: 0 0;
}

#input_9_43 {
    padding: 0 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*  header*/
header {
    padding: 0px 0;
    z-index: 99;

}

.admin-bar header {
    top: 0
}

.admin-bar.home header {

    top: 32px;

}

 

.site-branding {
    width:350px;
}

.site-header .uk-container {
    position: relative;
}

.site-header .cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;

}

.site-header a.cart-action {
    position: relative;
}

.site-header .cart-info .count {
    position: absolute;
    right: -12px;
    background: var(--orange);
    font-size: 10px;
    padding: 0px 4px;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 2px;
    line-height: 21px;
    font-weight: 500;
    color: #fff;
}

.site-header .cart-info .count .count {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
}

span.saprate-line {
    color: #808080;
    opacity: 0.5;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    margin-left: auto;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul.show {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(150deg, var(--background-b1) 35%, rgba(21, 29, 41, .75));
    border-radius: 15px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 15px 5px;
    width: 340px;
    position: absolute;
    top: 100%;
    overflow: visible;
    right: 38%;
    transform: translate(50px, 20px);
}

.main-navigation ul.navbar-nav>li>a {



     display: block;
    text-decoration: none;
    color: var(--link);
     padding: 13px 0px 10px 0px;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 140%;
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all .3s ease;
}
	
}


.main-navigation ul.navbar-nav>li>a.active{
    display: block;
    color: #84161C;
    margin: 0 0px;
	border-bottom:2px solid #84161C;
}
.main-navigation ul.navbar-nav>li>a:hover {
/*    display: block;
    color: #84161C;
    margin: 0 0px;
	border-bottom:2px solid #84161C;*/
    /*background: #f1f1f1;*/
    
        color: #fff;
    background-color: #84161C;
    border-bottom: 2px solid #84161C;
  
    padding-left: 18px;   /* expand left padding */
    padding-right: 18px;  /* expand right padding */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	
}



/* .site-header .navbar-nav>li.menu-item:last-child a::after {
    content: "\e5c8";
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: sub;
    transform: rotate(-45deg);
    font-size: 20px;
    font-weight: 500;
    margin-left: 8px;
} */

/* .main-navigation ul.navbar-nav li a:hover {
    color: var(--orange);
} */




.main-navigation ul.navbar-nav li.menu-item-has-children>a::after {
    content: "\ea7b";
    display: inline-block;
    font: normal normal normal 1em / 1 'Lineicons';
    color: inherit;
    flex-shrink: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 5px;
    font-size: 20px;
    line-height: 0;
    font-weight: 600;
    margin-left: 5px;

}
.main-navigation ul.navbar-nav ul li.menu-item-has-children a::after {
    transform: rotate(269deg);
    top:unset;
    font-size: 16px;
    right: -10px;
}

.main-navigation ul ul ul, .navbar-nav ul ul ul {
    left: -999em;
    top: 0;
    margin-top: 0;
    border-radius: 00  0;
}
 
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: flex;
    left: 100%;
}
ul.sub-menu li:first-child {
    /*margin-top: 10px;*/
}
ul.sub-menu li:last-child {
	  margin-bottom: 10px;
}
.main-navigation ul ul a {
    padding: 10px 20px;
    /*padding: 5px 20px;*/
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;letter-spacing:-0.1px
}
.main-navigation ul ul li:hover > a,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li:focus > a{
/*	color:#84161C;
    background: #f1f1f1;*/
    color:#fff;
    background: #71171C;
    font-weight: 500;

}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.bottom-menu {
    position: absolute;
    bottom: 50px;
    right: 0px;
}


@media only screen and (min-width:1025px) {

 
    #primary-menu>li.mega-menu>ul.sub-menu {
       position: absolute;
        right: 0;
        display: flex;
        width: 1365px;
        flex-direction: row;
        margin: 0 auto;
        background-color: #fff;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 40px 40px 100px;
        min-height: 350px;
        gap: 15px 10px;
        max-width: 100%;
       
        flex-wrap: wrap;
    }
.main-navigation ul li.mega-menu:hover>ul,
.main-navigation ul li.mega-menu.focus>ul {
    left: 0;
}

    #primary-menu>li.mega-menu.mega-menu-vertical>ul.sub-menu {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    #primary-menu>li.mega-menu>ul.sub-menu::before {
        background-image: url(assets/img/white-block.jpg);
        content: "";
        display: block;
        height: 100%;
        width: 2300px;
        position: absolute;
        left: -20%;
        right: 0;
        top: 0;
        z-index: -1;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    #primary-menu>li.mega-menu>ul.sub-menu>li.menu-item {
        width: calc(25% - 20px);
        max-width: 250px;
    }

    #primary-menu>li.mega-menu>ul.sub-menu>li.menu-item-has-children>a {
        font-weight: bold;
        margin-bottom: 15px;
        display: block;
        font-size: 18px;
        width: auto;
        cursor: unset;
    }

    #primary-menu>li.mega-menu>ul.sub-menu>li.menu-item-has-children>a:hover {
        color: #000;
    }

    #primary-menu>li.mega-menu>ul.sub-menu>li.menu-item-has-children .sub-menu li {}

    #primary-menu>li.mega-menu>ul.sub-menu>li.menu-item-has-children .sub-menu li a {
        /* padding: 5px 0; */
        padding-left: 0px;
        transition: var(--transition-base);
        display: table-cell;
        width: 100%;
    }

    #primary-menu>li.mega-menu>ul.sub-menu>li.menu-item-has-children .sub-menu li:hover a {
        padding-left: 5px;
    }

    #primary-menu>li.mega-menu>ul.sub-menu ul.sub-menu {
        left: 000;
        top: unset;
        position: relative;
        box-shadow: unset;
        gap: 8px;
    }

    #primary-menu>li.mega-menu>ul.sub-menu::after {
        display: block;
        position: absolute;
        content: "";
        height: 20px;
        top: -15px;
        width: 100%;
    }

    .main-navigation ul ul {

        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
        display: flex;
        flex-direction: column;
        background: #fff;
    }

    .main-navigation ul.navbar-nav>li {

        display: block;

    }
}

.main-navigation .last-menu a {
    background: #EB5E28;
    border-radius: 8px;
    color: #fff;

}



.main-navigation a:hover,
.current-menu-item a {
    color: var(--heading);
}

.site-header .cart a {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1025px) {


    .uk-offcanvas-bar.bg-grad-1.mobile-menu.uk-offcanvas-bar-animation.uk-offcanvas-slide {
        width: 340px;
    }


    .mobile-nav {
        margin: 0;
        padding: 0;
    }

    .mobile-nav li {
        margin: 0;
        padding: 0;
        float: none;
        clear: both;
        list-style: none;
        position: unset;
    }

    .mobile-nav >  li > a {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        color: #000;
    }
.mobile-nav > li > a:last-child {
    border-bottom: 0px solid;}
    
    .mobile-nav li a:hover {
        color: #000;
        /*  background-color:#0071BC; */
    }

    .mobile-nav ul {
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        left: 0;
        position: relative;
    }

       .mobile-nav .sub-menu li.menu-item a {
        font-weight: normal;
        text-transform: none;
        font-size: 14px;
        color: #000;
        padding-block: 10px;
        border: 0px solid;
    }

     .mobile-nav .sub-menu {
        display: none;
        position: relative;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--border-light);
    }
    .mobile-nav a {
        padding: 15px 0;
        border-bottom: 1px solid var(--border-light);
        width: 100%;
        display: block;
        margin: 0;
        text-decoration: none;
        position: relative;
        cursor: pointer;
    }

    /* .mobile-nav a:hover{
        border-bottom-style: solid;
    border-bottom-width:0;

} */
    .submenu-toggle {
        background: none;
        border: none;
        cursor: pointer;
        color: #000;
        position: absolute;
        right: 0;
        transform: translateY(-50%);
        width: 28px;
        height: 28px;
        top: 49%;
        border-radius: 100%;
        line-height: 0;
        border: 1px solid var(--border-light);
    }
 button.menu-toggle {
        background-color: var(--background-b1);
        color: var(--heading);
        border-radius: 15px;
        justify-content: center;
        align-items: center;
        padding: 5px;
        font-size: 24px;
        line-height: 100%;
        transition: transform .4s cubic-bezier(.25, .46, .45, .94), background-color .4s cubic-bezier(.25, .46, .45, .94);
        display: flex
;
        color: var(--heading);
    }

    header.uk-flex {
        flex-direction: row;
        justify-content: flex-end;

    }

    .site-branding {
        margin-right: auto;
    }

    .main-navigation {
        order: 1
    }
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width:1025px) {

    .submenu-toggle {
        display: none;
        position: absolute;


    }


    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
        gap: 15px;
       
    }







}


/* Footer
--------------------------------------------- */

footer {
    background:var(--grad-1);
    color: #fff;
    padding: 80px 0 10px;
}

.site-footer .border-style.border-bottom {
    width: 100%;
    position: relative;
    top: -135px;

}

footer hr {
    background-color: rgba(255, 255, 255, 0.08);

}

.footer-top {}

.site-footer .footer-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;

}

.site-footer .footer-grid .menu-item {
    padding-left: 0px;
    transition: var(--transition-base)
}

.site-footer .footer-grid .menu-item:hover {
    padding-left: 5px
}

.site-footer .footer-grid .about {
    width: 30%;
	margin-right: 50px;
}

.site-footer .footer-grid .support {
    width: 25%;
}

.site-footer .footer-grid .footer-menu {
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	gap: 30px;
}
.footer-menu-center {
    margin-left: 50px;
}

.site-footer .footer-grid .footer-menu>div {
    width: 33%;

}

.site-footer .footer-grid .paragraph-footer {
    max-width: 390px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 185%;
}

.site-footer .footer-grid ul li a {
    color: var(--paragraphs);
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    transition: color .4s cubic-bezier(.25, .46, .45, .94);
}

.site-footer .site-info {
    padding: 60px 0 0;
    text-align: center
}

.site-footer .footer-bottom .uk-list-inline {
    justify-content: flex-end;
}

.site-footer .widget-title {
    margin-bottom: 15px;
}

.site-footer a {
    font-size: 14px;
}

.footer-bottom {
    padding-bottom: 20px;
}

.site-footer .newsletter-form form .gfield input {
    background: transparent;

    color: #fff;
    border-color: #fff;

}

/*--------------------------------------------------------------
# Plugins 
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* uk style custom */
[class*="uk-align"] {

    margin-bottom: 0;
}


/*  bgi consulting page */

ul.uk-list.uk-list-bullet.staff-content {
    font-size: 24px;
    color: black;
}



.author-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

P a[href] {
    text-decoration: underline;
    color: var(--blue-1);
}
P a[href]:hover {
 
    color: var(--blue-1);
}

.cat-title{
background: -webkit-linear-gradient(360deg, var(--blue-1), var(--blue-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/* Notice Board Widget Styling */
.notice-widget {
	min-height:610px;
    color:white;
	background: #71171C;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
	border:solid 1px #71171C;
}

/* Header Styling */
.notice-header {
	background: linear-gradient(275deg, #D72C35 -4.64%, #71171C 100%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 30px;
    text-transform: uppercase;
	margin-bottom:20px;
}

/* Notice List */
.notice-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Notice Item */
.notice-widget ul li {
    padding: 10px 30px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    font-size: 16px;
}

/* Last Item Border Remove */
.notice-widget ul li:last-child {
    border-bottom: none;
}


/* Upcoming Event Notice borad  */

.event-widget {
	min-height:610px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
	border:solid 1px #71171C;
}

/* Header Styling */
.event-header {
	background: linear-gradient(275deg, #D72C35 -4.64%, #71171C 100%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 30px;
    text-transform: uppercase;
	margin-bottom: 10px;
}

/* Event List */
.event-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

/* Event Item */
.event-widget ul li {
    padding: 0 30px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 10px;

}

/* Last Item Border Remove */
.event-widget ul li:last-child {
    border-bottom: none;
}

/* Event Content */
.event-content {
    display: flex;
    align-items: center;
	gap: 5px;
}

/* Event Icon */
.event-icon img {
    width: 18px;
    height: 20px;
    margin-bottom: 10px !important;
	filter: invert(9%) sepia(57%) saturate(4406%) hue-rotate(348deg) brightness(85%) contrast(90%);
}

/* Event Title */
.event-title {
    font-size: 16px;
    font-weight: 600;
}



/* Blog Section Styling */

section.page-header {
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 60px 0;
/*    padding: 100px 0;*/
    text-align: center;
background: linear-gradient(rgb(84 81 81 / 50%), rgba(0, 0, 0, 0.5)), url(/wp-content/themes/aku/assets/img/bg-header.jpg);
background-size: cover;
background-position: center;

}



.breadcrumb {
    font-size: 14px;
    margin-bottom: 20px;
}

.breadcrumb a {
    text-decoration: none;
    color: #aaaaaa;

}

.breadcrumb a:hover {
    text-decoration: underline;
}

.page-menu li.current-menu-item a {
    color: #fff;
    background: #901d24;
}

.page-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}

.page-menu ul li {
    display: inline-block;
    padding-right: 6px;
}

.page-menu ul li:last-child {
    padding-right: 0;
}

.page-menu ul li a {
    display: inline-flex;
    align-items: center;
    padding: 10px 12px;
    color: #7B7B93;
    text-transform: uppercase;
    font-family: var(--heading-fontFamily);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.3px;
    background: #EDEDF5;
    position: relative;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
    border-radius: 5px;
}

/* Active menu item in WordPress */
.page-menu ul li.current-menu-item a, 
.page-menu ul li.current_page_item a,
.page-menu ul li.current-menu-ancestor a {
    color: #fff;
    background: #901d24;
    box-shadow: 0px 4px 12px rgba(119, 104, 229, 0.1);
}

/* Hover Effect */
.page-menu ul li a:hover {
    background: #901d24;
    color: #fff;
}

/*accordian approval page*/
/* Tab Buttons */
    .tab-buttons {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
      gap: 15px;
      flex-wrap: wrap;
    }

    .tab-btn {
      padding: 10px 18px;
      font-size: 16px;
      cursor: pointer;
      background-color: #EDEDF5;
      border: none;
      border-radius: 6px;
      color: #222222;
      transition: all 0.3s ease;
    }

    .tab-btn:hover {
      background-color: #901d24;
      color: #ffffff;
      transform: scale(1.03);
    }

    .tab-btn.active {
    background: #901d24;
    box-shadow: 0px 4px 12px rgba(119, 104, 229, 0.1);
    color: #ffffff;
    }

    /* Tab Content */
    .tab-content {
      display: none;
      max-width: 100%;
      margin: auto;
    }

    .tab-content.active {
      display: block;
    }

    details {
      border: 1px solid #ccc;
      margin-bottom: 15px;
      border-radius: 6px;
      padding: 12px;
      background: #fff;
    }

    summary {
      font-size: 18px;
      font-weight: 600;
      cursor: pointer;
      margin-bottom: 10px;
    }

    .pdf-button {
      display: block;
      margin-top: 8px;
      background-color: #f3f3f3;
      color: #6a6a6a;
      padding: 10px 18px;
      border: none;
      border-radius: 6px;
      font-size: 15px;
      cursor: pointer;
      transition: all 0.3s ease;
      width: fit-content;
    }

    .pdf-button:hover {
      background-color: #79171c;
      transform: scale(1.03);
      color: #fff;
    }

    /* PDF Popup Overlay */
    .pdf-popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.85);
      display: none;
      justify-content: center;
      align-items: flex-start;
      padding-top: 30px;
      z-index: 9999;
    }

    .pdf-popup iframe {
      width: 90%;
      height: 90vh;
      border: none;
      background: transparent;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }

    .close-btn {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 28px;
      color: white;
      cursor: pointer;
      z-index: 10000;
    }

/*hemant*/
    .wpb_wrapper p{
        text-align: justify;

         
    }

    /* style academics page - hemant */

        .qualification {
      font-size: 16px;
      color: #555;
      margin-bottom: 10px;
      text-align: center;
      font-weight: 500;
    }
/*    h2 {
      text-align: center;
      color: #2c3e50;
      margin-bottom: 30px;
    }*/
    .course-list {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      gap: 15px 30px;
    }
    .course-item {
      background: #ecf0f1;
      padding: 12px 18px;
      border-left: 5px solid #a2131c;
      border-radius: 6px;
      font-size: 16px;
      color: #2c3e50;
      transition: all 0.3s ease;
    }
    .course-item:hover {
      background: #FFF9F99C;
      border-left-color: #2e86de;
    }
    @media (max-width: 600px) {
      .course-list {
        grid-template-columns: 1fr;
      }
    }


   /* Style the iframe container */
        .iframe-container {
            display: none;
            margin-top: 20px;
        }

        .iframe-container.active {
            display: block;
        }

        iframe {
            width: 100%;
            height: 700px;
            border: none;
        }

        /* Optional: Add some space between the tabs */
        .tab-btn:not(:last-child) {
            margin-right: 10px;
        }
          /* Responsive Styles */
        @media (max-width: 768px) {
            .tab-btn {
                font-size: 14px; /* Slightly smaller font size */
                padding: 10px 15px; /* Adjust padding for smaller screens */
            }

            iframe {
                height: 400px; /* Smaller iframe height on smaller screens */
            }
        }

        @media (max-width: 480px) {
            .tab-btn {
                font-size: 12px; /* Further reduce font size for mobile */
                padding: 8px 12px; /* Adjust padding for mobile */
                flex: 1 1 45%; /* Make buttons take up 45% of width */
            }

            iframe {
                height: 300px; /* Further reduce iframe height */
            }
        }




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

.col-lg-4, .col-lg-8 {
  padding: 10px;
}

.col-lg-4 {
  flex: 1 1 20%;
}

.col-lg-8 {
  flex: 1 1 75%;
}


/*message page*/
.message_page {
  /*padding: 0px 20px;*/
  background: #fff;

}

.message-photo img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.message-details {
  background: #f1f6fb;
  margin-top: 20px;
  padding: 20px;
  border-radius: 8px;


  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);

}

.message-details h3 span {
  font-size: 16px;
  display: block;
  color: #888;
}

.message-details h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #2c3e50;
}

.message-details ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.message-details ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

.message-details ul li a {
  color: #007bff;
  text-decoration: none;
}

.message-content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 20px;
}

.message-content h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #003366;
  border-bottom: 2px solid #007bff;
  display: inline-block;
  padding-bottom: 5px;
}

.message-content p {
  margin-bottom: 16px;
  font-size: 16px;
  text-align: justify;
}

.message-content h3 {
  margin-top: 30px;
  font-size: 20px;
  color: #7e2827;
}

.message-content ul {
  /*list-style: disc;*/
  padding-left: 20px;
  margin-top: 10px;
}

.message-content ul li {
  margin-bottom: 10px;
}

.infra-section {
  padding: 60px 20px;
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}
.section-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  color: #222;
}
.infra-category h3 {
  font-size: 28px;
  color: #901d24;
  margin-top: 40px;
}
.infra-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.infra-card {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.08);
  transition: transform 0.3s;
  text-align: center;
}
.infra-card:hover {
  transform: translateY(-5px);
}
.infra-card i {
  font-size: 36px;
  color: #901d24;
  margin-bottom: 10px;
}
.infra-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}
.infra-card p {
  font-size: 14px;
  color: #666;
}
.infra-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  object-fit: cover;
}

.infra-card:hover img {
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}


/*recruiter*/
.our-recruiters {
  padding: 20px 20px;
  background: #f9f9f9;
}
.our-recruiters h2 {    
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.recruiter-category {
  margin-bottom: 40px;
}
.recruiter-category h3 {
  font-size: 22px;
  color: #0073aa;
  border-left: 4px solid #0073aa;
  padding-left: 10px;
  margin-bottom: 20px;
}
.recruiter-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.recruiter-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  /*width: 160px;
  height: 120px;*/
  width: 246px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: transform 0.3s ease;
}
.recruiter-card:hover {
  transform: scale(1.05);
}
.recruiter-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .recruiter-card {
    width: 45%;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .recruiter-card {
    width: 100%;
    height: 100px;
  }
}



@media screen and (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  .col-lg-4, .col-lg-8 {
    flex: 100%;
  }

    .page-menu {
    display: none;
  }
	
	.open-admisssion {
    display: none;
}
	
}
.event-icon span.date {
    font-size: 14px;
    display: inline-block;
    padding: 0 0  5px 10px;
    vertical-align: top;
}
span.event_date {
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
    margin-top: 10px;
}


/*button home */
.btn-green {
    background-color: #28a745;
    color: white;
}

.btn-blue {
    background-color: #007bff;
    color: white;
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #007bff;
    color: #007bff;
     /*   border: 2px solid #000000;
    color: #525252;*/
        padding: 12px 28px !important
}

.btn-arrow i {
    margin-left: 8px;
}

/*admission buttons*/
.btn-image-link {
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.btn-image-link img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.btn-image-link:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
/*.btn-image-link:hover {
    transform: scale(1.05);
    box-shadow: 0 0 12px #00b05b;
}
*/

.media-img img {
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    max-width: 100%;
    height: 230px;
}

.media-img img:hover {
    transform: scale(1.03);
}

.media-text {
    text-align: center;
    margin-top: 10px;
}

.media-text h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.media-text p {

    text-align: left !important; /* or 'center' or 'start' */
}


/*notice department*/
.notice-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.notice-header {
    border-bottom: 2px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.notice-title {
    color: #333;
    margin-bottom: 0.5rem;
}

.notice-meta {
    color: #666;
    font-size: 0.9rem;
}

.notice-featured-image {
    margin-bottom: 2rem;
}

.notice-featured-image img {
    width: 100%;
    height: auto;
}

.notice-attachments, .notice-contact {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px dashed #ddd;
}


.vision-mission-section {
  padding: 60px 20px;
  background-color: #fdf9f9;
  font-family: sans-serif;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #7a161c;
  margin-bottom: 50px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  margin-bottom: 60px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col {
  flex: 1 1 50%;
  padding: 15px;
}

.image-col img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.sub-title {
  font-size: 28px;
  font-weight: bold;
  color: #7a161c;
  margin-bottom: 20px;
}

.description {
  font-size: 18px;
  color: #333;
  line-height: 1.7;
  margin: 0;
  padding-left: 20px;
}

.description li {
  margin-bottom: 12px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .row, .row.reverse {
    flex-direction: column;
  }
}
.uk-card-title{
	    margin-bottom: 25px;
}


ul.sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal-width columns */
  gap: 10px 20px; /* row-gap column-gap */
  padding: 0;
  margin: 0;
  list-style: none;
  /*max-width: 500px; Adjust based on design */
  max-width: 100%;
	min-width:250px;
}

ul.sub-menu li {
    margin: 0;
    position: relative;
}

/*counter display*/

.stats-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  padding: 60px 30px;
  background-color: #f9fafb;
  font-family: 'Segoe UI', sans-serif;
}

.stat-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 180px;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.stat-value {
  font-size: 42px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
}

.stat-title {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.4;
}

/* Certificate World Record Section Styling */
.vc_custom_world_record {
  margin: 50px 0;
  padding: 0 15px;
}

.world-record-card {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  border-left: 5px solid #841b21;
  position: relative;
  overflow: hidden;
}

.wr-header {
  margin-bottom: 25px;
  position: relative;
}

.wr-badge {
  background: #841b21;
  color: white;
  display: inline-flex;
  align-items: center;
  padding: 8px 15px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}

.wr-badge i {
  margin-right: 10px;
  font-size: 18px;
}

.world-record-card h2 {
  color: #2c3e50;
  font-size: 28px;
  margin: 15px 0;
  font-weight: 700;
  text-align: center;
}

.wr-divider {
  height: 3px;
  width: 80px;
  background: #e74c3c;
  margin: 15px auto;
}

.wr-content {
  margin-bottom: 25px;
}

.wr-content p {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: center;
}

.wr-organizers {
  list-style: none;
  padding: 0;
  margin: 20px auto;
  max-width: 400px;
}

.wr-organizers li {
  margin-bottom: 10px;
  color: #34495e;
  font-size: 15px;
  text-align: left;
}

.wr-organizers i {
  color: #e74c3c;
  margin-right: 8px;
}

.wr-details {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
  justify-content: center;
}

.wr-detail-item {
  display: flex;
  align-items: center;
  background: #f8f9fa;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.wr-detail-item i {
  margin-right: 8px;
  color: #e74c3c;
}

.wr-certificate-link {
  margin-top: 30px;
  text-align: center;
}

.view-certificate-btn {
  display: inline-flex;
  align-items: center;
  background: #841b21;
  color: white;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.view-certificate-btn:hover {
  background: #c0392b;
  transform: translateY(-2px);
}

.view-certificate-btn i {
  margin-right: 10px;
}

/* Certificate Modal Styles */
.certificate-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  overflow: auto;
  animation: fadeIn 0.3s;
}

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close-modal:hover {
  color: #e74c3c;
}

.modal-certificate {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  border: 10px solid #fff;
  box-shadow: 0 5px 30px rgba(0,0,0,0.3);
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .world-record-card {
    padding: 30px;
  }
  
  .world-record-card h2 {
    font-size: 24px;
  }
  
  .wr-details {
    flex-direction: column;
    align-items: center;
  }
  
  .modal-certificate {
    max-width: 95%;
    border-width: 5px;
  }
  
  .close-modal {
    top: 10px;
    right: 20px;
    font-size: 30px;
  }
}

/*social icon*/
.facebook{
        color: #0866ff;
}
.instagram{
    color:#d11c91;
}
.twitter{
    color: #000;
}
.youtube{
    color: #ff0033;
}
.linkedin{
    color: #0077b5;
}
.top-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

/*.phone-number {
    color: #fff;
    text-decoration: none;
}

.phone-number:hover {
    text-decoration: underline;
}*/

.social-icons-wrap {
    display: flex;
    align-items: center;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    /*color: #fff;*/
    /*background: rgba(255, 255, 255, 0.1);*/
    background: rgb(255 255 255 / 69%);
    transition: all 0.3s ease;
    font-size: 15px;
    margin-left: 4px;
}

.social-icon:first-child {
    margin-left: 0;
}

.social-icon:hover {
    background: #fff;
    color: #b91c1c;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* Hide social icons on mobile */
@media (max-width: 768px) {
    .social-icons-wrap {
        display: none !important;
    }
}
/*founder page css*/
    .founder-tribute {
  
        max-width: 100%;
        margin: 40px auto;
        padding: 40px 20px;
        text-align: center;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 10px;
    }
    .university-logo-container {
        margin-bottom: 25px;
    }
    .university-logo {
        max-width: 300px;
        width: 100%;
        height: auto;
    }
    .founder-image-container {
        margin-bottom: 20px;
    }
    .founder-image {
        width: 200px;
        aspect-ratio: 4 / 5;
        object-fit: cover;
        border-radius: 8px;
        border: 5px solid #f4b41a;
    }
    .founder-name {
        font-size: 26px;
        font-weight: 700;
        color: #002147;
        margin-top: 20px;
    }
    .title-highlight {
        color: #f4b41a;
        font-weight: 500;
    }
    .lifetime {
        font-size: 16px;
        margin: 15px 0 25px;
        color: #555;
    }
    .birth-date, .death-date {
        background: #002147;
        color: #fff;
        padding: 6px 12px;
        border-radius: 20px;
    }
    .date-separator {
        color: #f4b41a;
        font-size: 18px;
        font-weight: bold;
        margin: 0 10px;
    }
    .founder-quote {
        font-style: italic;
        font-size: 17px;
        line-height: 1.8;
        color: #333;
        border-left: 4px solid #f4b41a;
        padding: 20px;
        background: #f9f9f9;
        border-radius: 5px;
        margin: 20px auto 40px;
       max-width: 100%;
    }
    .highlight-year {
        color: #002147;
        font-weight: bold;
    }
    .mission-vision-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
        margin-top: 30px;
        text-align: left;
    }
    .mission-box, .vision-box {
        /*background: #f9f9f9;*/
        background: #ffffff;
        border: 1px solid #ddd;
        padding: 20px;
        border-radius: 8px;
    }
    .mission-box {
        border-top: 4px solid #4CAF50;
    }
    .mission-box ul {
    list-style: none; /* remove default bullets */
    padding-left: 0;
    margin: 0;
}

.mission-box ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 16px;
    color: #444;
}

.mission-box ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #0073aa;
    font-weight: bold;
    font-size: 16px;
}
    .vision-box {
        border-top: 4px solid #FF5722;
    }
    .section-header1 {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 15px;
    }
    .section-header1 h3 {
        margin: 0;
        font-size: 20px;
        color: #002147;
    }
    .section-icon {
        font-size: 24px;
    }
    .mission-box p, .vision-box p {
        font-size: 16px;
        line-height: 1.7;
        color: #555;
    }


/* Highlights Section */
.highlights {
    margin-top: 50px;
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}


/*student testimonial-grid*/

.reels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.reel-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.reel-card:hover {
  transform: translateY(-5px);
}

.video-container {
  position: relative;
  aspect-ratio: 8/12; /* Reel style */
  background: #000;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  display: none; /* hidden until play */
  border-radius: 12px 12px 0 0;
}

.video-placeholder {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.7));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
}

.play-icon {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
}

.content {
  padding: 15px;
  text-align: center;
}

.student-info h3 {
  font-size: 18px;
  margin: 5px 0;
  color: #222;
}

.student-info p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.rating {
  color: #f39c12;
  margin-top: 8px;
}

@media (max-width: 1024px) {
  .reels-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/*faculty - professor card*/

    .profile-card {
      background: #ffffff;
      border-radius: 16px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
      overflow: hidden;
      max-width: 300px;
      text-align: center;
      transition: transform 0.3s;
    }

    .profile-card:hover {
      transform: translateY(-4px);
    }

.profile-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: #fff;
}


    .profile-content {
      padding: 20px;
    }

    .profile-content h4 { text-align:center;
      margin: 0;
      font-size: 20px;
      font-weight: 600;
      color: #222;
    }

    .profile-content p {
        text-align:center;
      margin-top: 6px;
      font-size: 14px;
      color: #777;
    }

    @media (max-width: 480px) {
      .profile-card {
        max-width: 90%;
      }

      .profile-card img {
        height: 220px;
      }
    }


/*pages - about the section, phd*/

.examination-message-section {
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Gotham', sans-serif;
    color: var(--black-m);
}

.message-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--dark-red);
}

.message-header h1 {
    color: var(--dark-red);
    font-size: 2.2rem;
    margin-bottom: 10px;
    font-family: 'Agrandir', sans-serif;
}

.vision-statement,
.goal-statement {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    padding: 20px;
    background-color: var(--cream);
    border-radius: 8px;
    border-left: 4px solid var(--dark-red);
}

.commitments {
    margin: 40px 0;
}

.commitments h2 {
    color: var(--dark-red);
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-family: 'Agrandir', sans-serif;
}

.commitment-list {
    padding-left: 20px;
}

.commitment-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
}

.commitment-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: var(--dark-red);
    border-radius: 50%;
}

.about-section {
    margin-top: 50px;
    padding: 25px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border-top: 4px solid var(--dark-red);
}

.about-section h2 {
    color: var(--dark-red);
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 15px;
    font-family: 'Agrandir', sans-serif;
}

.about-section p {
    line-height: 1.7;
    color: var(--grey);
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .examination-message-section {
        padding: 20px 15px;
    }
    
    .message-header h1 {
        font-size: 1.8rem;
    }
    
    .vision-statement,
    .goal-statement,
    .about-section {
        padding: 15px;
    }
}

 .vc_custom_heading {
    font-size: 34px;
    font-weight: 700;
    color: #1b2a4e;
    letter-spacing: 0.4px;
    position: relative;

    /* CENTER FIX */
    display: table;
    margin: 0 auto;

    text-align: center;
    padding-bottom: 14px;
}

/* Center underline */
.vc_custom_heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 3px;
    background: linear-gradient(90deg, #c9a227, #1b2a4e);
    transform: translateX(-50%);
    border-radius: 2px;
}

.intake-table th{
background:#e6e6e6;
text-align:center;
}

.intake{
background:#fff200;
text-align:center;
font-weight:600;
}

.total-row td{
background:#8cc63f;
font-weight:600;
text-align:center;
}

.department-title{
color:var(--dark-red);
font-weight:700;
margin-bottom:15px;
}

/*tab*/
.vc_tta-tabs .vc_tta-tabs-list {
    background: #f4f7fb;
    border-radius: 8px;
    padding: 6px;
}

.vc_tta-tabs .vc_tta-tab > a {
    background: transparent;
    color: #333;
    border-radius: 6px;
        font-weight: 600;
}

.vc_tta-tabs .vc_tta-tab.vc_active > a {
    background: #890606 !important;
    color: #fff !important;
    font-weight: 600;
}