html,
body {
    height: 100%;
}

body {
    color: #666;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;
    text-align: left;
}

.header-logo a img,
.footer-logo img {
    height: 70px;
    padding: 7px 0;
    width: 200px;
    object-fit: contain;
}

.header-bottom .container {
    max-width: 1250px;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--primary_color);
    margin-top: 0;
}

a {
    color: var(--primary_color);
    font-family: var(--font-heading);
    text-decoration: none;
}

a:hover {
    color: #4c4c4c;
    text-decoration: none;
}

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

a:focus,
button:focus {
    outline: none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: top;
}

*::before,
*::after,
a,
button,
span,
input,
textarea {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

input,
textarea {
    font-family: var(--font-heading);
}

input:focus,
textarea:focus {
    box-shadow: 0;
    outline: 0;
}

/*-- Placeholder Opacity --*/
::-webkit-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

:-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

/*-- Common Classes --*/


.float-start {
    float: left;
}

.float-end {
    float: right;
}

/*-- Margin Top --*/
.mt-5 {
    margin-top: 5px;
}

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

.mt-15 {
    margin-top: 15px;
}

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

.mt-25 {
    margin-top: 25px;
}

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

.mt-35 {
    margin-top: 35px;
}

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

.mt-45 {
    margin-top: 45px;
}

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

.mt-55 {
    margin-top: 55px;
}

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

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

/*-- Margin Bottom --*/
.mb--30 {
    margin-bottom: -30px;
}

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

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

.mb-15 {
    margin-bottom: 15px;
}

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

.mb-25 {
    margin-bottom: 25px;
}

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

.mb-35 {
    margin-bottom: 35px;
}

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

.mb-45 {
    margin-bottom: 45px;
}

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

.mb-55 {
    margin-bottom: 55px;
}

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

.mb-65 {
    margin-bottom: 65px;
}

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

.mb-75 {
    margin-bottom: 75px;
}

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

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

/*-- Padding Top --*/
.pt-5 {
    padding-top: 5px;
}

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

.pt-15 {
    padding-top: 15px;
}

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

.pt-25 {
    padding-top: 25px;
}

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

.pt-35 {
    padding-top: 35px;
}

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

.pt-45 {
    padding-top: 45px;
}

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

.pt-55 {
    padding-top: 55px;
}

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

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

/*-- Padding Bottom --*/
.pb-5 {
    padding-bottom: 5px;
}

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

.pb-15 {
    padding-bottom: 15px;
}

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

.pb-25 {
    padding-bottom: 25px;
}

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

.pb-35 {
    padding-bottom: 35px;
}

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

.pb-45 {
    padding-bottom: 45px;
}

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

.pb-55 {
    padding-bottom: 55px;
}

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

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.header-buttons .btn {
    background-color: var(--primary_color);
    border: 2px solid var(--primary_color);
    border-radius: 25px;
}

/*-- Button --*/
.btn {
    background-color: var(--standard_color);
    border: 2px solid var(--standard_color);
    border-radius: 0;
    color: white;
    height: 40px;
    line-height: 24px;
    padding: 6px 30px;
    transition: all .35s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12);
    position: relative;
    overflow: hidden;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .18);
    color: #fff;
}

.btn:active {
    transform: translateY(-1px);
}

.btn:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(13, 123, 230, .25);
}

/* Shine Effect */
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, .25);
    transform: skewX(-25deg);
    transition: left .6s ease;

}

.btn:hover::before {
    left: 150%;
}

.btn:hover {
    background-color: var(--primary_color);
    border: 2px solid var(--primary_color);
    color: white;
}

/*-- Section --*/
.section {
    float: left;
    width: 100%;
}

/*-- BG Color --*/
.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background-color: #f5f5f5;
}

