@import 'https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;family=Titillium+Web:wght@400;600;700;900&amp;display=swap';

*,
*:before,
*:after {
    box-sizing: inherit
}

* {
    scroll-behavior: inherit !important
}

html,
body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box
}

body {
    font-family: roboto, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #757f95;
    line-height: 1.8
}

a {
    color: #14212b;
    display: inline-block
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none
}

a:hover {
    color: #0049d0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #182333;
    margin: 0;
    font-weight: 600;
    font-family: titillium web, sans-serif;
    line-height: 1.2
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    margin: 0
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    height: auto
}

label {
    color: #999;
    cursor: pointer;
    font-weight: 400
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none
}

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

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

*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1
}

*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1
}

.preloader {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999
}

.loader {
    width: 40px;
    height: 40px;
    position: relative;
    top: calc(50% - 30px);
    left: calc(50% - 20px)
}

.loader-box-1,
.loader-box-2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #33bdff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader-bounce 2s infinite ease-in-out
}

.loader-box-2 {
    animation-delay: -1s
}

@keyframes loader-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.ovrflow-hidden {
    overflow: hidden
}

.text-right {
    text-align: right
}

.space-between {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-pd {
    padding: 0 7rem
}

.s-pd {
    padding: 0 12rem
}

.h-100 {
    height: 100%
}

.h-100vh {
    height: 100vh
}

.bg {
    background-color: #f6f6f6
}

.site-heading {
    margin-bottom: 50px
}

.site-title-tagline {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #33bdff;
    position: relative
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 48px;
    color: #182333;
    margin-top: 5px;
    margin-bottom: 0
}

.site-title span {
    color: #33bdff
}

.site-heading p {
    font-size: 16px
}

@media all and (max-width:767px) {
    .site-title {
        font-size: 35px
    }
}

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

.pd-50 {
    padding: 50px 0
}

.py-120 {
    padding: 120px 0
}

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

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

.pt-0 {
    padding-top: 0
}

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

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

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

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

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

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

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

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

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

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

.pb-0 {
    padding-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

.mt-0 {
    margin-top: 0
}

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

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

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

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

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

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

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

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

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

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

.mb-0 {
    margin-bottom: 0
}

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

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

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

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

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

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

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

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

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

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

.mr-300 {
    margin-right: 300px
}

.ml-300 {
    margin-left: 300px
}

.pos-rel {
    position: relative;
    z-index: 1
}


.main-header{
    display: none!important;
}
header.main-header.header-style-1.font-heading {
    display: none !important;
}
footer.pb-20.bg-grey{
    display: none!important;
}

@media(min-width:1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1185px
    }
}

#scroll-top {
    display: block;
    position: fixed;
    bottom: 140px;
    right: 30px;
    z-index: 99;
    font-size: 17px;
    border: none;
    outline: none;
    background: #33bdff;
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    transition: all .5s ease-in-out
}

.whatsapplt {
    display:block;
    position: fixed;
    bottom: 82px;
    right: 26px;
    z-index: 99;
    font-size: 40px;
    border: none;
    outline: none;
    color: #25d366;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;

}

 .whatsapplt {
    /* animation: bounce-whatsapp-button 2s infinite;
    -webkit-animation: bounce-whatsapp-button 2s infinite;
    -moz-animation: bounce-whatsapp-button 2s infinite;
    -o-animation: bounce-whatsapp-button 2s infinite */
  }

  @-webkit-keyframes bounce-whatsapp-button {

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

    40% {
      -webkit-transform: translateY(-30px)
    }

    60% {
      -webkit-transform: translateY(-15px)
    }
  }

  @-moz-keyframes bounce-whatsapp-button {

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

    40% {
      -moz-transform: translateY(-30px)
    }

    60% {
      -moz-transform: translateY(-15px)
    }
  }

  @-o-keyframes bounce-whatsapp-button {

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

    40% {
      -o-transform: translateY(-30px)
    }

    60% {
      -o-transform: translateY(-15px)
    }
  }

  @keyframes bounce-whatsapp-button {

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

    40% {
      transform: translateY(-30px)
    }

    60% {
      transform: translateY(-15px)
    }
  }


