.rsmm{width: 100%;}
.rsmm > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.rsmm a {
    display: block;
    color: #0E76FD; /* Updated to brand blue */
    text-decoration: none;
    padding: 10px 10px;
    font-weight: 500;
    font-size: 13px;
}

.rsmm a:hover {
    background: transparent;
}

.rsmm a.hover {
    background: #f4f6fa;
}

.rsmm li.has-sub {
    position: relative;
}

.rsmm li.has-sub > a > span {
    display: inline-block;
    background: url('img/caret-down.svg') center no-repeat;
    width: 10px;
    height: 16px;
    margin-left: 10px;
    vertical-align: middle;
}

.rsmm li.has-sub > ul {
    position: absolute;
    top: 100%;
    right: 0;
    background: #f4f6fa;
    list-style: none;
    padding-left: 0;
    min-width: 140px;
    width: 180px;
    display: none;
}
.rsmm li.has-sub > ul li a{
    padding: 10px;
}
.rsmm li.has-sub a:not(.hover):hover {
    background: #e2e8f2;
}

.rsmm-mobile-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100111111;
    width: 300px;
    height: 100%;
    background: #fafafa;
    -webkit-transform: translate3d(-320px, 0, 0);
    transform: translate3d(-320px, 0, 0);
    -webkit-transition: -webkit-transform .14s;
    transition: -webkit-transform .14s;
}

.rsmm-mobile-wrapper.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.rsmm-mobile {
    padding-top: 55px;
    overflow-y: auto;
    max-height: 100%;
}

.rsmm-mobile li.has-sub > a > span {
    display: inline-block;
    background: url('img/caret-down.svg') center no-repeat;
    width: 6px;
    height: 12px;
    margin-left: 10px;
    vertical-align: middle;
}

.rsmm-mobile__close {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 1rem;
    top: 1rem;
    overflow: hidden;
    text-indent: 1rem;
    font-size: .75rem;
    border: none;
    background: 0 0;
    color: transparent;
    cursor: pointer;
}

.rsmm-mobile__close::after,
.rsmm-mobile__close::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
}

.rsmm-mobile__close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rsmm-mobile__close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rsmm-mobile ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rsmm-mobile > ul > li {
    border-bottom: 1px solid #e2e8f2;
}

.rsmm-mobile a {
    padding: 10px 20px;
    display: block;
    font-size: .8rem;
    color: #5e5e5e;
    text-decoration: none;
}

.rsmm-mobile > ul > li > a:hover {
    background: #eee;
}

.rsmm-mobile li.has-sub > ul {
    background: #eee;
}

.rsmm-mobile li.has-sub > ul > li {
    border-top: 1px solid #e2e8f2;
}

.rsmm-mobile li.has-sub > ul > li > a {
    padding-left: 35px;
}

.rsmm-mobile li.has-sub > ul > li > a:hover {
    background: #e1e1e1;
}

.rsmm-mobile li.has-sub.hover > a {
    color: #041E42;
}

.rsmm-mobile > ul > li > a {
    color: #5e5e5e;
}

.rsmm-open-button {
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 1000;
    border: none;
    font-size: 1.5rem;
    color: transparent;
    background: 0 0;
    cursor: pointer;
    padding: 0;
    display: none;
}

.rsmm-open-button__icon {
    font-size: 1.5rem;
    color: #0E76FD;
    margin-left: 15px;
}

.rsmm-open-button:hover {
    opacity: .6;
}

.rsmm-mask {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: opacity .14s, transform 0s .14s;
}