/*-- Section Title --*/
.section-title {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.section-title h3 {
    font-size: 30px;
    line-height: 22px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.section-title p {
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
}

/*-- Page Banner Area --*/
.page-banner-area {
    /*    margin-top: 115px;*/
    padding: 80px 0;
}

/*-- Page Banner --*/
.page-banner {}

.page-banner h1 {
    color: #ffffff;
    font-size: 35px;
    line-height: 22px;
    margin-bottom: 25px;
}

/*-- Breadcrumb --*/
.breadcrumb {
    justify-content: center;
    line-height: 15px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

.breadcrumb li {
    margin: 0 17px;
    position: relative;
}

.breadcrumb>li:first-child:before {
    color: #ffffff;
    content: "\f2fb";
    display: block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    position: absolute;
    right: -22px;
    top: 1px;
}

.breadcrumb>li+li:before {
    display: none;
}

.breadcrumb a {
    color: #ffffff;
    font-size: 14px;
    line-height: 12px;
}

.breadcrumb a:hover {
    color: var(--standard_color);
}

/*-- Overlay --*/
.overlay {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.overlay::after {
    background-color: var(--primary_color);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/*-- Slick Controls --*/

/*-- Slick Arrow --*/
.slick-arrow {
    background-color: var(--primary_color);
    border: medium none;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 40px;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 99;
}

.slick-arrow.slick-prev {
    left: -45px;
}

.slick-arrow.slick-next {
    right: -45px;
}

.slick-slider:hover .slick-arrow {
    opacity: 1;
}

.slick-slider:hover .slick-arrow.slick-prev {
    left: -5px;
}

.slick-slider:hover .slick-arrow.slick-next {
    right: -5px;
}

.slick-arrow:hover {
    background-color: var(--standard_color);
    color: var(--primary_color);
}

.slick-arrow i {
    display: block;
    font-size: 22px;
    line-height: 40px;
}

/*-- Slick Dots --*/
.slick-dots {
    height: 10px;
    margin-top: 30px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: top;
}

.slick-dots li button {
    background-color: #fff;
    border: medium none;
    border-radius: 50%;
    display: block;
    height: 10px;
    opacity: 0.5;
    padding: 0;
    text-indent: -9999px;
    width: 10px;
}

.slick-dots li.slick-active button {
    opacity: 1;
    background-color: var(--standard_color);
}

/*-- Scrollup --*/
#scrollUp {
    background-color: var(--standard_color);
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 40px;
    line-height: 37px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9999;
}

#scrollUp:hover {
    background-color: var(--primary_color);
}

/*----------------------------------------*/
/*  2. Header CSS
/*----------------------------------------*/
.header-area {
    /* position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;*/
}

/*---- 2.1 Header Top ----*/
.header-top {
    background-color: var(--primary_color);
    padding: 10px 0;
}

/*-- Header Top Left --*/
.header-top-left {}

.header-top-left p {
    color: #ffffff;
    display: block;
    font-size: 13px;
}

/*-- Header Top Right --*/
.header-top-right {}

.header-top-right ul {
    display: inline-block;
    vertical-align: top;
}

.header-top-right ul li {
    display: block;
    float: left;
    margin-left: 30px;
}

.header-top-right ul li:first-child {
    margin-left: 0;
}

.header-top-right ul li a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.header-icons a i {
    font-size: 18px;
}

.header-top-right ul li a:hover {
    color: var(--standard_color);
}

/*---- 2.2 Header Bottom ----*/
.header-bottom {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.header-bottom.stick {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    position: fixed;
    z-index: 99;
}

/*-- 2.2.1 Header Logo --*/
.header-logo {
    display: block;
    /*margin-top: 35px;*/
}

.header-logo a {
    display: block
}

.header-logo a img {}

/*-- 2.2.2 Header Menu --*/
.main-menu {}

.main-menu nav {}

.main-menu nav>ul {}

.main-menu nav>ul>li {
    display: block;
    float: left;
    margin-left: 30px;
    position: relative;
}

.main-menu nav>ul li:first-child {
    margin-left: 0;
}

.main-menu nav>ul>li>a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 20px 0;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.stick .main-menu nav>ul>li>a {
    padding: 18px 0;
}

.main-menu nav>ul>li>a:before {
    background-color: var(--standard_color);
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    right: 50%;
}

.main-menu nav>li>a>i {
    margin-left: 6px;
    position: relative;
    top: -1px;
}

.main-menu nav>ul>li.active>a,
.main-menu nav>ul>li:hover>a {
    color: var(--standard_color);
}

.main-menu nav>ul>li.active>a:before,
.main-menu nav>ul>li:hover>a:before {
    left: 0;
    right: 0;
}

/*-- Sub Menu --*/
ul.sub-menu {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    left: -20px;
    margin: 0;
    padding: 15px 20px 15px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 220px;
    z-index: -99;
    opacity: 0;
    margin-top: 30px;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.main-menu nav>ul>li:hover ul.sub-menu {
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    z-index: 999;
}

ul.sub-menu>li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.sub-menu>li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}

ul.sub-menu>li:hover a,
ul.sub-menu>li.active a {
    color: var(--standard_color);
}

/*-- Mobile Menu --*/
a.meanmenu-reveal {
    color: var(--primary_color);
    font-size: 100%;
    height: 25px;
    padding: 0;
    text-align: center;
    top: -43px;
    right: 15px !important;
}

a.meanmenu-reveal:hover {
    color: var(--standard_color);
}

a.meanmenu-reveal i {
    display: block;
    font-size: 30px;
    line-height: 22px;
}

.mean-bar {
    background-color: transparent;
    min-height: auto;
    padding: 0;
    top: 100%;
}

.mean-nav {
    background-color: transparent;
    margin: 0;
    position: relative;
}

.mean-nav>ul {
    height: auto;
    overflow-x: scroll;
    margin-bottom: 15px;
}

.mean-nav>ul ul {
    box-shadow: none;
    float: left;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: static !important;
    transition: none 0s ease 0s;
    visibility: visible;
    width: 100%;
}

.mean-nav>ul>li:last-child {
    border-bottom: 1px solid #ddd;
}

.mean-nav>ul>li li a {
    border-color: #ddd;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    opacity: 1;
    padding: 8px 0 8px 15px;
}

.mean-nav>ul>li li a:hover {
    background-color: transparent;
    color: var(--standard_color);
}

.mean-nav>ul>li li li a {
    border-color: #ddd;
    opacity: 1;
    padding: 8px 0;
    font-size: 12px;
    padding-left: 30px;
}

.mean-nav>ul>li li li a:hover {
    background-color: transparent;
    color: var(--standard_color);
}

.mean-nav>ul>li>a,
.mean-nav>ul>li a {
    border-color: #ddd;
    opacity: 1;
    padding: 8px 0;
    font-size: 12px;
}

.mean-nav>ul>li>a:hover,
.mean-nav>ul>li a:hover {
    background-color: transparent;
    color: var(--standard_color);
}

.mean-nav a.mean-expand {
    background-color: transparent;
    border: medium none !important;
    font-size: 20px !important;
    height: 42px;
    line-height: 42px;
    padding: 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.mean-nav a.mean-expand:hover {
    color: var(--standard_color);
}

.mean-nav a.mean-expand .mean-clicked {
    font-size: 20px !important;
}

/*-- 2.2.3 Header Button --*/
.header-buttons {
    margin-left: 40px;
}

/*--Header Search --*/
.header-search {
    cursor: pointer;
    display: block;
    position: relative;
}

.search-toggle {
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
    padding: 40px 0;
    color: var(--primary_color);
    position: relative;
}

.stick .search-toggle {
    padding: 25px 0;
}

.search-toggle:before {
    background-color: var(--standard_color);
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    right: 50%;
}

.search-toggle i {
    font-size: 20px;
    line-height: 30px;
    display: block;
}

.search-toggle:hover,
.search-toggle.active {
    color: var(--standard_color);
}

.search-toggle:hover:before,
.search-toggle.active:before {
    left: 0;
    right: 0;
}

/*-- Search Form --*/
.search-form {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    float: right;
    margin-top: 30px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 300px;
    z-index: -99;
}

.search-form.open {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.header-search form {
    overflow: hidden;
    position: relative;
}

.header-search form input {
    background-color: transparent;
    border: medium none;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    padding: 0 40px 0 15px;
    width: 100%;
}

.header-search form button {
    background-color: transparent;
    border: medium none;
    color: var(--primary_color);
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.header-search form button i {
    display: block;
    font-size: 20px;
    line-height: 50px;
}

.header-search form button:hover {
    color: var(--standard_color);
}

/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.slider-area {
    /*    margin-top: 116px;*/
}

.nivo-caption {
    height: 100%;
    top: 0;
    padding: 0;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.nivo-caption .container {
    height: 100%;
    display: table;
}

.nivo-caption .container .row {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

/*-- Hero Control --*/

.nivo-directionNav a {
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: -30px;
    color: #ffffff;
}

.nivo-directionNav a i {
    font-size: 30px;
    line-height: 60px;
}

.nivo-directionNav a:hover {
    background-color: var(--standard_color);
    color: var(--primary_color);
}

.nivo-directionNav a.nivo-prevNav {
    left: -60px;
}

.nivo-directionNav a.nivo-nextNav {
    right: -60px;
}

.nivoSlider:hover a.nivo-prevNav {
    left: 30px;
}

.nivoSlider:hover a.nivo-nextNav {
    right: 30px;
}

/*-- Hero Content --*/

.hero-content h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.hero-content h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 54px;
    margin: 15px 0;
    text-transform: capitalize;
}

.hero-content p {
    font-size: 16px;
    padding: 0;
    margin-bottom: 30px;
}

.hero-content .btn {
    background-color: var(--standard_color);
    border: 2px solid var(--standard_color);
    border-radius: 0;
    color: white;
    display: inline-block;
    font-size: 13px;
    height: 44px;
    line-height: 24px;
    padding: 8px 30px;
    text-transform: uppercase;
}

.hero-content .btn:hover {
    background-color: transparent;
    border-color: white;
    color: white;
}

/*----------------------------------------*/
/*  4. About Area
/*----------------------------------------*/

/*-- 4.1 About Area --*/
.about-area {}

/*-- About Content --*/
.about-content {
    margin-top: 30px;
    padding-right: 30px;
}

.about-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
    z-index: 9;
    text-transform: capitalize;
}

.about-content p {
    line-height: 26px;
    margin-bottom: 30px;

}

.footer-logo img {
    object-position: left;
    background: white;
    padding: 5px;
}

.hm-about .about-content p,
.vision-c p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
}

.vision-c p {
    padding-right: 15px;
    text-align: justify;
}

.choose-me .about-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
}

.about-content .btn {}

/*-- About Image --*/
.about-image img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: -5px -5px 3px #bbbbbb69;
}

/*-- 4.2 Skill Area --*/
.skill-area {}

.progress-title {
    font-size: 14px;
    font-weight: 300;
    line-height: 13px;
    text-transform: capitalize;
}

.progress {
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: none;
    height: 4px;
    margin: 0;
    overflow: visible;
}

.progress-bar {
    background-color: var(--standard_color);
    position: relative;
    box-shadow: none;
}

.progress-bar::before {
    bottom: 13px;
    color: #333;
    content: attr(data-progress);
    font-size: 13px;
    line-height: 14px;
    position: absolute;
    right: 0;
}

/*-- 4.3 Teachers Area --*/
.teachers-area {}

.single-teacher {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-teacher:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.single-teacher img {
    width: 100%;
}

.single-teacher .content {
    background-color: #ffffff;
    padding: 30px 25px 30px;
    text-align: center;
}

.single-teacher .content h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 13px;
    text-transform: uppercase;
}

.single-teacher .content h5 {
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.single-teacher .content .social-links {}

.single-teacher .content .social-links a {
    border: 1px solid var(--primary_color);
    border-radius: 50%;
    color: var(--primary_color);
    display: inline-block;
    height: 30px;
    margin: 0 2px;
    text-align: center;
    width: 30px;
    opacity: 0.7;
}

.single-teacher .content .social-links a i {
    display: block;
    font-size: 14px;
    line-height: 30px;
}

.single-teacher .content .social-links a:hover {
    background-color: var(--standard_color);
    border-color: var(--standard_color);
    color: #ffffff;
}

/*----------------------------------------*/
/*  5. Course Area
/*----------------------------------------*/
.course-area {}

/*-- 5.1 Course Item --*/
.course-item {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

.course-item:hover {
    box-shadow: 0 10px 20px rgba(34, 30, 31, 0.25);
}

.course-item .image {
    display: block;
    position: relative;
}

.course-item .image img {
    width: 100%;
}

.course-item .content {
    padding: 26px 30px;
}

.course-item .content .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.course-item .content .title a {}

.course-item .content .title a:hover {
    color: var(--standard_color);
}

.course-item .course-info {
    overflow: hidden;
}

.course-item .course-info a,
.course-item .course-info span {
    color: #696969;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 15px;
    text-transform: capitalize;
}

.course-item .course-info a i,
.course-item .course-info span i {
    font-size: 14px;
    margin-right: 5px;
}

.course-item .course-info a:hover {
    color: var(--standard_color);
}

/*-- 5.2 Single Course Details --*/
.single-course-details {}

.single-course-details .image {
    margin-bottom: 15px;
}

.single-course-details .image img {
    width: 100%;
}

.single-course-details .content .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.single-course-details .content .title a {}

.single-course-details .content .title a:hover {
    color: var(--standard_color);
}

.single-course-details .course-info {
    overflow: hidden;
    margin-bottom: 10px;
}

.single-course-details .course-info a,
.single-course-details .course-info span {
    color: #696969;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 15px;
    text-transform: capitalize;
}

.single-course-details .course-info a i,
.single-course-details .course-info span i {
    font-size: 14px;
    margin-right: 5px;
}

.single-course-details .course-info a:hover {
    color: var(--standard_color);
}

.single-course-details .content p {}

/*-- Course Duration --*/

.course-duration .duration-title {
    background-color: var(--standard_color);
    color: #ffffff;
    font-size: 18px;
}

.course-duration .duration-text {
    background-color: #f6f6f6;
    color: #4c4c4c;
}

.course-duration .text {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 10px 0;
}

.course-duration .text span {
    display: inline-block;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
    width: 192px;
}

.course-duration .text .text-end {
    border: 0 none;
    display: inline-block;
    float: right;
    padding: 0;
    text-align: center !important;
    width: 240px;
}

/*----------------------------------------*/
/*  6. Funfact Area
/*----------------------------------------*/
.funfact-area {
    background-image: url("img/bg/funfact.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*-- Single Funfact --*/
.single-funfact {
    text-align: center;
}

.single-funfact h2 {
    color: #ffffff;
    font-size: 62px;
    margin-bottom: 30px;
    line-height: 46px;
}

.single-funfact h4 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
    position: relative;
}

/*----------------------------------------*/
/*  7. Gallery Area
/*----------------------------------------*/
.gallery-area {}

/*-- Gallery Item --*/
.gallery-item {
    display: block;
    position: relative;
    padding: 0;
}

.gallery-item::before {
    background-color: #fff;
    border-radius: 50%;
    color: var(--standard_color);
    content: "\f1c3";
    font-family: "Material-Design-Iconic-Font";
    font-size: 20px;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: 20px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 2;
}

.gallery-item:hover::before {
    margin-top: -25px;
    opacity: 1;
}

.gallery-item::after {
    background-color: var(--standard_color);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gallery-item:hover::after {
    opacity: 0.85;
}

.gallery-area .gallery-item img {
    width: 100%;
    height: 295px;
    object-fit: cover;
    object-position: top;
}

.card-image img {
    width: 100%;
    object-fit: cover;
    height: 315px;
}

/*----------------------------------------*/
/*  8. Event Area
/*----------------------------------------*/
.event-area {}

/*-- 8.1 Event Item --*/
.event-item {
    position: relative;
}

.event-item::before {
    background: transparent;
    background: -moz-linear-gradient(top, transparent 0%, transparent 40%, #000000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(40%, transparent), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 40%, #000000 100%);
    background: -o-linear-gradient(top, transparent 0%, transparent 40%, #000000 100%);
    background: -ms-linear-gradient(top, transparent 0%, transparent 40%, #000000 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 40%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='#000000', GradientType=0);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.75;
    position: absolute;
    right: 0;
    top: 0;
}

.event-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.event-item .date {
    background-color: var(--standard_color);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    left: 30px;
    line-height: 24px;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 0;
}

.event-item .content {
    bottom: 0;
    left: 0;
    padding: 15px 30px 20px;
    position: absolute;
    right: 0;
}

.event-item .date span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 3px;
    text-transform: uppercase;
}

.event-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.event-item h3 a {
    color: #fff;
}

.event-item h3 a:hover {
    color: var(--standard_color);
    ;
}

.event-item .event-meta {}

.event-item .event-meta span {
    color: #fff;
    display: block;
    float: left;
    margin-right: 15px;
}

.event-item .event-meta span:last-child {
    margin-right: 0;
}

.event-item .event-meta span i {
    margin-right: 5px;
    line-height: 24px;
    float: left;
    padding-left: 1px;
}

/*-- 8.2 Single Event Details --*/
.single-event-details {
    position: relative;
}

.single-event-details img {
    width: 100%;
    margin-bottom: 20px;
}

.single-event-details .date {
    background-color: var(--standard_color);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    left: 30px;
    line-height: 24px;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 0;
}

.single-event-details .date span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 3px;
    text-transform: uppercase;
}

.single-event-details .content {}

.single-event-details h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
}

.single-event-details .event-meta {
    margin-bottom: 5px;
}

.single-event-details .event-meta span {
    color: #696969;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-right: 15px;
    text-transform: capitalize;
}

.single-event-details .event-meta span:last-child {
    margin-right: 0;
}

.single-event-details .event-meta span i {
    font-size: 14px;
    margin-right: 5px;
    padding-left: 1px;
}

/*----------------------------------------*/
/*  9. Testimonial Area
/*----------------------------------------*/
.testimonial-area {
    background-image: url("img/bg/testimonial.jpg");
}

/*-- Testimonial Slider --*/
.testimonial-slider {}

/*-- Single Testimonial --*/
.sin-testimonial {}

.sin-testimonial p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.sin-testimonial h4 {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    padding-left: 35px;
}

.sin-testimonial h4::before {
    background-color: #ffffff;
    bottom: 3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 25px;
}

/*----------------------------------------*/
/*  10. News Area
/*----------------------------------------*/
.news-area {}

/*-- News Item --*/
.news-item {
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.news-item:hover {
    box-shadow: 0 10px 20px rgba(34, 30, 31, 0.25);
}

/*-- News Image --*/
.news-item .image {
    display: block;
}

.news-item .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/*-- News Content --*/
.news-item .content {
    padding: 26px 30px 22px;
}

.news-item .content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.news-item .content h3 a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.news-item .content h3 a:hover {
    color: var(--standard_color);
}

.news-item .content .news-meta {
    margin-bottom: 10px;
}

.news-item .content .news-meta span,
.news-item .content .news-meta a {
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 15px;
    font-weight: 300;
    line-height: 16px;
}

.news-item .content .news-meta span i,
.news-item .content .news-meta a i {
    margin-right: 5px;
    font-size: 14px;
    padding-left: 1px;
}

.news-item .content .news-meta a:hover {
    color: var(--standard_color);
}

.news-item .content p {}

.news-item .content>a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.news-item .content>a:hover {
    color: var(--standard_color);
}

.single-news-details {}

.single-news-details img {
    margin-bottom: 20px;
    width: 100%;
}

.single-news-details .content {}

.single-news-details .content .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.single-news-details .content .news-meta {
    margin-bottom: 10px;
}

.single-news-details .content .news-meta span,
.single-news-details .content .news-meta a {
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 15px;
    font-weight: 300;
    line-height: 16px;
}

.single-news-details .content .news-meta span i,
.single-news-details .content .news-meta a i {
    margin-right: 5px;
    font-size: 14px;
    padding-left: 1px;
}

.single-news-details .content .news-meta a:hover {
    color: var(--standard_color);
}

.single-news-details .content p {}

.single-news-details .quote-section {
    background-color: #efefef;
    border-left: 2px solid var(--standard_color);
    margin: 38px 0 39px 35px;
    overflow: hidden;
    padding: 17px 37px 17px 27px;
}

.single-news-details .quote-section p {
    margin: 0;
}

/*-- Single News Footer --*/
.news-footer {
    margin-top: 50px;
    padding: 10px 0;
}

/*-- Related Tags --*/
.related-tag {
    display: inline-block
}

.related-tag span {
    float: left;
    margin-right: 10px;
}

.related-tag .tag {
    display: inline-block;
    vertical-align: top;
}

.related-tag .tag a {
    color: #898989;
    font-weight: 300;
}

.related-tag .tag a:hover {
    color: var(--standard_color);
}

/*-- Share Links --*/
.share-links {
    float: right;
}

.share-links span {
    float: left;
    margin-right: 10px;
}

.share-links .links {
    display: inline-block;
    vertical-align: top;
}

.share-links .links a {
    color: #898989;
    display: block;
    float: left;
    font-weight: 300;
    margin-right: 15px;
}

.share-links .links a:last-child {
    margin-right: 0;
}

.share-links .links a:hover {
    color: var(--standard_color);
}

/*----------------------------------------*/
/*  11. Contact Page
/*----------------------------------------*/
.contact-area {}

.contact-wrapper h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

/*-- Contact Info --*/
.contact-info {
    margin-bottom: 50px;
}

.contact-info p {
    line-height: 24px;
    margin-bottom: 9px;
}

.contact-info p i {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 24px;
    width: 27px;
}

.radio-inline input {
    height: auto !important;
    width: auto !important;
    margin-right: 1px;
    margin-left: 3px;
}

.float-right {
    float: right;
}

.contact-info p span {
    display: block;
    overflow: hidden;
}

/*-- Contact Social --*/
.contact-social a {
    color: #4c4c4c;
    display: block;
    float: left;
    margin-right: 20px;
}

.contact-social a:last-child {
    margin-right: 0;
}

.contact-social a i {
    display: block;
    font-size: 14px;
    line-height: 17px;
}

.contact-social a:hover {
    color: #ee2f72;
}

/*-- Contact Form --*/

.contact-form input,
.contact-form select,
.contact-form textarea {
    background-color: #f1f1f1;
    border: medium none;
    color: #777777;
    font-size: 14px;
    font-weight: 300;
    height: 44px;
    line-height: 24px;
    padding: 10px 15px;
    width: 100%;
}

.contact-form textarea {
    height: 100px;
    resize: none;
}

.contact-form input[type="submit"],
.contact-form .btn-submit {
    background-color: var(--primary_color);
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 50px;
    text-transform: uppercase;
    width: auto;
}

.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus,
.contact-form input[type="submit"]:active,
.contact-form .btn-submit:hover,
.contact-form .btn-submit:focus,
.contact-form .btn-submit:active {
    background-color: var(--standard_color);
    color: #fff;
}

/*-- Contact map --*/

.contactMap {

    width: 100%;
    height: 485px;

}

.contactMap iframe {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    flex-wrap: wrap;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/*----------------------------------------*/
/*  12. Footer Top Area
/*----------------------------------------*/
.footer-top-area {
    background-color: var(--primary_color);
}

/*-- Footer Widget --*/
.footer-widget {}

.footer-widget>h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/*-- Footer Widget Link & Address --*/
.footer-widget ul {}

.footer-widget ul li {
    margin-bottom: 5px;
    overflow: hidden;
}

.footer-widget ul li:last-child {
    margin-bottom: 0;
}

.footer-widget ul li a {
    line-height: 25px;
    color: #ffffff;
    font-weight: 300;
}

.footer-widget ul li a:hover {
    color: var(--standard_color);
}

.footer-widget ul li i {
    font-size: 18px;
    width: 30px;
    line-height: 25px;
    float: left;
    color: #ffffff;
}

.footer-widget ul li span {
    display: block;
    overflow: hidden;
    color: #ffffff;
}

/*-- Footer Widget About --*/
.footer-widget .footer-logo {
    display: inline-block;
    margin-bottom: 24px;
}

.footer-widget p {
    margin-bottom: 25px;
    color: #fff;
}

/*-- Footer Social --*/
.footer-widget .footer-social a {
    color: #fff;
    display: block;
    float: left;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-widget .footer-social a i {
    display: block;
    font-size: 14px;
    line-height: 17px;
}

.footer-widget .footer-social a:last-child {
    margin-right: 0;
}

.footer-widget .footer-social a:hover {
    color: var(--standard_color);
}

/*-- Footer Widget Instagram --*/
.instagram-widget {}

.instagram-widget div {
    display: block;
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
    width: 33.3333%;
}

.instagram-widget div a {
    display: block;
    position: relative;
}

.instagram-widget div a:before {
    background-color: var(--standard_color);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.instagram-widget div a:hover:before {
    opacity: 0.9;
}

.instagram-widget div a::after {
    bottom: 0;
    color: #ffffff;
    content: "+";
    font-size: 40px;
    font-weight: 300;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: -20px auto 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.instagram-widget div a:hover:after {
    opacity: 1;
}

.instagram-widget div a img {
    width: 100%;
    height: 82px;
    object-fit: cover;
    object-position: top;
}


/*----------------------------------------*/
/*  13. Footer Bottom Area
/*----------------------------------------*/
.footer-bottom-area {
    background-color: var(--primary_color);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 0;
}

.footer-bottom-area p {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: .4px;
}

.footer-bottom-area p a {
    color: #ffffff;
}

.footer-bottom-area p a:hover {
    color: var(--standard_color);
}

.footer-bottom-area .copyright a {
    color: var(--standard_color);
}

.footer-bottom-area .copyright i {
    color: #db1a48;
    margin: 0 3px;
}

/*----------------------------------------*/
/*  14. Comments & Sidebar Area
/*----------------------------------------*/

/*-- 14.1 Comments --*/
.comment-wrapper {
    overflow: hidden;
    margin-top: 70px;
}

.comment-wrapper h3 {
    line-height: 18px;
    margin-bottom: 50px;
}

/*-- Comment List --*/
.comment-list {}

.comment-list li {}

.comment-list li ul {}

.comment-list li ul li {
    padding-left: 70px;
}

/*-- Single Comment --*/
.single-comment {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

.single-comment .author-image {
    border: 1px solid #eaeaea;
    float: left;
    height: 70px;
    margin-right: 15px;
    width: 70px;
}

.single-comment .author-image img {
    width: 100%;
}

.single-comment .comment-text {}

.single-comment .author-info h4 {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.single-comment .author-info h4 a {}

.single-comment .author-info h4 a:hover {
    color: var(--standard_color);
}

.single-comment .time,
.single-comment .reply {
    float: right;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}

.single-comment .reply a {
    color: var(--standard_color);
    display: block;
}

.single-comment .reply a:hover {
    color: var(--primary_color);
}

.single-comment .time {
    padding-right: 3px;
    position: relative;
}

.single-comment .comment-text p {
    line-height: 20px;
}

/*-- 14.2 Sidebar --*/
.single-sidebar {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.single-sidebar:last-child {
    margin-bottom: 0;
}

.single-sidebar>h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

/*-- Teacher Sidebar --*/
.sidebar-teacher {
    border: 1px solid #eee;
    padding: 30px;
    text-align: center;
}

.sidebar-teacher img {
    margin-bottom: 20px;
    width: 100%;
    max-width: 200px;
    border: 5px solid #eee;
    border-radius: 50%;
}

.sidebar-teacher h4 {
    font-size: 20px;
    line-height: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sidebar-teacher h5 {
    color: #444;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
}

.sidebar-teacher .social {}

.sidebar-teacher .social a {
    display: inline-block;
    margin: 0 3px;
    vertical-align: text-top;
}

.sidebar-teacher .social a i {
    display: block;
    font-size: 14px;
    line-height: 16px;
    min-width: 16px;
    padding-top: 3px;
}

.sidebar-teacher .social a:hover {
    color: var(--standard_color);
}

/*-- Category Sidebar --*/
.category {}

.category li {
    border-bottom: 1px solid #eee;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.category li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.category li a {
    color: #4c4c4c;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.category a:hover {
    color: var(--standard_color);
}

/*-- Tags Sidebar --*/
.tags {}

.tags a {
    border: 1px solid #ddd;
    color: #4c4c4c;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 1px 9px;
}

.tags a:hover {
    border: 1px solid var(--standard_color);
    background-color: var(--standard_color);
    color: #fff;
}

/*-- Related Courses Sidebar --*/
.sidebar-course {
    max-width: 320px;
    width: 100%;
}

.sidebar-course .content {
    padding: 20px;
}

.sidebar-course .content .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 7px;
}

/*-- Recent Event Sidebar --*/
.recent-event {}

/*-- Recent Event Sidebar --*/
.recent-event-item {
    margin-bottom: 20px;
}

.recent-event-item:last-child {
    margin-bottom: 0;
}

.recent-event-item .image {
    border: 1px solid #eee;
    display: block;
    float: left;
    width: 70px;
    margin-right: 15px;
}

.recent-event-item .image img {
    width: 100%;
}

.recent-event-item .content {
    overflow: hidden;
}

.recent-event-item .content h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
}

.recent-event-item .content h5 a {
    color: #6b6b6b;
}

.recent-event-item .content h5 a:hover {
    color: var(--standard_color);
}

.recent-event-item .meta {
    margin-bottom: 4px;
}

.recent-event-item .meta a {
    color: #b2b2b2;
    font-size: 11px;
    line-height: 12px;
    margin-right: 13px;
    display: block;
    float: left;
}

.recent-event-item .meta a i {
    font-size: 12px;
    margin-right: 5px;
}

.recent-event-item .meta a:hover {
    color: var(--standard_color);
}

.recent-event-item .content p {
    color: #6b6b6b;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

/*-- Recent News Sidebar --*/
.recent-news {}

/*-- Recent Event Sidebar --*/
.recent-news-item {
    margin-bottom: 20px;
}

.recent-news-item:last-child {
    margin-bottom: 0;
}

.recent-news-item .image {
    border: 1px solid #eee;
    display: block;
    float: left;
    width: 70px;
    margin-right: 15px;
}

.recent-news-item .image img {
    width: 100%;
}

.recent-news-item .content {
    overflow: hidden;
}

.recent-news-item .content h5 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 4px;
}

.recent-news-item .content h5 a {
    color: #6b6b6b;
}

.recent-news-item .content h5 a:hover {
    color: var(--standard_color);
}

.recent-news-item .meta {
    margin-bottom: 4px;
}

.recent-news-item .meta a {
    color: #b2b2b2;
    font-size: 11px;
    line-height: 12px;
    margin-right: 13px;
    display: block;
    float: left;
}

.recent-news-item .meta a i {
    font-size: 12px;
    margin-right: 5px;
}

.recent-news-item .meta a:hover {
    color: var(--standard_color);
}

.recent-news-item .content p {
    color: #6b6b6b;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}

.form-message.success {
    color: #2e6930;
    background-color: #dbefdc;
    border-color: #c9e7cb;
    margin-top: 30px;
    transition: all 0.5s ease 0s;
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.header-icons a {
    color: white;
    padding: 0 10px;
}

.header-icons a:hover {
    color: var(--standard_color);
}

.mobile-menu {
    display: none;
}

.nivoSlider img {
    height: 82vh !important;
    object-fit: cover;
}

.video-tour {
    position: relative;
    margin-right: 50px;
}

.video-tour a {
    padding: 10px 0 10px 5px;
    width: 55px;
    height: 55px;
    line-height: 52px;
    color: var(--standard_color);
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-tour a:before,
.video-tour a:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--standard_color);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.div-img.video-tour img {
    height: 300px;
    object-fit: cover;
}

.video-tour i {
    font-size: 35px;
    line-height: 23px;
}

.video-tour:before {
    content: '';
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}

.vision-mission {
    padding-bottom: 50px;
}

.vision-content {
    background: var(--standard_color);
    display: flex;
    align-items: center;
    color: white;
    border-radius: 25px;
}

.vision-content img {
    width: 50%;
    height: 300px;
    object-fit: cover;
    border-radius: 0 25px 25px 0;
    object-position: center;
}

.vision-c {
    width: 60%;
    padding-left: 51px;
}

.vision-c h3 {
    color: white;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: -0.2px;
}

.vision-c .div-btn {
    background: transparent;
    border: 2px solid;
    border-radius: 5px;
}

.vision-c .div-btn:hover {
    background: #f14d5d;
    border: 2px solid #f14d5d;
    border-radius: 5px;
}

#captchaBackground {
    width: 100%;
    background: #ffffff;
    height: 123px;
    padding: 1px 5px;
    margin: 0 auto;
    text-align: center;
}

.form-control:focus {
    outline: 0;
    box-shadow: none !important;
}

input:focus {
    outline: none;
}

#refresh {
    background: none;
    border: none;
}

.form_contact textarea {
    height: auto;
}

button.submit_btn {
    border: none;
    /*    height: 60px;*/
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    /*    width: 100%;*/
    background: var(--standard_color);
    padding: 8px 30px;
    line-height: 24px;
}

div#captchaBackground label {
    font-size: 12px;
    line-height: 0;
}

#textBox {
    text-align: center;
    height: 36px;
    width: 65%;
    border: none;
    font-size: 20px;
    background: whitesmoke;
    padding: 5px;
}

#refresh i {
    font-size: 17px;
    user-select: none;
    width: 22px;
    text-align: center;
    cursor: pointer;
    position: relative;
    left: 6px;
    top: 3px;
}

span#output {
    font-size: 13px;
    color: red;
}

#captcha {
    font-size: 25px;
    letter-spacing: 3px;
    margin: 8px auto 0 auto;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    font-family: fantasy;
    border: 2px dotted;
    width: fit-content;
    padding: 3px 14px;
    background: #ffffff69;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.input-preview {
    border-radius: 4px;
    width: 100%;
    height: 158px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: ease-in-out 750ms;
    border: 1px solid #f5f5f5 !important;
    cursor: pointer;
    background: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.input-preview__src {
    display: none !important;
}

.input-preview::after {
    position: absolute;
    top: 21%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(50%);
    content: "Click to upload your latest photograph...";
    font-style: italic;
    font-size: 13px;
}

.has-image::after {
    content: "Choose another file...";
    color: white;
    top: 77%;
    background: #0000007d;
}

.contact-form input:focus {
    border: 1px solid var(--standard_color);
}

.contact-form select:focus {
    border: 1px solid var(--standard_color);
}

.contact-form textarea:focus {
    border: 1px solid var(--standard_color);
}

/*input[type=file]::file-selector-button {
    background: var(--standard_color);
    color: white;
}

input[type=file]::file-selector-button:hover {
    background-color: var(--primary_color) !important;
    color: white;
}*/

input#document::file-selector-button,
input#document_2::file-selector-button,
input#resumes::file-selector-button {
    background: #ee2f72;
    color: #fff;
}

input[type="radio"] {
    accent-color: var(--standard_color);
    height: 16px !important;
    width: 16px !important;
    vertical-align: sub;
}

.theme-section .row .col-md-6 {
    display: flex;
    align-items: center;
}

.theme-section h1 {
    margin: 0 0 20px;
    font-size: 55px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 66px;
    letter-spacing: 0.2px;
}

.mean-nav ul li.active a {
    color: var(--standard_color);
}

.card-image {
    width: 100%;
}

.news-item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.content-part p img {
    width: 33.33%;
    height: 369px;
    object-fit: cover;
    object-position: top;
}

small.req {
    color: red;
}

.s_heading {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

/*new RV css*/
.hero-welcome-section .hws-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #00000073;
    pointer-events: none;
}
/* 1. Autoplay Loop YouTube Video Background */
.hero-welcome-section .hws-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
    /* Prevents video interaction so clicks reach buttons */
}

.hero-welcome-section .hws-video-bg iframe,
.hero-welcome-section .hws-video-bg #hws-youtube-player,
.hero-welcome-section .hws-bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    /* 16:9 aspect ratio math */
    min-height: 100vh;
    min-width: 177.77vh;
    /* 16:9 aspect ratio math */
    transform: translate(-50%, -50%) scale(1.08);
    /* Scale to avoid letterbox gaps */
    object-fit: cover;
    pointer-events: none;
}

/* 2. Left Blur & Gradient Overlays (Clear Video on Right, Soft Blur on Left) */
.hero-welcome-section .hws-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #00000073;
    pointer-events: none;
}

.hero-welcome-section .hws-blur-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 65%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 65%);
    pointer-events: none;
}

/* Atmospheric Glow Accents */
.hero-welcome-section .hws-glow-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    z-index: 2;
    pointer-events: none;
    opacity: 0.45;
}

.hero-welcome-section .hws-glow-1 {
    top: 15%;
    left: 10%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, var(--primary_color) 0%, transparent 70%);
}

.hero-welcome-section .hws-glow-2 {
    bottom: 10%;
    right: 12%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, var(--standard_color) 0%, transparent 70%);
}

/* 3. Main Content Container (Left-Aligned) */
.hero-welcome-section .hws-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 120px 24px 80px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.hero-welcome-section {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary_color);
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.hero-welcome-section .hws-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    zoom: 90%;
}

/* 4. Badge Tagline */
.hero-welcome-section .hws-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 186, 66, 0.3);
    backdrop-filter: blur(12px);
    border-radius: 50px;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.hero-welcome-section .hws-badge:hover {
    transform: translateY(-2px);
    border-color: var(--standard_color);
}

