@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    overflow-x: hidden;
}

/*
        Typography
*/
div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 44px !important;
    font-weight: 900;
}

h2 {
   font-size: 40px;
    font-weight: 600;
    font-weight: 800;
    color: #01214a;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

/*navigationBar*/
.navigationBar {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 100px;
    padding: 0;
    transition: all 500ms;
    background: #fff;
}

.navigationBar .containerWrapper {
    width: auto;
    padding: 0 50px;
    position: relative;
    z-index: 10;
}

/*navigationBarContent*/
.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    /*    margin-top: 10px;*/
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    transition: all 500ms;
}

.navbar-brand img {
    height: 95px;

    transition: all 1000ms;
    transform: scale(1);
    position: relative;
}

.navbar-nav {
    margin-top: 0;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/
.navbar-collapse>ul>li {
    margin: 0 0px;
    color: #000;
    height: 100px;
    line-height: 100px;
    padding: 0;
    position: relative;
    transition: all 500ms;
    font-family: "Poppins", sans-serif;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 15px;
    margin: 0;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 400ms;
    color: #000;
}

.navbar-collapse>ul>li>a>i {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #d80072;
    transition: all 400ms;
}

.navbar-collapse>ul>li>a>i.fa-angle-down {
    margin: 0 0 0 3px;
}




.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    /*background: #0072ca !important;
    color: #fff !important;*/
    background: transparent !important;
    color: #000 !important;

}

