.body{
    color: #333;
    line-height: 1.6;
    background-color: rgb(236, 226, 173);
}
h1 {
    font-family: 'Playfair Display', serif !important;
}
.getplay{
    width: 150px;
    margin-top: 15px;
}
.getstore{
    width: 130px;
    margin-top: 15px;
}
.btn-yellow{
    display: inline-block;
    background-color: #fdce22;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(233, 184, 9, 0.4);
    transition: background-color 0.3s ease;
}
.btn-yellow:hover {
  color: #fff;
  background-color: #d4a607;
}
.header_t{
    background-color: #452265;
    box-shadow: 0 2px 4px rgba(255, 179, 0, 0.196);
    
}
.navbar{
    position: static;
    top: 0;
    z-index: 1000;
    background-color: rgb(248, 215, 253);
}
.navbar-brand .name{
    font-weight: 700;
    color: rgb(76, 29, 123);
}
.navbar-brand img{
    position: relative;
    margin-top: -10px;
}
.nav-pills .nav-item{
    vertical-align: middle;
    justify-items:center
}
.nav-pills .nav-link{
    color: rgb(76, 29, 123);    
    font-weight: 600;
    padding: 10px 15px;
    font-size: 16px;
}   
.nav-pills .nav-item .nav-link.active {
  background-color: #f0c012;
  box-shadow: 0 4px 4px rgba(255, 179, 0, 0.4);
}
.nav-pills .nav-link:hover {
  background-color: #e9b809;
  color: #fff;
  box-shadow: 0 4px 4px rgba(255, 179, 0, 0.4);
}
.main_banner{
    background-color: rgba(255, 191, 0, 0.193);
}
.about-area-why{
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    position: relative;
}
.banner-area .banner-content h1{
    font-family: 'Playfair Display', serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #452265 !important;
    margin-bottom: 20px !important;
    z-index: 2 !important;
}
.banner-content svg{
    width: 189px;
    height: 60px;
    position: absolute;
    bottom: 2px;
    left: -5px;
    z-index: -1;
    color: #ffb300;
}
.banner-content span{
    font-family: 'Playfair Display', serif !important;
    color: #ffffff;
}
.banner-content-about h1{
    font-size: 48px;
    font-weight: 700;
    color: #452265;
    margin-bottom: 20px;
    z-index: 2;
}
.banner-content-about-why h1{
    font-size: 48px;
    font-weight: 700;
    color: #452265;
    margin-bottom: 20px;
    z-index: 2;
}
.banner-content-about svg{
    width: 245px;
    height: 60px;
    position: absolute;
    bottom: -10px;
    left: -12px;
    z-index: -1;
    color: #ffb300;
}
.banner-content-about-why svg{
    width: 120px;
    height: 60px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    z-index: -1;
    color: #ffb300;
}
.banner-content-about span{
    color: #000000;
    bottom: -8px;
    left: 12px;
    position: absolute;
}
.banner-content-about-why span{
    color: #ffffff;
    bottom: -5px;
    left: 1px;
    position: absolute;
    z-index: 1;
}
.banner-bg{
    background-size: cover;
    background-position: center;
    display: flex;
    position: relative;
    z-index: -1;
    padding-top: 120px;
    padding-bottom: 150px;
    align-items: flex-end;
}
.banner-area .line-shape {
    position: absolute;
    top: 60px;
    left: 30px;
    z-index: -2;
} 
.section__title{
    margin-top: 40px;
    margin-bottom: 40px;
}
.section__title .sub-title {
    background: #f8d8ff;
    line-height: 1.62;
    font-weight: 500;
    color: rgb(114, 0, 163);
    border-radius: 30px;
    margin: 0 0 4px;
    padding: 3px 16px;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(255, 179, 0, 0.292);
}
.exam-details{
    background: #fff69565;
    border-radius: 20px;
    padding: 30px;
    color: #452265;
}
.categories__wrap {
    background: linear-gradient(135deg, #fff69565 0%, #f8d8ff 100%);
    border-radius: 500px;
    padding: 2rem 4rem 2rem;
    position: relative;
    color: #452265;
}
.swiper-wrapper {
    z-index: 1;
    width: 100%;
    height: 100%;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    display: flex;
    position: relative;
}
.breadcrumb__bg {
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    padding: 107px 0;
    position: relative;
    overflow: hidden;
}
.breadcrumb__shape-wrap img {
    z-index: -1;
    position: absolute;
}
.breadcrumb__shape-wrap img:nth-child(1) {
    right: 28%;
    top: 20%;
}
.breadcrumb__shape-wrap img:nth-child(2) {
    bottom: 13%;
    right: 23%;
}
.breadcrumb__shape-wrap img:nth-child(3) {
    right: 8%;
    top: 8%;
}
.breadcrumb__shape-wrap img:nth-child(4) {
    right: -9%;
    top: 0%;
}
.breadcrumb__shape-wrap img:nth-child(5) {
    left: 0%;
    top: 0%;
    height: 100%;
    width: 100%;
    z-index: -3;
    opacity: 0.35;
}
/* Contact Us Section */
.contact-us-section {
    background: linear-gradient(135deg, #fff69565 0%, #f8d8ff 100%);
    padding: 80px 0;
    border-radius: 2rem;
}

.contact-info-box {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(69, 34, 101, 0.1);
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.contact-icon {
    background: #f8d8ff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-text h5 {
    color: #452265;
    font-weight: 700;
    margin-bottom: 8px;
}

.contact-text p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.contact-text a {
    color: #d97c38;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-text a:hover {
    color: #452265;
}

.contact-form {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 15px rgba(69, 34, 101, 0.1);
}
#meritevaluationpolicywrap{
    bottom: -3rem;
    height: 100%;
}

.contact-input {
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 14px;
    color: #452265;
    transition: all 0.3s ease;
}

.contact-input::placeholder {
    color: #999;
}

.contact-input:focus {
    border-color: #ffb300 !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 179, 0, 0.25) !important;
    color: #452265;
}

.btn-contact {
    background: linear-gradient(135deg, #d9a638 0%, #e8cd55 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 40px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-contact:hover {
    background: linear-gradient(135deg, #c56b2c 0%, #d68845 100%);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(217, 124, 56, 0.4);
}

@media (max-width: 768px) {
    .contact-info-box,
    .contact-form {
        margin-bottom: 30px;
    }
    
    .contact-us-section {
        padding: 50px 0;
    }
}
/* FAQ Section */
.faq-section {
    background: linear-gradient(135deg, #fff69565 0%, #f8d8ff 100%);
    padding: 80px 0;
    margin-top: 2rem;
    border-radius: 2rem;
}

.faq-container {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(69, 34, 101, 0.1);
    overflow: hidden;
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 600;
    color: #452265;
    font-size: 16px;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f8d8ff;
    padding-left: 30px;
}

.faq-question::after {
    content: "▼";
    font-size: 12px;
    color: #ffb300;
    transition: transform 0.3s ease;
}

.faq-question.active {
    background: linear-gradient(135deg, #f8d8ff 0%, #fff69565 100%);
}

.faq-question.active::after {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #f9f7ff;
}

.faq-answer.show {
    max-height: 500px;
    padding: 25px;
    border-top: 2px solid #f8d8ff;
}

.faq-answer p {
    color: #666;
    line-height: 1.8;
    margin: 0;
    font-size: 15px;
}
.tos-section {
    background: linear-gradient(135deg, #fff69565 0%, #f8d8ff 100%);
    padding: 40px 0;
    margin-top: 2rem;
    border-radius: 2rem;
}
.tos-container {
    max-width: 900px;
    margin: 0 auto;
}
.tos-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(69, 34, 101, 0.1);
    overflow: hidden;
    padding: 20px 25px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}
.pp-section {
    background: linear-gradient(135deg, #fff69565 0%, #f8d8ff 100%);
    padding: 40px 0;
    margin-top: 2rem;
    border-radius: 2rem;
}
.pp-container {
    max-width: 900px;
    margin: 0 auto;
}
.pp-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(69, 34, 101, 0.1);
    overflow: hidden;
    padding: 20px 25px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}
.footer_b{
    background-color: #452265;
    color: white;
}
.tos-section,.pp-section,.faq-section {
  display: none;
}

@media (max-width: 768px) {
    .faq-question {
        padding: 15px 20px;
        font-size: 15px;
    }
    
    .faq-section {
        padding: 50px 0;
    }
}
@media (max-width: 767.98px) {
  #examdetailscatwap {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* #examdetailscatwap > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  } */
}
@media (max-width: 575.98px) {
    #examdetailscatwap {
      padding: 0 !important;
      margin: 0 !important;
    }

    /* #examdetailscatwap > [class*="col-"] {
      padding-left: 0 !important;
      padding-right: 0 !important;
    } */
    .banner-area .banner-content h1 {
      font-size: 32px !important;
    }
    .banner-content svg{
      width: 130px;
      height: 48px;
      position: absolute;
      bottom: -3px;
      left: -12px;
      z-index: -1;
      color: #ffb300;
    }

    .banner-content-about h1 {
      font-size: 32px;
    }

    .banner-content-about-why h1 {
      font-size: 32px;
    }
    .banner-content-about-why svg{
      width: 90px;
      height: 40px;
      position: absolute;
      bottom: -1px;
      left: -5px;
      z-index: -1;
      color: #ffb300;
    }
}