.hero-welcome-section .hws-badge-dot {
    width: 8px;
    height: 8px;
    background-color: var(--standard_color);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--standard_color);
    animation: hwsPulse 1.8s infinite;
}

@keyframes hwsPulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 186, 66, 0.7);
    }

    70% {
        transform: scale(1.2);
        box-shadow: 0 0 0 10px rgba(255, 186, 66, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 186, 66, 0);
    }
}

.hero-welcome-section .hws-badge-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: #e2e8f0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hero-welcome-section .hws-badge-text i {
    color: var(--standard_color);
    margin-right: 4px;
}

/* 5. Headings & School Name */
.hero-welcome-section .hws-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #ffffff;
    margin-bottom: 16px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}
.hero-welcome-section .hws-title-highlight {
    background: linear-gradient(135deg, var(--standard_color) 0%, #ffe49e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-welcome-section .hws-school-name {
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 700;
    color: #f59e0b;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(245, 158, 11, 0.1);
    padding: 6px 16px;
    border-radius: 8px;
    border: 1px solid rgba(245, 158, 11, 0.25);
}

.hero-welcome-section .hws-description {
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    line-height: 1.7;
    color: #ffffff;
    max-width: 800px;
    margin-bottom: 36px;
    font-weight: 400;
}

/* 6. Action Buttons (Admission & Contact) */
.hero-welcome-section .hws-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 18px;
    margin-bottom: 50px;
}

