/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Firevall - Cyber Security Services HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */

/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. Scrolling Ticker css
06. About Us css
07. Our Services css
08. Our Specialties css
09. Our Facts css
10. Why Choose Us css
11. Case Study css
12. Our Features css
13. Our Pricing css 
14. Our Testimonial css
15. Our FAQs css
16. Our Blog css
17. Our Blog css
18. Footer css
19. About Us Page css
20. Services Page css
21. Service Single css
22. Blog Archive css
23. Blog Single css
24. Case Study Page css
25. Case Study Single css
26. Team Page css
27. Team Single css
28. Page Pricing css
29. Testimonials Page css
30. Image Gallery css
31. Video Gallery css
32. FAQs Page css
33. Contact Us Page css
34. 404 Error Page css
35. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/

/*** 	 01. Global Variables	  ***/

/************************************/

:root {
    --primary-color: #FFFFFF;
    --secondary-color: #FFFFFF0A;
    --text-color: #D1D1D1;
    --bg-color: #0f0f0f;
    --accent-color: #daab3f;
    --accent-secondary-color: #d09301;
    --divider-color: #FFFFFF0A;
    --error-color: rgb(230, 87, 87);
    --default-font: "Poppins", sans-serif;
}

/************************************/

/*** 	   02. General css		  ***/

/************************************/