#call {
    display:block;
    position: fixed;
    bottom: 30px;
    right: 26px;
    z-index: 99;
    font-size: 13px;
    border: none;
    outline: none;
    color: #ffffff;
    cursor: pointer;
    width: 42px;
    height: 42px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    transition: all .5s ease-in-out
    
    
}


.cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 8rem;
	background: #33bdff;
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	/* -webkit-animation: cc-calto-action-ripple 0.6s linear infinite; */
	/* animation: cc-calto-action-ripple 0.6s linear infinite; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
	.call-buton .cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
	.call-buton .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}
	
	
.header-top {
    padding: 0px 0;
    position: relative;
    z-index: 2;
    background-color: #000000d1;
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-contact ul {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap; /* Ensure wrapping on smaller screens */
}

.header-top-contact li {
    display: flex;
    align-items: center;
    gap: 12px;
}
    .course-sec  .dashboard-wrap {
            max-width: 900px;
            margin: 40px auto;
        }
      .course-sec  .card-box {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 16px;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.04);
        }
       .course-sec .profile-circle {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #dbeafe;
            color: #2563eb;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
        }
       .course-sec .course-card {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 16px;
            padding: 20px;
            margin-bottom: 15px;
        }
      .course-sec  .status-badge.active {
            background: #dcfce7;
            color: #15803d;
        }
       .course-sec .status-badge.expired {
            background: #fee2e2;
            color: #dc2626;
        }