.hero-welcome-section .hws-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 34px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

/* Primary Button - Admission */
.hero-welcome-section .hws-btn-primary {
    background: linear-gradient(135deg, var(--primary_color) 0%, #1a144e 100%);
    color: white;
    box-shadow: 0 10px 25px -5px rgba(37, 29, 103, 0.6), 0 0 15px rgba(255, 186, 66, 0.25);
    border: 1.5px solid #ffffff42;
}

.hero-welcome-section .hws-btn-primary:hover {
    transform: translateY(-4px) scale(1.02);
    background: var(--standard_color);
    box-shadow: 0 15px 35px -5px rgba(255, 186, 66, 0.5), 0 0 25px rgba(255, 186, 66, 0.4);
}

.hero-welcome-section .hws-btn-primary i {
    transition: transform 0.3s ease;
}

.hero-welcome-section .hws-btn-primary:hover i {
    transform: translateX(4px);
}

/* Secondary Button - Contact */
.hero-welcome-section .hws-btn-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.hero-welcome-section .hws-btn-secondary:hover {
    transform: translateY(-4px) scale(1.02);
    background: rgba(255, 255, 255, 0.18);
    border-color: var(--standard_color);
    color: var(--standard_color);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

/* 7. Quick Stats / Highlights Bar */
.hero-welcome-section .hws-features {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    padding: 20px 32px;
    background: var(--primary_color);
    border: 1px solid rgba(255, 186, 66, 0.25);
    backdrop-filter: blur(16px);
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: -41px;
}

.hero-welcome-section .hws-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
}

.hero-welcome-section .hws-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 186, 66, 0.15);
    border: 1px solid rgba(255, 186, 66, 0.35);
    color: var(--standard_color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.hero-welcome-section .hws-feature-text {
    display: flex;
    flex-direction: column;
}

.hero-welcome-section .hws-feature-text strong {
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
}

.hero-welcome-section .hws-feature-text span {
    font-size: 0.8rem;
    color: #94a3b8;
}

.hero-welcome-section .hws-feature-divider {
    width: 1px;
    height: 36px;
    background: rgba(255, 255, 255, 0.15);
}

/* 8. Scroll Indicator */
.hero-welcome-section .hws-scroll-indicator {
    position: absolute;
    bottom: 61px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.hero-welcome-section .hws-scroll-indicator a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 1.1rem;
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    animation: hwsBounce 2s infinite;
}

.hero-welcome-section .hws-scroll-indicator a:hover {
    background: rgba(59, 130, 246, 0.3);
    border-color: #60a5fa;
}

@keyframes hwsBounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-8px);
    }

    60% {
        transform: translateY(-4px);
    }
}