.rsmm-mask.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.close{
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}
.trialHeadding{
    text-align:center;
    color:#fff;
    font-size: 36px;
    font-weight: bold;
    margin: 40px 0;
}
.refer{
  width:150px;
  float:left;
}
.textt{
  color: white;
    border-right: 2px solid #FFB81C; /* Updated */
    font-size: 20px;
    font-family: sans-serif;
    color: #FFB81C; /* Updated */
}
.navMenu{background-color: #041E42;} /* Updated */
/*----------*/
/*----------*/
.loginelementor {
    background-image: url(../img/dots-shape.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 16% auto;
    opacity: 1;
    padding: 70px 0 70px;
    background: linear-gradient(135deg, #041E42 0%, #02132B 100%); /* Navy Gradient Background */
}

/* White Card for Login/Signup */
.authincation-content {
    background: #ffffff !important; 
    box-shadow: 0 15px 40px rgba(0,0,0,0.15) !important;
    border-radius: 16px !important;
    padding: 3rem;
    border: none !important;
}
.authincation-content h5, 
.authincation-content label, 
.authincation-content p,
.authincation-content h3,
.authincation-content h4 {
    color: #041E42 !important; /* Dark text for readability */
}
.loginTT { font-weight: 800; margin: 20px 0; color: #0E76FD; }
.loginelementorLogo { width: 20%; }

/* Visible Inputs with Borders */
#msform .form-control, 
#msform .form-select,
.authincation-content .form-control {
    box-shadow: none !important;
    height: 48px !important;
    background-color: #F8FAFC !important; /* Light grayish blue background */
    border: 1px solid #E2E8F2 !important; /* Visible border */
    color: #041E42 !important; /* Dark text inside input */
    border-radius: 8px !important;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

#msform .form-control:focus, 
#msform .form-select:focus,
.authincation-content .form-control:focus {
    border-color: #0E76FD !important; /* Blue border on click */
    background-color: #ffffff !important;
    outline: none;
}

/* Fix for Checkbox in White Card */
.styled-checkbox + label:before {
    background: white;
    border: solid 1px #E2E8F2; /* Grey border */
}
.styled-checkbox:checked + label:before {
    background: #0E76FD; /* Blue fill */
    border-color: #0E76FD;
}
.styled-checkbox:checked + label:after {
    background: #ffffff; /* White tick */
    box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
}
.checkbox label{padding-left: 30px !important;}

.sideBtn{
    width: 50px;
    background-color: #FFB81C; /* Updated */
    transform: rotate(-90deg) translate(150px,-100%);
    transform-origin: top right;
    position: fixed;
    right: 0;
    top:80%;
    z-index: 999;
    padding: 7px 4px 10px;
    border-radius: 7px 7px 0px 0px;
    cursor: pointer;
    color:#041E42; /* Updated for contrast */
    font-weight: 700;
}
/*------*/
.neetCP{
    padding: 70px 0 70px;
    background: linear-gradient(135deg, #041E42 0%, #02132B 100%); /* Updated Navy */
    color: #fff;
    display: flex;
    position: relative;
}
.neetCPCard {
    background: #ffffff; /* Updated */
    box-shadow: 0 0 2.1875rem 0 rgb(4 30 66 / 15%);
    border-radius: 12px;
    padding: 0;
    color: #041E42;
    position: relative;
}
/*------*/
.prd-itm {
  width: 100%;
  padding: 0;
  border-bottom: solid 1px #E8E8E8;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 15px;
  position: relative;
  float: left;
  border-radius: 0px;
  display: flex;
}
.prd-img{
  width: 15%;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.prd-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 100%;
  max-width: 100%;
  padding: 20px;
}
.prd-cnt {
  float: left;
  width: 80%;
  margin-right: 20px;
  height: auto;
  overflow: hidden;
}
.prd-cnt p{font-size: 14px;margin-top: 10px;margin-bottom: 0;}
.prd-cnt .prd-tt{
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.cate-ttt {
    width: 100%;
    margin-bottom: 0;
}
.cate-ttt li {
    display: block;
    font-size: 16px;
    padding: 2px 0;
}
.prd-last{
  width: 25%;
}
.topBannerSec{
  width: 100%;
  padding: 40px 0;
  background-color: #041E42; /* Updated */
    background-image: url(../img/banner-overla_01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.display-table {
    position: relative;
    padding: 8px 0;
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.leftBlk {
    width: 60px;
    height: 50px;
}
.imgBlk {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    line-height: 40px;
    margin-right: 10px;
}
.colgTitle a{
  color: #fff;
}
/*------*/
.clg-list {
    width: 100%;
    padding: 0;
    border: solid 1px #E2E8F2;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 15px;
    position: relative;
    float: left;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    box-shadow: 0 2px 12px rgba(4, 30, 66, 0.05);
    transition: 0.3s;
}
.clg-list:hover { border-color: #FFB81C; box-shadow: 0 8px 24px rgba(255,184,28,0.15); transform:translateY(-3px); }
.clg-img{
    width: 15%;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.clg-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
}
.clg-cnt {
    float: left;
    width: 83.7%;
    margin-right: 0px;
    height: auto;
    overflow: hidden;
}
.clg-cnt .clg-tt{
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #041E42; /* Updated */
}
.clg-bnt {
    float: left;
    width: 20%;
    padding-bottom: 15px;
    padding-top: 50px;
    text-align: center;
}
.tbl{width: 100%;}
.tbl>tbody>tr>td, .tbl>tbody>tr>th, .tbl>tfoot>tr>td, .tbl>tfoot>tr>th, .tbl>thead>tr>td, .tbl>thead>tr>th{
  padding: 2px;
  line-height: 1.42857143;
  vertical-align: top;
  white-space: nowrap;
  color: #041E42;
}
/*----*/
.elementorBlog{
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.elementorBlogImg{
  height: 180px;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
}
.elementorBlogImg img{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.elementorBlogTT{
    height:50px;
}
.elementorBlogTT h6{
  color: #041E42;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-post-card-description{
  color: #64748B;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  font-size: 14px;
}
.blog-post-card-author{
  font-weight: bold;
  color: #0E76FD;
  margin-bottom: 5px;
}
.blog-post-card-date{color: #64748B; font-size:12px;}
.blogImgs{
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
  overflow:hidden;
}
.blogImgs img{width: 100%;height: 100%;object-fit: fill;}

/*--------*/
.profile-sec{
  padding: 10px 0 10px;
  background: #F4F6FA;
}
.profile-details {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-radius: 12px;
}
.profl-sec {
    width: 100%;
    min-height: 80vh;
    overflow: hidden;
    margin-top: 10px;
    background-color: #fff;
    border-radius: 12px;
}
.side-bar {
  width: 100%;
  float: left;
  min-height: 70vh;
  padding-bottom: 0px;
  margin-top: 10px;
}
.sideBar {
  width: 100%;
  float: left;
  min-height: 70vh;
  padding-bottom: 0px;
  margin-top: 10px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.sideBar li{
    border-bottom: solid 1px #f1f1f1;
}
.sideBar li a {
    display: block;
    padding: 15px 15px;
    position: relative;
    color: #041E42;
    font-weight: 600;
    font-size: 16px;
}
.sideBar li a:hover { background: #f4f6fa; color: #0E76FD; }
.sideBar li i {
    width: 20px;
    text-align: center;
    margin-right: 10px;
    color: #FFB81C; /* Updated */
}
.side-bar-title {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 20px 10px 20px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 5%);
    display: flex;
    border-radius: 12px;
}
.side-bar-title .profile-pic {
    display: flex;
    width: 75px;
    height: 75px;
    margin-right: 20px;
    border-radius: 50%;
    border: solid 2px #FFB81C;
    overflow: hidden;
}
.side-bar-title .hadding-title {
    text-align: left;
}
/*---------------*/
.dealsSec {
    width: 100%;
    padding: 30px 0;
    background-color: #ffffff;
}
.college-list{
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
}
.side-menu{
  width: 100%;
  height: 100%;
}
.side-menu h3{margin: 10px 0;padding-bottom: 0px;font-weight: bold;font-size: 24px;color: #041E42;}
.side-itm{
  width: 100%;
  padding: 15px 10px;
  border-top: solid 1px #E2E8F2;
}
.elementor1Text p{text-align: center;}
/*-----------*/
.accordion1 {
  width: 100%;
  max-height: 500px;
  overflow-x: scroll;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 5%);
  border-top: solid 4px #FFB81C; /* Updated */
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}
.accordion1 li{border-bottom: solid 1px #f1f1f1;}
.accordion1 a{
  display: block;
  padding: 15px 15px;
  position: relative;
  color:#041E42;
  font-weight: 600;
  font-size: 16px;
}
.accordion1 a:hover{
  text-decoration: none;
  color: #0E76FD; /* Updated */
}
.accordion1 li i{
  width: 20px;
  text-align: center;
  margin-left: 10px;
  color: #0E76FD; /* Updated */
}
.active{
  text-decoration: none;
  color: #0E76FD !important; /* Updated */
}
.accordion1 a:focus{
  text-decoration: none;
  color: #0E76FD;
}
.accordion1 .link {
  cursor: pointer;
  display: block;
  padding: 18px 15px;
  color: #64748B;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  transition: all 0.4s ease;
  display: flex;
  line-height: 16px;
}
.no-shadow{box-shadow: none;}
.accordion1 li:last-child .link { border-bottom: 0; }

.accordion1 li.open .link { color: #0E76FD; font-weight:700; } /* Updated */
.accordion1 li.open i { color: #0E76FD; }

.accordion1 li.open i.fa-chevron-down {
  transform: rotate(180deg);
}
.submenu {
  display: none;
  background: #f8fafc;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.submenu li {
  border-bottom: transparent;
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #041E42;
  font-size: 14px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  transition: all 0.25s ease;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #64748B;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  transition: all 0.25s ease;
}

.submenu a:hover {
  color: #0E76FD; /* Updated */
}
.filtr-btn{padding:8px;white-space: nowrap;}
/*-------*/
.faqSec{
  width: 100%;
  position: relative;
  text-align: left;
}
.accordion-title-head{
  font-size: 16px;
  color: #041E42; /* Updated */
  margin-bottom: 0px;
  width: 90%;
}

.active-title{
  background-color: #f4f6fa !important;
}
.accordion-title{
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition:.3s;
  border: 1px solid #E2E8F2;
}

.accordion-title:hover{
  border-color: #FFB81C;
}
.accordion-content{
  display: none;
  background-color: #f8fafc;
  padding: 20px 25px;
  border-radius: 0 0 12px 12px;
  border: 1px solid #E2E8F2;
  border-top: none;
  margin-top: -5px;
  color: #64748B;
}
.plus{
  width: 16px;
  height: 16px;
  position: relative;
}
.plus::before{ 
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #041E42; /* Updated */
  transition: all 0.4s;
}
.plus::after{
  content: '';
  width: 100%;
  height: 2px;
  background-color: #041E42; /* Updated */
  display: inline-block;
  position: absolute;
  left: -7px;
  top: 7px;
}

.rotate::before{
  transform: rotate(90deg);
}
.simple-pagination ul {
  margin: 20px 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  border: 1px solid #E2E8F2;
  background-color: #FFF;
  transition: 0.3s;
}

.simple-pagination li a:hover { border-color: #0E76FD; color: #0E76FD; }

.simple-pagination .current {
  color: #FFF;
  background-color: #0E76FD; /* Updated */
  border-color: #0E76FD;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #0A2A5A; /* Updated */
  border-color: #0A2A5A;
}
/*--------*/
.share-buttons {
  display: flex;
  position: fixed;
  z-index: 999;
}

.share-buttons .share-button-main:before {
  content: none;
}

.share-buttons .share-button-main {
  background-color: #041E42; /* Updated */
  bottom: 0;
  cursor: pointer;
  left: 0;
  margin: 10px;
  position: fixed;
  z-index: 9999999;
  border-radius: 50%;
}

.share-buttons .social {
  bottom: 0;
  left: 0;
  margin: 10px;
  position: fixed;
  transition: left 0.3s ease;
  z-index: 1;
}

.share-buttons.open .facebook { left: 56px; }
.share-buttons.open .twitter { left: 112px; }
.share-buttons.open .whatsapp { left: 168px; }
.share-buttons.open .email { left: 224px; }
.share-buttons.open .up { left: 280px; }

.ctn-icon-social-media:before {
  content: ''; height: 100%; left: 0; position: absolute; top: 100%; transition: 0.3s ease all; width: 100%; z-index: 1;
}

.ctn-icon-social-media {
  border-radius: 50%; border: 3px solid transparent; box-sizing: content-box; font-size: 1.5em; height: 2em; line-height: 2em; overflow: hidden; position: relative; width: 2em; z-index: 2;  
}

.ctn-icon-social-media a i, .icon-go-to-up-footer { position: relative; transition: 0.3s ease all; z-index: 3; }
.ctn-icon-social-media:hover > a i, .ctn-icon-social-media:focus > a i, .ctn-icon-social-media:active > a i, .ctn-icon-social-media:hover > .icon-go-to-up-footer, .ctn-icon-social-media:focus > .icon-go-to-up-footer { transform: rotateY(360deg); }
.ctn-icon-social-media:hover:before, .ctn-icon-social-media:focus:before, .ctn-icon-social-media:active:before { background-color: #ffffff; top: 0; }
.bgcolor-facebook:hover > a i { color: #3b5998; }
.bgcolor-twitter:hover > a i { color: #55acee; }
.bgcolor-whatsapp:hover > a i { color: #25d366; }
.txt-center { text-align: center; }
.white { color: #fff; }
.bgcolor-facebook { background-color: #3b5998; }
.bgcolor-twitter { background-color: #55acee; }
.bgcolor-whatsapp { background-color: #25d366; }
.pointer { cursor: pointer; }
.share-button-main i { transition-duration: 1s; transform: rotate(-180deg); }
.share-button-main { transition: 0.2s ease all; transform: rotate(-90deg); }
.rotate { transition: 0.3s ease all; transform: rotate(182deg); }

/*----Price ----*/
.price-main {
    width: 100%;
    padding:50px 0 70px;
    margin: 0 auto;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
    box-shadow: 0 10px 30px rgba(4,30,66,0.08);
    border-radius: 12px;
    overflow: hidden;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid #E2E8F2;
}
.price-table tr td {
    border-left: 1px solid #E2E8F2;
    padding: 15px 20px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
    font-size: 15px;
    font-weight: 600;
    color: #041E42;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #fafbfc;
}
.price-table tr:hover {
    background-color: #f4f6fa;
}
.price-table .fa-check {
    color: #fff;
    background: #0E76FD; /* Updated */
    border-radius: 100%;
    padding: 6px;
    font-size: 11px;
}
.price-table .fa-times {
    color: #cbd5e1;
}

/* Highlighted column */
.price-table tr td:nth-child(3) {
    background-color: rgba(14, 118, 253, 0.05);
}
.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.price-table tr.price-table-head {
    background-color: #041E42; /* Updated */
    color: #FFFFFF;
}
.price-table td.price {
    color: #0E76FD; /* Updated */
    padding: 20px 24px;
    font-size: 24px;
    font-weight: 800;
}
.price-table td.price a {
    background-color: #FFB81C; /* Updated */
    color: #041E42;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 30px;
    transition: 0.3s;
}
.price-table td.price a:hover {
    background: #041E42;
    color: #fff;
}
.price-table td.price-table-popular {
    border-top: 4px solid #FFB81C; /* Updated */
    color: #FFB81C;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 15px;
    font-weight: 800;
    background: #041E42;
}

/*-----*/
.dataTables_wrapper { padding-top: 10px; }
.dt-buttons { display: inline-block; margin-bottom: 15px; padding-top: 5px; }
.dt-buttons .dt-button {
  background: #0E76FD none repeat scroll 0 0; /* Updated */
  border-radius: 6px; color: #ffffff; margin-right: 5px; padding: 6px 16px; border:none;
}
.dt-buttons .dt-button:hover { background: #041E42 none repeat scroll 0 0; }
.dataTables_length select {
  border: 1px solid #E2E8F2; border-radius: 4px; padding: 4px 8px; margin: 0 5px;
}
.dataTables_filter input {
  border: 1px solid #E2E8F2; border-radius: 4px; padding: 6px 10px; margin-left: 10px; outline: none;
}
.dataTables_filter input:focus { border-color: #0E76FD; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #E2E8F2; border-radius: 4px; color: #64748B; cursor: pointer;
  display: inline-block; margin: 0 2px; padding: 6px 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #0E76FD; border-color: #0E76FD; color: #ffffff !important; /* Updated */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #f4f6fa; color: #0E76FD;
}

/* Tabs */
.tabset > input[type="radio"] { position: absolute; left: -200vw; }
.tabset .tab-panel { display: none; }
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4) { display: block; }
.tabset > label {
  position: relative; display: inline-block; padding: 10px 20px;
  border: 1px solid transparent; cursor: pointer; font-weight: 600; margin-bottom: 0;
  color: #64748B; border-radius: 8px 8px 0 0;
}
.tabset > label:hover, .tabset > input:focus + label { color: #0E76FD; }
.tabset > input:checked + label {
  background: #0E76FD; color: #fff;
}
.tab-panel { padding: 30px 0; border-top: 2px solid #0E76FD; }

/*--------*/
.rank_main{ width: 100%; padding: 30px 0 50px; background-color: #ffffff; }
.bg-orange{color: #041E42 !important; background-color: #FFB81C !important;} /* Updated */
.hot-srv-hom-pre {
    background: #ffffff; padding: 15px; margin-bottom: 15px; width: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05); border-radius: 12px;
}
.hot-srv-hom-pre ul li { border-bottom: 1px solid #E2E8F2; padding: 10px 0; color: #4A5A72; }
.hot-srv-hom-pre ul li i{ color: #FFB81C; }

.hot-srv-head {
    background: #041E42; /* Updated */
    padding: 15px 0px; text-align: center; width: 100%; border-radius: 12px 12px 0 0;
}
.hot-srv-head h4 { color: #ffffff; font-size: 26px; font-weight: 700; margin: 0; }
.hot-srv-head h3 { color: #FFB81C; font-size: 18px; font-weight: 600; margin: 5px 0 0; }

/*-----*/
.form-main-sec{ width: 100%; padding: 40px 0 50px; background-color: #fff; }
.form-main{
  width: 100%; background-color: #fff; box-shadow: 0 10px 30px rgba(4,30,66,0.08);
  border: 1px solid #E2E8F2; border-radius: 12px; overflow: hidden;
}
.form-tt{ background: #041E42; padding: 20px; color: #fff; text-align: center; }
.form-tt h4{ font-weight: 700; color: #FFB81C; }

/*---------------*/
.pkgRow{
    display:flex; align-items: center;
    background-color: #041E42; /* Updated Navy */
    padding: 35px; border-radius: 16px;
}
.pkgItem{ width:100%; padding:15px; }
.popular .popularspan {
    background-color: #FFB81C; /* Updated */
    color: #041E42; padding: 6px 16px; font-size: 13px; font-weight: 800; border-radius: 30px;
}
.popular .trending {
    background-color: #0E76FD; color: #fff; padding: 6px 16px; font-size: 13px; font-weight: 800; border-radius: 30px;
}
.card{ overflow:hidden; padding: 25px; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border: none; }
.pkgItem .card{ background: #ffffff; }

.title h2 { color: #041E42; font-size: 20px; font-weight: 800; }
.price h4 { color: #0E76FD; font-size: 28px; font-weight: 900; padding: 15px 0; }
.option ul li { color: #64748B; font-size: 14px; padding: 5px 0; border-bottom: 1px solid #f1f5f9; }
.option ul li i { color: #FFB81C; margin-right: 8px; }

.card .BuyNow {
  background: #FFB81C; /* Updated */
  color : #041E42; font-weight: 800; border-radius: 30px; padding: 12px; display: block; text-align: center;
  margin-top: 15px; transition: 0.3s;
}
.card .BuyNow:hover { background: #041E42; color: #fff; transform: translateY(-2px); }

.popup-footer {
      width: 100%;
      background: linear-gradient(to right, #041E42, #0A2A5A); /* Updated */
      border-top: 2px solid #FFB81C;
      color: #fff; height: 50px; display: flex; justify-content: center; align-items: center;
      position: sticky; top: 0; z-index:9999;
}
.get-call-btn {
      background: #FFB81C; color: #041E42; font-weight: 700; padding: 6px 16px; border-radius: 30px; margin-left: 15px;
}
.direct{
        padding: 20px; background-color: #FFB81C; /* Updated */
        border-radius: 12px; color: #041E42;
    }
    .direct h5{font-weight: 800; color: #041E42;}
    .direct ul li{ color: #041E42;}
    .direct ul li a{ color: #0E76FD;}

@media screen and (max-width: 789px){
    .accordion-title-head{font-size: 14px;}
    .accordion-title{padding: 10px;}
    .clg-list{flex-wrap: wrap;align-items: center;}
    .clg-img{display:none;}
    .clg-cnt{width:100%;}
    .clg-cnt .clg-tt{font-size: 16px;margin-top: 0;line-height: 22px;}
    .tbl{margin-top:10px;font-size: 10px;}
    .clg-img img { position: relative; top: auto; left: auto; transform: inherit; max-height: 100%; max-width: 100%; }
    .form_area ul li{width:100%;}
    .pkgRow{flex-wrap: wrap;}
    .pkgItem {width: 100%;padding: 5px;margin-bottom:30px;}
    .card .BuyNow{width: 100%;}
    .refer{width:135px;margin-left:10px;}
    .textt{font-size:18px;}
    .popup-footer{height: auto;padding: 10px;} 
    .neetCP{padding: 30px 0;}
}