.course-sec .icon-box.bg-green {
    background: #ceffc1;
    color: #00c009;
    padding: 13px 5px;
    font-size: 20px;
    border-radius: 5px;
}
.course-sec .page-wrap{
      max-width:900px;
      margin:40px auto;
    }
   .course-sec .card-ui{
      background:#fff;
      border:1px solid #e7e7e7;
      border-radius:14px;
      padding:18px 20px;
      box-shadow:0 1px 4px rgba(0,0,0,0.03);
    }
  .course-sec  .badge-soft-blue{background:#e0f2fe;color:#0284c7;font-size:12px;}
  .course-sec  .badge-soft-green{background:#dcfce7;color:#65a30d;font-size:12px;}
  .course-sec  .section-title{
      border-left:4px solid #06b6d4;
      background:#eef9fd;
      padding:10px 14px;
      border-radius:4px;
      font-weight:600;
      margin:18px 0 8px;
    }
  .course-sec  .topic-row{
      background:#fff;
      border:1px solid #e8e8e8;
      border-radius:10px;
      padding:10px 12px;
      margin-bottom:8px;
    }
   .course-sec .number-circle{
      width:22px;
      height:22px;
      border-radius:50%;
      background:#e0f7fa;
      color:#06b6d4;
      display:flex;
      align-items:center;
      justify-content:center;
      font-size:12px;
      font-weight:700;
    }
   .course-sec .btn-outline-custom{
      border:1px solid #d1d5db;
      border-radius:8px;
      background:#fff;
      padding:7px 14px;
      font-size:14px;
    }
   .course-sec .topic-box .bg-blue {
    background: #33bdff24;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 13px;
    color: #33bdff;
    margin: 0px 10px;
}
.course-sec .topic-box .bg-green {
    background: #49ff5224;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 13px;
    color: #0bbb00;
    margin: 0px 10px;
}
  .exam-sec  .page-wrap {
            max-width: 820px;
            margin: 40px auto;
        }

       .exam-sec  .card-ui {
            background: #fff;
            border: 1px solid #e6e6e6;
            border-radius: 14px;
            padding: 20px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, .03);
        }

       .exam-sec .timer-box {
            background: #fff8e6;
            border: 1px solid #f3d98c;
            border-radius: 10px;
            padding: 10px 14px;
            text-align: center;
            min-width: 100px;
        }

       .exam-sec .progress {
            height: 6px;
            border-radius: 10px;
        }

       .exam-sec .option-box {
            border: 1px solid #e3e3e3;
            border-radius: 10px;
            padding: 12px 14px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 12px;
            cursor: pointer;
            transition: .2s;
        }

       .exam-sec .option-box:hover,
       .exam-sec .option-box.selected {
            border-color: #16c5d8;
            background: #f0fdff;
        }

       .exam-sec .option-circle {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 1px solid #d8d8d8;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 13px;
            color: #666;
        }

      .exam-sec  .step-circle {
            width: 26px;
            height: 26px;
            border-radius: 50%;
            border: 1px solid #d8d8d8;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 0 4px;
            font-size: 12px;
            cursor: pointer;
        }

      .exam-sec  .step-circle.active {
            border: 1px solid #16c5d8;
            color: #16c5d8;
            font-weight: 700;
        }

      .exam-sec  .btn-nav {
            border: 1px solid #d8d8d8;
            border-radius: 8px;
            background: #fff;
            padding: 8px 16px;
        }
     div#reviewBox {
    background: #33bdff00;
    border: 1px solid #33bdff;
    border-radius: 10px;
}
  .score-sec .page-wrap{max-width:820px;margin:40px auto;}
         .score-sec  .card-ui{background:#fff;border:1px solid #e6e6e6;border-radius:14px;padding:28px;box-shadow:0 1px 4px rgba(0,0,0,.03);}
   .score-sec .score-circle{width:86px;height:86px;border:4px solid #12b5cb;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto;}
   .score-sec .score-circle h2{margin:0;color:#12b5cb;font-weight:700;line-height:1;}
   .score-sec .score-circle small{color:#6b7280;font-weight:600;}
   .score-sec .pass-badge{display:inline-block;background:#e7f4da;color:#6b8e23;padding:6px 18px;border-radius:20px;font-weight:600;font-size:14px;}
   .score-sec .stat-box{background:#fafaf7;border:1px solid #ececec;border-radius:12px;padding:14px;text-align:center;}
   .score-sec .stat-box h3{margin:0;font-weight:700;}
   .score-sec .action-btn{border:1px solid #d8d8d8;background:#fff;border-radius:8px;padding:8px 14px;}
        .score-sec{
            padding: 50px 0px;
        }
#reviewBox h4 {
    font-size: 19px;
    font-weight: 600;
}
#reviewBox h4 span{
        color: #33bdff;
}
.course-sec .topic-box p {
    padding: 7px 0px;
}
.course-sec .btn-custom:hover, .course-sec .btn-outline-custom:hover {
    background: #33bdff;
    color: #fff;
    border-color: #33bdff;
}
.course-sec .topic-box ul {
    display: flex;
}
.course-sec .topic-box ul li {
    font-size: 13px;
    margin-right: 10px;
    color: #323232;
    font-weight: 700;
}


.course-sec .icon-box.bg-red {
    background: #ffdbdb;
    color: #c00000;
    padding: 13px 5px;
    font-size: 20px;
    border-radius: 5px;
}
       .course-sec .status-badge {
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
        }
       .course-sec .btn-custom {
            border-radius: 10px;
            border: 1px solid #ddd;
            background: #fff;
        }
 .course-sec .icon-box.bg-blue {
    background: #d5f1ff;
    color: #33bdff;
    padding: 13px 5px;
    font-size: 20px;
    border-radius: 5px;
}
.header-top-contact ul li i {
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-size: 25px;
}

.header-top-contact li h6 {
    color: #fff;
    font-size: 20px;
}

.header-top-contact ul li a {
    color: #fff;
    font-weight: 400;
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-top-social a {
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-left: 5px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.header-top-social a:hover {
    background: #10539a;
    color: #fff;
}

@media all and (max-width: 992px) {
    .header-top {
        display: none;
    }

    .navbar {
        top: 0;
        right: 0;
        left: 0;
        background-color: #fff;
    }

    .navbar-brand img {
        width: 80px;
    }

    .navbar-toggler {
        font-size: 32px;
        color: #182333;
        font-weight: 500;
    }

    .navbar-collapse {
        max-height: 290px;
        overflow-y: auto;
        padding: 10px 20px;
        background-color: #fff;
    }

    .header-nav-right {
        display: none;
    }

    .navbar .nav-item .nav-link {
        font-size: 16px;
        font-weight: 700;
        color: #182333;
        transition: all 0.3s ease;
    }

    .navbar .nav-item .nav-link:hover {
        color: #33bdff;
    }
}

@media (max-width: 991px) {
    .navbar .nav-item .dropdown-menu {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 10px;
        box-shadow: none;
    }
}

.navbar .nav-item .dropdown-menu {
    /* display: none; Initially hidden */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 50px 0 rgb(32 32 32 / 15%);
}

.navbar .nav-item.show .dropdown-menu {
    display: block; /* Display on parent hover/click */
    opacity: 1;
    visibility: visible;
}

/* Add proper spacing and alignment */
.navbar .nav-item .dropdown-menu li {
    margin-bottom: 10px;
}
    .navbar .nav-item .dropdown-menu li:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    .navbar .nav-item .dropdown-menu .dropdown-item {
        font-size: 15px;
        font-weight: 600;
        padding: 8px 15px;
        color: #182333;
        position: relative;
        text-transform: uppercase;
        transition: all 0.3s ease-in-out;
    }

    .navbar .nav-item .dropdown-menu .dropdown-item:hover {
        background: rgba(51, 189, 255, 0.1);
        color: #33bdff;
        padding-left: 20px;
    }

    .navbar .nav-item .nav-link {
        position: relative;
        z-index: 1;
    }

    .navbar .nav-item .nav-link.active,
    .navbar .nav-item:hover .nav-link {
        color: #33bdff;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: all 0.3s ease;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
.dropdown:hover .dropdown-menu {
    display: block;
}
    .navbar .dropdown-menu-end {
    right: 0;
    display: none;
    left: auto;
}



    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .dropdown-menu.fade-up {
        top: 140%;
    }

    /* Submenu styles */
    .navbar .nav-item .dropdown-menu .dropdown {
        position: relative;
    }

    .navbar .nav-item .dropdown-menu .dropdown .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
        margin-top: 0;
        margin-left: 10px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        transform: translateX(-10px);
        border-radius: 12px;
        box-shadow: 0 0 50px 0 rgb(32 32 32 / 15%);
    }

    .navbar .nav-item .dropdown-menu .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .navbar .nav-item .dropdown-menu .dropdown .dropdown-item {
        padding: 8px 15px;
        font-size: 14px;
        font-weight: 500;
    }

    .navbar .nav-item .dropdown-menu .dropdown .dropdown-item:hover {
        padding-left: 20px;
        color: #33bdff;
        background: rgba(51, 189, 255, 0.1);
    }
    footer.pb-20.bg-grey {
    display: none;
    }
    header.main-header.header-style-1.font-heading {
    display: none;
    }
    .sidenav {
   
    display: none!important;
}

.pagination-area .page-link, #scrollUp{
    bottom: 190px !important;
}
#scrollUp{
    position: inherit;
    z-index: 1;
    display: none!important;
}


@media all and (max-width: 991px) {
    .navbar .nav-item .dropdown-menu .dropdown .dropdown-menu {
        position: relative; /* Ensure it stacks below the parent menu */
        top: auto; /* Reset position for mobile */
        left: auto;
        margin-top: 10px; /* Add spacing between menus */
        margin-left: 0;
        opacity: 1; /* Make it visible on mobile */
        visibility: visible; /* Ensure it's not hidden */
        transform: translateX(0); /* Remove animation offset */
        border-radius: 12px;
        box-shadow: 0 0 20px 0 rgba(32, 32, 32, 0.15); /* Softer shadow for mobile */
        width: 100%; /* Ensure it spans the width of the screen for better usability */
        background-color: #fff; /* Match the dropdown background */
    }

    .navbar .nav-item .dropdown-menu .dropdown {
        position: relative;
    }

    .navbar .nav-item .dropdown-menu .dropdown .dropdown-item {
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 500;
        color: #182333;
    }

    .navbar .nav-item .dropdown-menu .dropdown .dropdown-item:hover {
        color: #33bdff;
        background: rgba(51, 189, 255, 0.1);
    }
}

    .header-nav-right {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-left: 30px
    }

    .header-nav-search a {
        color: #1f242e;
        font-size: 18px;
        padding: 5px
    }

    .header-nav-search a:hover {
        color: #33bdff
    }

    .navbar .header-btn {
        padding-top: 8px
    }

    .header-phone {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-left: 18px
    }

    .header-phone-icon {
        width: 45px;
        height: 45px;
        background: #33bdff;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        font-size: 22px
    }

    .header-phone-content span {
        color: #fff
    }

    .header-phone-content a {
        color: #fff;
    }


.navbar {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 999
}

.navbar-bg {
    background: #fff;
    border-radius: 10px
}

.navbar.fixed-top {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .17);
    animation: slide-down .7s
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

.navbar.fixed-top .nav-item .nav-link::before {
    color: #182333
}

.navbar .navbar-brand .logo-display {
    display: block
}

.navbar .navbar-brand .logo-scrolled {
    display: none
}

.navbar.fixed-top .navbar-brand .logo-display {
    display: none
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
    display: block
}

button.navbar-toggler {
    font-size: 3.5rem;
    padding: 0;
    margin: 0
}

button.navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: inherit;
    height: inherit
}

.navbar-brand img {
    width: 140px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 1.5px;
    font-family: 'font awesome 5 pro';
    content: "\f067";
    font-weight: 600;
    border: none;
    font-size: 11px
}

.dropdown-toggle:hover::after {
    content: "\f068"
}

.mobile-menu-right {
    display: flex;
    align-items: center
}

@media all and (max-width:1199px) {
    .navbar .header-btn {
        display: none
    }

    .navbar .header-btn {
        display: none
    }

    .header-phone {
        display: none
    }
}

@media all and (max-width:991px) {
    .navbar {
        top: 0;
        right: 0;
        left: 0;
        background-color: #fff;
       /*position: fixed*/
    }

    .navbar-brand {
        padding-left: 10px
    }

    .navbar-brand img {
        width: 80px
    }

    .navbar-collapse {
        max-height: 290px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 20px;
        background-color: #fff
    }

    .dropdown-toggle::after {
        float: right
    }

    .navbar .nav-item .nav-link {
        color: #182333;
        font-weight: 700;
        transition: all .5s ease-in-out
    }

    .navbar .nav-item .nav-link:hover {
        color: #33bdff !important
    }

    .navbar-toggler-icon {
        font-size: 32px;
        color: #182333;
        font-weight: 500;
        padding-right: 10px;
        margin-bottom: 10px
    }

    .navbar .dropdown-menu {
        border-radius: 10px
    }

    .navbar.fixed-top .navbar-toggler-icon {
        color: #182333
    }

    .header-nav-right {
        display: none
    }
}


.course-content {
    margin-top: 40px
}

.course-time i {
    color: #33bdff
}

.course-title {
    margin-top: 5px
}

.course-title a {
    margin-bottom: 10px;
    font-size: 24px;
}

.course-title a:hover {
    color: #33bdff !important
}

.home-2.header .navbar-nav li {
    margin: 0px 25px;
}
.inner-banner{
    background: url(../img/test/banner-airline.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0px;
}
.banner-content h4 {
    font-size: 52px;
    margin-bottom: 15px;
    font-weight: 700;
}
.banner-content p{
    font-size: 19px;
    color: #000;
}
.course-sec .course-title a {
    margin-bottom: 10px;
    font-size: 23px;
}
.pricing-sec {
    padding: 50px 0px;
}

.course-sec {
    padding: 30px 0px 0px;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}
.course-icon-img {
    position: absolute;
    background: #33bdff;
    color: #fff;
    font-size: 21px;
    border-radius: 50px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 10px 0px #e2e2e2;
    top: 43%;
    left: 0px;
    margin: auto;
    line-height: 47px;
    right: 0px;
    width: 60px;
    height: 60px;
}
.course-box {
    text-align: center;
    position: relative;
    border: 1px solid #d5d5d5;
    border-radius: 25px;
    margin-bottom: 30px;
}
.course-box img {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.course-d-sec {
    padding: 50px 0px;
}
.course-d-img img {
    border-radius: 20px;
}
.course-d-content {
    padding: 30px 0px;
}
.course-sec.sub-course .course-icon-img {
  top: -12%;
}
.course-sec.sub-course .course-box{
    border: 1px solid #33bdff;
    margin-bottom: 60px;
}
.course-popup {
    text-align: center;
}
.course-popup .modal-header{
    display: block;
    border-bottom: 0px;
}
.course-popup .modal-header h5{
    font-size: 25px;
}
.login-sec {
    padding: 70px 0px;
}
.login-box {
    box-shadow: 0px 0px 10px 0px #ccc;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
}
.login-box h4{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}
.login-box input {
    background: #eaeaea;
    border: 0px;
    padding: 13px 10px;
    margin-top: 10px;
    border-radius: 50px;
    height: 55px;
}
.login-box label{
    color: #000;
    font-weight: 500;
}
.course-popup .btn-close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #33bdff;
    opacity: 1;
    line-height: 10px;
    padding: 12px;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
}
.theme-btn {
    font-size: 16px;
    color: #fff;
    padding: 7px 40px 7px 40px!important;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    overflow: hidden;
    border: none;
    background: #33bdff;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    transition: all .5s ease-in-out;
    z-index: 1;
}

.course-d-content h4 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 15px;
}
.course-d-content p{
    font-size: 16px;
}
.course-box-content {
    padding: 45px 20px 20px;
    margin-bottom: 20px;
}
.pricing-box .icon-price a {
    background: #33bdff;
    color: #fff;
    width: 52px;
    border-radius: 50px;
    height: 52px;
    font-size: 22px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 20px;
}
.explpain-popup button.btn-close {
    background: #33bdff;
    line-height: 20px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 19px;
    opacity: 1;
    position: absolute;
    right: 0px;
}
.explpain-popup .modal-header{
    padding: 0px;
    border-bottom: 0px;
}
.pricing-box h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 17px;
    margin-top: 15px;
}
.explpain-popup .modal-body {
    padding: 30px;
}
.pricing-box ul li {
    color: #000;
    list-style: disc;
    margin-left: 20px;
    padding: 3px 0px;
    font-weight: 600;
}
.pricing-box {
    box-shadow: 0px 0px 10px 0px #ccc;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 30px;
}
.pricing-box h4 span {
    color: #aeaeae;
    font-weight: 500;
    font-size: 15px;
}
.test-sec {
    padding:30px 0px 50px;
}
.time-text h6 {
    color: #33bdff;
}
.test-box {
    padding: 30px;
    border: 1px solid #33bdff;
    border-radius: 20px;
}
.test-box h4{
    margin-bottom: 20px;
}
.test-box .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 15px;
}
.test-box .form-check label{
    color: #000;    
}
.test-box .form-check-input{
    margin-top: 0.45em;
}
.test-bottom a {
    color: #33bdff;
}
.explpain-popup .modal-body h3{
    font-size: 35px;
}
.explpain-popup .modal-body h3 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 20px;
}
.explpain-popup .modal-body h5{
    font-size: 20px;
    text-align: left;
}
.test-box h6 {
    font-size: 20px;
    margin: 16px 0px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.pagination.page .page-link {
    border-radius: 0px !important;
    width: 80px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    height: 33px;
    margin: 0px 20px;
}
.explpain-popup .modal-body p {
    font-size: 16px;
    text-align: justify;
    color: #000;
    padding-top: 10px;
}

.footer-area {
    background: #1f242e;
    position: relative;
    z-index: 1
}

.footer-shape {
    position: relative;
    height: 80px;
    width: 100%;
    left: 0;
    top: 0;
    background: #33bdff;
    clip-path: polygon(100% 0, 0 0, 50% 100%)
}

.footer-widget-box {
    margin-bottom: 20px
}

.footer-widget {
    position: relative;
    z-index: 1
}

.footer-logo img {
    width: 240px;
    margin-bottom: 20px
}

.copyright {
    padding: 20px 0;
    background: #1b2029
}

.copyright .footer-menu {
    margin: 0;
    padding: 0;
    text-align: right
}

.copyright .footer-menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px
}

.copyright .footer-menu li a {
    color: #f5faff;
    transition: all .5s ease-in-out
}

.copyright .footer-menu li a:hover {
    color: #33bdff
}

.copyright .copyright-text {
    color: #f5faff;
    margin-bottom: 0;
    font-size: 16px
}

.copyright .copyright-text a {
    color: #33bdff;
    font-weight: 500
}

.footer-widget-title {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    z-index: 1
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 15px;
    height: 3px;
    background-color: #33bdff;
    bottom: 0;
    left: 0
}
.detail-box {
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #e3e3e3;
    border-radius: 20px;
    margin-top: -80px;
    margin-bottom: 30px;
}
.detail-box h2 {
    margin-bottom: 15px;
}
.detail-box p {
    font-size: 17px;
}
.course-div {
    background: #e9f8ff;
    box-shadow: 0px 0px 23px 0px #eeeeee;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 30px;
    transition:0.5s;
    border: 1px solid #33bdff;
}
.course-div:hover {
    margin-top: -5px;
    box-shadow: 0px 0px 23px 0px #a3e2ff;
}
.course-div h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
.course-div ul li {
    margin: 7px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    list-style: disc;
    margin-left: 30px;
}
.detail-content h3{
    font-size: 41px;
    margin-bottom: 15px;
    color: #fff;
        
}
.price-text h6 span {
    font-size: 27px;
    color: #009521;
}
.detail-banner  .bread-crumb ul li {
    color: #fff;
    margin: 7px;
}
.detail-banner .bread-crumb ul {
    display: flex;
}
.detail-banner {
    background: url(../img/banner-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 85px 0px 145px;
}
.detail-content p {
    color: #fff;
    font-size: 20px;
}
.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 35px;
    height: 3px;
    background-color: #33bdff;
    bottom: 0;
    left: 20px
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.footer-list li a {
    color: #fff;
    transition: all .5s ease-in-out
}

.footer-list li a i {
    margin-right: 5px;
    color: #33bdff
}

.footer-list li a:hover {
    padding-left: 10px;
    color: #33bdff
}

.footer-widget-box p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px
}

.footer-social {
    display: flex;
    gap: 15px;
    margin-top: 30px
}

.footer-social li a i {
    height: 40px;
    width: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px;
    background: #33bdff;
    border: 2px solid #33bdff;
    color: #fff;
    transition: all .5s ease-in-out
}

.footer-social li a i:hover {
    background: 0 0;
    color: #33bdff
}

.footer-newsletter .subscribe-form .form-control {
    border: 2px solid #e8e8e8;
    height: 55px;
    padding: 0 20px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
    background-color: transparent
}

.footer-newsletter .subscribe-form .form-control::placeholder {
    color: #f2f3f5;
    opacity: 1
}

.footer-newsletter .subscribe-form .theme-btn {
    margin-top: 20px
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #f5faff;
    font-size: 16px;
    margin-bottom: 10px
}

.footer-contact li a {
    color: #f5faff;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-contact li i {
    width: 12px;
    height: 30px;
    font-size: 18px;
    margin-right: 15px;
    border-radius: 5px;
    line-height: 31px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: #33bdff
}

@media all and (max-width:1199px) {
    .footer-widget-box {
        margin-bottom: 50px
    }
}

@media all and (max-width:991px) {
    .footer-widget-wrapper {
        padding-bottom: 0
    }
.detail-banner {
    background: url(../img/banner-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 115px;
}
    .detail-content h3 {
    font-size: 31px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}
    .detail-box h2 {
    margin-bottom: 15px;
    font-size: 29px;
}
    .detail-banner .bread-crumb ul {
    display: flex;
    justify-content: center;
}

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

    .copyright .footer-menu {
        float: left;
        margin-top: 20px;
        text-align: left
    }

    .copyright .footer-menu li {
        margin-left: 0;
        margin-right: 15px
    }
}

@media all and (max-width:767px) {
    .footer-widget-wrapper {
        padding-bottom: 0
    }
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, .8);
    transition: all 1500ms cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1)
}