/* 9. Responsive Design Breakpoints */
@media (max-width: 768px) {
    .hero-welcome-section .hws-container {
        padding: 60px 16px 40px 16px;
    }

    .hero-welcome-section .hws-badge {
        padding: 6px 16px;
    }

    .hero-welcome-section .hws-badge-text {
        font-size: 0.8rem;
    }

    .hero-welcome-section .hws-actions {
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .hero-welcome-section .hws-btn {
        width: 100%;
        max-width: 320px;
    }

    .hero-welcome-section .hws-features {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        width: 100%;
        padding: 16px 20px;
    }

    .hero-welcome-section .hws-feature-divider {
        width: 100%;
        height: 1px;
    }

    .hero-welcome-section .hws-feature-item {
        justify-content: flex-start;
    }

    .hero-welcome-section .hws-glow-1,
    .hero-welcome-section .hws-glow-2 {
        width: 220px;
        height: 220px;
    }
}

.about-area {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: var(--primary_color);
    color: #1e293b;
    overflow: hidden;
    margin: 50px 0;
}
.about-area .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}



/* Content Column (Left Side) */
.about-area .about-content {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about-area .about-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(37, 29, 103, 0.08);
    border: 1px solid rgba(37, 29, 103, 0.18);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary_color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.about-area .about-tagline i {
    color: var(--standard_color);
}

.about-area .about-content h3 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.5rem, 2.8vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary_color);
    margin-bottom: 22px;
}

.about-area .about-content h3 span {
    color: var(--primary_color);
    position: relative;
    display: inline-block;
}


.about-area .about-content p {
    font-size: 15px;
    line-height: 1.85;
    color: #475569;
    margin-bottom: 32px;
    font-weight: 400;
}