.navbar-collapse>ul>li:hover>a>i,
.navbar-collapse>ul>li.active>a>i {
    color: #000;

}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/
.navbar-collapse>ul>li>ul {
    width: 180px;
    height: auto;
    background: #fff;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 15px;
    color: #222;
    font-size: 15px;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #0072ca;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

/*double dropdown*/
.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #0072ca;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

/*navigationBarScroll*/
.navigationBarScroll {
    height: 60px;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.navigationBarScroll:before {
    display: none;
}

.navigationBarScroll .navbar-brand {
    margin-top: 15px;
}

.navigationBarScroll .navbar-brand img {
    transform: scale(0.75);
    top: -18px;
    height: 70px;
    width: auto !important;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

.navigationBarScroll .navbar-collapse>ul>li:before {
    height: 60px;
}
/* Login Form Styles */

.bannerSection {
    padding: 70px 0px;
    position: relative;
    clear: both;
    padding-top: 150px;
    background: url(../admin-assets/images/slide3.jpg);
}


.bannerSection::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.7;
    z-index: 1;
}
.bannerText {
    padding: 20px 0;
    text-align: left;
    color: white;
}

.bannerSection  .row{
    display: flex;
    align-items: center;
    justify-content: center;
}



.loginFormWrapper {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
}

.loginFormWrapper h2 {
    color: #333;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.loginForm .form-group {
    margin-bottom: 20px;
}

.loginForm label {
    color: #333;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.loginForm .form-control {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.loginForm .form-control:focus {
    border-color: #fece0f;
    box-shadow: 0 0 0 0.2rem rgba(254, 206, 15, 0.25);
    outline: none;
}

.loginForm .btn-primary {
    background-color: #01214a;
    border: none;
    color: white;
    font-weight: bold;
    height: 45px;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-top: 10px;
    border-radius: 10px !important;
}

.loginForm .btn-primary:hover {
    background-color: #ec9b16;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.form-footer {
    text-align: center;
    margin-top: 15px;
}

.form-footer .forgot-password {
    color: #1a5fab;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.form-footer .forgot-password:hover {
    color: #fece0f;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .loginFormWrapper {
        margin-top: 30px;
    }

    .bannerText h1 {
        font-size: 28px;
    }

    .bannerSection  .row{
        display: grid;

    }

    .bannerText h1 small {
        font-size: 20px;
    }
}


.websiteFeatures {
    position: relative;
    width: 100%;
    padding: 50px 0px;
    clear: both;

}

.websiteFeaturesblog ul {
    font-size: 18px;
}

.websiteFeaturesblog ul li {
    padding: 10px 0px;
    color: #01214a;
}

/*.websiteFeaturesblog ul li span {
    width: 30px;
    height: 30px;
    line-height: 10px;
    background: #d80072;
    border-radius: 100px;
    margin-right: 10px;
    padding: 10px 5px;
    float: left;
    text-align: center;
    color: #fff;
}*/


.websiteFeaturesblog ul li span {
    margin-right: 10px;
    color: #fcc009;
    font-size: 20px;
    font-weight: bold;
}



/* ============================
   Who Can Use This App Section
============================ */

.user-section{
    padding: 90px 8%;
    background: linear-gradient(180deg,#f8fbff,#ffffff);
}

.user-container{
    max-width: 1200px;
    margin: auto;
}

/* Header */
.user-header{
    text-align: center;
    margin-bottom: 60px;
}

.user-header h2{
    font-size: 40px;
    font-weight: 800;
    color: #01214a;
    margin-bottom: 10px;
}

.user-header p{
    font-size: 16px;
    color: #64748b;
}

/* Grid */
.user-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
}

/* Card */
.user-card{
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* Gradient border hover */
.user-card::before{
    content:"";
    position:absolute;
    inset:0;
    /*    background: linear-gradient(299deg, #0ea5e9, #173459);*/
    background: #fcc009;
    opacity:0;
    transition:0.4s;
    z-index:0;
}

.user-card:hover::before{
    opacity:1;
}

.user-card *{
    position:relative;
    z-index:1;
}

/* Hover animation */
.user-card:hover{
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0,0,0,0.12);
}

/* Icon */
.user-icon{
    width:70px;
    height:70px;
    margin:0 auto 15px;
    border-radius:50%;
    background:#e0f2fe;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    color:#01214a;
    transition:0.3s;
}

/* Text */
.user-card h3{
    font-size:20px;
    margin-bottom:10px;
    color:#0f172a;
    transition:0.3s;
        font-weight: 600;
}

.user-card p{
    font-size:15px;
    color:#475569;
    line-height:1.6;
    transition:0.3s;
}

/* Hover colors */
.user-card:hover h3,
.user-card:hover p{
    color:#fff;
}

.user-card:hover .user-icon{
    background:#fff;
    color:#01214a;
}

/* ============================
   Responsive
============================ */

@media(max-width: 992px){
    .user-grid{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width: 576px){
    .user-grid{
        grid-template-columns: 1fr;
    }

    .user-header h2{
        font-size: 30px;
    }
}


/* ===============================
   Technology & Support - Unique UI
================================ */

.support-zone{
    padding: 110px 8%;
    background: #01214a;
    color: #fff;
}

.support-wrap{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap:60px;
    align-items:center;
}



.support-left h2{
    font-size:44px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.support-left p{
    font-size:16px;
    line-height:1.8;
    color:#cbd5f5;
    margin-bottom:30px;
}

/* List */
.support-list{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    gap:15px;
    margin-bottom:35px;
}

.support-item{
    background: rgba(255,255,255,0.06);
    padding:12px 16px;
    border-radius:12px;
    font-size:14px;
    backdrop-filter: blur(6px);
}

/* Button */
.support-btn{
    display:inline-block;
    background:#facb3b;
    color:#fff;
    padding:13px 30px;
    border-radius:30px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s;
}

.support-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(14,165,233,0.35);
}

/* Right Side Visual */
.support-right{
    position:relative;
}

.support-glass{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    gap:20px;
    transform: rotate(-3deg);
}

.glass-box{
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.15);
    padding:30px 20px;
    border-radius:18px;
    text-align:center;
    font-size:16px;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
    transition:0.4s;
}

.glass-box:hover{
    transform: translateY(-10px) scale(1.05);
    background: rgba(255,255,255,0.2);
}

/* ===============================
   Responsive
================================ */

@media(max-width: 992px){
    .support-wrap{
        grid-template-columns: 1fr;
        text-align:center;
    }

    .support-list{
        grid-template-columns: 1fr;
    }

    .support-glass{
        transform:none;
    }
}

@media(max-width: 576px){
    .support-left h2{
        font-size:30px;
    }

    .support-left p{
        font-size:15px;
    }
}



/* ===============================
   Call To Action Section
================================ */

.cta-wave{
    position:relative;
    padding: 120px 8%;
    background: linear-gradient(120deg,#0ea5e9,#173459,#020617);
    overflow:hidden;
    color:#fff;
}

/* Animated background circles */
.cta-bg::before,
.cta-bg::after{
    content:"";
    position:absolute;
    border-radius:50%;
    background: rgba(255,255,255,0.08);
    filter: blur(60px);
}

.cta-bg::before{
    width:300px;
    height:300px;
    top:-80px;
    left:-80px;
}

.cta-bg::after{
    width:400px;
    height:400px;
    bottom:-120px;
    right:-120px;
}

.cta-container{
    max-width:1200px;
    margin:auto;
    position:relative;
    z-index:2;
}

.cta-content{
    display:grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items:center;
    gap:50px;
}

/* Text */
.cta-tag{
    display:inline-block;
    background: rgba(255,255,255,0.15);
    padding:6px 14px;
    border-radius:20px;
    font-size:12px;
    letter-spacing:1px;
    margin-bottom:15px;
}

.cta-text h2{
    font-size:44px;
    font-weight:800;
    margin-bottom:15px;
}

.cta-text p{
    font-size:17px;
    line-height:1.7;
    color:#e5f3ff;
    margin-bottom:30px;
}

/* Buttons */
.cta-actions{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.cta-main-btn{
    background:#fff;
    color:#020617;
    padding:14px 34px;
    border-radius:35px;
    font-weight:700;
    text-decoration:none;
    transition:0.3s;
}

.cta-main-btn:hover{
    transform: translateY(-3px);
    box-shadow:0 15px 30px rgba(255,255,255,0.3);
}

.cta-sec-btn{
    border:1.5px solid #fff;
    color:#fff;
    padding:14px 34px;
    border-radius:35px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
}

.cta-sec-btn:hover{
    background:#fff;
    color:#020617;
}

/* Visual */
.cta-visual{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.phone-icon{
    font-size:70px;
    background: rgba(255,255,255,0.15);
    padding:30px;
    border-radius:50%;
    backdrop-filter: blur(8px);
    z-index:2;
}

/* Pulse effect */
.pulse-ring{
    position:absolute;
    width:140px;
    height:140px;
    border-radius:50%;
    background: rgba(255,255,255,0.15);
    animation: pulse 2.5s infinite;
}

@keyframes pulse{
    0%{
        transform: scale(1);
        opacity:0.6;
    }
    100%{
        transform: scale(1.8);
        opacity:0;
    }
}

/* ===============================
   Responsive
================================ */

@media(max-width: 992px){
    .cta-content{
        grid-template-columns: 1fr;
        text-align:center;
    }

    .cta-actions{
        justify-content:center;
    }
}

@media(max-width: 576px){
    .cta-text h2{
        font-size:30px;
    }

    .cta-text p{
        font-size:15px;
    }
}


/* ============================
   Clean CTA Strip
============================ */

.cta-strip{
    padding: 70px 6%;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.cta-strip-container{
    max-width:1200px;
    margin:auto;
}

/* Layout */
.cta-strip-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    background: #f1f5f9;
    padding:40px 50px;
    border-radius:18px;
}

/* Text */
.cta-strip-text h2{
    font-size:34px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:8px;
}

.cta-strip-text p{
    font-size:16px;
    color:#475569;
}

.cta-strip-text span{
    color:#0ea5e9;
    font-weight:700;
}

/* Button */
.cta-strip-btn{
    background:#08274f;
    color:#fff;
    padding:14px 34px;
    border-radius:10px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
    box-shadow: 0 8px 20px rgba(14,165,233,0.3);
}

.cta-strip-btn:hover{
    background:#f8d159;
    transform: translateY(-2px);
}

/* ============================
   Responsive
============================ */

@media(max-width: 992px){
    .cta-strip-content{
        flex-direction:column;
        text-align:center;
    }
}

@media(max-width: 576px){
    .cta-strip-text h2{
        font-size:26px;
    }

    .cta-strip-text p{
        font-size:15px;
    }

    .cta-strip-content{
        padding:30px 20px;
    }
}



/* ===== Booking Section CSS ===== */
.booking-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    background: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    margin-top: -40px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

.booking-box {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    border-radius: 10px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
    gap: 15px;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1100px;
}

.form-group {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 180px;
}

label {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 6px;
}

input,
select {
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    font-size: 15px;
    transition: 0.3s;
}

input:focus,
select:focus {
    border-color: #1a73e8;
}

/* New Button Class */
.booking-btn {
    margin-top: 38px;
    border: none;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    text-decoration: none;
    background: white;
    color: #000;
    border: 1px solid black;
}
.booking-btn1 {
    background: #1a73e8;
    color: white;
    border: none;
    margin-top: 38px;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid black;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    text-decoration: none;
}

.booking-btn:hover {
    background: #e8e8e8;
}
.booking-btn1:hover {
    background: #e3e3e3;

}

.booking-btn::after {
    content: "→";
    margin-left: 8px;
    font-weight: bold;
}
.booking-btn1::after {
    content: "→";
    margin-left: 8px;
    font-weight: bold;
}



/* Registration-section */
.Registration{
    padding-top:50px;
    padding-bottom:50px;
    border-bottom: 3px solid #8abf32;
}
.dispaly-flex{
    text-align: center;
}
.box-box{
    border-radius: 10px;
    border: 1px solid #8abf32 !important;
    padding-top: 27px;
    padding-bottom: 16px;
}
.box-box1{
    border-radius: 10px;
    border: 1px solid #8abf32 !important;
    padding:10px;
    background-color: #8abf32;
    color: white;
    height: 150px;
    padding-top: 50px;
}
.color1{
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: #8abf32;
    padding: 11px;
    margin: 0px auto;
}
.box-box h5{
    margin-top:20px;
}


/* products-section */

.products-section {
    position: relative;
    width: 100%;
    padding: 50PX 0PX;
    clear: both;
}


.products-section .text-center {
    padding-bottom: 40px;
}

.products-section h2 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #9e160a;
}

.products-section p {

    margin-bottom: 10px;
}

.product-box {
    padding: 12px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    transition: 0.3s;
    text-align: center;
    color: #fff;
}

.product-box:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.184);
    transform: translateY(-5px);
    /* moves the box 5px upward on hover */
    transition: all 0.3s ease;
    /* smooth animation */
}

.orange {
    background: #ff9933;
}

.green {
    background: #00ab88;
}

.blue {
    background: #003366;
}

.product-box img {
    border-radius: 10px;
}

.product-box h4 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.product-box p {


    min-height: 50px;
}

.product-box .btn {
    margin-top: 10px;
}

.productcont {
    text-align: center;
    padding: 15px 5px;
}

.productcont .product-buttons .btn {
    padding: 6px 30px;
    background: rgb(34, 34, 34) !important;
    border-radius: 50px;
    /* rounded button */
    color: #fff !important;
    text-align: center;
}

.productcont .product-buttons {
    GAP: 40PX;
    justify-content: center;
    flex-wrap: wrap;
    DISPLAY: flex;
}



.productcont .btn:hover {
    background: #6b2400 !important;
}

.productcont .fa {
    font-size: 16px;
    margin-right: 5px;
}



/* Why Choose Section */
.why-choose {
    background: linear-gradient(135deg, #fcc009, #ffda4d);
    padding: 70px 0;
    position: relative;
}

.section-title {
    text-align: center;
    font-weight: 700;
    color: #01214a;
    margin-bottom: 50px;
    text-transform: uppercase;
}

/* List Styling */
.websiteFeaturesblog ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.websiteFeaturesblog ul li {
    background: #ffffff;
    margin-bottom: 18px;
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: 500;
    color: #01214a;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.websiteFeaturesblog ul li i {
    background: #01214a;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 14px;
    transition: 0.3s;
}

.websiteFeaturesblog ul li:hover {
    transform: translateX(8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.websiteFeaturesblog ul li:hover i {
    background: #fcc009;
    color: #01214a;
}

/* Image Styling */
.whychooseimg img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    transition: 0.4s ease;
}

.whychooseimg img:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
    .websiteFeaturesblog {
        margin-bottom: 40px;
    }
}



/* Join Us Section */
.join-us {
    background-color: #8abf32;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}


.join-us p {
    margin: auto;
}

.abb-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 25px;
    background-color: #ffea00;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.abb-btn:hover {
    background-color: #ffd700;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
    .learning-experience-txt {
        padding-bottom: 20px;
    }

    .learning-experience .row {
        display: unset;
    }

    .why-choose h2,
    .learning-text h2,
    .join-us h2 {
        font-size: 2rem;
    }

    .learning-experience {
        flex-direction: column;
    }

    .learning-image {
        margin-top: 20px;
    }

    .learning-text {
        text-align: center;
    }
}



/* ================================
   Premium Pricing Section
================================ */

.pricingSection{
    padding: 50px 0;
    background: linear-gradient(135deg,#5b4bdb,#6a5ae0,#7b6ff1);
    position: relative;
    overflow: hidden;
}

/* container spacing */
.pricingSection .container{
    max-width: 1200px;
}

/* Card Design */
.pricingSection .card{
    border: none;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}

/* Hover effect */
.pricingSection .card:hover{
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 35px 80px rgba(0,0,0,0.25);
}

/* Gradient top line */
.pricingSection .grad-hr{
    height: 6px;
    border: none;
    margin: 0;
    /*background: #fcc009;*/

    background-color: #fcc009
}

/* Header */
.pricingSection .card-header{
    background: transparent;
    border: none;
    padding: 30px 20px 10px;
}

.pricingSection .card-header h4{
    font-size: 23px;
    font-weight: 800;
    color:#1e293b;
    margin:0;
}

/* Body */
.pricingSection .card-body{
    padding: 0px 30px 40px;
}

/* Plan title */
.pricing-plan h5{
    font-size: 17px;
    font-weight: 700;
    color:#0f172a;
    margin-bottom: 12px;
}

/* Price styling */
.pricing-plan p{
    margin-bottom: 25px;
}

.pricing-plan span:first-child{
    font-size: 15px;
    color:#94a3b8;
}

.pricing-plan span:last-child{
    font-size: 26px !important;
    font-weight: 800;
    color:#ef2424fa !important;
}

/* Row spacing */
.pricingSection .row{
    gap: 30px;
}

/* ================================
   Responsive
================================ */

@media(max-width: 992px){
    .pricingSection{
        padding: 70px 0;
    }

    .pricingSection .card{
        margin-bottom: 30px;
    }
}

@media(max-width: 576px){
    .pricingSection .card-header h4{
        font-size: 22px;
    }

    .pricing-plan span:last-child{
        font-size: 26px !important;
    }

    .pricingSection .card-body{
        padding: 25px 20px 30px;
    }
}


/* formsection */
.formsection {
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding: 50px 0px;
    position: relative;
    background: url(../images/slide3.jpg) fixed no-repeat;
}

.formsection::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
}


.formsection h2 {
    color: white;
    font-weight: 600;
    padding-top: 20px;
}

.formsection p {
    color: white;
    font-size: 16px;
}

.formsection label {
    color: white;
    font-size: 16px;
    font-weight: 500;
}


.formsection .btn-primary {
    margin: 20px 5px;
}

.form-container {
    width: 70%;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-top: 50px;
}

.form-label {
    font-weight: 600;
    color: rgb(43, 145, 207);
}

.form-control,
.form-select {
    border-radius: 8px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.form-control:focus,
.form-select:focus {
    border-color: rgb(43, 145, 207);
    box-shadow: 0px 0px 5px rgba(43, 145, 207, 0.5);
}

.formsection .btn-primary {
    background: rgb(43, 145, 207);
    border: none;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    transition: 0.3s;
}

.formsection .btn-primary:hover {
    background: rgb(33, 120, 175);
}

.form-check-input:checked {
    background-color: rgb(43, 145, 207);
    border-color: rgb(43, 145, 207);
}

/* Traingmaterials */
/* ===============================
   Single Training Video Section
================================ */

.TrainingSingle{
    padding: 80px 0;
    background: #f8fafc;
}

.training-title{
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 40px;
    color:#0f172a;
}

/* Video Container */
.single-video-box{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    background: #000;
}

/* Video */
.single-video-box iframe{
    width: 100%;
    height: 550px;
    border: none;
    display: block;
}

/* ===============================
   Responsive
================================ */

@media(max-width: 992px){
    .single-video-box iframe{
        height: 420px;
    }

    .training-title{
        font-size: 30px;
    }
}

@media(max-width: 576px){
    .single-video-box iframe{
        height: 260px;
    }

    .training-title{
        font-size: 24px;
    }

    .TrainingSingle{
        padding: 50px 0;
    }
}



/*footerSection*/
.footerSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0;
    background: #f5f5f5;
    /* box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.3); */
}

.footerSection .heading {
    display: block;
    border-bottom: dashed 1px #ddd;
}

.footerSection .heading:before,
.footerSection .heading:after {
    display: none;
}

.logofooter {
    display: block;
    text-align: left;
}

.logofooter img {
    width: 60%;
}

.footerMenu {
    display: block;
}

.footerMenu ul {
    margin: 0 0 0 16px;
    padding: 0;
}

.footerMenu ul li {
    list-style: none;
    text-align: left;
}

.footerMenu ul li a {
    display: inline-block;
    font-size: 14px;
    margin: 3px 0;
}

.footerMenu ul li a:hover {
    color: #0072ca;
    text-decoration: underline;
}


/*footerSocial*/
.footerSocial {
    display: block;
    clear: both;
    width: 100%;
}

.footerSocial ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
}

.footerSocial ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 3px;
}