.sidenav-bar-visible .search-popup {
    width: 80%
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    border: none;
    margin: 0 auto;
    margin-top: -200px;
    text-align: center;
    background: #33bdff;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 35%;
    transition-delay: 1500ms
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 300ms ease
}

.search-active .search-popup form {
    transform: scaleX(1);
    transition-delay: 1200ms
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
    position: relative;
    width: 100%;
    /*height: 70px;*/
    outline: none;
    border-radius: 10px;
    border: none;
   /* padding: 0 100px 0 35px;*/
    transition: all 500ms ease;
    text-transform: capitalize
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
    position: absolute;
    right: 10px;
    top: 7px;
    border-radius: 10px;
    background: #33bdff;
    text-align: center;
    font-size: 20px;
    color: #fff !important;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: all 500ms ease
}

.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
    background: #33bdff
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #51668a
}

.mobile-search-btn {
    display: none
}

@media all and (max-width:991px) {
    .mobile-search-btn {
        display: block;
        position: absolute;
        right: 20%;
        color: #182333;
        font-size: 20px
    }

    .mobile-search-btn:hover {
        color: #33bdff
    }
}

@media all and (max-width:767px) {
    .mobile-search-btn {
        right: 20%
    }
}

.home-2.main {
    margin-top: 0
}