.about-area .about-content .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 36px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid transparent;
    background: var(--standard_color);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 15px 35px -5px rgba(255, 186, 66, 0.5);
}

.about-area .about-content .btn:hover {
    box-shadow: 0 10px 25px -5px rgba(37, 29, 103, 0.4);
    background: white;
    color: var(--primary_color);
    border-color: var(--primary_color);
    transform: translateY(-3px);
}

.about-area .about-content .btn i {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.about-area .about-content .btn:hover i {
    transform: translateX(5px);
}

/* Image Column (Right Side) */
.about-area .about-image {
    padding: 0 15px;
    position: relative;
}

.about-area .about-image-card {
    position: relative;
    border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(37, 29, 103, 0.18);
    border: 6px solid #ffffff;
    background: #ffffff;
    transition: transform 0.4s ease;
}

.about-area .about-image-card:hover {
    transform: translateY(-6px);
}

.about-area .about-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
}

/* Floating Badge Over Image */
.about-area .about-floating-card {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: var(--primary_color);
    color: #ffffff;
    padding: 16px 22px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(37, 29, 103, 0.3);
    border: 2px solid var(--standard_color);
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 4;
}

.about-area .about-floating-card i {
    font-size: 2.2rem;
    color: var(--standard_color);
}

.about-area .about-badge-info strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.2;
    color: var(--standard_color);
}

.about-area .about-badge-info span {
    font-size: 0.82rem;
    color: #cbd5e1;
}

/* Responsive Breakpoints */
@media (max-width: 991px) {
    .about-area {
        padding: 70px 0 60px 0;
    }

    .about-area .row {
        flex-direction: column-reverse;
    }

    .about-area .about-content,
    .about-area .about-image {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .about-area .about-image img {
        height: 320px;
    }

    .about-area .about-floating-card {
        bottom: -15px;
        left: 10px;
    }
}

.achievers-section {
    position: relative;
    width: 100%;
    padding: 20px 0 50px 0;
    background: radial-gradient(circle at 50% 40%, #ffffff 0%, var(--bg_cream) 85%);
    overflow: hidden;
}

.achievers-section .ach-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --------------------------------------------------------------------------
   1. Section Header
   -------------------------------------------------------------------------- */
.achievers-section .ach-header {
    text-align: center;
    margin-bottom: 50px;
}

.achievers-section .ach-tagline {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--accent_gold);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.achievers-section .ach-title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}

.achievers-section .ach-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #64748b;
    font-weight: 400;
}

/* --------------------------------------------------------------------------
   2. 3D Coverflow Carousel Container
   -------------------------------------------------------------------------- */
.achievers-section .ach-carousel-wrapper {
    position: relative;
    width: 100%;
    max-width: 1150px;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.achievers-section .ach-coverflow {
    position: relative;
    width: 100%;
    height: 500px;
    perspective: 1200px;
}

/* --------------------------------------------------------------------------
   3. Base Card Style
   -------------------------------------------------------------------------- */
.achievers-section .ach-card {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 275px;
    height: 440px;
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 15px 35px rgba(11, 19, 41, 0.12);
    transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 0.55s ease,
        box-shadow 0.55s ease,
        filter 0.55s ease;
    user-select: none;
    will-change: transform, opacity;
}

/* Top Portrait Image Container */
.achievers-section .ach-card-img-box {
    width: 100%;
    height: 295px;
    background: #e8d3b9;
    position: relative;
    overflow: hidden;
}

.achievers-section .ach-card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.6s ease;
}

.achievers-section .ach-card:hover .ach-card-img-box img {
    transform: scale(1.04);
}

/* Bottom Dark Info Box */
.achievers-section .ach-card-info {
    height: 145px;
    background: #0b1329;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    color: #ffffff;
}

.achievers-section .ach-badge {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid rgba(255, 186, 66, 0.5);
    border-radius: 50px;
    font-size: 0.68rem;
    font-weight: 700;
    color: #ffba42;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    background: rgba(255, 186, 66, 0.08);
}

.achievers-section .ach-name {
   
    font-size: 1.28rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 4px;
}

.achievers-section .ach-rank {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffba42;
    margin-bottom: 2px;
}

.achievers-section .ach-batch {
    font-size: 0.78rem;
    color: #94a3b8;
}

/* --------------------------------------------------------------------------
   4. 3D Coverflow Card Positions & Centered Transforms (Matching Reference Image)
   -------------------------------------------------------------------------- */

/* Center Active Card */
.achievers-section .ach-card.active {
    transform: translate3d(-50%, 0, 100px) scale(1.15);
    z-index: 10;
    opacity: 1;
    box-shadow: 0 30px 60px -10px rgba(11, 19, 41, 0.38);
    filter: none;
}

/* Level 1 Left Card */
.achievers-section .ach-card.prev-1 {
    transform: translate3d(calc(-50% - 210px), 0, -20px) scale(0.90) rotateY(10deg);
    z-index: 6;
    opacity: 0.88;
    box-shadow: 0 15px 30px rgba(11, 19, 41, 0.16);
    filter: brightness(0.95);
}

/* Level 1 Right Card */
.achievers-section .ach-card.next-1 {
    transform: translate3d(calc(-50% + 210px), 0, -20px) scale(0.90) rotateY(-10deg);
    z-index: 6;
    opacity: 0.88;
    box-shadow: 0 15px 30px rgba(11, 19, 41, 0.16);
    filter: brightness(0.95);
}

/* Level 2 Far Left Card */
.achievers-section .ach-card.prev-2 {
    transform: translate3d(calc(-50% - 380px), 0, -80px) scale(0.76) rotateY(20deg);
    z-index: 3;
    opacity: 0.65;
    filter: brightness(0.90);
}

/* Level 2 Far Right Card */
.achievers-section .ach-card.next-2 {
    transform: translate3d(calc(-50% + 380px), 0, -80px) scale(0.76) rotateY(-20deg);
    z-index: 3;
    opacity: 0.65;
    filter: brightness(0.90);
}

/* --------------------------------------------------------------------------
   5. Controls & Dots
   -------------------------------------------------------------------------- */
.achievers-section .ach-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
}

.achievers-section .ach-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0b1329;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.achievers-section .ach-nav-btn:hover {
    background: #0b1329;
    color: #ffba42;
    border-color: #0b1329;
    transform: scale(1.1);
}

.achievers-section .ach-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.achievers-section .ach-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.35s ease;
}

.achievers-section .ach-dot.active {
    width: 26px;
    border-radius: 10px;
    background: #c69214;
}

/* --------------------------------------------------------------------------
   6. Footer Action Button
   -------------------------------------------------------------------------- */
.achievers-section .ach-footer {
    margin-top: 24px;
}

.achievers-section .ach-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 36px;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 50px;
    background: #0b1329;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 25px -5px rgba(11, 19, 41, 0.35);
    transition: all 0.35s ease;
}

.achievers-section .ach-cta-btn:hover {
    background: #1a2442;
    box-shadow: 0 15px 35px -5px rgba(11, 19, 41, 0.45);
    transform: translateY(-2px);
}

.achievers-section .ach-cta-btn i {
    transition: transform 0.3s ease;
}

.achievers-section .ach-cta-btn:hover i {
    transform: translateX(4px);
}

/* --------------------------------------------------------------------------
   7. Responsive Breakpoints
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .achievers-section .ach-card.prev-2 {
        transform: translate3d(calc(-50% - 320px), 0, -80px) scale(0.72) rotateY(20deg);
    }

    .achievers-section .ach-card.next-2 {
        transform: translate3d(calc(-50% + 320px), 0, -80px) scale(0.72) rotateY(-20deg);
    }
}

:root {
    --accent_gold: var(--standard_color);
    --bg_cream: #e4ddd6;
}

@media (max-width: 768px) {
    .achievers-section {
        padding: 60px 0 70px 0;
    }

    .achievers-section .ach-coverflow {
        height: 440px;
    }

    .achievers-section .ach-card {
        width: 240px;
        height: 390px;
    }

    .achievers-section .ach-card-img-box {
        height: 250px;
    }

    .achievers-section .ach-card-info {
        height: 140px;
        padding: 14px 16px;
    }

    .achievers-section .ach-name {
        font-size: 1.1rem;
    }

    .achievers-section .ach-card.prev-1 {
        transform: translate3d(calc(-50% - 150px), 0, -20px) scale(0.85) rotateY(10deg);
    }

    .achievers-section .ach-card.next-1 {
        transform: translate3d(calc(-50% + 150px), 0, -20px) scale(0.85) rotateY(-10deg);
    }

    .achievers-section .ach-card.prev-2,
    .achievers-section .ach-card.next-2 {
        opacity: 0;
        pointer-events: none;
    }
}
.ev-div{
    padding: 50px 0;
}
.reels-section {
    position: relative;
    width: 100%;
    padding: 50px 0 50px 0;
    background: radial-gradient(circle at 50% 40%, #ffffff 0%, var(--bg_cream) 85%);
    overflow: hidden;
}

.reels-section .reels-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* --------------------------------------------------------------------------
   1. Section Header
   -------------------------------------------------------------------------- */
.reels-section .reels-header {
    text-align: center;
    margin-bottom: 50px;
}

.reels-section .reels-tagline {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--accent_gold);
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.reels-section .reels-title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.reels-section .reels-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #64748b;
    font-weight: 400;
}

/* --------------------------------------------------------------------------
   2. 3D Coverflow Carousel Container
   -------------------------------------------------------------------------- */
