.tpshowcase__content-box p{
    line-height: 1.4;
}
.tptest_quote img{
    object-fit: contain;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 9%);
}
.banner-text{
    background: linear-gradient(90deg, #1d3b78, #e91e63);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.banner-form{
    background: #fff ! Important;
    width: 90%;
    margin: auto;
    padding: 2rem;
    background: #ffffff;
    border-radius: 0.5rem;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    margin-bottom: 30px;
}

.pa-form{
    user-select: text!important;
    -webkit-user-select: text;
}
.swiper-wrapper {
    pointer-events: none !important;
    cursor: default !important;
}
/*# sourceMappingURL=style.css.map */
/* Tab Section */
.tabs-section {
    position: relative;
}
.tab-menu {
    width: 100%;
    transition: margin-right 2s ease-in-out;
    display: flex;
    flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    top: 71px;
    flex: 0 0 25%;
}
.tabs-wrapper{
  display: flex;
  gap: 20px;
}
.tab-content {
  flex: 1; 
  padding-bottom: 30px;
}
.tabs-section.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.tab-menu h3 {
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity), 1);
    text-align: left;
}

.tab-menu button {
    padding: 0.1rem 1rem;
    border: none;
    background: #fff;
    cursor: pointer;
    text-align: left;
}
.tab-menu button.active {
    background: radial-gradient(42.24% 2817.5% at 52.45% 54.17%, #001a89 0%, #002ad4 100%);
    font-weight: bold;
    border-radius: 5px;
}
.tab-menu button.active h2{
    color: #fff;
}
.tab-menu button.active {
    background: radial-gradient(42.24% 2817.5% at 52.45% 54.17%, #001a89 0%, #002ad4 100%);
    color: #fff;
    transform: translateY(0);
}


@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-box {
    transition: all 0.3s ease;
}

.content-box h2 {
    background: radial-gradient(42.24% 2817.5% at 52.45% 54.17%, #001a89 0%, #002ad4 100%);
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
}

.content-box h3 {
    color: #000;
    margin-top: 10px;
}

.content-box h4 {
    color: #333;
    margin: 10px 0 5px;
    font-size: 20px;
}

.content-box .icon-box-section p {
    margin-bottom: 0px;
}

.content-box .section {
    background: white;
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.content-box ul {
    padding-left: 20px;
}

.content-box a {
    color: #000080;
    text-decoration: none;
}

.content-box a:hover {
    text-decoration: underline;
}

.content-box .collapsible {
    cursor: pointer;
    background: #f6f6ff;
    border: none;
    padding: 10px;
    width: 100%;
    text-align: left;
    outline: none;
    margin-bottom: 5px;
    border-radius: 5px;
}

/*.content-box .collapsible:after {
    content: "";
    float: right;
    background-image: url('../images/loop-arrow.gif');
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}*/
.content-box .collapsible:after  {
    content: "";
    float: right;
    background-image: url('../images/pa-arrow.gif');
    background-size: cover;
    width: 35px;
    height: 35px;
    display: inline-block;
  animation: moveDown 2s ease-in-out infinite;
}

/*@keyframes moveDown {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}*/
.content-box .collapsible.active:after {
    content: "";
    float: right;
    background-image: url('../images/pa-arrow.gif');
    background-size: cover;
    width: 35px;
    height: 35px;
    display: inline-block;
    transform: rotate(180deg);
}

.content-box .content {
    display: none;
    overflow: hidden;
    padding-left: 10px;
}

.text-gold {
    color: #d7bb6a;
    font-weight: bold;
    font-size: 1.5rem;
}
.arrow {
    display: none;
}
.all-menu h2 {
    line-height: 2;
    padding: 5px 5px 0 5px;
}
.all-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: sticky;
    align-self: flex-start;
    top: 71px;
    transition: margin-right 2s 
ease-in-out;
    flex: 0 0 25%;
}
@media (max-width: 768px) {
.mp-0{
    padding:0!important;
}
.mpadding {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.tab-menu, .tab-content {
    width: 100% !important;
    max-width: 100% !important;
}
.tab-menu {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: space-between;
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    background: #fff;
}

.all-menu {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    top: 0;
    flex:100%;
}
.all-menu::-webkit-scrollbar {
  display: none; 
}
.tabs-wrapper { 
    flex-direction: column;
}
.tab-menu button {
    padding: 20px 20px 7px 20px;
}
.arrow {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  z-index: 2;
  display: block;
}

.arrow.prev {
  margin-right: 5px;
}
.arrow.next {
  margin-left: 5px;
}
}
.tabs-wrapper{
  display: flex;
  gap: 20px;
}
.tp-hero-title {
    background: radial-gradient(42.24% 2817.5% at 52.45% 54.17%, #001361 0%, #6785ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    transition: background-position 1s ease, transform 0.5s ease;
    background-size: 200% 200%;
    background-position: center;
}

.tp-hero-title:hover {
    background-position: 100% 0;
    transform: translateY(-2px); 
}
.cta-title{
    text-transform: none;
    font-size: 40px;
    padding-bottom: 20px;
    padding-left: 5px;
}
del {
    font-size: 17px;
    color: #363636a1;
}
ins {
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}
.tpproject-bg {
   background-color: #f6f6ff;
   padding: 10px;
}
.btn-white {
    background: #fff;
    color: #000;
}
.btn-white .tp-btn-y-1, .btn-white.tp-btn-y-2{
    color: #000;
}
td,th {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
}
.tp-about-feature-icon{
  width: 50px;
  margin-right: 10px;
}
.content-box ul{
    list-style-type: none;
}
.content-box .collapsible {
    font-weight: 500;
}
.arrow-animation img {
    width: 40px;
}
.tab-content h6{
    font-size : 18px;
}
.text-justify{
    text-align: justify;
}
.books .tpproject-bg {
    background-color: #ffff;
}

.stroke-double {
    color: #fff!Important;
    font-weight: 400;
    font-size: 40px; 
}
.box-shadow {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 2%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    border-bottom: 2px solid #000;
    transition: opacity 1s ease 0s;
    border-bottom: 5px solid #000080;
    border-radius: 10px;
    transform: skewX(358deg);
    /*border-left: 1px solid #ff3838;*/
}
.tp-section-title-wrapper.mb-50.wow.img-custom-anim-left {
    position: absolute;
    width: 400px;
    top: -60px;
}
.tp-footer-contact-item img {
    width: 60px;
    padding-right: 20px;
}
.pt-5p{
    padding-top: 5px;
}
.tabs-section .tpservices {
  height: 140px;
}
.tp-newsletter-area{
    margin-top: -210px;
}

.tp-hero-area{
	/*background: linear-gradient(-45deg, #ededed, #a2ff9e6b, #ffffff, #e657ff70);*/
    background: #f6f6ff;
	background-size: 400% 400%;
	animation: gradient 10s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.whatsapp-float, .phone-float {
    position: fixed;
    width: 60px;
    height: 60px;
    left: 5px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-float:hover, .phone-float:hover {
    transform: scale(1.1);
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.3);
}

.whatsapp-float {
    background-color: #25D366;
    bottom: 20px;
}

.phone-float {
    background-color: #3364ff;
    bottom: 90px;
}

.whatsapp-float .fa, .phone-float .fa{
    font-size: 30px;
    color: #fff!important;
}

.hello-text p{
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}
.swiper-pagination-bullet-active {
    background:#000080;
}
.m-text-center img{
    width: 60%;
}
.tpservices__icon img{
    width: 65px;
}
.arrow-animation li{
    display: flex;
    align-items: flex-start;
    padding: 5px;
}
.arrow-animation li:before {
    content: "";
    background-image: url(../images/arrow.gif);
    background-size: cover;
    width: 30px;
    height: 25px;
    display: inline-block;
}
.arrow-animation li span{
    width: 95%;
    font-size: 15px;
}
/* Extra small (phones) */
@media (max-width: 599px) {
    .tab-menu button {
        padding: 0.5rem 1rem;
    }
    .m-text-center {
        text-align: center;
    }
    .m-text-center .tp-section-title {
        padding-bottom: 20px;
    }
    .mb-50{
        margin-bottom: 0;
    }
    .mt-44{
        margin-top: 0;
    }
    .mb-30 {
        margin-bottom: 15px;
    }
    .pb-80 {
        padding-bottom: 50px;
    }
    .pt-80 {
        padding-top: 50px;
    }
    h1 {
        font-size: 22px;
    }
    h2 {
        font-size: 20px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 16px;
    }
    .banner-form {
        margin: 20px auto;
    }
    .tp-bg-circle{
        display: flex;
        flex-direction: column-reverse;
        width:100%;
    }
    .m-text-center img{
        width: 30%;
    }
    .stroke-double {
        font-size: 30px;
    }
    .mmt-50{
        margin-top:50px;
    }
    .cta-title {
        font-size: 25px;
        line-height: 1.2;
    }
    .tp-section-title-wrapper img{
        display: none;
    } 
    .tab-menu {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
    }
    .tab-menu h2{
        display: ruby-text;
        font-size: 18px!important;
    }
    .content-box .tp-section-titlE, .content-box h2{
        font-size: 18px!important;
    }
    .content-box .collapsible{
        font-size: 18px;
        display: flex;
        justify-content: space-between;
    }
    .tpservices {
        padding: 20px;
        margin-bottom: 20px;
    }
    .tab-menu button:not(:last-child) {
        border-bottom: none!Important;
    }
    #tab1{
        opacity: 1;
    }
    .tp-product-title {
        font-size: 18px;
        line-height: 1.2;
    }
    .tpservices-4-spacing {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .content-box h4 {
        font-size: 18px;
    }
    .tabs-section .tpservices{
        height: unset;
    }
}

/* Small (phones to small tablets) */
@media (min-width: 600px) and (max-width: 899px) { 
    .m-text-center {
        text-align: center;
    }
    .m-text-center .tp-section-title {
        padding-bottom: 20px;
    }
    .m-text-center img{
        width: 20%;
    }
    .mb-50{
        margin-bottom: 0;
    }
    .mt-44{
        margin-top: 0;
    }
    .tp-hero-space {
        padding-bottom: 60px;
    }
    .m-text-center img{
        width: 40%;
    }
    .stroke-double {
        font-size: 30px;
    }
    .mmt-50{
        margin-top:50px;
    }
    .tp-bg-circle {
        width: 100%;
    }
    .cta-title {
        font-size: 30px
    }
    .tp-section-title-wrapper img{
        display: none;
    }
    .tab-menu {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
    }
    .tab-menu h2{
        display: ruby-text;
    }
    .tab-menu button {
        padding: 0 20px!Important;
    }
    .content-box .collapsible{
        font-size: 18px;
        display: flex;
        justify-content: space-between;
    }
    .tpservices {
        padding: 20px;
        margin-bottom: 20px;
    }
    .tab-menu button:not(:last-child) {
        border-bottom: none!Important;
    }
    .tab-content{
        opacity: 1!important;
    }
    .tpservices-4-spacing {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .content-box h4 {
        font-size: 18px;
    }
}

/* Medium (tablets to small laptops) */
@media (min-width: 900px) and (max-width: 1199px) { 
    .tpshowcase__content-box {
        height: 250px;
    }
    .tpservices-4-spacing {
      height: 400px;
    } 
    .tp-bg-circle{
        width:90%;    
    }
    .mmt-50{
        margin-top:50px;
    }
    .tp-bg-circle {
        width: 100%;
    }
    .cta-title {
        font-size: 30px
    }
    .tp-section-title-wrapper img{
        display: none;
    }
    .tab-menu {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
    }
    .tab-menu h2{
        display: ruby-text;
    }
    .tab-menu button {
        padding: 0 20px!Important;
    }
    .content-box .collapsible{
        font-size: 18px;
        display: flex;
        justify-content: space-between;
    }
    .tpservices {
        padding: 20px;
        margin-bottom: 20px;
    }
    .tab-menu button:not(:last-child) {
        border-bottom: none!Important;
    }
    .tpservices-4-spacing {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .phone-float{
        display: none;
    }
}

/* Small (desktops) */
@media (min-width: 1200px) and (max-width: 1389px) {
    .pt-240
    {
        padding-top: 180px;
    }
    
    .pb-140 {
        padding-bottom: 100px;
    }
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 19px;
    }
    h6 {
        font-size: 16px;
    }
    .tpshowcase__content-box {
        height: 220px;
    }
    .tpshowcase__heading {
        font-size: 18px;
    }
    .mb-20 {
        margin-bottom: 10px;
    }
    .tpservices-4-spacing {
      height: 350px;
    }
    .cta-image{
        position: absolute;
        top: 100px;
        width: 500px;
        right: 0px;
    }
    .tp-bg-circle{
        width:80%;    
    }
    .tp-main-menu ul > li > a {
        font-size: 16px;
    }
    .mmt-50{
        margin-top:50px;
    }
    .tp-bg-circle {
        width: 100%;
    }
    .cta-title {
        font-size: 30px
    }
    .tab-menu button {
        padding: 0 20px!Important;
    }
    .content-box .collapsible{
        font-size: 18px;
        display: flex;
        justify-content: space-between;
    }
    .tab-content h6 {
        font-size: 16px!Important;
    }
    .tpservices-4-spacing {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .phone-float{
        display: none;
    }
}
/* Large (desktops) */
@media (min-width: 1390px) and (max-width: 1799px) {
    .tpshowcase__content-box {
        height: 220px;
    }
    .tp-btn-border {
        padding: 12px 20px;
    }
    .tpservices-4-spacing {
      height: 400px;
    }
    .cta-image{
        position: absolute;
        top: 50px;
        width: 750px;
        right: -100px;
    }
    .content-box .collapsible{
        font-size: 20px;
    }
    .phone-float{
        display: none;
    }
}

/* Extra large (large desktops, TVs) */
@media (min-width: 1800px) {
    .tpshowcase__content-box {
        height: 220px;
    }
    .tpservices-4-spacing {
      height: 400px;
    }
    .cta-image{
        position: absolute;
        top: 50px;
        width: 750px;
        right: -100px;
    }
    .tp-bg-circle{
        width:80%;    
    }
    .phone-float{
        display: none;
    }
}
.list-disc li {
    font-size: 15px!Important;
}
/* Image bounce animation */
.jump-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px; /* adjust size */
  height: auto;
  animation: jump 0.9s ease-in-out infinite;
  transform-origin: center bottom;
}

/* Shadow under the image */
.jump-img:after {
  content: "";
  display: block;
  position: relative;
  width: 70px;
  height: 8px;
  background: rgba(0,0,0,0.25);
  border-radius: 50%;
  margin: 10px auto 0;
  animation: shadowScale 0.9s ease-in-out infinite;
}

/* Keyframes for jumping */
@keyframes jump {
  0%   { transform: translateY(0) scale(1); }
  25%  { transform: translateY(-25px) scale(1.05); }
  50%  { transform: translateY(0) scale(1); }
  75%  { transform: translateY(-12px) scale(1.02); }
  100% { transform: translateY(0) scale(1); }
}

/* Keyframes for shadow squish */
@keyframes shadowScale {
  0%   { transform: scaleX(1); opacity: 0.4; }
  25%  { transform: scaleX(0.7); opacity: 0.2; }
  50%  { transform: scaleX(1); opacity: 0.4; }
  75%  { transform: scaleX(0.85); opacity: 0.3; }
  100% { transform: scaleX(1); opacity: 0.4; }
}
.tp-contact-form-box form{
    position: relative;
    z-index:2;
}
.w-50px{
    width:50px;
}
.flex-direction-column{
    flex-direction:column;
}
.tptest__name{
    margin:0!Important;
    padding: 0!Important;
}
.tp-contact-form-box form{
    position: relative;
    z-index:2;
}
.swiper-button-next, .swiper-button-prev {
    color: #ffffff;
    background: #ff3838;
    padding: 15px;
    border-radius: 5px;
    font-weight: 800;
}
.swiper-button-prev{
    left: 0px!important;
}
.swiper-button-next {
    right: 0px!important;
}
.table-section{
    overflow-x: auto!important;
}
.books .swiper-slide, .courses .swiper-slide{
    height: auto;
    display: flex;
}
.tpproject-bg {
    display: flex;
    flex-direction: column;
}
.tpproject__content {
    display: flex;
    height: 50%;
}
.tp-product-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width:100%;
}
.testimonials .swiper-button-next, .testimonials  .swiper-button-prev
{
    position: relative;
}
.testimonial-button {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
}
.collapsible span {
    width: 95%;
}