.home-2 .hero-single {
    padding-top: 150px
}

.home-3 .header-top {
    background: #33bdff;
    padding: 10px 0
}

.home-3 .header-top-contact ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px
}

.home-3 .header-top-contact li {
    gap: 5px
}

.home-3 .header-top-social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    background: #fff;
    color: #33bdff
}

.home-3 .header-top-social a:hover {
    background: #10539a;
    color: #fff
}

.home-3.main {
    margin-top: 0
}

.home-3 .hero-single {
    padding-top: 150px
}

.search-popup .form-group input[type=email],
.search-popup .form-group input[type=search] {
    position: relative;
    width: 100%;
   /* height: 70px;*/
    outline: none;
    border-radius: 10px;
    border: none;
   /* padding: 0 100px 0 35px;*/
    transition: all 500ms ease;
    text-transform: capitalize;
}

.fiwhatsapp {
    display: none;
}

.ficallbtn {
    display: none;
}


@media all and (max-width: 768px) {
    .fiwhatsapp {
        position: fixed;
        bottom: 20px;
        left: 30px;
        width: 50px;
        z-index: 99999;
        display: inline !important;
    }

    .ficallbtn {
        position: fixed;
        bottom: 20px;
        left: 45vw;
        width: 50px;
        z-index: 99999;
        display: inline !important;
    }
}