.reels-section .reels-carousel-wrapper {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reels-section .reels-coverflow {
    position: relative;
    width: 100%;
    height: 490px;
    perspective: 1200px;
}

/* --------------------------------------------------------------------------
   3. 9:16 Vertical Video Reel Card Component
   -------------------------------------------------------------------------- */
.reels-section .reels-card {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 240px;
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
    background: #0b1329;
    cursor: pointer;
    box-shadow: 0 20px 40px rgba(11, 19, 41, 0.22);
    transition: transform 0.55s cubic-bezier(0.25, 1, 0.5, 1),
        opacity 0.55s ease,
        box-shadow 0.55s ease,
        filter 0.55s ease;
    user-select: none;
    will-change: transform, opacity;
}

.reels-section .reels-card-img-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.reels-section .reels-card-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.reels-section .reels-card:hover .reels-card-img-box img {
    transform: scale(1.06);
}

/* Dark Gradient Overlay for Readability */
.reels-section .reels-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(11, 19, 41, 0.85) 100%);
    z-index: 1;
}

/* Top Translucent Platform Badge (YOUTUBE / INSTAGRAM) */
.reels-section .reels-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    padding: 4px 12px;
    font-size: 0.65rem;
    font-weight: 800;
    border-radius: 50px;
    color: #0b1329;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.reels-section .reels-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--standard_color);
    color: #000000;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(229, 168, 35, 0.5);
    z-index: 3;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
}

.reels-section .reels-card:hover .reels-play-btn {
    transform: translate(-50%, -50%) scale(1.12);
    background: #ffba42;
    box-shadow: 0 15px 30px rgba(255, 186, 66, 0.6);
}

.reels-section .reels-play-btn i {
    margin-left: 3px;
    /* visual center fix for play icon */
}

/* Bottom Card Title */
.reels-section .reels-card-title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.25;
    z-index: 2;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

/* --------------------------------------------------------------------------
   4. 3D Coverflow Card Positions & Centered Transforms
   -------------------------------------------------------------------------- */

/* Center Active Card */
.reels-section .reels-card.active {
    transform: translate3d(-50%, 0, 100px) scale(1.15);
    z-index: 10;
    opacity: 1;
    box-shadow: 0 30px 60px -10px rgba(11, 19, 41, 0.4);
    filter: none;
}

/* Level 1 Left Card */
.reels-section .reels-card.prev-1 {
    transform: translate3d(calc(-50% - 190px), 0, -20px) scale(0.90) rotateY(10deg);
    z-index: 6;
    opacity: 0.88;
    box-shadow: 0 15px 30px rgba(11, 19, 41, 0.18);
    filter: brightness(0.95);
}

/* Level 1 Right Card */
.reels-section .reels-card.next-1 {
    transform: translate3d(calc(-50% + 190px), 0, -20px) scale(0.90) rotateY(-10deg);
    z-index: 6;
    opacity: 0.88;
    box-shadow: 0 15px 30px rgba(11, 19, 41, 0.18);
    filter: brightness(0.95);
}

/* Level 2 Far Left Card */
.reels-section .reels-card.prev-2 {
    transform: translate3d(calc(-50% - 350px), 0, -80px) scale(0.76) rotateY(20deg);
    z-index: 3;
    opacity: 0.65;
    filter: brightness(0.90);
}

/* Level 2 Far Right Card */
.reels-section .reels-card.next-2 {
    transform: translate3d(calc(-50% + 350px), 0, -80px) scale(0.76) rotateY(-20deg);
    z-index: 3;
    opacity: 0.65;
    filter: brightness(0.90);
}

/* --------------------------------------------------------------------------
   5. Controls & Dots
   -------------------------------------------------------------------------- */
.reels-section .reels-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 24px;
}

.reels-section .reels-nav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0b1329;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.reels-section .reels-nav-btn:hover {
    background: #0b1329;
    color: #ffba42;
    border-color: #0b1329;
    transform: scale(1.1);
}

.reels-section .reels-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reels-section .reels-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.35s ease;
}

.reels-section .reels-dot.active {
    width: 26px;
    border-radius: 10px;
    background: #c69214;
}

/* --------------------------------------------------------------------------
   6. Video Popup Modal Styles
   -------------------------------------------------------------------------- */
.reels-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.reels-video-modal.open {
    opacity: 1;
    visibility: visible;
}

.reels-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(11, 19, 41, 0.85);
    backdrop-filter: blur(12px);
}

.reels-modal-content {
    position: relative;
    width: 90%;
    max-width: 420px;
    height: 80vh;
    max-height: 720px;
    background: #000000;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.reels-video-modal.open .reels-modal-content {
    transform: scale(1);
}

.reels-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    border: none;
    color: #ffffff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease, transform 0.3s ease;
}

.reels-modal-close:hover {
    background: #ffba42;
    color: #0b1329;
    transform: scale(1.1);
}

.reels-iframe-container {
    width: 100%;
    height: 100%;
}

.reels-iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* --------------------------------------------------------------------------
   7. Responsive Breakpoints
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .reels-section .reels-card.prev-2 {
        transform: translate3d(calc(-50% - 290px), 0, -80px) scale(0.72) rotateY(20deg);
    }

    .reels-section .reels-card.next-2 {
        transform: translate3d(calc(-50% + 290px), 0, -80px) scale(0.72) rotateY(-20deg);
    }
}

@media (max-width: 768px) {
    .reels-section {
        padding: 60px 0 70px 0;
    }

    .reels-section .reels-coverflow {
        height: 430px;
    }

    .reels-section .reels-card {
        width: 210px;
        height: 380px;
    }

    .reels-section .reels-card.prev-1 {
        transform: translate3d(calc(-50% - 135px), 0, -20px) scale(0.85) rotateY(10deg);
    }

    .reels-section .reels-card.next-1 {
        transform: translate3d(calc(-50% + 135px), 0, -20px) scale(0.85) rotateY(-10deg);
    }

    .reels-section .reels-card.prev-2,
    .reels-section .reels-card.next-2 {
        opacity: 0;
        pointer-events: none;
    }
}
.news-section {
    position: relative;
    width: 100%;
    padding: 50px 0 0 0;
    background: linear-gradient(180deg, #ffffff 0%, var(--bg_light) 100%);
    overflow: hidden;
}

.news-section .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.news-section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* --------------------------------------------------------------------------
   1. Section Header
   -------------------------------------------------------------------------- */
.news-section .news-header-row {
    margin-bottom: 50px;
}

.news-section .news-section-title {
    text-align: center;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}

.news-section .news-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background: rgba(37, 29, 103, 0.08);
    border: 1px solid rgba(37, 29, 103, 0.18);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary_color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.news-section .news-tagline i {
    color: var(--standard_color);
    font-size: 1.1rem;
}

.news-section .news-section-title h3 {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--primary_color);
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 14px;
}

.news-section .news-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #64748b;
    font-weight: 400;
}

/* --------------------------------------------------------------------------
   2. News Card Grid Item Layout
   -------------------------------------------------------------------------- */


.news-section .news-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.news-section .news-item {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(11, 19, 41, 0.07);
    border: 1px solid rgba(226, 232, 240, 0.8);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                border-color 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-section .news-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(11, 19, 41, 0.15);
    border-color: rgba(37, 29, 103, 0.2);
}

/* Image Container */
.news-section .news-item .image {
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
    text-decoration: none;
}

.news-section .news-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-section .news-item:hover .image img {
    transform: scale(1.08);
}

.news-section .news-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(37, 29, 103, 0.4) 100%);
    opacity: 0.6;
    transition: opacity 0.4s ease;
}

.news-section .news-item:hover .news-image-overlay {
    opacity: 0.8;
}

.news-section .news-badge-category {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(37, 29, 103, 0.9);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: var(--standard_color);
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    z-index: 3;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 1px solid rgba(255, 186, 66, 0.3);
}

/* Content Container */
.news-section .news-item .content {
    padding: 24px 26px 28px 26px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-section .news-meta {
    margin-bottom: 12px;
}

.news-section .news-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    font-weight: 600;
    color: #64748b;
}

.news-section .news-meta span i {
    color: var(--standard_color);
    font-size: 1.15rem;
}

.news-section .news-item .content h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 20px;
}

.news-section .news-item .content h3 a {
    color: #0b1329;
    text-decoration: none;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-section .news-item:hover .content h3 a {
    color: var(--primary_color);
}

/* Read Full Story Link */
.news-section .news-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--primary_color);
    text-decoration: none;
    margin-top: auto;
    transition: all 0.3s ease;
}

.news-section .news-read-more i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.news-section .news-item:hover .news-read-more {
    color: var(--accent_gold);
}

.news-section .news-item:hover .news-read-more i {
    transform: translateX(6px);
}

/* --------------------------------------------------------------------------
   3. More News Footer CTA Button
   -------------------------------------------------------------------------- */
.news-section .news-footer {
    text-align: center;
    margin-top: 10px;
}

.news-section .news-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 40px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    background: var(--primary_color);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(37, 29, 103, 0.35);
    border: 2px solid transparent;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-section .news-btn:hover {
    background: var(--standard_color);
    color: var(--primary_color);
    border-color: var(--primary_color);
    box-shadow: 0 15px 35px rgba(255, 186, 66, 0.5);
    transform: translateY(-3px);
}

.news-section .news-btn i {
    font-size: 1.3rem;
    transition: transform 0.3s ease;
}

.news-section .news-btn:hover i {
    transform: translateX(6px);
}