.footerSocial ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: all 400ms;
}
.instagram{
    background: #ff3c8e;
}


.footerSocial ul li a:hover {
    border-color: transparent;
    text-shadow: none;
}

/* Different Background Colors for Each */
.facebook {
    background: #1877F2;
}

.whatsapp {
    background: #25D366;
    color: #fff;
}

/* Facebook Blue */
.twitter {
    background: #1DA1F2;
}

/* Twitter Blue */
.linkedin {
    background: #0077B5;
}

/* LinkedIn Blue */
.google {
    background: #DB4437;
}

/* Google Red */
.pinterest {
    background: #E60023;
}

/* Pinterest Red */

/* Hover Effects */
.facebook:hover {
    background: #1259A5;
}

.twitter:hover {
    background: #0d8dd9;
}

.linkedin:hover {
    background: #005582;
}

.google:hover {
    background: #a8322a;
}

.pinterest:hover {
    background: #B81D1A;
}

.footer-add i {
    color: #01214a;
}


/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #01214a;
    /* padding: 12px 0; */
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.footerStrip .col-md-6 {
    padding: 0px;
}

.footerStrip p {
    padding: 10px 0px 0px 0px;
    margin: 5px;
    font-weight: 500;
}

.footerStrip strong {
    font-weight: bold;
}