/* Overlay Styling */
.blackOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

/* Popup Styling */
.popup {
    position: fixed;
    top: 65%; /* Centered vertically */
    left: 50%; /* Centered horizontally */
    transform: translate(-50%, -50%);
    background: rgba(39, 39, 39, 0.57); /* Consistent opacity */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 350px; /* Limits size for larger screens */
    z-index: 50;
    display: none;
    opacity: 1; /* Hidden by default */
    transform: translate(-50%, -60%) scale(0.95); /* Subtle animation start state */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.popup.show {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

/* Close Button Styling */
.closePopup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    background: none;
    border: none;
}

/* Input Field Styling */
.form-input {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    outline: none;
}

/* Submit Button Styling */
.submit-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.submit-button:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* Popup Header Styling */
.popup-header {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2em;
    color: white;
}

/* Image Styling */
img {
    max-width: 100%;
    max-height: 100%;
}

/* Animation */
.animated.fade-in {
    animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .popup {
        width: 90%;
        max-width: none;
        height: auto;
        padding: 15px;
        top: 45%;
    }

    .closePopup {
        font-size: 18px;
        top: 5px;
        right: 5px;
    }

    .popup-header {
        font-size: 1em;
    }

    .submit-button {
        font-size: 14px;
        padding: 10px 15px;
    }
}
.partner-area .partner-wrapper img {
    padding: 20px
}
@media (max-width: 480px) {
    .popup {
        width: 95%;
        padding: 10px;
        top: 64%;
    }

    .closePopup {
        font-size: 16px;
        top: 5px;
        right: 5px;
    }

    .popup-header {
        font-size: 0.9em;
    }

    .form-input {
        padding: 8px;
        font-size: 14px;
    }

    .submit-button {
        font-size: 12px;
        padding: 8px 10px;
    }
}

@media(max-width:991px){
    .theme-btn{
        padding: 7px 30px 7px 30px !important;
    }
    .pricing-sec {
    padding: 0px 0px 40px;
}
    .banner-content {
    display: none;
}
.inner-banner {
    background: url(../img/test/banner-airline.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 55px 0px;
}
                .exam-sec .btn-nav {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fff;
    padding: 4px 5px;
    font-size: 12px;
}
     
}