/* --------------------------------------------------------------------------
   4. Responsive Breakpoints
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .news-section .news-col {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .news-section {
        padding: 60px 0 70px 0;
    }

    .news-section .news-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-section .news-item .image {
        height: 200px;
    }

    .news-section .news-item .content {
        padding: 20px 20px 22px 20px;
    }
}
.gallery-area {
    position: relative;
    width: 100%;
    padding: 0 0 50px 0;
    background-color: var(--bg_white);
    overflow: hidden;
}

/* --------------------------------------------------------------------------
   1. Section Header
   -------------------------------------------------------------------------- */
.gallery-area .gallery-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 50px auto;
    padding: 0 24px;
}

.gallery-area .gallery-tagline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background: rgba(37, 29, 103, 0.08);
    border: 1px solid rgba(37, 29, 103, 0.18);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--primary_color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.gallery-area .gallery-tagline i {
    color: var(--standard_color);
    font-size: 1.1rem;
}

.gallery-area .gallery-title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
}

.gallery-area .gallery-subtitle {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #64748b;
    font-weight: 400;
}

/* --------------------------------------------------------------------------
   2. Dual Row Gapless Slider Wrappers
   -------------------------------------------------------------------------- */
.gallery-area .gallery-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.gallery-area .gallery-slider-wrapper.gallery-row-left {
    margin-bottom: 16px;
}

.gallery-area .gallery-track {
    display: flex;
    gap: 20px;
    width: max-content;
    will-change: transform;
}

/* Row 1 Track: Moves LEFT continuously without any gap */
.gallery-area .track-left {
    animation: galMarqueeLeft 50s linear infinite;
}

/* Row 2 Track: Moves RIGHT continuously without any gap */
.gallery-area .track-right {
    animation: galMarqueeRight 50s linear infinite;
}

/* Pause on Hover */
.gallery-area .gallery-slider-wrapper:hover .gallery-track {
    animation-play-state: paused;
}

/* 100% GAPLESS MATH: 8 Cards * (280px width + 20px gap) = 2400px Exact Shift */
@keyframes galMarqueeLeft {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-2400px, 0, 0);
    }
}

@keyframes galMarqueeRight {
    0% {
        transform: translate3d(-2400px, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

/* --------------------------------------------------------------------------
   3. Gallery Item Card Component
   -------------------------------------------------------------------------- */
.gallery-area .gallery-item {
    display: block;
    width: 280px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(11, 19, 41, 0.08);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-area .gallery-item:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 20px 40px rgba(11, 19, 41, 0.18);
}

.gallery-area .gallery-img-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #0b1329;
}

.gallery-area .gallery-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-area .gallery-item:hover .gallery-img-box img {
    transform: scale(1.1);
}

/* Glassmorphic Dark Hover Overlay */
.gallery-area .gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(11, 19, 41, 0.85) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    padding: 20px;
    text-align: center;
}

.gallery-area .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-area .gallery-view-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--standard_color);
    color: #0b1329;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: 0 8px 20px rgba(255, 186, 66, 0.5);
    transform: scale(0.8);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-area .gallery-item:hover .gallery-view-icon {
    transform: scale(1);
}

.gallery-area .gallery-item-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.3px;
    transform: translateY(10px);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-area .gallery-item:hover .gallery-item-title {
    transform: translateY(0);
}

/* --------------------------------------------------------------------------
   4. Footer Caption
   -------------------------------------------------------------------------- */
.gallery-area .gallery-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}

.gallery-area .gallery-indicator-text {
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* --------------------------------------------------------------------------
   5. Responsive Breakpoints
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
    .gallery-area {
        padding: 60px 0 70px 0;
    }

    .gallery-area .gallery-item {
        width: 220px;
        height: 155px;
    }

    .gallery-area .gallery-track {
        gap: 16px;
    }
    
    @keyframes galMarqueeLeft {
        0% { transform: translate3d(0, 0, 0); }
        100% { transform: translate3d(-1888px, 0, 0); }
    }
    
    @keyframes galMarqueeRight {
        0% { transform: translate3d(-1888px, 0, 0); }
        100% { transform: translate3d(0, 0, 0); }
    }
}
.testi-section {
    position: relative;
    background: var(--primary_color);;
    padding: 100px 0 80px;
    overflow: hidden;
}

/* ── Ambient Glow Orbs ── */
.testi-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    animation: testiOrbFloat 8s ease-in-out infinite alternate;
}
.testi-orb-1 {
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(212,160,23,0.18) 0%, transparent 70%);
    top: -80px; left: -100px;
    animation-duration: 9s;
}
.testi-orb-2 {
    width: 350px; height: 350px;
    background: radial-gradient(circle, rgba(96,165,250,0.10) 0%, transparent 70%);
    bottom: -60px; right: -60px;
    animation-duration: 11s;
}
.testi-orb-3 {
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(212,160,23,0.12) 0%, transparent 70%);
    top: 50%; right: 25%;
    animation-duration: 7s;
}
@keyframes testiOrbFloat {
    from { transform: translate(0, 0) scale(1); }
    to   { transform: translate(30px, 20px) scale(1.08); }
}

/* ── Container ── */
.testi-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

/* ── Section Header ── */
.testi-header {
    text-align: center;
    margin-bottom: 60px;
}

.testi-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: var(--standard_color);
    background: rgba(212,160,23,0.12);
    border: 1px solid rgba(212,160,23,0.3);
    border-radius: 50px;
    padding: 6px 18px;
    margin-bottom: 18px;
}

.testi-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 14px;
}
.testi-title em {
    font-style: italic;
    color: var(--standard_color);
}

.testi-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.5);
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ── Carousel Wrapper ── */
.testi-carousel-wrapper {
    position: relative;
}

.testi-track {
    position: relative;
    min-height: 300px;
}
/* ── Testimonial Card ── */
.testi-card {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 100%);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    padding: 48px 52px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 24px 60px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.06);
    opacity: 0;
    pointer-events: none;
    transform: translateX(0) scale(0.96);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.testi-card.active {
    opacity: 1;
    pointer-events: all;
    transform: translateX(0) scale(1);
}

.testi-card.exit-left {
    opacity: 0;
    transform: translateX(-60px) scale(0.96);
}
.testi-card.exit-right {
    opacity: 0;
    transform: translateX(60px) scale(0.96);
}
.testi-card.enter-right {
    opacity: 0;
    transform: translateX(60px) scale(0.96);
}
.testi-card.enter-left {
    opacity: 0;
    transform: translateX(-60px) scale(0.96);
}

/* ── Quote Icon ── */
.testi-quote-icon {
    font-size: 64px;
    color: rgba(212, 160, 23, 0.25);
    line-height: 1;
    margin-bottom: 20px;
    position: absolute;
    top: -7px;
}

/* ── Text ── */
.testi-text {
    font-size: 12px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    font-style: italic;
    margin-bottom: 36px;
    height: 110px;
    overflow-y: auto;

    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #f8b400 rgba(255,255,255,0.08);
}

/* Chrome, Edge, Safari */
.testi-text::-webkit-scrollbar {
    width: 6px;
}

.testi-text::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
}

.testi-text::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #f8b400, #ff7b00);
    border-radius: 20px;
    transition: background 0.3s ease;
}

.testi-text::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ffca28, #ff9800);
}

.testi-text::-webkit-scrollbar-corner {
    background: transparent;
}

/* ── Author Row ── */
.testi-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* ── Avatar ── */
.testi-avatar-wrap {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
}

.testi-avatar-wrap img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(212,160,23,0.5);
    display: block;
}

.testi-avatar-ring {
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 2px dashed rgba(212,160,23,0.3);
    animation: testiRingSpin 10s linear infinite;
}

@keyframes testiRingSpin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* ── Author Info ── */
.testi-author-info h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2px;
}
.testi-author-info span {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.45);
    display: block;
    margin-bottom: 6px;
}

.testi-stars i {
    color: var(--standard_color);
    font-size: 13px;
    margin-right: 1px;
}

/* ── Arrows ── */
.testi-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: #ffffff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(8px);
}
.testi-arrow:hover {
    background: rgba(212,160,23,0.2);
    border-color: rgba(212,160,23,0.5);
    color: var(--standard_color);
    transform: translateY(-50%) scale(1.08);
}

.testi-prev { left: -70px; }
.testi-next { right: -70px; }

/* ── Dots ── */
.testi-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 36px;
}

.testi-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: none;
    cursor: pointer;
    transition: all 0.35s ease;
    padding: 0;
}
.testi-dot.active {
    width: 28px;
    border-radius: 4px;
    background: var(--standard_color);
}

/* ── Stats Bar ── */
.testi-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 60px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 28px 40px;
    backdrop-filter: blur(8px);
}

.testi-stat {
    flex: 1;
    text-align: center;
}

.testi-stat-num {
    display: block;
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 6px;
    font-family: 'Playfair Display', serif;
}
.testi-stat-num sup {
    font-size: 1.1rem;
    color: var(--standard_color);
    vertical-align: super;
}
.testi-star-small {
    font-size: 1.2rem;
    color: var(--standard_color);
    vertical-align: middle;
    margin-left: 3px;
}

.testi-stat-label {
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testi-stat-divider {
    width: 1px;
    height: 60px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .testi-prev { left: -10px; }
    .testi-next { right: -10px; }
}

@media (max-width: 680px) {
    .testi-card { padding: 32px 24px; }
    .testi-prev, .testi-next { display: none; }
    .testi-stats { flex-direction: column; gap: 20px; }
    .testi-stat-divider { width: 60px; height: 1px; }
}