body {
    position: relative;
    font-family: var(--default-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1em;
    color: var(--text-color);
    background: var(--bg-color) url('../images/section-bg-circle-shape.png');
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
}

::-webkit-scrollbar-track {
    background-color: var(--primary-color);
    border-left: 1px solid var(--primary-color);
}

::-webkit-scrollbar {
    width: 7px;
    background-color: var(--primary-color);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
}

::selection {
    color: var(--primary-color);
    background-color: var(--divider-color);
    filter: invert(1);
}

p {
    line-height: 1.6em;
    margin-bottom: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--primary-color);
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

html,
body {
    width: 100%;
    overflow-x: clip;
}

.container {
    max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 1;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

.row.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

.row.no-gutters>* {
    padding-right: 0px;
    padding-left: 0px;
}

.btn-default {
    position: relative;
    display: inline-block;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 100px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 16px 30px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default:hover {
    background-position: right center;
}

.btn-default.btn-highlighted {
    background: linear-gradient(var(--bg-color), var(--bg-color)) padding-box, linear-gradient(to left, var(--accent-color), var(--accent-secondary-color)) border-box;
    border: 1px solid transparent;
}

.btn-default.btn-highlighted::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: linear-gradient(to left, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default.btn-highlighted:hover::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.readmore-btn {
    position: relative;
    text-transform: capitalize;
    color: var(--primary-color);
    padding-right: 30px;
    transition: all 0.3s ease-in-out;
}

.readmore-btn:hover {
    color: var(--accent-secondary-color);
}

.readmore-btn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    transform: translateX(-3px);
    background: url('../images/arrow-white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease-in-out;
}

.readmore-btn:hover::after {
    transform: translateX(0);
}

.cb-cursor:before {
    background: linear-gradient(120deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: var(--bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-container,
.loading {
    height: 100px;
    position: relative;
    width: 100px;
    border-radius: 100%;
}

.loading-container {
    margin: 40px auto;
}

.loading {
    border: 1px solid transparent;
    border-color: transparent var(--accent-color) transparent var(--accent-secondary-color);
    animation: rotate-loading 1.5s linear 0s infinite normal;
    transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
    transition: all 0.5s ease-in-out;
}

#loading-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 66px;
    transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.section-row {
    margin-bottom: 80px;
}

.section-row .section-title {
    margin-bottom: 0;
}

.section-title.section-title-center {
    width: 100%;
    max-width: 870px;
    text-align: center;
    margin: 0 auto;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: capitalize;
    color: var(--primary-color);
    background: var(--secondary-color) url('../images/icon-sub-heading.svg') no-repeat;
    background-position: left 20px center;
    background-size: 20px auto;
    border-left: 1px solid var(--accent-color);
    border-right: 1px solid var(--accent-secondary-color);
    border-top: none;
    border-bottom: none;
    border-radius: 100px;
    padding: 8px 20px 8px 50px;
    margin-bottom: 20px;
}

.section-title h1 {
    font-size: 52px;
    line-height: 1.1em;
    font-weight: 300;
    margin-bottom: 0;
    cursor: none;
}

.section-title h2 {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
}

.section-title h1 span,
.section-title h2 span {
    font-weight: 700;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
}

.section-title:hover h1 span,
.section-title:hover h2 span {
    background-position: right center;
}

.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
}

.section-title-content p {
    margin: 0;
}

.section-btn {
    text-align: right;
}

.section-content-btn .section-btn {
    text-align: left;
    margin-top: 30px;
}

.help-block.with-errors ul {
    margin: 0;
    text-align: left;
}

.help-block.with-errors ul li {
    color: var(--error-color);
    font-weight: 500;
    font-size: 14px;
}

/************************************/

/**** 	   03. Header css		 ****/

/************************************/

header.main-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

header.main-header .header-sticky {
    position: relative;
    top: 0;
    z-index: 100;
}

header.main-header .header-sticky.hide {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    border-radius: 0;
}

header.main-header .header-sticky.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    transform: translateY(0);
    background: var(--secondary-color);
    border-bottom: 1px solid var(--divider-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.navbar {
    padding: 30px 0;
    align-items: center;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.main-menu .nav-menu-wrapper {
    flex: 1;
    text-align: center;
    margin: 0 20px;
}

.main-menu .nav-menu-wrapper .navbar-nav {
    background-color: #00000054;
    border: 4px solid var(--divider-color);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 0 10px;
}

.main-menu .nav-menu-wrapper>ul {
    align-items: center;
    display: inline-flex;
}

.main-menu ul li {
    margin: 0;
    position: relative;
}

.main-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    padding: 11px 20px !important;
    margin: 10px 0;
    border-radius: 100px;
    color: var(--text-color);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu>a:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 14px;
    margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
    color: var(--primary-color);
    background: linear-gradient(110deg, var(--accent-color) 0.03%, var(--accent-secondary-color) 100%);
    
}

.main-menu ul ul {
    visibility: hidden;
    opacity: 0;
    transform: scale(1, 0.8);
    transform-origin: top;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 290px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 100%;
    background: linear-gradient(110deg, var(--accent-color) 0.03%, var(--accent-secondary-color) 100%);
    transition: all 0.3s ease-in-out;
    text-align: left;
}

.main-menu ul li.submenu:first-child ul {
    width: 235px;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
    text-align: left;
}

.main-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
    padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu>a:after {
    content: '\f105';
    float: right;
}

.main-menu ul ul li {
    margin: 0;
    padding: 0;
}

.main-menu ul ul li a {
    color: var(--primary-color);
    padding: 8px 20px !important;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus {
    color: var(--bg-color);
    background-color: transparent;
    padding: 8px 20px 8px 23px !important;
}

.main-menu ul li.highlighted-menu {
    display: none;
}

.responsive-menu,
.navbar-toggle {
    display: none;
}

.responsive-menu {
    top: 0;
    position: relative;
}

.slicknav_btn {
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border-radius: 8px;
    transition: all 0.4s ease-in-out;
}

.navbar-toggle a.slicknav_btn.slicknav_open {
    background-position: right center;
}

.slicknav_icon .slicknav_icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    border-radius: 6px;
    margin: 4px auto !important;
    transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
    margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
    margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 5px);
    background-color: var(--primary-color);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -5px);
    background-color: var(--primary-color);
}

.slicknav_menu {
    position: absolute;
    width: 100%;
    padding: 0;
    background: linear-gradient(110deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
}

.slicknav_menu ul {
    margin: 5px 0;
}

.slicknav_menu ul ul {
    margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 6px 20px;
    color: var(--primary-color);
    line-height: normal;
    margin: 0;
    border-radius: 0 !important;
    transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
    background-color: transparent;
    color: var(--bg-color);
}

.slicknav_menu ul ul li a {
    padding: 6px 20px 6px 30px;
}

.slicknav_arrow {
    font-size: 0 !important;
}

.slicknav_arrow:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 12px;
    margin-left: 8px;
    color: var(--primary-color);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}

.slicknav_open>a .slicknav_arrow:after {
    transform: translateY(-50%) rotate(-180deg);
    color: var(--bg-color);
}

/************************************/

/***        04. Hero css	      ***/

/************************************/

.hero {
    position: relative;
    background: url('../images/hero-bg-shape.png') no-repeat;
    background-position: center center;
    background-size: auto;
    padding: 250px 0 140px;
    z-index: 1;
}

.grid-lines {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    --grid-line-color: var(--divider-color);
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 0;
}

.grid-line-5,
.grid-line-4,
.grid-line-3,
.grid-line-2,
.grid-line-1 {
    position: relative;
    height: 100%
}

.grid-line-5:before,
.grid-line-4:before,
.grid-line-3:before,
.grid-line-2:before,
.grid-line-1:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    right: -1px;
    background: var(--grid-line-color);
    width: 1px;
}

.grid-line-5:after,
.grid-line-4:after,
.grid-line-3:after,
.grid-line-2:after,
.grid-line-1:after {
    content: "";
    position: absolute;
    top: -80px;
    right: -1px;
    background: linear-gradient(254deg, transparent 0%, var(--accent-color) 50%, var(--accent-secondary-color) 100%);
    border-radius: 0;
    opacity: 50%;
    width: 1px;
    height: 60px;
}

.grid-lines .grid-line-1:after {
    animation: gridline 6s linear infinite
}

.grid-lines .grid-line-2:after {
    animation: gridline 10s linear infinite;
    animation-delay: 3s
}

.grid-lines .grid-line-3:after {
    animation: gridline 8s linear infinite;
    animation-delay: 6s
}

.grid-lines .grid-line-4:after {
    animation: gridline 12s linear infinite;
    animation-delay: 4s
}

.grid-lines .grid-line-5:after {
    animation: gridline 9s linear infinite;
    animation-delay: 8s
}

@keyframes gridline {
    0% {
        top: -50px
    }
    to {
        top: 100%;
    }
}

/* Base Hero Styles */
.hero.hero-bg-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    padding: 250px 0 140px;
    height: 60vh;
}

.hero.hero-bg-image::before {
    content: '';
    display: block;
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    background: var(--bg-color);
    opacity: 5%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* ===== Page-specific Desktop Banners ===== */
.hero-about-us              { background: url('../banner/certifications-banner.webp.jpg') no-repeat center center; background-size: cover; min-height: 90vh; }
.hero-commercial-pilot      { background: url('../banner/commerical-pilot.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-private-pilot         { background: url('../banner/private-pilot.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-foreign-license       { background: url('../banner/foreign-license.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-multi-engine          { background: url('../banner/endu-banner.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-flight-inst           { background: url('../banner/flight-inst.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-why-skynex            { background: url('../banner/why-skynex.jpg') no-repeat center center; background-size: cover; min-height: 100vhh; }
.hero-certification         { background: url('../banner/certification.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-cadet-life            { background: url('../banner/cadet-life.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-alumni                { background: url('../banner/alumni.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-piper                 { background: url('../banner/piper.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-cessna                { background: url('../banner/cessena.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-technam               { background: url('../banner/technam.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-contact               { background: url('../banner/contact.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-career                { background: url('../banner/career.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-certifications        { background: url('../banner/certifications.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-why-skynex            { background: url('../banner/why-skynex.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }
.hero-blog                  { background: url('../banner/Blog.jpg') no-repeat center center; background-size: cover; min-height: 100vh; }

/* ===== Mobile Banners with adjustable height ===== */
@media (max-width: 768px) {
    .hero-about-us              { background: url('../banner/mobile/about-us.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-commercial-pilot      { background: url('../banner/mobile/commerical-pilot.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-private-pilot         { background: url('../banner/mobile/private-pilot.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-foreign-license       { background: url('../banner/mobile/foreign-license.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-multi-engine          { background: url('../banner/mobile/endu-banner.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-flight-inst           { background: url('../banner/mobile/flight-inst.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-why-skynex            { background: url('../banner/mobile/why-skynex.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-certification         { background: url('../banner/mobile/certification.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-cadet-life            { background: url('../banner/mobile/cadet-life.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-alumni                { background: url('../banner/mobile/alumni.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-piper                 { background: url('../banner/mobile/piper.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-cessna                { background: url('../banner/mobile/cessena.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-technam               { background: url('../banner/mobile/technam.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-contact               { background: url('../banner/mobile/contact.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-career                { background: url('../banner/mobile/career.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-certifications        { background: url('../banner/mobile/certifications.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-why-skynex            { background: url('../banner/mobile/why-skynex.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
    .hero-blog                  { background: url('../banner/mobile/blog.jpg') no-repeat center center; background-size: cover; padding: 150px 0 80px; height: auto; min-height: 100vh; }
}

/* Default Desktop Banner */
.hero.hero-bg-image.hero-video {
    position: relative;
    height: 100vh; /* Increased height */
    overflow: hidden;
}

/* Video fit and cover */
.hero.hero-bg-image.hero-video .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* Overlay */
.hero.hero-bg-image.hero-video .hero-bg-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* Hero Section Height and Video */
.hero.hero-bg-image.hero-video {
    position: relative;
    height: 100vh; /* Desktop height */
    overflow: hidden;
}

/* Video Covering Full Section */
.hero.hero-bg-image.hero-video .hero-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* Black overlay */
.hero.hero-bg-image.hero-video .hero-bg-video::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* Hero Content on Top of Overlay */
.hero.hero-bg-image.hero-video .hero-content {
    position: relative;
    z-index: 2;
    margin-top: 300px; /* Desktop top margin */
}

/* Hide mobile video by default */
.mobile-video {
    display: none;
}

/* Responsive: Mobile View */
@media (max-width: 768px) {
    .hero.hero-bg-image.hero-video {
        height: 95vh; /* Corrected value */
    }

    .desktop-video {
        display: none; /* Hide desktop video */
    }

    .mobile-video {
        display: block; /* Show mobile video */
    }

    .hero.hero-bg-image.hero-video .hero-content {
        margin-top: px; /* Mobile top margin */
        text-align: center;
    }
}




.hero.hero-bg-image.hero-slider-layout {
    background: none;
    padding: 0;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide {
    position: relative;
    padding: 250px 0 140px;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--bg-color);
    opacity: 90%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide .hero-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.hero.hero-bg-image.hero-slider-layout .hero-slide .hero-slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero.hero-bg-image.hero-slider-layout .hero-pagination {
    position: absolute;
    bottom: 50px;
    text-align: center;
    z-index: 2;
}

.hero.hero-bg-image.hero-slider-layout .hero-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--dark-divider-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero.hero-bg-image.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.hero-company-slider {
    margin-top: 160px;
    text-align: center;
}

.hero-company-slider p {
    margin-bottom: 30px;
}

.hero-company-slider .company-logo {
    text-align: center;
}

.hero-company-slider .company-logo img {
    width: 100%;
    max-height: 40px;
}

/************************************/

/***   05. Scrolling Ticker css   ***/

/************************************/

.our-scrolling-ticker {
    position: relative;
    background-color: var(--secondary-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    padding: 25px 0;
    z-index: 1;
}

.scrolling-ticker-box {
    --gap: 70px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}

.scrolling-content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 30s linear infinite;
}

.scrolling-content span {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: capitalize;
    color: var(--primary-color);
}

.scrolling-content span img {
    width: 100%;
    max-width: 30px;
    margin-right: 20px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

/************************************/

/*** 	   06. About Us css 	  ***/

/************************************/

.about-us {
    position: relative;
    padding: 180px 0 90px;
    z-index: 1;
}

.about-us::before {
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 50%;
    background: url(../images/section-bg-shape-1.png) no-repeat;
    background-position: right center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

@keyframes circlerotate {
    from {
        transform: translateY(0) rotate(0deg);
    }
    to {
        transform: translateY(-150px) rotate(360deg);
    }
}

.about-counter-box {
    text-align: center;
}

.about-counter-box h2 {
    font-size: 200px;
    line-height: 1em;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
    margin-bottom: 5px;
}

.about-counter-box:hover h2 {
    background-position: right center;
}

.about-counter-box p {
    display: inline-block;
    text-transform: capitalize;
    background-color: var(--secondary-color);
    border-radius: 100px;
    padding: 12px 20px;
    margin-bottom: 0;
}

.about-us-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
}

.about-list-item {
    width: calc(50% - 20px);
}

.about-list-item img {
    width: 100%;
    max-width: 50px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.about-list-item:hover img {
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

.about-list-item h3 {
    font-size: 20px;
    line-height: 1.4em;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.about-list-item p {
    margin-bottom: 0;
}

.about-us-body {
    margin-top: 60px;
}

.about-us-body p {
    margin-bottom: 0;
}

/************************************/

/*** 	  07. Our Services css 	  ***/

/************************************/

.our-services {
    position: relative;
    padding: 90px 0 60px;
    z-index: 1;
}

.our-services::before {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 200px;
    background: url(../images/section-bg-shape-2.png) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: squrerotate 20s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

@keyframes squrerotate {
    0% {
        transform: translate(0, 0px) rotate(0deg);
    }
    50% {
        transform: translate(150px, 150px) rotate(180deg);
    }
    100% {
        transform: translate(0px, 300px) rotate(360deg);
    }
}

.service-item {
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(180px);
    --webkit-backdrop-filter: blur(180px);
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px 35px;
    transition: all 0.4s ease-in-out;
}

.service-item:hover {
    transform: translateY(-4px);
}

.service-item .icon-box {
    margin-bottom: 60px;
}

.service-item .icon-box img {
    width: 100%;
    max-width: 50px;
    transition: all 0.4s ease-in-out;
}

.service-item:hover .icon-box img {
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

.service-item-content {
    margin-bottom: 30px;
}

.service-item-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.service-item-content h3 a {
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.service-item-content h3 a:hover {
    color: var(--accent-secondary-color);
}

.service-item-content p {
    margin-bottom: 0;
}

.service-btn .readmore-btn {
    display: inline-block;
    line-height: 1em;
    background: var(--secondary-color);
    padding: 12px 50px 12px 20px;
    border-radius: 100px;
    overflow: hidden;
}

.service-btn .readmore-btn:hover {
    color: var(--primary-color);
}

.service-btn .readmore-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
    right: 0;
    width: 0;
    height: 106%;
    background: linear-gradient(to left, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.service-btn .readmore-btn:hover::before {
    width: 100%;
    transform: skew(0deg);
    left: 0;
}

.service-btn .readmore-btn::after {
    right: 18px;
    top: 10px;
}

/************************************/

/***    08. Our Specialties css   ***/

/************************************/

.our-specialties {
    position: relative;
    padding: 90px 0;
    z-index: 1;
}

.our-specialties::before {
    content: '';
    display: block;
    position: absolute;
    right: -250px;
    top: 50%;
    background: url(../images/section-bg-shape-3.png) no-repeat;
    background-position: right center;
    background-size: cover;
    width: 433px;
    height: 241px;
    animation: tuberotate 12s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes tuberotate {
    from {
        transform: translateY(-100%) rotate(0deg);
    }
    to {
        transform: translateY(50%) rotate(360deg);
    }
}

.our-specialties-content {
    margin-right: 15px;
}

.specialties-item-box {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
}

.specialties-item {
    width: calc(50% - 15px);
}

.specialties-item .icon-box {
    margin-bottom: 20px;
}

.specialties-item .icon-box img {
    max-width: 40px;
    transition: all 0.4s ease-in-out;
}

.specialties-item:hover .icon-box img {
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

.specialties-item-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.specialties-item-content p {
    margin: 0;
}

.intro-video-box {
    position: relative;
    margin-top: 60px;
}

.intro-bg-image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.intro-bg-image figure {
    display: block;
}

.intro-bg-image img {
    width: 100%;
    aspect-ratio: 1 / 0.441;
    object-fit: cover;
}

.intro-video-box .video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.video-play-button a {
    position: relative;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
    transition: all 0.4s ease-in-out;
}

.video-play-button:hover a {
    background-position: right center;
}

.video-play-button a:before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 50px solid var(--primary-color);
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
}

.video-play-button a:after {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    border: 50px solid var(--primary-color);
    border-radius: 50%;
    transform: scale(0.6);
    z-index: -1;
    animation: border-zooming 1.2s infinite linear;
    animation-delay: .3s;
}

@keyframes border-zooming {
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.video-play-button a i {
    font-size: 30px;
    color: var(--primary-color);
}

/************************************/

/*** 	  09.  Our Facts css 	  ***/

/************************************/

.our-facts {
    position: relative;
    padding: 90px 0;
    z-index: 1;
}

.our-facts::before {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 200px;
    background: url(../images/section-bg-shape-4.png) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: roundrotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

@keyframes roundrotate {
    from {
        transform: translateY(0) rotate(0deg);
    }
    to {
        transform: translateY(150px) rotate(360deg);
    }
}

.our-facts-content {
    margin-right: 15px;
}

.facts-counter-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 80px;
    margin-top: 40px;
}

.facts-counter-item {
    width: calc(50% - 40px);
    position: relative;
}

.facts-counter-item::before {
    content: '';
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    border-right: 1px solid var(--divider-color);
    height: 100%;
    width: 1px;
}

.facts-counter-item:nth-child(2n+2):before,
.facts-counter-item:last-child:before {
    display: none;
}

.facts-counter-item h2 {
    font-size: 42px;
    margin-bottom: 5px;
}

.facts-counter-item p {
    margin: 0;
}

.facts-image-box {
    position: relative;
    padding-left: 65px;
}

.facts-image figure {
    display: block;
    mask-image: url(../images/facts-image-bg-shape.png);
    background-image: url(../images/facts-image-bg-shape.png);
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.facts-image img {
    width: 100%;
    height: 100%;
}

.award-box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--accent-color);
    border-radius: 20px;
    padding: 40px 20px;
    max-width: 175px;
    z-index: 1;
}

.award-box h2 {
    font-size: 42px;
    margin-bottom: 5px;
}

.award-box p {
    color: var(--primary-color);
    margin: 0;
}

.facts-video-content {
    position: absolute;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    max-width: 220px;
    z-index: 1;
}

.facts-video-content .video-play-button a {
    width: 60px;
    height: 60px;
}

.facts-video-content .video-play-button a::before,
.facts-video-content .video-play-button a::after {
    display: none;
}

.facts-video-content .video-play-button i {
    font-size: 22px;
}

.facts-video-content h3 {
    font-size: 20px;
    line-height: 1.3em;
    margin-left: 20px;
}

/************************************/

/*** 	10.  Why Choose Us css 	  ***/

/************************************/

.why-choose-us {
    position: relative;
    padding: 90px 0;
    z-index: 1;
}

.why-choose-box {
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    padding: 60px;
}

.about-us-circle {
    text-align: right;
}

.about-us-circle a {
    display: block;
    border-radius: 50%;
}

.about-us-circle img {
    max-width: 120px;
    border-radius: 50%;
    animation: infiniterotate 25s infinite linear;
}

@keyframes infiniterotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.why-choose-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 80px;
}

.why-choose-item {
    position: relative;
    width: calc(33.33% - 53.33px);
}

.why-choose-item::before {
    content: '';
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    border-right: 1px solid var(--divider-color);
    height: 100%;
    width: 1px;
}

.why-choose-item:nth-child(3n+3):before,
.why-choose-item:last-child:before {
    display: none;
}

.why-choose-item .icon-box {
    margin-bottom: 30px;
}

.why-choose-item .icon-box img {
    max-width: 50px;
    transition: all 0.4s ease-in-out;
}

.why-choose-item:hover .icon-box img {
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

.why-choose-item-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.why-choose-item-content p {
    margin: 0;
}

.section-footer-text {
    margin-top: 60px;
    text-align: center;
}

.section-footer-text p {
    color: var(--primary-color);
    margin-bottom: 0;
}

.section-footer-text span {
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    color: var(--primary-color);
    padding: 3px 12px;
    border-radius: 4px;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
}

.section-footer-text p:hover span {
    background-position: right center;
}

.section-footer-text p a {
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--accent-color);
    transition: all 0.3s ease-in-out;
}

.section-footer-text p a:hover {
    color: var(--accent-secondary-color);
}

/************************************/

/*** 	  11. Case Study css 	  ***/

/************************************/

.case-study {
    position: relative;
    padding: 90px 0;
    z-index: 1;
}

.case-study::before {
    content: '';
    display: block;
    position: absolute;
    right: -60px;
    top: 30%;
    background: url(../images/section-bg-shape-5.png) no-repeat;
    background-position: right center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: triangle 10s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

@keyframes triangle {
    0% {
        transform: translateY(0) rotate(10deg);
    }
    100% {
        transform: translateY(60px) rotate(-30deg);
    }
}

.case-study-item {
    position: relative;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.case-study-image {
    position: relative;
}

.case-study-image a {
    display: block;
    cursor: none;
    border-radius: 30px;
    overflow: hidden;
}

.case-study-image figure {
    display: block;
}

.case-study-image img {
    width: 100%;
    aspect-ratio: 1 / 1.215;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.case-study-item:hover .case-study-image img {
    transform: scale(1.1);
}

.case-study-btn {
    position: absolute;
    top: 60px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}

.case-study-item:hover .case-study-btn {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.case-study-btn a {
    position: relative;
    display: block;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.case-study-btn a:hover {
    background-position: right center;
}

.case-study-btn a img {
    width: 100%;
    max-width: 30px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.case-study-btn a:hover img {
    transform: rotate(0deg);
}

.case-study-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: var(--secondary-color);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    border-radius: 14px;
    padding: 15px;
    overflow: hidden;
    z-index: 1;
}

.case-study-content h3 {
    font-size: 20px;
    line-height: 1.4em;
}

.case-study-content h3 a {
    color: inherit;
}

.case-study .section-footer-text {
    margin-top: 30px;
}

/************************************/

/*** 	 12.  Our Features css 	  ***/

/************************************/

.our-features {
    position: relative;
    padding: 90px 0 60px;
    z-index: 1;
}

.features-item {
    position: relative;
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 30px 25px;
    overflow: hidden;
}

.features-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, var(--accent-color) 0.03%, var(--accent-secondary-color) 100%);
    border-radius: 500px 500px 0 0;
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.features-item:hover:before {
    border-radius: 0;
    height: 100%;
}

.features-item .icon-box {
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
}

.features-item .icon-box img {
    max-width: 50px;
    transition: all 0.4s ease-in-out;
}

.features-item:hover .icon-box img {
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

.features-item-content {
    position: relative;
    z-index: 1;
}

.features-item-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.features-item-content p {
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.features-item:hover .features-item-content p {
    color: var(--primary-color);
}

/************************************/

/*** 	  13. Our Pricing css 	  ***/

/************************************/

.our-pricing {
    position: relative;
    padding: 90px 0;
}

.our-pricing::before {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 30%;
    background: url(../images/section-bg-shape-6.png) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: roundrotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.our-pricing-swich {
    display: flex;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding: 0;
    margin-bottom: 60px;
}

.our-pricing-swich.form-switch .form-check-input {
    width: 75px;
    height: 40px;
    --bs-form-check-bg: var(--accent-secondary-color);
    --bs-form-switch-bg: url(../images/pricing-swich-circle.svg);
    background-size: 28px auto;
    background-position: left 5px center;
    border-radius: 100px;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.form-switch .form-check-input:checked {
    background-color: var(--primary-color);
    background-position: right 5px center;
}

.our-pricing-swich label {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--primary-color);
}

.pricing-item {
    background-color: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(220px);
    -webkit-backdrop-filter: blur(220px);
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
}

.pricing-header {
    margin-bottom: 30px;
}

.pricing-header h3 {
    background: var(--secondary-color);
    padding: 8px 20px;
}

.pricing-header h2 {
    font-weight: 600;
}

.pricing-body {
    margin-bottom: 40px;
}

.pricing-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-body ul li {
    position: relative;
    text-transform: capitalize;
    line-height: normal;
    color: var(--primary-color);
    padding-left: 30px;
    margin-bottom: 20px;
}

.pricing-body ul li:last-child {
    margin-bottom: 0;
}

.pricing-body ul li::before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 20px;
    background: linear-gradient(90deg, var(--accent-color) 0.03%, var(--accent-secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 2px;
    left: 0;
}

.pricing-btn .btn-default {
    width: 100%;
    text-align: center;
}

.pricing-item.highlighted-box {
    background-image: url('../images/pricing-item-bg-shape.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.pricing-benefit-list {
    margin-top: 30px;
}

.pricing-benefit-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
}

.pricing-benefit-list ul li {
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
}

.pricing-benefit-list ul li img {
    max-width: 20px;
    margin-right: 15px;
}

/************************************/

/*** 	14. Our Testimonial css   ***/

/************************************/

.our-testimonial {
    position: relative;
    padding: 90px 0;
    z-index: 1;
}

.our-testimonial::before {
    content: '';
    display: block;
    position: absolute;
    right: -110px;
    top: 45%;
    background: url(../images/section-bg-shape-7.png) no-repeat;
    background-position: right center;
    background-size: cover;
    width: 360px;
    height: 240px;
    animation: tuberotate 12s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.customer-review-box.testimonial-customer-box {
    max-width: 55%;
    margin: 0 0 0 auto;
    justify-content: end;
}

.customer-review-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.customer-review-images {
    display: inline-flex;
}

.customer-image {
    margin-left: -14px;
}

.customer-image:first-child {
    margin: 0;
}

.customer-image figure {
    display: block;
    border-radius: 50%;
}

.customer-image img {
    width: 100%;
    max-width: 50px;
    border-radius: 50%;
}

.customer-review-content {
    width: 52%;
}

.customer-review-content p {
    margin-bottom: 0;
}

.testimonial-review-box {
    border: 1px solid var(--divider-color);
    background: var(--secondary-color);
    backdrop-filter: blur(200px);
    -webkit-backdrop-filter: blur(200px);
    border-radius: 24px;
    text-align: center;
    padding: 50px;
}

.testimonial-review-header {
    margin-bottom: 30px;
}

.testimonial-review-header h2 {
    font-size: 80px;
    margin-bottom: 5px;
}

.testimonial-rating {
    margin-bottom: 10px;
}

.testimonial-rating i {
    color: var(--accent-secondary-color);
}

.testimonial-review-header p {
    margin: 0;
}

.testimonial-review-content {
    margin-top: 30px;
}

.testimonial-review-content h3 {
    font-size: 20px;
    line-height: 1.3em;
}

.testimonial-slider {
    margin-left: 30px;
}

.testimonial-slider .swiper-wrapper {
    cursor: none;
}

.testimonial-company-logo {
    margin-bottom: 30px;
}

.testimonial-company-logo img {
    max-width: 200px;
    max-height: 40px;
}

.testimonial-content {
    margin-bottom: 40px;
}

.testimonial-content p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.testimonial-body {
    display: flex;
    align-items: center;
}

.author-image {
    margin-right: 15px;
}

.author-image figure {
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.author-image img {
    max-width: 60px;
    border-radius: 50%;
}

.author-content {
    width: calc(100% - 75px);
}

.author-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.author-content p {
    text-transform: capitalize;
    margin: 0;
}

.testimonial-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: right;
    margin-top: 30px;
    z-index: 2;
}

.testimonial-slider .testimonial-button-next,
.testimonial-slider .testimonial-button-prev {
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--secondary-color);
    border-radius: 14px;
    transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-next {
    margin-left: 30px;
}

.testimonial-slider .testimonial-button-next:hover,
.testimonial-slider .testimonial-button-prev:hover {
    background: var(--accent-secondary-color);
}

.testimonial-slider .testimonial-button-next::before,
.testimonial-slider .testimonial-button-prev::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("../images/arrow-white.svg") no-repeat center center;
    background-size: 24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.testimonial-slider .testimonial-button-prev::before {
    transform: rotate(180deg);
}

/************************************/

/***       15.  Our FAQs css      ***/

/************************************/

.our-faqs {
    position: relative;
    padding: 90px 0;
    z-index: 1;
}

.faqs-content {
    margin-right: 15px;
}

.faqs-contact-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.faqs-contact-item {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
}

.faqs-contact-item .icon-box {
    margin-right: 20px;
}

.faqs-contact-item .icon-box img {
    max-width: 50px;
}

.faqs-contact-item-content {
    width: calc(100% - 70px);
}

.faqs-contact-item-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.faqs-contact-item-content p {
    margin: 0;
}

.faqs-contact-item-content p a {
    color: inherit;
}

.faqs-image {
    margin-top: 40px;
}

.faqs-image figure {
    display: block;
    border-radius: 20px;
}

.faqs-image img {
    width: 100%;
    aspect-ratio: 1 / 0.5;
    object-fit: cover;
    border-radius: 20px;
}

.faq-accordion .accordion-item {
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    background: transparent;
    color: var(--primary-color);
    padding: 27px 60px 19px 30px;
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button.collapsed {
    padding: 27px 60px 27px 30px;
}

.faq-accordion .accordion-item .accordion-button::after,
.faq-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\2b';
    font-family: "FontAwesome";
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    color: var(--primary-color);
    transition: all 0.4s ease-in-out;
}

.faq-accordion .accordion-item .accordion-button.collapsed::after {
    transform: translateY(-50%) rotate(0deg);
    color: var(--primary-color);
}

.faq-accordion .accordion-item .accordion-body {
    background: transparent;
    border-top: 1px solid var(--divider-color);
    padding: 20px 60px 28px 30px;
}

.faq-accordion .accordion-item .accordion-body p {
    color: var(--text-color);
    margin: 0;
}

/************************************/

/***        16. Our Blog css      ***/

/************************************/

.our-blog {
    position: relative;
    padding: 90px 0 60px;
    z-index: 1;
}

.our-blog::before {
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    top: 30%;
    background: url(../images/section-bg-shape-8.png) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: triangle 10s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.post-item {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.post-featured-image {
    margin-bottom: 20px;
}

.post-featured-image a {
    cursor: none;
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.post-featured-image figure {
    display: block;
}

.post-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 0.695;
    object-fit: cover;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img {
    transform: scale(1.1);
}

.post-item-content {
    margin-bottom: 20px;
}

.post-item-content h2 {
    font-size: 20px;
    line-height: 1.4em;
}

.post-item-content h2 a {
    display: inline-block;
    color: inherit;
}

/************************************/

/***        17. CTA Box css       ***/

/************************************/

.cta-box {
    position: relative;
    padding: 90px 0;
    z-index: 1;
}

.cta-box::before {
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 50%;
    background: url(../images/section-bg-shape-1.png) no-repeat;
    background-position: right center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.cta-box-content {
    background: var(--secondary-color) url('../images/cta-box-content-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(200px);
    -webkit-backdrop-filter: blur(200px);
    border-radius: 30px;
    text-align: center;
    padding: 80px 9.896vw;
}

.cta-box-content .section-title {
    max-width: 500px;
    margin: 0 auto;
}

.subscribe-form,
.cta-box-list {
    padding-top: 40px;
}

.cta-box-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.cta-box-list ul li {
    position: relative;
    border: 1px solid var(--divider-color);
    border-radius: 99px;
    line-height: 1.5em;
    padding: 6px 20px 6px 50px;
}

.cta-box-list ul li::before {
    content: '\f058';
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 20px;
    background: linear-gradient(90deg, var(--accent-color) 0.03%, var(--accent-secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.subscribe-form .form-group {
    width: 100%;
    max-width: 615px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.subscribe-form .form-group .form-control {
    width: calc(68% - 10px);
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: var(--white-color);
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 99px;
    outline: none;
    box-shadow: none;
    padding: 12px 20px;
}

.subscribe-form .form-group .form-control::placeholder {
    font-size: 12px;
    color: var(--text-color);
}

.subscribe-form .form-group .btn-default {
    width: calc(32% - 10px);
}

/************************************/

/***        18. Footer css        ***/

/************************************/

.our-scrolling-ticker.footer-scrolling-ticker {
    padding: 0;
    background: transparent;
}

.our-scrolling-ticker.footer-scrolling-ticker .scrolling-content span {
    font-size: 10.417vw;
    font-weight: 700;
    line-height: 0.8em;
    text-transform: uppercase;
    background: linear-gradient(90deg, var(--accent-color) 0.03%, var(--accent-secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.our-scrolling-ticker.footer-scrolling-ticker .scrolling-content span a {
    display: block;
    color: inherit;
}

.main-footer {
    position: relative;
    padding: 100px 0 0;
    z-index: 1;
}

.about-footer {
    margin-right: 30px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    width: 100%;
    max-width: 300px;
}

.about-footer-content {
    margin-bottom: 30px;
}

.about-footer-content p {
    margin: 0;
}

.footer-social-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-links ul li {
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
}

.footer-social-links ul li:last-child {
    margin-right: 0;
}

/* Footer Social Links with Official Brand Colors */
.footer-social-links ul li a {
    border: 1px solid var(--divider-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

/* Individual official colors */
.footer-social-links ul li:nth-child(1) a { 
    background-color: #005519; /* Location icon */
}

.footer-social-links ul li:nth-child(2) a { 
    background-color: #3b5998; /* Facebook */
}

.footer-social-links ul li:nth-child(3) a { 
    background-color: #E1306C; /* Instagram */
}

.footer-social-links ul li:nth-child(4) a { 
    background-color: #0077B5; /* LinkedIn */
}

/* Hover effect: accent color */
.footer-social-links ul li:hover a {
    background-color: var(--accent-secondary-color);
}

/* Icon color */
.footer-social-links ul li a i {
    color: #fff; /* White for contrast */
    font-size: 16px;
}


.footer-links h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul li {
    text-transform: capitalize;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.footer-links ul li:last-child {
    margin-bottom: 0;
}

.footer-links ul li a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover a {
    color: var(--accent-secondary-color);
}

.footer-contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-contact-item:last-child {
    margin-bottom: 0;
}

.footer-contact-item .icon-box {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 50%;
    margin-right: 15px;
    transition: all 0.3s ease-in-out;
}

.footer-contact-item:hover .icon-box {
    background: var(--accent-secondary-color);
}

.footer-contact-item .icon-box i {
    font-size: 16px;
    color: var(--primary-color);
}

.footer-contact-content {
    width: calc(100% - 55px);
}

.footer-contact-content p {
    color: var(--white-color);
    margin: 0;
}

.footer-contact-content p a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.footer-contact-item:hover .footer-contact-content p a {
    color: var(--accent-secondary-color);
}

.footer-copyright-text {
    text-align: center;
    border-top: 1px solid var(--divider-color);
    margin-top: 60px;
    padding: 40px 0;
}

.footer-copyright-text p {
    color: var(--black-color);
    margin: 0;
}


.main-footer {
    position: relative;
    padding: 100px 0 0;
    z-index: 1;
    overflow: hidden;
}

/* Background image base style */
.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15; /* control transparency */
    z-index: -1;
}

/* Desktop image visible by default */
.desktop-bg {
    display: block;
}

/* Hide mobile image on desktop */
.mobile-bg {
    display: none;
}

/* Show mobile image and hide desktop on smaller screens */
@media (max-width: 768px) {
    .desktop-bg {
        display: none;
    }
    .mobile-bg {
        display: block;
        opacity: 0.2; /* slightly higher for small screens */
        object-position: top;
    }
}

/************************************/

/***     19. About Us Page css    ***/

/************************************/

.page-header {
    position: relative;
    padding: 260px 0 150px;
    z-index: 1;
}

.page-header-box {
    position: relative;
    text-align: center;
    z-index: 1;
}

.page-header-box h1 {
    font-size: 52px;
    line-height: 1.2em;
    font-weight: 300;
    margin-bottom: 15px;
    cursor: none;
}

.page-header-box h1 span {
    font-weight: 700;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
}

.page-header-box:hover h1 span {
    background-position: right center;
}

.page-header-box ol {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.page-header-box ol li.breadcrumb-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: capitalize;
    color: var(--text-color);
}

.page-header-box ol li.breadcrumb-item a {
    color: inherit;
}

.page-header-box ol li.breadcrumb-item.active {
    color: var(--text-color);
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: var(--text-color);
}

.about-us.page-about-us::before {
    display: none;
}

.our-potential {
    position: relative;
    padding: 90px 0;
    z-index: 1;
}

.our-potential::before {
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 30%;
    background: url('../images/section-bg-shape-1.png') no-repeat;
    background-position: right center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.our-potential-content {
    margin-right: 20px;
}

.potential-accordion .accordion-item {
    margin-bottom: 40px;
}

.potential-accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.potential-accordion .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--primary-color);
    padding-right: 25px;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.potential-accordion .accordion-item:last-child .accordion-header .accordion-button {
    padding-bottom: 0;
    border-bottom: none;
}

.potential-accordion .accordion-button:not(.collapsed) {
    margin-bottom: 30px;
}

.potential-accordion .accordion-item .accordion-button::after,
.potential-accordion .accordion-item .accordion-button.collapsed::after {
    content: '\2b';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.potential-accordion .accordion-button:not(.collapsed)::after {
    content: '\f068';
}

.potential-accordion .accordion-item .accordion-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}

.accordion-image {
    width: calc(44% - 15px);
}

.accordion-image img {
    width: 100%;
    aspect-ratio: 1 / 0.721;
    object-fit: cover;
    border-radius: 30px;
}

.accordion-item-content {
    width: calc(56% - 15px);
}

.accordion-item-content p {
    margin-bottom: 20px;
}

.accordion-item-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion-item-content ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 10px;
}

.accordion-item-content ul li:last-child {
    margin-bottom: 0;
}

.accordion-item-content ul li::before {
    content: "\f621";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: var(--accent-color);
}

.potential-image figure {
    display: block;
    border-radius: 30px;
}

.potential-image img {
    width: 100%;
    aspect-ratio: 1 / 1.49;
    object-fit: cover;
    border-radius: 30px;
}

.who-we-are {
    position: relative;
    padding: 90px 0;
    z-index: 1;
}

.who-we-are::before {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 150px;
    background: url('../images/section-bg-shape-2.png') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: squrerotate 20s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.who-we-are-images {
    position: relative;
    display: flex;
    gap: 30px;
}

.who-we-img-box {
    width: calc(50% - 15px);
}

.who-we-are-img figure {
    display: block;
    border-radius: 30px;
}

.who-we-are-img img {
    width: 100%;
    aspect-ratio: 1 / 1.634;
    object-fit: cover;
    border-radius: 30px;
}

.readmore-img-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.readmore-img-circle a {
    display: block;
    border-radius: 50%;
}

.readmore-img-circle a img {
    width: 100%;
    max-width: 120px;
    border-radius: 50%;
    animation: infiniterotate 25s infinite linear;
}

.who-we-are-content {
    margin-left: 20px;
}

.who-we-counter-item {
    display: flex;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.who-we-counter-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.who-we-counter-item h2 {
    width: calc(25% - 20px);
    font-size: 42px;
    margin-right: 20px;
}

.who-we-counter-item p {
    width: 75%;
    margin-bottom: 0;
}

.our-team {
    position: relative;
    padding: 90px 0 60px;
    z-index: 1;
}

.our-team::before {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 200px;
    background: url(../images/section-bg-shape-4.png) no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: roundrotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

/* ====== TEAM ITEM (existing) ====== */
.team-item {
    position: relative;
    height: calc(100% - 30px);
    border-radius: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

/* ====== COUNT BADGE (ADDED) ======
   - Right-top circular badge
   - Uses data-count attribute (you can set initial via HTML: data-count="15")
   - Responsive sizing, subtle pulse animation
*/
.team-item .count-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #000000 0%, #d29910 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    z-index: 12; /* above team-body (team-body has z-index:2) */
    box-shadow: 0 6px 18px rgba(0,0,0,0.28);
    transform-origin: center;
    transition: transform 0.18s ease, opacity 0.2s ease;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: none; /* badge is decorative; set to auto if you want click actions */
}

/* smaller badge on small screens */
@media (max-width: 768px) {
    .team-item .count-badge {
        top: 10px;
        right: 10px;
        width: 34px;
        height: 34px;
        font-size: 14px;
    }
}

/* optional subtle pulse to draw attention (keeps accessibility in mind) */
.team-item .count-badge.pulse {
    animation: badgePulse 1.8s infinite ease-in-out;
}

@keyframes badgePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.06); }
    100% { transform: scale(1); }
}

/* if you'd like to hide badge while hovering the item (optional) */
/* .team-item:hover .count-badge { opacity: 0.9; transform: translateY(-2px); } */

/* ====== REST OF ORIGINAL CSS (unchanged) ====== */

.team-image figure,
.team-image a {
    display: block;
}

.team-image img {
    width: 100%;
    aspect-ratio: 1 / 1.222;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.team-item:hover .team-image img {
    transform: scale(1.1);
}

.team-body {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: #3333339c;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 14px;
    text-align: center;
    padding: 15px;
    overflow: hidden;
    z-index: 2;
}

.team-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.team-content h3 a {
    color: inherit;
}

.team-content p {
    text-transform: capitalize;
    margin-bottom: 0;
}

.team-social-list {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.team-item:hover .team-social-list {
    height: 300px;
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
}

.team-social-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-social-list ul li {
    display: inline-block;
    margin-right: 10px;
}

.team-social-list ul li:last-child {
    margin: 0;
}

.team-social-list ul li a {
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.team-social-list ul li:hover a {
    background: var(--accent-secondary-color);
}

.team-social-list ul li a i {
    color: var(--primary-color);
    font-size: 16px;
}

.our-success {
    position: relative;
    padding: 90px 0;
    z-index: 1;
}

.our-success-content {
    margin-right: 20px;
}

.success-item {
    position: relative;
    display: flex;
    padding: 20px 30px;
    border: 1px solid var(--divider-color);
    background-color: var(--secondary-color);
    backdrop-filter: blur(200px);
    -webkit-backdrop-filter: blur(200px);
    border-radius: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.success-item:last-child {
    margin-bottom: 0;
}

.success-item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
}

.success-item:hover:before {
    height: 100%;
}

.success-item .icon-box,
.success-item-content {
    position: relative;
    z-index: 1;
}

.success-item .icon-box {
    margin-right: 20px;
}

.success-item .icon-box img {
    width: 100%;
    max-width: 50px;
    transition: all 0.4s ease-in-out;
}

.success-item:hover .icon-box img {
    filter: brightness(0) invert(1);
}

.success-item-content {
    width: calc(100% - 70px);
}

.success-item-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out;
}

.success-item-content p {
    margin-bottom: 0;
    transition: all 0.4s ease-in-out;
}

.success-item:hover .success-item-content h3,
.success-item:hover .success-item-content p {
    color: var(--primary-color);
}

.our-success-iamges {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.success-img-1 {
    margin-right: 125px;
}

.success-img-1 figure,
.success-img-2 figure {
    display: block;
    border-radius: 30px;
}

.success-img-1 img,
.success-img-2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.success-img-1 img {
    aspect-ratio: 1 / 1.135;
}

.success-img-2 {
    position: relative;
    width: 100%;
    max-width: 435px;
    border: 10px solid var(--bg-color);
    border-radius: 40px;
    overflow: hidden;
    margin-top: -350px;
    z-index: 1;
}

.success-img-2 img {
    aspect-ratio: 1 / 1.172;
}

.our-partners {
    position: relative;
    padding: 90px 0;
    z-index: 1;
}

.our-partners-box {
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(10px);
    --webkit-backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 80px 0;
}

.our-partners-content {
    margin-left: 300px;
    margin-bottom: 60px;
}

.our-partners-content .section-title {
    width: 100%;
    max-width: 650px;
    margin-bottom: 0;
    text-align: center;
}

.our-partners-slider .partner-logo {
    padding: 18px;
    text-align: center;
    border: 1px solid var(--divider-color);
    background: var(--secondary-color);
    border-radius: 8px;
}

.our-partners-slider .partner-logo img {
    width: 100%;
    max-height: 70px;
}




/************************************/

/***     20. Services Page css    ***/

/************************************/

.page-services {
    position: relative;
    padding: 180px 0 60px;
    z-index: 1;
}

.page-services::before {
    content: '';
    display: block;
    position: absolute;
    right: -180px;
    bottom: 15%;
    background: url('../images/section-bg-shape-3.png') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 430px;
    height: 240px;
    animation: tuberotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

/************************************/

/***    21. Service Single css    ***/

/************************************/

.page-service-single {
    position: relative;
    padding: 180px 0;
    z-index: 1;
}

.page-service-single::before {
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 10%;
    background: url('../images/section-bg-shape-1.png') no-repeat;
    background-position: top right;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-service-single::after {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 50%;
    background: url('../images/section-bg-shape-2.png') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: squrerotate 20s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-single-sidebar {
    position: sticky;
    top: 30px;
    margin-right: 20px;
}

.page-catagory-list {
    background-color: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    padding: 30px;
    margin-bottom: 50px;
}

.page-catagory-list h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.page-catagory-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-catagory-list ul li a {
    position: relative;
    display: block;
    line-height: 1.5em;
    text-transform: capitalize;
    color: var(--primary-color);
    border-bottom: 1px solid var(--divider-color);
    padding: 0 30px 15px 0;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.page-catagory-list ul li a:hover {
    color: var(--accent-secondary-color);
}

.page-catagory-list ul li:last-child a {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-catagory-list ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/arrow-white.svg') no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

.page-catagory-list ul li a:hover:before {
    transform: rotate(0);
}

.sidebar-cta-box {
    background-color: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    padding: 40px;
}

.sidebar-cta-img {
    margin-bottom: 15px;
}

.sidebar-cta-img img {
    width: 100%;
    max-width: 50px;
}

.sidebar-cta-content {
    margin-bottom: 20px;
}

.sidebar-cta-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.sidebar-cta-content p {
    margin-bottom: 0;
}

.service-featured-image {
    margin-bottom: 30px;
}

.service-featured-image figure {
    display: block;
    border-radius: 30px;
}

.service-featured-image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 0.598;
    border-radius: 30px;
}

.service-entry {
    margin-bottom: 60px;
}

.service-entry p {
    margin-bottom: 20px;
}

.service-entry p:last-child {
    margin-bottom: 0;
}

.service-entry h2 {
    font-size: 41px;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.service-entry h2 span {
    font-weight: 700;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
}

.service-entry h2:hover span {
    background-position: right center;
}

.service-solution-box,
.service-trusted-expert {
    margin-top: 60px;
}

.service-solution-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.service-solution-step-item {
    width: calc(33.33% - 20px);
    background-color: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    overflow: hidden;
    padding: 0 20px 40px;
}

.solution-step-no {
    height: 80px;
    width: 80px;
    text-align: center;
    align-content: center;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    border-radius: 0 0 0 30px;
    margin: 0 -20px 0 auto;
    transition: all 0.3s ease-in-out;
}

.service-solution-step-item:hover .solution-step-no {
    background-position: right center;
}

.solution-step-no h3 {
    font-size: 20px;
}

.service-solution-step-item .icon-box {
    margin-bottom: 40px;
}

.service-solution-step-item .icon-box img {
    width: 100%;
    max-width: 50px;
    transition: all 0.3s ease-in-out;
}

.service-solution-step-item:hover .icon-box img {
    filter: brightness(0) invert(1);
    transform: rotateY(180deg);
}

.solution-step-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.service-entry-image,
.service-trusted-expert-item {
    margin-top: 40px;
}

.service-entry-image figure {
    border-radius: 30px;
}

.service-entry-image img {
    width: 100%;
    aspect-ratio: 1 / 0.51;
    object-fit: cover;
    border-radius: 30px;
}

.service-trusted-expert-item .success-item {
    background: transparent;
    padding: 40px;
}

.service-trusted-expert-item .success-item::before {
    background: var(--secondary-color);
}

.service-trusted-expert-item .success-item .icon-box {
    margin-right: 30px;
}

.service-trusted-expert-item .success-item .success-item-content {
    width: calc(100% - 80px);
}

/************************************/

/***     22. Blog Archive css     ***/

/************************************/

.page-blog {
    position: relative;
    padding: 180px 0;
    z-index: 1;
}

.page-pagination {
    margin-top: 30px;
    text-align: center;
}

.page-pagination ul {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
    line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a,
.page-pagination ul li a:hover {
    background: var(--accent-secondary-color);
}

/************************************/

/***      23. Blog Single css     ***/

/************************************/

.page-single-post {
    position: relative;
    padding: 180px 0;
    z-index: 1;
}

.post-single-meta ol li {
    font-size: 18px;
    color: var(--white-color);
    margin-right: 15px;
}

.post-single-meta ol li:last-child {
    margin-right: 0;
}

.post-single-meta ol li i {
    font-size: 18px;
    color: var(--white-color);
    margin-right: 5px;
}

.post-image {
    position: relative;
    margin-bottom: 30px;
}

.post-image figure {
    display: block;
    border-radius: 30px;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    aspect-ratio: 1 / 0.50;
    object-fit: cover;
    border-radius: 30px;
}

.post-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.post-entry {
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.post-entry:after {
    content: '';
    display: block;
    clear: both;
}

.post-entry a {
    color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
    font-weight: 300;
    line-height: 1.1em;
    margin: 0 0 0.4em;
}

.post-entry h1 {
    font-size: 52px;
}

.post-entry h2 {
    font-size: 42px;
}

.post-entry h3 {
    font-size: 40px;
}

.post-entry h4 {
    font-size: 30px;
}

.post-entry h5 {
    font-size: 24px;
}

.post-entry h6 {
    font-size: 20px;
}

.post-entry p {
    margin-bottom: 20px;
}

.post-entry p:last-child {
    margin-bottom: 0;
}

.post-entry p strong {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
}

.post-entry ol {
    margin: 0 0 30px;
}

.post-entry ul {
    padding: 0;
    margin: 20px 0 20px;
    padding-left: 20px;
}

.post-entry ol li,
.post-entry ul li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--text-color);
    margin-bottom: 15px;
}

.post-entry ul li:last-child {
    margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
    margin-top: 20px;
    margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
    margin-bottom: 0;
}

.post-entry blockquote {
    background: url('../images/icon-blockquote.svg'), var(--secondary-color);
    background-repeat: no-repeat;
    background-position: 30px 30px;
    background-size: 45px;
    border: 1px solid var(--divider-color);
    border-radius: 18px;
    padding: 30px 30px 30px 90px;
    margin-bottom: 30px;
}

.post-entry blockquote p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    color: var(--white-color);
}

.post-entry blockquote p:last-child {
    margin-bottom: 0;
}

.tag-links {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.post-tags .tag-links a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1em;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    color: var(--primary-color);
    border-radius: 100px;
    padding: 12px 20px;
    transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
    background-position: right center;
}

.post-social-sharing {
    text-align: right;
}

.post-social-sharing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-sharing ul li {
    display: inline-block;
    margin-right: 10px;
}

.post-social-sharing ul li:last-child {
    margin-right: 0;
}

.post-social-sharing ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    color: var(--primary-color);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a {
    background-position: right center;
}

.post-social-sharing ul li a i {
    font-size: 18px;
    color: inherit;
}

/************************************/

/***    24. Case Study Page css   ***/

/************************************/

.page-case-study {
    position: relative;
    padding: 180px 0 150px;
    z-index: 1;
}

.page-case-study::before {
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 15%;
    background: url('../images/section-bg-shape-1.png') no-repeat;
    background-position: top right;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-case-study::after {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 50%;
    background: url('../images/section-bg-shape-2.png') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: squrerotate 20s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

/************************************/

/***  25. Case Study Single css   ***/

/************************************/

.page-case-study-single {
    position: relative;
    padding: 180px 0;
    z-index: 1;
}

.page-case-study-single::before {
    content: '';
    display: block;
    position: absolute;
    right: -60px;
    top: 200px;
    background: url('../images/section-bg-shape-5.png') no-repeat;
    background-position: right center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: triangle 10s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-case-study-single::after {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 50%;
    background: url('../images/section-bg-shape-4.png') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: roundrotate 20s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.case-study-category-list {
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 30px;
    margin-bottom: 50px;
    padding: 30px;
}

.case-study-category-item {
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.case-study-category-item:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.case-study-category-item h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.case-study-category-item p {
    text-transform: capitalize;
    margin-bottom: 0;
}

.case-study-slider {
    margin-bottom: 60px;
}

.case-study-slider figure {
    border-radius: 30px;
}

.case-study-slider img {
    width: 100%;
    aspect-ratio: 1 / 0.538;
    object-fit: cover;
    border-radius: 30px;
}

.case-study-pagination {
    position: relative;
    text-align: center;
    margin-top: 25px;
}

.case-study-pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: var(--secondary-color);
    opacity: 1;
    margin: 0 3px;
    transition: all 0.4s ease-in-out;
}

.case-study-pagination .swiper-pagination-bullet-active {
    width: 20px;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    border-radius: 10px;
}

.case-study-entry {
    margin-bottom: 60px;
}

.case-study-entry p {
    margin-bottom: 20px;
}

.case-study-entry p:last-child {
    margin-bottom: 0;
}

.case-study-entry h2 {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.case-study-entry h2 span {
    font-weight: 700;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
}

.case-study-entry h2:hover span {
    background-position: right center;
}

.case-study-entry ul {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

.case-study-entry ul li {
    background: url('../images/arrow-accent.svg') no-repeat center left;
    background-size: 22px auto;
    background-position: top left;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 15px;
}

.case-study-entry ul li:last-child {
    margin-bottom: 0;
}

.case-study-solution-box {
    margin-top: 60px;
}

.case-study-solution-list {
    margin-top: 40px;
}

.case-study-solution-item {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.case-study-solution-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.case-study-solution-item h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.case-study-solution-item ul {
    margin-bottom: 0;
}

.solution-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.solution-item {
    position: relative;
    width: calc(50% - 15px);
    background-color: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    padding: 20px 20px 20px 70px;
}

.solution-item::before {
    content: "\f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-size: 30px;
    color: var(--accent-color);
    transition: all 0.4s ease-in-out;
}

.solution-item:hover::before {
    color: var(--accent-secondary-color);
}

.solution-item.highlighted-box {
    width: 100%;
}

/************************************/

/***       26. Team Page css      ***/

/************************************/

.page-team {
    position: relative;
    padding: 180px 0 150px;
    z-index: 1;
}

.page-team::before {
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 18%;
    background: url('../images/section-bg-shape-1.png') no-repeat;
    background-position: top right;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-team::after {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 50%;
    background: url('../images/section-bg-shape-2.png') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: squrerotate 20s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

/************************************/

/***      27. Team Single css     ***/

/************************************/

.page-team-single {
    position: relative;
    padding: 180px 0;
    z-index: 1;
}

.page-team-single::before {
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 8%;
    background: url('../images/section-bg-shape-1.png') no-repeat;
    background-position: top right;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-team-single::after {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 50%;
    background: url('../images/section-bg-shape-2.png') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: squrerotate 20s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.team-single-image {
    position: relative;
}

.team-single-image figure {
    display: block;
    border-radius: 30px;
}

.team-single-image img {
    width: 100%;
    aspect-ratio: 1 / 1.237;
    object-fit: cover;
    border-radius: 30px;
}

.member-social-list {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
    background: var(--secondary-color);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border-radius: 14px;
    padding: 20px;
    z-index: 1;
}

.member-social-list ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.member-social-list ul li {
    display: inline-block;
    margin-right: 10px;
}

.member-social-list ul li:last-child {
    margin: 0;
}

.member-social-list ul li a {
    border: 1px solid var(--divider-color);
    background: var(--secondary-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.member-social-list ul li:hover a {
    background-color: var(--accent-secondary-color);
}

.member-social-list ul li a i {
    font-size: 18px;
    color: var(--primary-color);
}

.team-member-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}

.team-member-body-list,
.team-contact-list {
    width: calc(50% - 15px);
}

.team-member-body-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-member-body-list ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 15px;
}

.team-member-body-list ul li:last-child {
    margin-bottom: 0;
}

.team-member-body-list ul li::before {
    content: "\f192";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: var(--accent-color);
}

.team-contact-list {
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    padding: 30px;
}

.team-member-skills,
.team-member-qualification,
.team-contact-form {
    margin-top: 60px;
}

.member-skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
}

.skills-progress-bar {
    width: calc(50% - 20px);
}

.skills-progress-bar .skill-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.skills-progress-bar .skill-data .skill-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: capitalize;
}

.skills-progress-bar .skill-data .skill-no {
    color: var(--primary-color);
}

.skills-progress-bar .skillbar .skill-progress {
    position: relative;
    width: 100%;
    height: 10px;
    background: var(--secondary-color);
    border-radius: 100px;
    overflow: hidden;
}

.skills-progress-bar .skillbar .skill-progress .count-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--accent-color) 0%, var(--accent-secondary-color) 100%);
    border-radius: 100px;
}

.team-member-list ul {
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

.team-member-list ul li {
    background: url('../images/arrow-accent.svg') no-repeat center left;
    background-size: 22px auto;
    background-position: top left;
    line-height: 1.5em;
    padding-left: 30px;
    margin-bottom: 15px;
}

.team-member-list ul li:last-child {
    margin-bottom: 0;
}

.contact-us-form.team-contact-form {
    padding: 0;
}

/************************************/

/***     28. Page Pricing css     ***/

/************************************/

.page-pricing {
    position: relative;
    padding: 180px 0 90px;
    z-index: 1;
}

.page-pricing::before {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 25%;
    background: url('../images/section-bg-shape-6.png') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: roundrotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

/************************************/

/***   29. Testimonials Page css  ***/

/************************************/

.page-testimonials {
    position: relative;
    padding: 180px 0 90px;
    z-index: 1;
}

.page-testimonials::before {
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 20%;
    background: url('../images/section-bg-shape-1.png') no-repeat;
    background-position: right center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-testimonials::after {
    content: '';
    display: block;
    position: absolute;
    left: -180px;
    bottom: 15%;
    background: url('../images/section-bg-shape-3.png') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 430px;
    height: 240px;
    animation: tuberotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-testimonials .testimonial-item {
    background: var(--secondary-color);
    border: 1px solid var(--divider-color);
    border-radius: 30px;
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 40px;
}

.page-testimonials .testimonial-item .testimonial-rating {
    margin-bottom: 20px;
}

.page-testimonials .testimonial-item .testimonial-body {
    gap: 10px;
    justify-content: space-between;
}

.page-testimonials .testimonial-item .testimonial-body .testimonial-author-box {
    display: flex;
    align-items: center;
}

.page-testimonials .testimonial-item .testimonial-body .testimonial-company-logo {
    margin-bottom: 0;
}

/************************************/

/***     30. Image Gallery css    ***/

/************************************/

.page-gallery {
    position: relative;
    padding: 180px 0 150px;
    z-index: 1;
}

.page-gallery::before {
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 20%;
    background: url('../images/section-bg-shape-4.png') no-repeat;
    background-position: right center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-gallery::after {
    content: '';
    display: block;
    position: absolute;
    left: -180px;
    bottom: 15%;
    background: url('../images/section-bg-shape-3.png') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 430px;
    height: 240px;
    animation: tuberotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-gallery-box .photo-gallery {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a {
    cursor: none;
}

.page-gallery-box .photo-gallery figure {
    display: block;
    border-radius: 30px;
}

.page-gallery-box .photo-gallery img {
    width: 100%;
    aspect-ratio: 1 / 0.893;
    object-fit: cover;
    border-radius: 30px;
}

/************************************/

/***     31. Video Gallery css    ***/

/************************************/

.page-video-gallery {
    position: relative;
    padding: 180px 0 150px;
    z-index: 1;
}

.page-video-gallery::before {
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 20%;
    background: url('../images/section-bg-shape-6.png') no-repeat;
    background-position: right center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-video-gallery::after {
    content: '';
    display: block;
    position: absolute;
    left: -180px;
    bottom: 15%;
    background: url('../images/section-bg-shape-3.png') no-repeat;
    background-position: center center;
    background-size: cover;
    width: 430px;
    height: 240px;
    animation: tuberotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.video-gallery-image {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}

.video-gallery-image a {
    position: relative;
    display: block;
    cursor: none;
}

.video-gallery-image a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bg-color);
    border-radius: 30px;
    opacity: 0%;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before {
    opacity: 40%;
    visibility: visible;
    transform: scale(1);
}

.video-gallery-image a::after {
    content: '\f04b';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    font-size: 20px;
    background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
    background-size: 200% auto;
    color: var(--primary-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    cursor: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.video-gallery-image:hover a::after {
    opacity: 1;
    visibility: visible;
}

.video-gallery-image img {
    width: 100%;
    aspect-ratio: 1 / 0.893;
    object-fit: cover;
    border-radius: 30px;
}

/************************************/

/***       32. FAQs Page css      ***/

/************************************/

.page-faqs {
    position: relative;
    padding: 180px 0 90px;
    z-index: 1;
}

.page-faqs::before {
    content: '';
    display: block;
    position: absolute;
    right: -110px;
    top: 15%;
    background: url('../images/section-bg-shape-7.png') no-repeat;
    background-position: right center;
    background-size: cover;
    width: 360px;
    height: 240px;
    animation: tuberotate 12s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

.page-faqs::after {
    content: '';
    display: block;
    position: absolute;
    left: -90px;
    top: 50%;
    background: url('../images/section-bg-shape-8.png') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: triangle 10s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.page-faqs .page-faq-accordion {
    margin-bottom: 60px;
}

.page-faqs .page-faq-accordion:last-child {
    margin-bottom: 0px;
}

/************************************/

/***    33. Contact Us Page css   ***/

/************************************/

.page-contact-us {
    position: relative;
    padding: 180px 0;
    z-index: 1;
}

.page-contact-us::before {
    content: '';
    display: block;
    position: absolute;
    right: -70px;
    top: 30%;
    background: url('../images/section-bg-shape-1.png') no-repeat;
    background-position: right center;
    background-size: cover;
    width: 240px;
    height: 240px;
    animation: circlerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: 0;
}

.contact-us-form {
    padding-right: 15px;
}

.contact-form .form-control {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--text-color);
    background-color: var(--secondary-color);
    border: 1px solid var(--divider-color);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    border-radius: 10px;
    padding: 14px 20px;
    box-shadow: none;
    outline: none;
}

.contact-form .form-control::placeholder {
    font-size: 14px;
    color: var(--text-color);
}

.contact-form .btn-default {
    width: 100%;
    border-radius: 10px;
}

.contact-us-content {
    border-left: 1px solid var(--divider-color);
    padding-left: 45px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-info-item:last-child {
    margin-bottom: 0;
}

.contact-info-item .icon-box {
    margin-right: 20px;
}

.contact-info-item .icon-box img {
    width: 100%;
    max-width: 40px;
}

.contact-item-content {
    width: calc(100% - 60px);
}

.contact-item-content p {
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.contact-item-content h3 {
    font-size: 20px;
}

.contact-item-content h3 a {
    color: inherit;
    transition: all 0.3s ease-in-out;
}

.contact-item-content h3 a:hover {
    color: var(--accent-secondary-color);
}

.google-map-iframe {
    width: 100%;
    margin-top: 180px;
}

.google-map-iframe iframe {
    width: 100%;
    height: 500px;
    border-radius: 30px;
}

/************************************/

/***    34. 404 Error Page css    ***/

/************************************/

.error-page {
    position: relative;
    padding: 180px 0;
    z-index: 1;
}

.error-page-image {
    text-align: center;
    margin-bottom: 30px;
}

.error-page-image img {
    width: 100%;
    max-width: 32%;
}

.error-page-content {
    text-align: center;
}

.error-page-content .section-title {
    margin-bottom: 15px;
}

/************************************/

/***      35. Responsive css      ***/

/************************************/

@media only screen and (max-width: 991px) {
    .main-header {
        border-bottom: 1px solid var(--divider-color);
    }
    .navbar {
        padding: 20px 0;
    }
    .slicknav_nav li,
    .slicknav_nav ul {
        display: block;
    }
    .responsive-menu,
    .navbar-toggle {
        display: block;
    }
    .header-btn {
        display: none;
    }
    .btn-default {
        padding: 14px 20px;
    }
    .section-row {
        margin-bottom: 40px;
    }
    .section-title.section-title-center {
        max-width: 100%;
    }
    .section-title {
        margin-bottom: 30px;
    }
    .section-title h3 {
        font-size: 14px;
        background-position: left 15px center;
        background-size: 16px auto;
        padding: 8px 15px 8px 40px;
        margin-bottom: 15px;
    }
    .section-title h1 {
        font-size: 40px;
    }
    .section-title h2 {
        font-size: 32px;
    }
    .section-title p {
        margin-top: 15px;
    }
    .section-title p span {
        font-size: 18px;
    }
    .section-title-content {
        margin-top: 15px;
    }
    .section-btn {
        text-align: left;
        margin-top: 15px;
    }
    .section-content-btn .section-btn {
        margin-top: 15px;
    }
    .hero {
        padding: 170px 0 80px;
        background-size: 80% auto;
    }
    .grid-lines {
        max-width: 100%;
        padding: 0 10px;
    }
    .hero.hero-bg-image {
        padding: 170px 0 80px;
    }
    .hero.hero-bg-image.hero-slider-layout .hero-slide {
        padding: 170px 0 80px;
    }
    .hero.hero-bg-image.hero-slider-layout .hero-pagination {
        bottom: 30px;
    }
    .hero-btn {
        margin-top: 30px;
    }
    .hero-company-slider {
        margin-top: 80px;
    }
    .hero-company-slider p {
        margin-bottom: 20px;
    }
    .our-scrolling-ticker {
        padding: 15px 0;
    }
    .scrolling-content span {
        font-size: 24px;
    }
    .scrolling-content span img {
        max-width: 24px;
    }
    .about-us {
        padding: 90px 0 45px;
    }
    .about-us::before {
        right: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .about-counter-box {
        margin-bottom: 30px;
    }
    .about-counter-box h2 {
        font-size: 140px;
    }
    .about-counter-box p {
        padding: 8px 15px;
    }
    .about-list-item img {
        max-width: 40px;
        margin-bottom: 15px;
    }
    .about-us-body {
        margin-top: 40px;
    }
    .our-services {
        padding: 45px 0 15px;
    }
    .our-services::before {
        left: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .service-item {
        border-radius: 20px;
        padding: 30px;
    }
    .service-btn .readmore-btn {
        padding: 10px 45px 10px 15px;
    }
    .service-btn .readmore-btn::after {
        right: 15px;
        top: 8px;
    }
    .service-item .icon-box {
        margin-bottom: 40px;
    }
    .service-item .icon-box img {
        max-width: 40px;
    }
    .our-specialties {
        padding: 45px 0;
    }
    .our-specialties::before {
        right: -120px;
        width: 250px;
        height: 151px;
        opacity: 20%;
    }
    .our-specialties-content {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .specialties-item-box {
        gap: 40px 30px;
    }
    .intro-video-box {
        margin-top: 40px;
    }
    .intro-bg-image {
        border-radius: 20px;
    }
    .video-play-button a {
        width: 70px;
        height: 70px;
    }
    .video-play-button a i {
        font-size: 24px;
    }
    .our-facts {
        padding: 45px 0;
    }
    .our-facts::before {
        left: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .our-facts-content {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .facts-counter-box {
        margin-top: 30px;
    }
    .facts-counter-item h2 {
        font-size: 32px;
    }
    .facts-image-box {
        padding-left: 65px;
    }
    .award-box {
        padding: 30px 15px;
    }
    .award-box h2 {
        font-size: 32px;
    }
    .facts-video-content h3 {
        font-size: 18px;
    }
    .why-choose-us {
        padding: 45px 0;
    }
    .why-choose-box {
        border-radius: 20px;
        padding: 30px;
    }
    .about-us-circle img {
        max-width: 100px;
    }
    .why-choose-item-list {
        gap: 30px;
    }
    .why-choose-item {
        width: calc(33.33% - 20px);
    }
    .why-choose-item::before {
        right: -15px;
    }
    .why-choose-item .icon-box {
        margin-bottom: 20px;
    }
    .why-choose-item .icon-box img {
        max-width: 40px;
    }
    .why-choose-item-content p {
        font-size: 14px;
    }
    .section-footer-text {
        margin-top: 30px;
    }
    .case-study {
        padding: 45px 0;
    }
    .case-study::before {
        right: -30px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .case-study-image a {
        border-radius: 20px;
    }
    .case-study-image img {
        aspect-ratio: 1 / 1.05;
    }
    .case-study-content {
        right: 20px;
        bottom: 20px;
        left: 20px;
        padding: 15px;
    }
    .case-study-item .case-study-btn {
        right: 20px;
    }
    .case-study-item:hover .case-study-btn {
        top: 20px;
    }
    .case-study .section-footer-text {
        margin-top: 10px;
    }
    .our-features {
        padding: 45px 0 15px;
    }
    .features-item {
        border-radius: 20px;
        padding: 20px;
    }
    .features-item .icon-box {
        margin-bottom: 40px;
    }
    .features-item .icon-box img {
        max-width: 40px;
    }
    .our-pricing {
        padding: 45px 0;
    }
    .our-pricing::before {
        left: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .our-pricing-swich {
        gap: 20px;
        margin-bottom: 30px;
    }
    .our-pricing-swich.form-switch .form-check-input {
        width: 56px;
        height: 31px;
        background-size: 22px auto;
    }
    .our-pricing-swich label {
        font-size: 18px;
    }
    .pricing-item {
        border-radius: 20px;
        padding: 30px;
    }
    .pricing-header h3 {
        padding: 8px 15px;
    }
    .pricing-body {
        margin-bottom: 30px;
    }
    .pricing-body ul li {
        padding-left: 25px;
        margin-bottom: 15px;
    }
    .pricing-body ul li::before {
        font-size: 18px;
        top: 3px;
    }
    .pricing-benefit-list {
        margin-top: 10px;
    }
    .our-testimonial {
        padding: 45px 0;
    }
    .our-testimonial::before {
        right: -110px;
        top: 45%;
        width: 240px;
        height: 150px;
        opacity: 20%;
    }
    .customer-review-box.testimonial-customer-box {
        max-width: 100%;
        margin: 15px 0 0 0;
        justify-content: left;
    }
    .testimonial-review-box {
        padding: 30px;
        margin-bottom: 30px;
    }
    .testimonial-review-header h2 {
        font-size: 60px;
    }
    .testimonial-review-header {
        margin-bottom: 20px;
    }
    .testimonial-review-content {
        margin-top: 20px;
    }
    .testimonial-slider {
        margin: 0;
    }
    .testimonial-company-logo {
        margin-bottom: 15px;
    }
    .testimonial-company-logo img {
        max-width: 160px;
        max-height: 30px;
    }
    .testimonial-content {
        margin-bottom: 30px;
    }
    .testimonial-content p {
        font-size: 18px;
    }
    .testimonial-slider .testimonial-button-next,
    .testimonial-slider .testimonial-button-prev {
        width: 40px;
        height: 40px;
    }
    .testimonial-slider .testimonial-button-next::before,
    .testimonial-slider .testimonial-button-prev::before {
        background-size: 22px auto;
    }
    .our-faqs {
        padding: 45px 0;
    }
    .faqs-content {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .faqs-image {
        margin-top: 30px;
    }
    .faq-accordion .accordion-item {
        margin-bottom: 20px;
        border-radius: 12px;
    }
    .faq-accordion .accordion-header .accordion-button {
        font-size: 18px;
    }
    .faq-accordion .accordion-header .accordion-button,
    .faq-accordion .accordion-header .accordion-button.collapsed {
        padding: 14px 45px 14px 20px;
    }
    .faq-accordion .accordion-item .accordion-button::after,
    .faq-accordion .accordion-item .accordion-button.collapsed::after {
        right: 20px;
        font-size: 20px;
    }
    .faq-accordion .accordion-item .accordion-body {
        padding: 14px 45px 14px 20px;
    }
    .our-blog {
        padding: 45px 0 15px;
    }
    .our-blog::before {
        top: 40%;
        left: -40px;
        width: 150px;
        height: 150px;
        opacity: 30%;
    }
    .post-featured-image {
        margin-bottom: 15px;
    }
    .post-featured-image a,
    .post-featured-image img {
        border-radius: 20px;
    }
    .cta-box {
        padding: 45px 0;
    }
    .cta-box::before {
        right: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .cta-box-content {
        border-radius: 20px;
        padding: 40px;
    }
    .cta-box-list ul {
        gap: 15px;
    }
    .cta-box-list ul li {
        padding: 6px 15px 6px 40px;
    }
    .cta-box-list ul li::before {
        left: 15px;
        font-size: 18px;
    }
    .subscribe-form,
    .cta-box-list {
        padding-top: 30px;
    }
    .subscribe-form .form-group .form-control {
        padding: 10px 15px;
    }
    .main-footer {
        padding: 50px 0 0;
    }
    .about-footer {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .about-footer-content,
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-links h3 {
        margin-bottom: 20px;
    }
    .footer-links ul li {
        margin-bottom: 10px;
    }
    .footer-contact-item {
        margin-bottom: 15px;
    }
    .footer-copyright-text {
        margin-top: 30px;
        padding: 30px 0;
    }
    .page-header {
        padding: 160px 0 70px;
    }
    .page-header-box h1 {
        font-size: 40px;
    }
    .our-potential {
        padding: 45px 0;
    }
    .our-potential::before {
        right: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .our-potential-content {
        margin: 0 0 30px 0;
    }
    .potential-accordion .accordion-item {
        margin-bottom: 30px;
    }
    .potential-accordion .accordion-header .accordion-button {
        padding-bottom: 15px;
    }
    .potential-accordion .accordion-button:not(.collapsed) {
        margin-bottom: 20px;
    }
    .potential-accordion .accordion-item .accordion-button::after,
    .potential-accordion .accordion-item .accordion-button.collapsed::after {
        font-size: 18px;
    }
    .accordion-image figure {
        border-radius: 20px;
    }
    .accordion-image img {
        aspect-ratio: 1 / 0.62;
        border-radius: 20px;
    }
    .accordion-item-content ul li {
        padding-left: 25px;
        margin-bottom: 8px;
    }
    .accordion-item-content ul li::before {
        font-size: 16px;
    }
    .potential-image figure {
        border-radius: 20px;
    }
    .potential-image img {
        aspect-ratio: 1 / 0.75;
        border-radius: 20px;
    }
    .who-we-are {
        padding: 45px 0;
    }
    .who-we-are::before {
        left: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .who-we-are-images {
        margin: 0 0 30px 0;
    }
    .who-we-are-img figure {
        border-radius: 20px;
    }
    .who-we-are-img img {
        aspect-ratio: 1 / 1.3;
        border-radius: 20px;
    }
    .who-we-are-content {
        margin: 0;
    }
    .who-we-counter-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .who-we-counter-item h2 {
        font-size: 32px;
    }
    .our-team {
        padding: 45px 0 15px;
    }
    .our-team::before {
        left: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .team-item {
        border-radius: 20px;
    }
    .our-success {
        padding: 45px 0;
    }
    .our-success-content {
        margin: 0 0 30px 0;
    }
    .success-item {
        padding: 20px;
        border-radius: 20px;
    }
    .our-success-iamges {
        width: 100%;
    }
    .success-img-1 figure,
    .success-img-1 img {
        border-radius: 20px;
    }
    .success-img-2 figure,
    .success-img-2 img {
        border-radius: 24px;
    }
    .success-img-1 {
        width: 100%;
        margin-right: 160px;
    }
    .success-img-2 {
        max-width: 360px;
        border-radius: 30px;
        margin-top: -300px;
    }
    .our-partners {
        padding: 45px 0;
    }
    .our-partners-box {
        border-radius: 20px;
        padding: 40px 0;
    }
    .our-partners-content {
        margin: 0 30px 30px;
    }
    .our-partners-content .section-title {
        max-width: 100%;
    }
    .our-partners-slider .partner-logo {
        padding: 12px;
    }
    .page-services {
        padding: 90px 0 60px;
    }
    .page-services::before {
        right: -120px;
        width: 250px;
        height: 151px;
        opacity: 20%;
    }
    .page-service-single {
        padding: 90px 0;
    }
    .page-service-single::before,
    .page-service-single::after {
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .page-single-sidebar {
        position: initial;
        margin: 0 0 30px 0;
    }
    .page-catagory-list {
        border-radius: 20px;
        margin-bottom: 30px;
        padding: 20px;
    }
    .page-catagory-list h3 {
        margin-bottom: 20px;
    }
    .page-catagory-list ul li a {
        padding: 0 25px 10px 0;
        margin-bottom: 10px;
    }
    .sidebar-cta-box {
        border-radius: 20px;
        padding: 20px;
    }
    .service-featured-image figure,
    .service-featured-image img {
        border-radius: 20px;
    }
    .service-entry {
        margin-bottom: 40px;
    }
    .service-entry p {
        margin-bottom: 15px;
    }
    .service-entry h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .service-solution-box,
    .service-trusted-expert {
        margin-top: 40px;
    }
    .service-solution-step-item {
        border-radius: 20px;
        padding: 0 15px 30px;
    }
    .solution-step-no {
        height: 70px;
        width: 70px;
        border-radius: 0 0 0 20px;
        margin: 0 -15px 0 auto;
    }
    .service-solution-step-item .icon-box {
        margin-bottom: 30px;
    }
    .service-solution-step-item .icon-box img {
        max-width: 40px;
    }
    .solution-step-content p {
        font-size: 14px;
    }
    .service-entry-image,
    .service-trusted-expert-item {
        margin-top: 30px;
    }
    .service-entry-image figure,
    .service-entry-image img {
        border-radius: 20px;
    }
    .service-trusted-expert-item .success-item {
        padding: 30px;
    }
    .page-blog {
        padding: 90px 0;
    }
    .page-pagination {
        margin-top: 10px;
    }
    .page-single-post {
        padding: 90px 0;
    }
    .post-image {
        margin-bottom: 20px;
    }
    .post-image figure,
    .post-image img {
        border-radius: 20px;
    }
    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6 {
        margin: 0 0 0.47em;
    }
    .post-entry h2 {
        font-size: 32px;
    }
    .post-entry p {
        margin-bottom: 15px;
    }
    .post-entry ol li,
    .post-entry ul li {
        margin-bottom: 10px;
    }
    .post-entry blockquote {
        background-position: 20px 20px;
        background-size: 40px;
        padding: 20px 20px 20px 70px;
        margin-bottom: 20px;
    }
    .post-entry blockquote p {
        font-size: 18px;
    }
    .post-tags {
        margin-bottom: 20px;
    }
    .post-tags .tag-links a {
        padding: 12px 15px;
    }
    .post-social-sharing ul {
        text-align: left;
    }
    .page-case-study {
        padding: 90px 0 60px;
    }
    .page-case-study::before,
    .page-case-study::after {
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .page-case-study-single {
        padding: 90px 0;
    }
    .page-case-study-single::before,
    .page-case-study-single::after {
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .case-study-category-list {
        border-radius: 20px;
        margin-bottom: 30px;
        padding: 20px;
    }
    .case-study-category-item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .case-study-category-item h3 {
        margin-bottom: 5px;
    }
    .case-study-slider {
        margin-bottom: 40px;
    }
    .case-study-slider figure,
    .case-study-slider img {
        border-radius: 20px;
    }
    .case-study-entry {
        margin-bottom: 40px;
    }
    .case-study-entry h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .case-study-entry p {
        margin-bottom: 15px;
    }
    .case-study-entry ul li {
        background-size: 18px auto;
        background-position: top 2px left;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .case-study-solution-box {
        margin-top: 40px;
    }
    .case-study-solution-list {
        margin-top: 30px;
    }
    .case-study-solution-item {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .case-study-solution-item h3 {
        margin-bottom: 15px;
    }
    .solution-item-list {
        gap: 20px;
    }
    .solution-item {
        width: calc(50% - 10px);
        border-radius: 20px;
        padding: 15px 10px 15px 40px;
    }
    .solution-item::before {
        left: 10px;
        font-size: 20px;
    }
    .page-team {
        padding: 90px 0 60px;
    }
    .page-team::before,
    .page-team::after {
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .page-team-single {
        padding: 90px 0;
    }
    .page-team-single::before,
    .page-team-single::after {
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .team-single-image figure {
        border-radius: 20px;
    }
    .team-single-image img {
        aspect-ratio: 1 / 0.75;
        border-radius: 20px;
    }
    .member-social-list {
        bottom: 20px;
        right: 20px;
        left: 20px;
        padding: 15px;
    }
    .team-member-body-list ul li {
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .team-member-body-list ul li::before {
        top: -1px;
        font-size: 18px;
    }
    .team-member-skills,
    .team-member-qualification,
    .team-contact-form {
        margin-top: 40px;
    }
    .team-contact-list {
        border-radius: 20px;
        padding: 20px;
    }
    .team-member-list ul li {
        background-size: 20px auto;
        background-position: top 2px left;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .page-pricing {
        padding: 90px 0 45px;
    }
    .page-pricing::before {
        left: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .page-testimonials {
        padding: 90px 0 45px;
    }
    .page-testimonials::before {
        right: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .page-testimonials::after {
        left: -120px;
        width: 250px;
        height: 151px;
        opacity: 20%;
    }
    .page-testimonials .testimonial-item {
        border-radius: 20px;
        padding: 30px;
    }
    .page-testimonials .testimonial-item .testimonial-body {
        display: block;
    }
    .page-testimonials .testimonial-item .testimonial-body .testimonial-author-box {
        margin-bottom: 15px;
    }
    .page-gallery {
        padding: 90px 0 60px;
    }
    .page-gallery::before {
        right: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .page-gallery::after {
        left: -120px;
        width: 250px;
        height: 151px;
        opacity: 20%;
    }
    .page-gallery-box .photo-gallery figure,
    .page-gallery-box .photo-gallery img {
        border-radius: 20px;
    }
    .page-video-gallery {
        padding: 90px 0 60px;
    }
    .page-video-gallery::before {
        right: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .page-video-gallery::after {
        left: -120px;
        width: 250px;
        height: 151px;
        opacity: 20%;
    }
    .video-gallery-image a::before,
    .video-gallery-image img {
        border-radius: 20px;
    }
    .page-faqs {
        padding: 90px 0 45px;
    }
    .page-faqs::before {
        right: -110px;
        width: 240px;
        height: 150px;
        opacity: 20%;
    }
    .page-faqs::after {
        left: -40px;
        width: 150px;
        height: 150px;
        opacity: 30%;
    }
    .page-faqs .page-faq-accordion {
        margin-bottom: 40px;
    }
    .page-contact-us {
        padding: 90px 0;
    }
    .page-contact-us::before {
        right: -40px;
        width: 150px;
        height: 150px;
        opacity: 20%;
    }
    .contact-us-form {
        padding: 0;
    }
    .contact-us-content {
        border-left: none;
        border-top: 1px solid var(--divider-color);
        padding: 30px 0 0;
        margin-top: 30px;
    }
    .contact-info-item {
        margin-bottom: 30px;
    }
    .contact-info-item .icon-box {
        margin-right: 15px;
    }
    .contact-item-content {
        width: calc(100% - 55px);
    }
    .google-map-iframe {
        margin-top: 90px;
    }
    .google-map-iframe iframe {
        height: 400px;
        border-radius: 20px;
    }
    .error-page {
        padding: 90px 0;
    }
    .error-page-image {
        margin-bottom: 20px;
    }
    .error-page-image img {
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .section-row {
        margin-bottom: 30px;
    }
    .section-title h1 {
        font-size: 28px;
    }
    .section-title h2 {
        font-size: 22px;
    }
    .section-title p {
        margin-top: 10px;
    }
    .section-title p span {
        font-size: 16px;
    }
    .section-title-content {
        margin-top: 10px;
    }
    .grid-lines {
        display: none;
    }
    .hero-company-slider {
        margin-top: 40px;
    }
    .scrolling-ticker-box {
        --gap: 15px;
    }
    .scrolling-content span {
        font-size: 20px;
    }
    .scrolling-content span img {
        max-width: 20px;
        margin-right: 15px;
    }
    .hero-company-slider p {
        font-size: 14px;
    }
    .about-counter-box h2 {
        font-size: 80px;
    }
    .about-list-item {
        width: 100%;
    }
    .about-list-item h3 {
        font-size: 18px;
    }
    .service-item {
        padding: 20px;
    }
    .service-item .icon-box {
        margin-bottom: 30px;
    }
    .service-item-content h3 {
        font-size: 18px;
    }
    .specialties-item-box {
        gap: 30px;
    }
    .specialties-item {
        width: 100%;
    }
    .specialties-item-content h3 {
        font-size: 18px;
    }
    .intro-bg-image img {
        aspect-ratio: 1 / 0.7;
    }
    .facts-counter-box {
        gap: 30px;
    }
    .facts-counter-item {
        width: calc(50% - 15px);
    }
    .facts-counter-item::before {
        right: -15px;
    }
    .facts-counter-item h2 {
        font-size: 22px;
    }
    .facts-image-box {
        padding-left: 30px;
    }
    .award-box {
        padding: 30px 15px;
        max-width: 150px;
    }
    .award-box h2 {
        font-size: 22px;
    }
    .award-box p {
        font-size: 14px;
    }
    .facts-video-content {
        right: 0;
        bottom: 10px;
        max-width: 145px;
    }
    .facts-video-content .video-play-button a {
        width: 45px;
        height: 45px;
    }
    .facts-video-content .video-play-button i {
        font-size: 18px;
    }
    .facts-video-content h3 {
        font-size: 14px;
        margin-left: 5px;
    }
    .why-choose-box {
        padding: 30px 20px;
    }
    .about-us-circle {
        text-align: left;
        margin-top: 15px;
    }
    .about-us-circle img {
        max-width: 80px;
    }
    .why-choose-item {
        width: 100%;
    }
    .why-choose-item::before {
        display: none;
    }
    .why-choose-item-content h3 {
        font-size: 18px;
    }
    .section-footer-text span {
        padding: 2px 8px;
        margin-right: 5px;
    }
    .section-footer-text p {
        font-size: 14px;
    }
    .case-study-content h3 {
        font-size: 18px;
    }
    .case-study-btn a {
        width: 50px;
        height: 50px;
    }
    .case-study-btn a img {
        max-width: 24px;
    }
    .features-item .icon-box {
        margin-bottom: 30px;
    }
    .features-item-content h3 {
        font-size: 18px;
    }
    .our-pricing-swich label {
        font-size: 16px;
    }
    .pricing-item {
        padding: 20px;
    }
    .pricing-benefit-list {
        margin-top: 5px;
    }
    .pricing-benefit-list ul {
        gap: 10px;
    }
    .pricing-benefit-list ul li {
        width: calc(50% - 5px);
        font-size: 12px;
    }
    .pricing-benefit-list ul li img {
        max-width: 16px;
        margin-right: 5px;
    }
    .customer-review-box {
        margin-bottom: 15px;
    }
    .customer-image {
        margin-left: -10px;
    }
    .customer-image img {
        max-width: 40px;
    }
    .customer-review-content p {
        font-size: 14px;
    }
    .testimonial-review-box {
        padding: 20px;
    }
    .testimonial-review-header h2 {
        font-size: 40px;
    }
    .testimonial-review-content h3 {
        font-size: 18px;
    }
    .testimonial-content {
        margin-bottom: 20px;
    }
    .testimonial-content p {
        font-size: 16px;
    }
    .author-content h3 {
        font-size: 18px;
    }
    .author-content p {
        font-size: 14px;
    }
    .testimonial-btn {
        position: relative;
        justify-content: center;
        margin-top: 20px;
    }
    .testimonial-slider .testimonial-button-next {
        margin-left: 15px;
    }
    .faqs-contact-item {
        width: 100%;
    }
    .faqs-contact-item .icon-box {
        margin-right: 10px;
    }
    .faqs-contact-item .icon-box img {
        max-width: 40px;
    }
    .faqs-contact-item-content {
        width: calc(100% - 50px);
    }
    .faqs-contact-item-content h3 {
        font-size: 18px;
    }
    .faqs-image img {
        aspect-ratio: 1 / 0.7;
    }
    .faq-accordion .accordion-header .accordion-button {
        font-size: 16px;
    }
    .faq-accordion .accordion-header .accordion-button,
    .faq-accordion .accordion-header .accordion-button.collapsed {
        padding: 14px 35px 14px 15px;
    }
    .faq-accordion .accordion-item .accordion-button::after,
    .faq-accordion .accordion-item .accordion-button.collapsed::after {
        right: 15px;
        font-size: 18px;
    }
    .faq-accordion .accordion-item .accordion-body p {
        font-size: 14px;
    }
    .faq-accordion .accordion-item .accordion-body {
        padding: 14px 15px;
    }
    .post-item-content {
        margin-bottom: 15px;
    }
    .post-item-content h2 {
        font-size: 18px;
    }
    .cta-box-content {
        padding: 30px 20px;
    }
    .subscribe-form .form-group .form-control {
        width: 100%;
    }
    .subscribe-form .form-group .btn-default {
        width: auto;
    }
    .footer-links {
        margin-bottom: 30px;
    }
    .footer-links h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer-copyright-text {
        margin-top: 0px;
        padding: 15px 0;
    }
    .page-header-box h1 {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .page-header-box ol li.breadcrumb-item {
        font-size: 14px;
    }
    .potential-accordion .accordion-header .accordion-button {
        font-size: 18px;
    }
    .accordion-image,
    .accordion-item-content {
        width: 100%;
    }
    .accordion-item-content p {
        margin-bottom: 15px;
    }
    .potential-image img {
        aspect-ratio: 1 / 1.1;
    }
    .who-we-are-images {
        gap: 20px;
    }
    .who-we-img-box {
        width: calc(50% - 10px);
    }
    .who-we-img-box .customer-review-box {
        flex-wrap: wrap;
        gap: 5px;
    }
    .who-we-img-box .customer-review-content {
        width: 100%;
    }
    .who-we-img-box .customer-review-content p {
        font-size: 12px;
    }
    .who-we-img-box:nth-child(even) .who-we-are-img img {
        aspect-ratio: 1 / 1.5;
    }
    .readmore-img-circle a img {
        max-width: 90px;
    }
    .who-we-counter-item {
        display: block;
    }
    .who-we-counter-item h2 {
        width: 100%;
        font-size: 22px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .who-we-counter-item p {
        width: 100%;
    }
    .team-content h3 {
        font-size: 18px;
    }
    .team-content p {
        font-size: 14px;
    }
    .success-item {
        padding: 15px;
        margin-bottom: 20px;
    }
    .success-item .icon-box {
        margin-right: 10px;
    }
    .success-item .icon-box img {
        max-width: 40px;
    }
    .success-item-content {
        width: calc(100% - 50px);
    }
    .success-item-content h3 {
        font-size: 18px;
    }
    .success-item-content p {
        font-size: 14px;
    }
    .success-img-1 {
        margin-right: 80px;
    }
    .success-img-2 {
        border-width: 5px;
        max-width: 240px;
        margin-top: -190px;
        border-radius: 20px;
    }
    .success-img-2 figure,
    .success-img-2 img {
        border-radius: 14px;
    }
    .our-partners-box {
        padding: 30px 0;
    }
    .our-partners-content {
        margin: 0 10px 30px;
    }
    .page-catagory-list h3,
    .sidebar-cta-content h3 {
        font-size: 18px;
    }
    .service-entry h2 {
        font-size: 22px;
    }
    .service-solution-step-item {
        width: 100%;
        padding: 0 15px 20px;
    }
    .solution-step-no {
        height: 60px;
        width: 60px;
        margin: 0 -15px 0 auto;
    }
    .service-solution-step-item .icon-box {
        margin-bottom: 20px;
    }
    .solution-step-content h3,
    .solution-step-no h3 {
        font-size: 18px;
    }
    .service-trusted-expert-item .success-item {
        padding: 15px;
    }
    .service-trusted-expert-item .success-item .icon-box {
        margin-right: 15px;
    }
    .service-trusted-expert-item .success-item .success-item-content {
        width: calc(100% - 55px);
    }
    .post-single-meta ol li {
        font-size: 16px;
    }
    .post-single-meta ol li i {
        font-size: 16px;
    }
    .post-image img {
        aspect-ratio: 1 / 0.7;
    }
    .post-entry blockquote {
        background-position: 15px 15px;
        padding: 60px 15px 15px 15px;
    }
    .post-entry blockquote p {
        font-size: 16px;
    }
    .post-entry h2 {
        font-size: 22px;
    }
    .tag-links {
        font-size: 18px;
    }
    .case-study-category-item h3 {
        font-size: 18px;
    }
    .case-study-slider {
        margin-bottom: 30px;
    }
    .case-study-slider img {
        aspect-ratio: 1 / 0.7;
    }
    .case-study-pagination {
        margin-top: 20px;
    }
    .case-study-entry h2 {
        font-size: 22px;
    }
    .case-study-solution-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .case-study-solution-item h3 {
        font-size: 18px;
    }
    .solution-item {
        width: 100%;
    }
    .solution-item p {
        font-size: 14px;
    }
    .team-single-image img {
        aspect-ratio: 1 / 0.99;
    }
    .member-social-list {
        padding: 10px;
    }
    .team-member-body-list,
    .team-contact-list {
        width: 100%;
    }
    .team-contact-list {
        padding: 15px;
    }
    .skills-progress-bar {
        width: 100%;
    }
    .skills-progress-bar .skill-data {
        margin-bottom: 10px;
    }
    .skills-progress-bar .skill-data .skill-title {
        font-size: 16px;
    }
    .page-testimonials .testimonial-item {
        padding: 20px;
    }
    .contact-info-item .icon-box img {
        max-width: 30px;
    }
    .contact-item-content {
        width: calc(100% - 45px);
    }
    .contact-item-content h3 {
        font-size: 18px;
    }
    .google-map-iframe iframe {
        height: 350px;
    }
    .error-page-image img {
        max-width: 80%;
    }
}



 /* Grid */
    .mfd-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-top: 40px;
    }

    .mfd-card {
      border-radius: 14px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      padding: 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: transform 0.3s ease;
      color: #333;
    }

    .mfd-card:hover {
      transform: translateY(-5px);
    }

    .mfd-card h2 {
      font-size: 26px;
      color: #0f0f0f;
      margin: 0;
    }

    .mfd-card p {
      font-size: 14px;
      margin: 0;
      opacity: 0.85;
    }

    .mfd-card i {
      font-size: 28px;
      opacity: 0.7;
    }

/* ===== GOLDEN THEME GRADIENTS ===== */

/* Top 4 Boxes — Deep Golden */
.mfd-c1 { background: linear-gradient(135deg, #d6a304, #f8c24a); }
.mfd-c2 { background: linear-gradient(135deg, #d6a304, #f8c24a); }
.mfd-c3 { background: linear-gradient(135deg, #d6a304, #f8c24a); }
.mfd-c4 { background: linear-gradient(135deg, #d6a304, #f8c24a); }

/* Bottom 4 Boxes — Light Golden Glow */
.mfd-c5 { background: linear-gradient(135deg, #d6a304, #f8c24a); }
.mfd-c6 { background: linear-gradient(135deg, #d6a304, #f8c24a); }
.mfd-c7 { background: linear-gradient(135deg, #d6a304, #f8c24a); }
.mfd-c8 { background: linear-gradient(135deg, #d6a304, #f8c24a); }







    /* Footer */
    .mfd-footer {
      margin-top: 40px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      text-align: center;
    }

    .mfd-btn {
      padding: 10px 22px;
      border: 1.5px dashed #3c4a92;
      border-radius: 20px;
      background: transparent;
      color: #3c4a92;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .mfd-btn:hover {
      background: #3c4a92;
      color: #fff;
    }

    .mfd-updated {
      font-size: 14px;
      color: #111;
      font-weight: bold;
    }

    /* Responsive */
    @media(max-width:1024px) {
      .mfd-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .mfd-title h1 {
      font-size: 35px;
    }
    }

    @media(max-width:768px) {
      .mfd-header {
        flex-direction: column;
        text-align: center;
      }
      .mfd-description {
        max-width: 100%;
      }
      .mfd-grid {
        grid-template-columns: 1fr;
      }
    }




 /* GRID */
    .avy-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 260px;
      gap: 20px;
    }

    .avy-tall {
      grid-row: span 2;
    }

    .avy-wide {
      grid-column: span 2;
    }

    .avy-card {
      position: relative;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
      background: #000;
    }

    .avy-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .avy-card:hover img {
      transform: scale(1.08);
    }

    /* Shine Effect */
    .avy-card::before {
      content: "";
      position: absolute;
      top: 0;
      left: -75%;
      width: 50%;
      height: 100%;
      background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.4) 0%,
        rgba(255, 255, 255, 0.1) 60%,
        transparent 100%
      );
      transform: skewX(-20deg);
    }

    .avy-card:hover::before {
      animation: avy-shine 1.5s linear infinite;
    }

    @keyframes avy-shine {
      0% { left: -75%; }
      100% { left: 125%; }
    }

    .avy-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px;
      background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
      color: #fff;
    }

    .avy-overlay h3 {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
    }

    .avy-overlay p {
      margin: 5px 0 0;
      font-size: 14px;
      opacity: 0.9;
      color: #fff;
    }

    /* Button */
    .avy-btn {
      margin-top: 50px;
      text-align: center;
    }

    .avy-btn button {
      background: #111;
      border: none;
      padding: 14px 30px;
      border-radius: 25px;
      color: #fff;
      font-size: 15px;
      cursor: pointer;
      transition: 0.3s ease;
    }

    .avy-btn button:hover {
      background: goldenrod;
      color: #111;
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .avy-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 220px;
      }
    }

    @media (max-width: 600px) {
      .avy-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 200px;
      }
      .avy-wide {
        grid-column: span 1;
      }
      .avy-tall {
        grid-row: span 1;
      }
    }

     .video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1020px;
  margin: auto;
  padding: 20px 20px;
  text-align: center;
}

.video-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  transition: transform 0.3s ease;
}

.video-card:hover {
  transform: scale(1.03);
}

.video-card video {
  width: 100%;
  height: 360px;
  object-fit: cover;
  /* filter: grayscale(100%); */
  transition: filter 0.4s ease;
}

.video-card:hover video {
  filter: grayscale(0%);
}

.audio-toggle-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s;
}

.audio-toggle-btn:hover {
  background: rgba(255, 255, 255, 1);
}

.video-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 16px;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.video-title {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}

.video-arrow {
  font-size: 18px;
  transform: rotate(-45deg);
  color: #fff;
  transition: transform 0.2s;
  margin-left: auto;
}

.video-card:hover .video-arrow {
  transform: rotate(0deg);
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.video-card:hover .overlay {
  opacity: 1;
}

.overlay::before {
  content: "▶";
  font-size: 64px;
  color: rgba(255,255,255,0.7);
}

.popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 20px;
}

.popup video {
  width: 90%;
  max-width: 720px;
}

.popup .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}


.skx-btn {
  padding: 16px 26px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.skx-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}

/* Variants */
.skx-black {
  background: #000;
}

.skx-black:hover {
  background: #222;
}

.skx-gold {
  background: linear-gradient(135deg, #d4af37, #b8860b);
}

.skx-gold:hover {
  color: #fff;
  background: linear-gradient(135deg, #c8a032, #a67809);
}

.skx-hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
}

.skx-hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Popup Overlay */
.skx-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(6px);
}

/* Popup Content */
.skx-popup-content {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  padding: 45px 30px;
  border-radius: 22px;
  text-align: center;
  width: 90%;
  max-width: 480px;
  position: relative;
  box-shadow: 0 14px 45px rgba(0,0,0,0.25);
  animation: skx-fadeIn 0.35s ease;
}

.skx-popup-content h2 {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
}

.skx-popup-sub {
  color: #555;
  font-size: 1rem;
  margin-bottom: 28px;
}

/* Close Button */
.skx-close-btn {
  position: absolute;
  top: 20px;
  right: 26px;
  font-size: 34px;
  cursor: pointer;
  color: #444;
  transition: 0.3s;
}

.skx-close-btn:hover {
  color: #d89404;
  transform: rotate(90deg);
}

/* Phone Options */
.skx-phone-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.skx-phone-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.35s;
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
  opacity: 0;
  transform: translateY(28px);
}

.skx-phone-card.show {
  opacity: 1;
  transform: translateY(0);
}

.skx-phone-card a {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px;
  text-decoration: none;
  color: #333;
}

.skx-phone-icon {
  font-size: 1.9rem;
  color: #2a5298;
  background: #e9f1ff;
  padding: 12px;
  border-radius: 14px;
  flex-shrink: 0;
}

.skx-phone-details strong {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #1e3c72;
  display: block;
}

.skx-phone-details small {
  font-size: 1rem;
  color: #666;
}

.skx-phone-card:hover {
  background: linear-gradient(135deg, #363636, #d89404);
  transform: translateY(-4px);
}

.skx-phone-card:hover .skx-phone-details strong,
.skx-phone-card:hover .skx-phone-details small,
.skx-phone-card:hover .skx-phone-icon {
  color: #fff;
}

/* Animation */
@keyframes skx-fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

/* Responsive */
@media (max-width: 768px) {
  .skx-hero {
    flex-direction: column;
    text-align: justify;
    padding: 30px 10px;
  }
  .skx-hero img {
    padding-right: -10px;
    margin-right: -20px;
  }

  .skx-hero-content h1 {
    text-align: center;
    font-size: 2.8rem;
  }

  .skx-hero-buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
}



/* Hero Section */
.bootsryt-hero-section {
    position: relative;
    height: 650px;
    width: 100%;
    overflow: hidden;
}

.bootsryt-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

/* Mobile image override */
@media (max-width: 768px) {
    .bootsryt-hero-image {
        content: url('banners/Phone/about-phone.webp'); /* 🔁 use your optimized mobile image path */
    }
}

.bootsryt-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(216, 148, 4, 0.20));
}

/* Hero Content */
.bootsryt-hero-content {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5%;
}

/* Text Box */
.bootsryt-hero-text-box {
    max-width: 600px;
}

/* Headings with shadow */
.bootsryt-hero-text-box h1 {
    margin-top: 200px;
    text-align: left;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 12px rgba(0,0,0,0.7);
}

.bootsryt-hero-text-box p {
    text-align: justify;
    font-size: 17px;
    color: #fff;
    margin-bottom: 30px;
    text-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}

/* Buttons */
.bootsryt-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.bootsryt-btn-golden {
    background-color: #d89404;
    color: black;
    padding: 12px 24px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

.bootsryt-btn-golden:hover {
    background-color: #b57603;
    box-shadow: 0 8px 22px rgba(0,0,0,0.45);
}

.bootsryt-btn-outline-golden {
    border: 2px solid #d89404;
    color: #d89404;
    background: transparent;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.bootsryt-btn-outline-golden:hover {
    background-color: #d89404;
    color: black;
    box-shadow: 0 6px 16px rgba(0,0,0,0.35);
}

/* Typing cursor */
#bootsryt-typing::after {
    content: "|";
    animation: bootsryt-blink 0.7s infinite;
    color: #ffffff;
    font-weight: bold;
    margin-left: 2px;
}

@keyframes bootsryt-blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

/* Responsive */
@media (max-width: 768px) {
    .bootsryt-hero-text-box h1 { font-size: 32px; margin-top: 150px; }
    .bootsryt-hero-text-box p { font-size: 16px; }
}




/* Base Hero Styles */
.hero.hero-bg-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    padding: 250px 0 140px;
    height: 60vh;
}

.hero.hero-bg-image::before {
    content: '';
    display: block;
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    background: var(--bg-color);
    opacity: 5%;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/* Sidebar boxes ke beech me gap */
.page-single-sidebar .sidebar-cta-box {
    margin-bottom: 30px; /* yahan gap adjust kar sakte ho */
}





.eligibility-section {
  padding: 80px 20px;
  color: #fff;
  display: flex;
  justify-content: center;
    margin-top: -100px;
    margin-bottom: 50px;
}

.eligibility-container {
  background: #1e1e1e;
  border-radius: 20px;
  padding: 40px;
  max-width: 1000px;
  width: 100%;
  box-shadow: 0 0 40px rgba(255, 255, 255, 0.05);
  border: 1px dashed #999;
}

.eligibility-header {
  text-align: center;
  margin-bottom: 30px;
}

.eligibility-header h2 {
  font-size: 2rem;
  color: #ffb347;
  margin: 0;
  border: 1px dashed #ccc;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 12px;
  background-color: #111;
}

.eligibility-table .row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #444;
  padding: 16px 0;
}

.eligibility-table .row:last-child {
  border-bottom: none;
}

.label {
  flex: 1 1 200px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.value {
  flex: 2 1 400px;
  color: #ccc;
  font-size: 15px;
  line-height: 1.6;
}


/* Mobile styles */
@media (max-width: 768px) {
  .eligibility-container {
    padding: 24px;
  }

  .eligibility-header h2 {
    font-size: 1.5rem;
    padding: 6px 16px;
  }

  .eligibility-table .row {
    flex-direction: column;
    padding: 12px 0;
  }

  .label {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .value {
    font-size: 14px;
  }
}

/* Accordion Style for Mobile */
.accordion-label {
  display: none; /* hidden on desktop */
  background: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  text-align: left;
  padding: 12px 0;
  border: none;
  cursor: pointer;
  position: relative;
  outline: none;
}

.accordion-label::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 18px;
  transition: transform 0.3s;
}

.accordion-label.active::after {
  content: "−";
}

.accordion-value {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 15px;
  color: #ccc;
  line-height: 1.6;
}

/* Desktop view uses flex layout (no accordion) */
@media (min-width: 769px) {
  .accordion-row {
    display: flex;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #444;
  }

  .accordion-label {
    display: block;
    flex: 1 1 200px;
    font-size: 17px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    text-align: left;
    cursor: default;
    background: none;
  }

  .accordion-label::after {
    content: none;
  }

  .accordion-value {
    flex: 2 1 400px;
    max-height: unset !important;
    overflow: visible;
    padding: 0;
  }
}

/* Mobile-specific override */
@media (max-width: 768px) {
  .accordion-row {
    flex-direction: column;
    border-bottom: 1px solid #444;
  }

  .accordion-label {
    display: block;
  }
}





/* Pulse / Heartbeat Animation for "Admissions Open" */
.pulse-text {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  animation: heartbeat 3s ease-in-out infinite;
  letter-spacing: 3px;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
    text-shadow: 0 0 10px rgba(255, 180, 71, 0.6);
  }
  25% {
    transform: scale(1.1);
    text-shadow: 0 0 20px rgba(255, 180, 71, 0.8);
  }
  40% {
    transform: scale(1);
    text-shadow: 0 0 10px rgba(255, 180, 71, 0.6);
  }
  60% {
    transform: scale(1.1);
    text-shadow: 0 0 25px rgba(255, 180, 71, 1);
  }
  100% {
    transform: scale(1);
    text-shadow: 0 0 10px rgba(255, 180, 71, 0.6);
  }
}



.program-section {
  /* background: linear-gradient(to bottom, #ffe3cb, #f8dcc8); */
  padding: 60px 30px;
  text-align: center;
  font-family: 'poppins', sans-serif;
  margin-top: -100px;
  margin-bottom: 100px;
}

.section-tag {
  border: 2px dashed #d89404;
  border-radius: 20px;
  padding: 6px 18px;
  font-weight: 600;
  color: #d89404;
  margin-bottom: 20px;
  display: inline-block;
}

.program-heading h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 10px 0;
}

.program-heading p {
  color: #a0a0a0;
  max-width: 700px;
  margin: 0 auto 40px;
}

.program-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.program-card {
  position: relative;
  width: 320px;
  height: 400px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.program-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
  filter: brightness(0.7);
}

.card-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(216, 148, 4, 0.7); /* orange with 80% opacity */
  color: #fff;
  width: 100%;
  padding: 20px;
  transition: all 0.4s ease;
  height: 100px;
  overflow: hidden;
}


.program-card:hover img {
  filter: brightness(0.4);
  transform: scale(1.05);
}

.program-card h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.program-card.expandable .card-overlay {
  height: 70px;
}

.program-card.expandable:hover .card-overlay {
  height: 100%;
  padding-top: 30px;
  font-size: 15px;
}

.program-card .duration {
  display: none;
  font-size: 13px;
  background: #fff;
  color: #000;
  padding: 4px 10px;
  border-radius: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.program-card:hover .duration {
  display: inline-block;
}

.program-card.expandable p {
  display: none;
  font-size: 10px;
  margin: 10px 0;
}

.program-card.expandable:hover p {
  display: block;
}

.learn-btn {
  display: none;
  padding: 8px 18px;
  background: black;
  color: white;
  border-radius: 20px;
  font-weight: 500;
  text-decoration: none;
  margin-top: 10px;
}

.program-card.expandable:hover .learn-btn {
  display: inline-block;
}


.aviation-cta-section {
  background-image: url('/images/air-back.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 80px 20px;
  overflow: hidden;
}

/* Mobile – change background image */
@media screen and (max-width: 576px) {
  .aviation-cta-section {
    background-image: url('/images/gred-mobile.jpg'); /* replace with your mobile image */
    padding: 50px 16px;
  }
}



    .spec-section {
        text-align: center;
      padding: 60px 20px;
    }

    .grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .counter-box {
      display: flex;
      margin-top: 30px;
      align-items: center;
      padding: 20px;
      border: 1px solid #ccc;
      border-radius: 16px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      width: 250px;
    }

    .icon-circle {
      width: 48px;
      height: 48px;
      background-color: #d89404;
      color: #252525;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      margin-right: 16px;
    }

    .counter-value {
      font-size: 24px;
      font-weight: 600;
    }

    .counter-label {
      font-size: 14px;
      color: #bdbdbd;
    }

    .features-section {
        margin-top: -50px;
      padding: 80px 20px;
    }

    .features-container {
      max-width: 1200px;
      margin: auto;
      display: flex;
      flex-direction: column;
      gap: 60px;
    }

    @media(min-width: 992px) {
      .features-container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
      }
    }

    .feature-block {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .feature-block h3 {
      font-size: 20px;
      font-weight: bold;
      color: #d19608;
    }

    .feature-block p {
      font-size: 15px;
      color: #e4e4e4;
    }

    .image-container {
      flex: 1;
      text-align: center;
    }

    .image-container img {
      max-height: 400px;
      max-width: 100%;
    }




    .job-section {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 40px 20px;
  box-sizing: border-box;
  position: relative;
}

.job-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.job-section .container {
  margin-top: 100px;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.05); /* light transparent background for content */
  backdrop-filter: blur(4px);
  border-radius: 12px;
  width: 100%;
  max-width: 900px;
  color: white;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}



.job-section .title {
  font-size: 26px;
  color: #d19608;
  margin-bottom: 30px;
  border-bottom: 2px solid #df9904;
  padding-bottom: 10px;
}

.job-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  padding: 20px 20px;
  transition: background 0.3s, transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.job-card:hover {
  background-color: #db980767;
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


.job-info {
  max-width: 75%;
}

.job-info h3 {
  margin: 0;
  text-align: justify;
  font-size: 18px;
  color: #d19608;
}

.job-info .location,
.job-info .exp {
  font-size: 14px;
  color: #c7c7c7;
  margin: 4px 0;
}

@media (max-width: 768px){
    .job-info h3, .job-info .desc {
        width: 270px;
    }
    .title {
        text-align: left;
    }
}

.job-info .desc {
  text-align: justify;
  font-size: 14px;
  color: #d8d8d8;
  margin-top: 8px;
}

.job-meta {
  text-align: right;
  white-space: nowrap;
  min-width: 100px;
}

.job-meta .type {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  background: #c3e4bf;
  color: #333;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.job-meta .type.fulltime {
  background: #c8e6c9;
}

.job-meta .date {
  display: block;
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .job-card {
    flex-direction: column;
    align-items: left;
    margin-right: -10px;
  }

  .job-meta {
    text-align: left;
    margin-top: 10px;
  }
}





    .job-form-wrap * {
      box-sizing: border-box;
      font-family: 'Inter', sans-serif;
    }

    .job-form-wrap {
      margin: 40px auto;
      max-width: 760px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.30);
      padding: 40px;
      background-color: #f9f9fb;
      color: #222;
    }

    .job-form-wrap h2 {
      margin-bottom: 10px;
      font-size: 20px;
      color: #111;
    }

    .job-form-wrap .subtext {
      color: #666;
      font-size: 14px;
      margin-bottom: 30px;
    }

    .job-form-wrap label {
      font-weight: 500;
      margin-top: 20px;
      display: block;
      margin-bottom: 6px;
    }

    .job-form-wrap input,
    .job-form-wrap select {
      width: 100%;
      padding: 12px 14px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 15px;
    }

    .job-form-wrap select[name="title"],
    .job-form-wrap select[name="role"],
    .job-form-wrap select[name="country_code"] {
      background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
      background-repeat: no-repeat;
      background-position: right 12px center;
      background-size: 16px 16px;
      padding-right: 40px;
      appearance: none;
    }

    .job-form-wrap .row {
      display: flex;
      gap: 10px;
      margin-bottom: 20px;
    }

    .job-form-wrap .row > div {
      flex: 1;
    }

    .job-form-wrap .drop-box {
      border: 2px dashed #d6d6e7;
      padding: 30px;
      text-align: center;
      color: #666;
      font-size: 14px;
      border-radius: 8px;
      margin-bottom: 30px;
      background: #f4f5fb;
    }

    .job-form-wrap .drop-box input[type="file"] {
      display: block;
      margin: 15px auto 0;
    }

    .job-form-wrap .captcha-wrap {
      display: flex;
      align-items: center;
      margin-top: 15px;
      gap: 10px;
    }

    .job-form-wrap .captcha-code {
      padding: 10px 20px;
      background: #efefef;
      border-radius: 5px;
      font-weight: bold;
      letter-spacing: 3px;
      font-size: 18px;
    }

    .job-form-wrap .btn-group {
      display: flex;
      justify-content: flex-end;
      margin-top: 30px;
      gap: 15px;
    }

    .job-form-wrap button {
      padding: 12px 25px;
      border: none;
      font-size: 15px;
      border-radius: 6px;
      cursor: pointer;
    }

    .job-form-wrap .btn-cancel {
      background: #ddd;
    }

    .job-form-wrap .btn-submit {
      background: #4CAF50;
      color: white;
    }




        .section-wrapper {
      max-width: 1100px;
      margin: 60px auto;
      padding: 0 20px;
    }

    .section-header {
      background-color: #1c1c1c;
      padding: 20px;
      border-radius: 8px 8px 0 0;
      border: 1px dashed #888;
      border-bottom: none;
    }

    .section-header h2 {
      margin: 0;
      color: #ffb347;
      font-size: 24px;
    }

    .info-table {
      border: 1px dashed #888;
      border-top: none;
      border-radius: 0 0 8px 8px;
      overflow: hidden;
    }

    .info-row {
      display: flex;
      border-bottom: 1px dashed #888;
      flex-wrap: wrap; /* Ensures clean wrap on smaller screens */
    }

    .info-label {
      flex: 1;
      padding: 16px;
      color: #ffb347;
      font-weight: 600;
      font-size: 15px;
      position: relative;
      min-width: 250px;
    }

    .info-label::after {
      content: '';
      position: absolute;
      top: 10px;
      right: 0;
      height: calc(100% - 20px);
      border-right: 1px dotted #fff;
    }

    .info-value {
      flex: 2;
      padding: 16px;
      font-size: 15px;
      color: #eee;
      min-width: 300px;
    }

    .info-row:last-child {
      border-bottom: none;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .info-row {
        flex-direction: column;
      }

      .info-label::after {
        display: none;
      }

      .info-label {
        border-bottom: 1px dotted #fff;
      }
    }

    /* Optional footer styling for testing */
    footer {
      text-align: left;
      padding: 30px;
      background-color: #181818;
      color: #ccc;
      font-size: 14px;
    }


        .certificate-section {
      background-color: #d29501; /* Deep red */
      padding: 120px 20px; /* Increased padding */
      position: relative;
      text-align: center;
      overflow: hidden;
    }

    /* Diagonal dashed lines */
    .certificate-section::before,
    .certificate-section::after {
      content: '';
      position: absolute;
      width: 200%;
      height: 2px;
      background-image: linear-gradient(to right, transparent 5px, rgba(255,255,255,0.2) 5px, rgba(255,255,255,0.2) 10px);
      background-size: 10px 2px;
      top: 30%;
      transform: rotate(-15deg);
      left: -50%;
    }

    .certificate-section::after {
      top: 70%;
      transform: rotate(-15deg);
    }

    .certificate-heading {
      font-size: 3.5rem; /* Increased font size */
      font-weight: bold;
      color: white;
      margin-bottom: 30px;
      max-width: 900px;
      margin-inline: auto;
      line-height: 1.3;
    }

    .certificate-link {
      font-size: 1rem; /* Slightly larger */
      font-weight: 600;
      color: #000;
      text-decoration: none;
      border-bottom: 2px solid #fdd670;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: all 0.3s ease;
    }

    .certificate-link:hover {
      opacity: 0.85;
      transform: translateY(-1px);
    }

    .certificate-link svg {
      width: 18px;
      height: 18px;
      fill: #000;
      margin-top: 2px;
    }

    @media (max-width: 600px) {
      .certificate-heading {
        font-size: 1.8rem;
        padding: 0 10px;
      }

      .certificate-link {
        font-size: 1rem;
      }
    }

     .hero-video-banner {
        padding-top: 100px;
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  /* padding-top: 300px; */
}




.airbase-section {
  /* background: linear-gradient(180deg, #fde6d1, #f9d4ab); */
  background-image: url(/images/why-skynex-background.jpg);
  padding: 80px 20px;
  text-align: center;
}

.airbase-tag {
  display: inline-block;
  border: 2px dashed #d89404;
  padding: 6px 18px;
  border-radius: 30px;
  font-weight: 600;
  color: #ffffff;
  background-color: #111111;
  margin-bottom: 20px;
  font-size: 14px;
}

.airbase-heading {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 50px;
}

.airbase-box {

  max-width: 1200px;
  margin: 20px auto;
  background: rgba(39, 39, 39, 0.1); /* Light grey */
  border-radius: 16px;
  padding: 25px 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
   transition: transform 0.3s ease; /* Smooth scale transition */
}


.airbase-box:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.airbase-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}

.airbase-icon {
  width: 36px;
  height: 36px;
}

.airbase-left h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.airbase-right {
  flex: 2;
  text-align: left;
}

.airbase-right p {
  margin: 0;
  color: #c4c4c4;
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .airbase-box {
    flex-direction: column;
    text-align: left;
    height: 400px;
    background-image: url('/images/why-skynex-phone.jpg'); /* replace with your mobile banner */
    background-size: cover;
    background-position: center;
  }

  .airbase-left {
    flex-direction: row;
    align-items: center;
  }

  .airbase-right {
    margin-top: 10px;
  }

  .airbase-heading {
    font-size: 30px;
  }
}


/******************************************
Contact Page Start
******************************************/

.notp {
    padding-top: 0;
}

.contact-map {
    width: 100%;
    float: left;
    overflow: hidden;
}

.contact-map #map {
    width: 100%;
    height: 400px;
}

.contact-address {
    width: 100%;
    float: left;
    margin-top: -80px;
}

.contact-bg {
    background: url(../images/contact-addbg.jpg) no-repeat;
    width: 100%;
    float: left;
    background-size: cover;
    padding: 60px 30px;
}

.contact-bg h3 {
    color: #fff;
    font-weight: 600;
    margin: 0 0 22px;
}

.contact-bg address ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.contact-bg address ul li {
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}

.contact-bg address ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}

ul.social-links {
    margin: 10px 0 0;
    padding: 0 0 0 25px;
    list-style: none;
}

ul.social-links li {
    display: inline-block;
    margin-right: 5px;
}

ul.social-links a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 28px;
    display: block;
    color: #fff;
}

ul.social-links a:hover {
    background: #fff;
    color: #fa394a;
}

p.quote {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    border-top: 1px solid rgba(255, 255, 255, .5);
    margin: 25px 0 0 0;
    padding-top: 25px;
    line-height: 30px;
}

.contact-address .team-contact.row {
    width: 100%;
    float: left;
    background: #fff;
    margin: 0px;
    padding: 48px 15px;
}

.contact-address .team-contact h3 {
    font-weight: 600;
    margin: 0 0 20px 15px;
}

/******************************************
Contact Page End
******************************************/
/******************************************
side widgets start
******************************************/

.sidebar .widget {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.sidebar .widget h3 {
    margin-bottom: 20px;
}

.search-widget {
    position: relative;
    overflow: hidden;
}

.search-widget input {
    width: 100%;
    border: 1px solid #e6e6e6;
    line-height: 48px;
    padding: 0 15px;
}

.search-widget .sbtn {
    position: absolute;
    right: 0;
    top: 0px;
    background: #fa394a;
    color: #fff;
    line-height: 50px;
    border: 0px;
    padding: 0 20px;
}

.sidebar .textwidget {
    width: 100%;
    float: left;
    border: 1px solid #e6e6e6;
}

.sidebar .textwidget img {
    width: 100%;
    height: auto;
}

.sidebar .textwidget p {
    text-align: center;
    font-size: 16px;
    color: #dfdfdf;
    margin-bottom: 20px;
    padding: 0 20px;
}

.sidebar .textwidget .name {
    color: #c99004;
    text-align: center;
    font-family: 'Great Vibes', cursive;
    margin-bottom: 20px;
}

.sidebar .textwidget .social {
    background: #f5f5f5;
    width: 100%;
    margin: 0px;
    padding: 15px 0;
    text-align: center;
    list-style: none;
}

.sidebar .textwidget .social li {
    display: inline-block;
    margin: 0 1px;
}

.sidebar .textwidget .social a {
    border: 1px solid #cdcdcd;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    color: #999999;
    border-radius: 100%;
    background: #fff;
}

.sidebar .textwidget .social a:hover {
    background: #c99004;
    color: #fff;
    border-color: #000000;
}

ul.side-quick-link {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.side-quick-link li {
    position: relative;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    height: 55px;
    padding-left: 82px;
    line-height: 53px;
}

.side-quick-link li a {
    font-size: 16px;
    font-weight: 600;
    color: #d3d3d3;
    font-family: 'Poppins', sans-serif;
}

.side-quick-link li i {
    position: absolute;
    left: 0;
    top: 0px;
    height: 53px;
    width: 66px;
    background: #c99004;
    text-align: center;
    line-height: 53px;
    color: #fff;
    font-size: 20px;
}

.side-quick-link li:hover a {
    color: #c98404;
}

.side-quick-link li:hover i {
    background: #000000;
    color: #fff;
}

ul.upcoming-events {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.upcoming-events li {
    border: 1px solid #e6e6e6;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    background: #fff;
}

ul.upcoming-events li span {
    display: block;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    padding: 10px 0;
}

ul.upcoming-events li span i {
    color: #d12828;
    margin-right: 5px;
}

.upedate {
    position: absolute;
    left: 16px;
    right: 0;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    color: #999999;
    border-right: 1px solid #e6e6e6;
}

.upedate strong {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 20px;
}

ul.upcoming-events li .up-top {
    padding: 20px 20px 20px 70px;
}

ul.upcoming-events h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

ul.upcoming-events h5 a {
    color: #333333;
}

ul.upcoming-events li:hover {
    background: #c99004;
    color: #fff;
}

ul.upcoming-events li:hover span i,
ul.upcoming-events li:hover h5 a,
ul.upcoming-events li:hover .upedate {
    color: #fff;
}

.tagcloud {
    width: 100%;
    float: left;
}

.tagcloud a {
    border: 1px solid #e6e6e6;
    display: inline-block;
    line-height: 38px;
    padding: 0 20px;
    margin-bottom: 3px;
    color: #dfdfdf;
}

.tagcloud a:hover {
    background: #c99004;
    color: #fff;
    border-color: #000000;
}

ul.insta {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.insta li {
    float: left;
    width: 87px;
    height: 87px;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 1px;
}

ul.insta li:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(24, 37, 74, .5);
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
}

ul.insta li a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 99;
    font-size: 20px;
    opacity: 0;
}

ul.insta li:hover a,
ul.insta li:hover:after {
    opacity: 1;
}

.latest-posts ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.latest-posts li {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 82px;
}

.latest-posts li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 67px;
}

.latest-posts h6 {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
}

.latest-posts h6 a {
    color: #ffffff;
}

span.sb-date {
    color: #ececec;
}

span.sb-date i,
.latest-posts h6 a:hover {
    color: #c99004;
}

/******************************************
side widgets end
******************************************/

/******************************************
Blog Pages Start
******************************************/

/*******  Blog Grid Post Start  *****/

.blog-grid-post {
    width: 100%;
    float: left;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .15);
    margin-bottom: 40px;
}

.blog-grid-post:hover {
    box-shadow: 0 1px 6px rgba(0, 0, 0, .30);
}

.blog-grid-post .post-meta {
    border-top: 1px solid #e6e6e6;
    border-bottom: 0px;
    margin: 0px;
    padding: 18px 25px 0;
    list-style: none;
    text-align: left;
}

.blog-grid-post .post-meta li {
    display: inline-block;
    color: #999999;
    margin-right: 15px;
    font-size: 14px;
}

.blog-grid-post .post-meta li i {
    margin-right: 3px;
}

.blog-grid-post .post-meta li:last-child {
    margin: 0px;
}

.blog-grid-post .post-excerpt {
    padding: 22px 25px 20px;
}

.blog-grid-post .post-excerpt .date {
    display: block;
    color: #ffffff;
    font-weight: 500;
}

.blog-grid-post .post-excerpt h4 {
    margin: 11px 0 10px;
    line-height: 30px;
}

.blog-grid-post .post-excerpt h4 a {
    color: #c99004;
}

.blog-grid-post .post-excerpt a.bd:hover,
.blog-grid-post .post-excerpt h4 a:hover {
    color: #ffffff;
}

.blog-grid-post .post-excerpt a.bd {
    color: #ffffff;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.post-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.post-thumb:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
}

.post-thumb a {
    position: absolute;
    left: -150px;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    margin: auto;
    z-index: 99;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #000000;
}

.blog-grid .post-thumb img {
    max-width: none;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.05);
    transform: translate3d(-30px, 0, 0) scale(1.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.blog-grid .blog-grid-post:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.blog-grid-post:hover .post-thumb:after {
    opacity: 1;
}

.blog-grid-post:hover .post-thumb a {
    left: 0;
    opacity: 1;
}

.post-media iframe {
    width: 100%;
    height: auto;
    border: 0px;
}

/*******  Blog Grid Post End    *****/

/*******  Blog List Post Start    *****/

.blog-grid-post {
    overflow: hidden;
}

.blog-grid-post .np {
    padding: 0;
}

.blog-list .blog-grid-post .post-excerpt {
    padding: 27px 15px 25px 30px;
}

.blog-list .post-thumb img {
    height: auto;
    width: 100%;
}

.blog-grid-post:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.mr0 {
    padding: 0px;
}

.post-thumb a:hover {
    background: #fa394a;
    color: #fff;
}

/*******  Blog List Post End    *****/

/*******  Post Details    *****/

.post-meta {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    position: relative;
}

.post-meta ul.meta {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.post-meta ul.meta li {
    display: inline-block;
    margin-right: 10px;
    color: #999999;
    font-size: 14px;
    line-height: 40px;
}

.post-meta ul.meta li i {
    margin-right: 3px;
    color: #ccc;
}

.post-meta .share {
    top: 15px;
    bottom: inherit;
}

.post-meta .share i {
    margin-right: 5px;
}

.post-texts {
    padding: 25px 0;
    width: 100%;
    float: left;
}

.post-texts h4 {
    margin-bottom: 15px;
}

.blog-details p {
    margin-bottom: 20px;
    color: #bdbdbd;
    line-height: 26px;
}

.blog-details blockquote {
    background: #18254a;
    border: 0px;
    border-radius: 100px 0 0 100px;
    position: relative;
    padding: 35px 35px 35px 150px;
    margin: 0 0 30px;
}

.blog-details blockquote p {
    margin: 0px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    line-height: 30px;
}

.blog-details blockquote:after {
    content: "\f10d";
    font-family: FontAwesome-free;
    color: #fff;
    position: absolute;
    left: 50px;
    top: 35px;
    font-size: 60px;
    border-right: 5px solid #fa394a;
    padding-right: 22px;
}

img.img-left {
    float: left;
    margin: 0 30px 20px 0;
}

span.note {
    background: #c99004;
    color: #fff;
    padding: 0 5px;
}

.post-comments {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

ul.comments {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.comments .comment {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    position: relative;
    padding-left: 85px;
}

.user-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.user-thumb img {
    width: 100%;
    height: auto;
    border-radius: 100%;
}

ul.post-time {
    position: absolute;
    right: 0;
    top: 5px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.post-time li {
    float: left;
    margin-left: 10px;
    color: #888888;
}

ul.post-time a {
    color: #888888;
}

ul.post-time a i {
    color: #581616;
    font-size: 12px;
}

.user-comments {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 21px;
}

.user-comments h6 {
    margin-bottom: 10px;
}

.user-comments p {
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
}

.child-comments {
    width: 100%;
    float: left;
    margin: 25px 0 0;
    list-style: none;
    padding: 0px;
}

.clinks,
.clinks a {
    color: #919da6;
}

.child-comments .user-comments {
    padding-right: 20px;
}

.aname {
    display: inline-block;
}

span.ctime {
    font-size: 12px;
    color: #919da6;
}

ul.rep-comments {
    width: 85%;
    background: #fff;
    border-radius: 5px;
    float: left;
    padding: 0px;
    list-style: none;
    margin: 20px 0 0 68px;
    padding: 20px;
}

.post-video {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
}

.post-video iframe {
    width: 100%;
    border: 0px;
    min-height: 350px;
}

/******************************************
Blog Pages End
******************************************/
/******************************************
Course Details Page Start
******************************************/

.course-large-img img {
    width: 100%;
    height: auto;
}

ul.course-details-meta {
    margin: 0px;
    padding: 30px 0;
    list-style: none;
    border-bottom: 1px dashed #ccc;
    width: 100%;
    float: left;
}

ul.course-details-meta li {
    float: left;
    border-right: 1px solid #cccccc;
    padding: 0 30px;
    color: #666666;
    font-size: 14px;
}

ul.course-details-meta li:first-child {
    padding-left: 0px;
    width: 185px;
}

ul.course-details-meta li:last-child {
    padding-right: 0px;
    border: 0px;
    float: right;
}

img.pro {
    width: 41px;
    height: 41px;
    border-radius: 100%;
    float: left;
    margin-right: 20px;
}

ul.course-details-meta li strong {
    display: block;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #333333;
    font-size: 16px;
    margin-bottom: 5px;
}

ul.course-details-meta .fc-rating {
    color: #fa394a;
    font-size: 12px;
}

ul.course-details-meta h4 {
    color: #fa394a;
    margin: 0px;
}

ul.course-details-meta a.enroll {
    background: #18254a;
    line-height: 50px;
    padding: 0 25px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.course-text {
    width: 100%;
    float: left;
    padding: 30px 0 0;
}

.course-text p {
    margin-bottom: 15px;
}

.course-text h4 {
    margin: 20px 0;
}

.course-table {
    border: 1px solid #dcdcdc;
    width: 100%;
    margin: 20px 0 30px;
}

.course-table td {
    border: 1px solid #dcdcdc;
    padding: 20px 30px;
    font-size: 14px;
    color: #666666;
}

.course-table td:hover {
    background: rgba(204, 204, 204, .2);
}

.course-table strong {
    display: block;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.course-table td span {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fa394a;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
}

.course-text .check-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.course-text .check-list li {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
}

.course-text .check-list li:before {
    content: "\f00c";
    font-family: FontAwesome-free;
    color: #fa394a;
    font-size: 14px;
    margin-right: 12px;
}

.time-table {
    width: 100%;
    margin: 20px 0 30px;
    border: 1px solid #dcdcdc;
    float: left;
}

.time-table th {
    background: #fa394a;
    color: #fff;
    padding: 12px;
    border: 1px solid #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.time-table td {
    border: 1px solid #dcdcdc;
    padding: 12px;
    color: #666;
}

.time-table tr:nth-child(even) {
    background: #f1f1f1;
}

.time-table tr:nth-child(even):hover,
.time-table tr:nth-child(odd):hover {
    background: #dfdfdf;
}

.time-table tr:nth-child(odd) {
    background: #fff;
}

.related-courses {
    width: 100%;
    float: left;
}

.related-courses h3 {
    margin: 20px 0;
}

.main-content {
    width: 100%;
    float: left;
    padding: 80px 0;
    margin-top: 50px;
}
@media (max-width: 768px){
    .main-content {
        margin-top: 20px;
    }
}

/******************************************
Course Details Page End
******************************************/



/* Section wrapper */
.skyyyyynx-jobs-wrap {
  position: relative;
  overflow: hidden;
  padding: 80px 20px;
  display: block;
  isolation: isolate;
  border-radius: 18px;
  margin: 32px auto;
  max-width: 1100px;
  box-shadow: 0 10px 30px rgba(7,18,40,0.06);
  background: linear-gradient(135deg, var(--skynyx-bg-start) 0%, var(--skynyx-bg-end) 100%);
}

/* background animated gradient layer */
.skyyyyynx-bg {
  position: absolute;
  inset: -30%;
  background: radial-gradient(1200px 400px at 10% 20%, rgba(111,193,255,0.12) 0%, transparent 6%),
              radial-gradient(900px 350px at 90% 80%, rgba(11,79,214,0.09) 0%, transparent 8%),
              linear-gradient(130deg, rgba(11,79,214,0.02), rgba(111,193,255,0.02));
  transform: translateZ(0);
  filter: blur(18px);
  animation: skyyyyynx-bg-move 14s linear infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes skyyyyynx-bg-move {
  0% { transform: translate3d(-2%,0,0) scale(1) rotate(0.01deg); }
  50% { transform: translate3d(2%,-1%,0) scale(1.03) rotate(0.01deg); }
  100% { transform: translate3d(-2%,0,0) scale(1) rotate(0.01deg); }
}

/* particle layer using repeating-radial-gradient for perf */
.skyyyyynx-particles {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 10% 10%, rgba(255,255,255,0.02) 0 2px, transparent 3px),
    radial-gradient(circle at 80% 30%, rgba(255,255,255,0.018) 0 2px, transparent 3px),
    radial-gradient(circle at 30% 70%, rgba(255,255,255,0.015) 0 1.5px, transparent 2.5px);
  background-size: 1200px 600px, 1000px 500px, 800px 400px;
  opacity: 0.9;
  z-index: 1;
  animation: skyyyyynx-particles-move 16s linear infinite;
  pointer-events: none;
}

@keyframes skyyyyynx-particles-move {
  0% { background-position: 0% 0%, 0% 0%, 0% 0%; }
  50% { background-position: 30% -20%, -10% 15%, 20% -10%; }
  100% { background-position: 0% 0%, 0% 0%, 0% 0%; }
}

/* content area */
.skyyyyynx-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 18px;
  transform-origin: center;
  opacity: 0;
  transform: translateY(18px) scale(0.995);
  transition: transform 700ms cubic-bezier(.22,.9,.3,1), opacity 500ms ease;
}

/* when revealed by JS, add .skyyyyynx-inview on .skyyyyynx-content */
.skyyyyynx-content.skyyyyynx-inview {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Kicker */
.skyyyyynx-kicker {
  display: inline-block;
  font-weight: 700;
  color: var(--skynyx-accent-1);
  background: rgba(11,79,214,0.06);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  margin-bottom: 18px;
  letter-spacing: 0.2px;
}

/* Title & subtitle */
.skyyyyynx-title {
  font-size: clamp(22px, 3.4vw, 36px);
  line-height: 1.05;
  color: var(--skynyx-text);
  margin: 8px 0 12px;
  font-weight: 800;
}

.skyyyyynx-sub {
  color: var(--skynyx-muted);
  font-size: 16px;
  margin-bottom: 20px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* badges */
.skyyyyynx-badges {
  display: inline-flex;
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
}

.skyyyyynx-badge {
  background: linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0.35));
  border: 1px solid rgba(10,26,58,0.06);
  color: var(--skynyx-text);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 6px 18px rgba(12,32,72,0.04);
}

/* CTA row */
.skyyyyynx-cta-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

/* Buttons */
.skyyyyynx-btn {
  --pad-vertical: 12px;
  --pad-horizontal: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: var(--pad-vertical) var(--pad-horizontal);
  border-radius: 12px;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg, var(--skynyx-accent-1), var(--skynyx-accent-2));
  color: white;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 8px 24px rgba(11,79,214,0.12);
  transition: transform 220ms cubic-bezier(.2,.9,.3,1), box-shadow 220ms;
  text-decoration: none;
}

.skyyyyynx-btn:hover,
.skyyyyynx-btn:focus {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 14px 34px rgba(11,79,214,0.14);
  outline: none;
}

.skyyyyynx-btn:active {
  transform: translateY(-1px) scale(.998);
}

/* alt button (outline) */
.skyyyyynx-btn-alt {
  background: transparent;
  border: 1.5px solid rgba(10,26,58,0.06);
  color: var(--skynyx-text);
  box-shadow: none;
}

/* small note */
.skyyyyynx-note {
  color: var(--skynyx-muted);
  font-size: 13px;
  margin-top: 12px;
}

/* plane animation (path-like) */
.skyyyyynx-plane {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 12%;
  left: -10%;
  z-index: 1;
  transform-origin: center;
  opacity: 0.95;
  filter: drop-shadow(0 10px 18px rgba(11,79,214,0.08));
  pointer-events: none;
  will-change: transform;
}


/* fallback keyframes (translate along X) */
@supports not (offset-path: path('M0,0 C150,80 350,-80 520,0')) {
  .skyyyyynx-plane { animation: skyyyyynx-plane-fallback 9s linear infinite; }
  @keyframes skyyyyynx-plane-fallback {
    0% { transform: translateX(-10%) translateY(0) rotate(-10deg) scale(.95); opacity: 0.9; }
    45% { transform: translateX(30%) translateY(-12%) rotate(6deg) scale(1); opacity: 1; }
    75% { transform: translateX(70%) translateY(-8%) rotate(12deg) scale(1.02); opacity: 0.95; }
    100% { transform: translateX(120%) translateY(0) rotate(18deg) scale(.98); opacity: 0; }
  }
}

/* responsive tweaks */
@media (max-width: 720px) {
  .skyyyyynx-jobs-wrap { padding: 48px 18px; border-radius: 12px; }
  .skyyyyynx-title { font-size: 22px; }
  .skyyyyynx-plane { display: none; } /* hide decorative plane on small screens */
}

/* reduce motion */
@media (prefers-reduced-motion: reduce) {
  .skyyyyynx-bg,
  .skyyyyynx-particles,
  .skyyyyynx-plane,
  .skyyyyynx-content { animation: none !important; transition: none !important; transform: none !important; }
  .skyyyyynx-content { opacity: 1; }
}



/* ==================================================
   CPL ADMISSION POPUP - FINAL UPDATED CSS
   ================================================== */

/* Overlay */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

/* Popup Box */
.popup-box {
    background: #ffffff;
    width: 90%;
    max-width: 520px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    animation: popupFade 0.4s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

/* RED Close Button */
.popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: #ff2d2d;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px rgba(255, 45, 45, 0.6);
    transition: all 0.3s ease;
}

.popup-close:hover {
    background: #c80000;
    transform: scale(1.12) rotate(90deg);
}

/* Image */
.popup-image img {
    width: 100%;
    display: block;
}

/* Content */
.popup-content {
    padding: 22px;
    text-align: center;
}

.popup-content h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #000;
}

/* Batch Text */
.popup-content .batch {
    font-size: 15px;
    color: #f5b400;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Description Text */
.popup-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #222;
    opacity: 1;
    margin-bottom: 10px;
}

/* Dates */
.popup-dates p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 4px 0;
}

/* Limited Seats */
.popup-content .limited {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 14px 0;
}

/* Apply Button */
.popup-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 12px 30px;
    background: #000000;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.popup-btn:hover {
    background: #f5b400;
    color: #000;
    transform: translateY(-2px);
}

/* Animation */
@keyframes popupFade {
    from {
        transform: scale(0.92);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Mobile Optimization */
@media (max-width: 480px) {
    .popup-box {
        max-width: 95%;
    }

    .popup-content h2 {
        font-size: 20px;
    }

    .popup-content p {
        font-size: 14px;
    }
}