.footerStrip a {
    color: #fff;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #ddd;
}

.footerStrip .lastupt {
    float: right;
    position: relative;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #fff;
    height: 45px;
    padding: 14px 10px;
}

.footer-app img {
    width: 80%;
   max-width: 200px;
    margin-top: 15px;
    border-radius: 15px;
    transition: 0.4s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.footer-app img:hover {
    transform: scale(1.05);
}


/*end footer css*/





/*misc*/
.divTable {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.divTableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.containerWrapper {
    width: auto;
    padding: 0 100px;
    position: relative;
    z-index: 10;
}

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #0072ca;
}

.heading small a {
    color: inherit;
}

.heading:before,
.heading:after {
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    background: #0072ca;
    bottom: 30px;
}

.heading:before {
    left: -30px;
    width: 20px;
}

.heading:after {
    right: -110px;
    width: 100px;
}

.heading-center:after {
    content: "";
    display: block;
    height: 3px;
    background: #0072ca;
    position: absolute;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
    bottom: 0;
    width: 100px;
}

.heading span,
.heading-center span {
    color: #0072ca;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #ec9b16 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

/* .btn-primary {
    background: #0072ca !important;
    color: #fff;
    border-color: transparent;
} */

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #ec9b16 !important;
    color: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.btn-primary2 {
    background: #ec9b16 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary2:hover,
.btn-primary2:focus,
.btn-primary2:active {
    background: #0072ca !important;
    color: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.btn-rounded {
    border-radius: 50px !important;
}

.pricing-btn {
    width: 250px;
    display: block;
    margin: 0 auto;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space20 {
    display: block;
    padding: 20px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/
.scrollup {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #01214a;
    z-index: 200;
}

.scrollup:hover {
    background: #ec9b16;
    opacity: 1;
    color: #fff;
}



@media (max-width: 1250px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }


    .navbar-collapse>ul>li {
        font-size: 14px;
        margin: 0;
    }
}

@media (max-width: 1180px) {
    /* .navigationBarScroll .navbar-collapse>ul>li>a>i {
        display: none;
    } */

    .navigationBarScroll .navbar-collapse>ul>li>a>i.fa-angle-right {
        display: inline-block;
    }

    .navigationBarScroll .navbar-collapse>ul>li {
        font-size: 16px;
    }

    .navigationBarScroll .navbar-collapse>ul>li>a {
        padding-left: 15px;
    }

    .containerWrapper {
        padding: 0 30px;
    }
}

@media (max-width: 1045px) {
    .navbar-collapse>ul>li>a {
        font-size: 14px;
        font-weight: 500;
    }

    .partnersRow h4 {
        font-size: 16px;
        letter-spacing: 0;
    }

    .bannerContent h1 {
        font-size: 44px !important;
    }
}

@media (max-width: 991px) {
    .container {
        width: auto;
        padding: 0 30px;
    }
}

@media (max-width: 940px) {
    .navigationBarScroll {
        position: absolute;
        height: auto
    }

    .navigationBar {
        height: auto;
        position: absolute;
    }

    .navbar-collapse {
        float: left;
        clear: both;
        width: 100%;
        margin-top: 12px;
        border-top: solid 1px #ddd;
    }

    .navbar-collapse>ul>li {
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    /* .navbar-collapse>ul>li::before {
        height: 100%;
    } */

    .bannerContent h1 {
        font-size: 32px !important;
    }

    .tablayout1 li a {
        font-size: 13px;
        padding: 0 10px 0 45px !important;
    }
}


@media (max-width: 850px) {
    .navbar-collapse>ul>li>ul>li>a {
        font-weight: 300;
    }

    .countDownSection .text .type-time {
        font-size: 12px;
    }

    .googleMaps {
        height: 750px;
    }

    .googleMaps iframe {
        left: -30%;
    }
}

@media (max-width: 768px) {
    .tablayout1 li {
        display: block;
        margin-bottom: 3px !important;
    }

    .footerSocial ul li {
        margin-right: 0;
    }

    .containerWrapper {
        padding: 0 20px;
    }

    .navbar-brand {
        margin-top: 15px;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    .bannerSection .bannerSlideImg {
        width: 100%;
        height: 51%;
    }

    .navigationBar {
        position: relative;
        background: #fff;
        height: auto;
        width: 100%;
        float: none;
        left: 0;
        height: auto;
    }

    .feature-box {
        margin: 0 0 20px 0;
    }

    .footer-add {
        text-align: left;
    }

    .navbar-brand img {
        height: 65px;
    }

    .navigationBar .containerWrapper {
        padding: 0 20px;
    }


    .navigationBar:before {
        display: none;
    }

    .navigationBarContent {
        padding-bottom: 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-header {
        margin: 0;
    }

    .navbar-brand {
        margin: 12px 0;
        border: none;
    }

    .navbar-collapse {
        float: none;
        background: #fff;
        margin-top: 10px;
        padding: 0;
        width: auto;
    }

    .navbar-toggle {
        background: #fff;
        border-radius: 0;
        border: none;
        margin-top: 20px;
        margin-right: 0;
    }

    .navbar-collapse>ul>li {
        color: #000;
        border-bottom: solid 1px #ddd;
    }

    /* .navbar-collapse>ul>li::before {
        display: none;
    } */
    .navbar-collapse>ul>li:before {
        top: 0;
        left: 0;
        visibility: visible;
        opacity: 1;
        transform: unset;
        height: 50px;
    }

    .navbar-collapse>ul>li:hover,
    .navbar-collapse>ul>li.active,
    .navbar-collapse>ul>li.active:hover {
        background: #0072ca;
        color: #000;
    }

    .partnersRow h4 {
        margin: 0 0 15px 0;
    }

    .bannerContent h1 {
        margin-bottom: 0;
    }

    .navigationBarScroll .navbar-brand {
        margin-top: 0;
    }

    .navigationBarScroll .navbar-brand img {
        transform: scale(1);
        top: 0;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        /*left: 105%;*/
        visibility: visible;
        opacity: 1;
        transition: none;
    }

    .bannerSection {
        height: auto;

    }

    .bannerSection{
        padding-top: 0px !important;
    }
    /*
        .bannerContent {
            position: relative;
            top: 0;
            padding: 15px 0;
            background: #0072ca;
            display: block;
        }*/

    .partnersRow .col-sm-4 {
        width: 50%;
        float: left;
    }

    #bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item .bannerSlideImg::before {
        display: none;
    }

    .bannerSliderSection {
        width: 100%;
        height: 62%;
        position: relative;
        top: 0;
    }

    .containerWrapper {
        padding: 0 15px;
    }

    .bannerSection #bannerSlider {
        height: 400px;
    }


    .countDownSection {
        padding: 30px 0;
    }

    .countDownSection .clock-item {
        width: 50%;
        float: left;
        margin: 0 0 15px 0;
    }

    .eventDetailCol {
        width: 100%;
        padding: 30px 0;
    }

    .googleMaps {
        position: relative;
        width: 100%;
        height: 300px;
        transform: none;
        left: 0;
        margin-bottom: 15px;
    }

    .googleMaps iframe {
        transform: none;
        width: 100%;
        height: 100%;
        left: 0;
    }

    .googleMaps:before {
        display: none;
    }

    .mediaGallerySection {
        overflow: hidden;
    }

    .footerSection,
    .logofooter {
        text-align: center;
    }

    .eventFeatures {
        overflow: hidden;
    }

    .footerSection .heading {
        margin-top: 20px;
        text-align: left;
    }
}

@media (max-width: 500px) {
    .container {
        padding: 0 10px;
    }

}

@media (max-width: 450px) {
}


.form-box {
    border: 1px solid #00000038;
    background-color: #f7f7f7;
    padding: 15px 15px;
}


/* ===== Book Free Demo Button ===== */

.navBtnNew{
    background: #01214a;          /* dark premium blue */
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 999px;         /* perfect pill shape */
    font-weight: 600;
    font-size: 15px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: auto;
    box-shadow: 0 8px 25px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
}

/* Hover effect */
.navBtnNew:hover{
    background: #fcc009;
    color:black;
    transform: translateY(-2px);
    /*box-shadow: 0 12px 35px rgba(14,165,233,0.4);*/
}

/* Remove default link styling */
    /*.navbar-collapse>ul>li>a .navBtnNew{
        color :black;
    }*/
