@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif !important;;
}

#navbar, #examnavbar{
    position: sticky;
    top: 0px;
    z-index: 9;
}

.navs{
    background-color: #00175F;
   
    z-index: 9;
    
}

.navs .nav-link{
    padding: 5px 20px !important;
    color: #fff;
}
.navs .logo_img{
    width: 50px;
}
.toggler_btn{
    background-color: #fff;
    border-radius: 10px ;
    padding: 3px 10px;
}
.nav_1{
    background-color: #3B4C84;
    border: #707DA5 1px solid;
    border-radius: 30px;
}

@media screen and (max-width: 730px){
    .nav_1{
        background-color: #fff;
        color: black;
        border: none;
    }
    .nav_1 .nav-link{
        color: #000 !important;
        border-bottom: 1px solid #ddd;
        width: 100%;
        padding: 10px 0px !important;
    }

    .nav_1 .nav-item{
        width: 100%;
        text-align: center;
    }
    .navs .active{
        background-color:#fff  !important;
        color: #00175F !important;
        border-radius: 0px !important;
    
    }
}
.text-custom{
    color: #00175F !important;
}
.navs .active{
    background-color:#fff  !important;
    color: #00175F !important;
    border-radius: 30px;

}

.play-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  margin-left: 1rem; 
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 0.75rem; 
  font-weight: 600; 
  text-decoration: none;
  transition: ease 0.3s;
  width: 45px;
}

@media screen and (max-width: 768px) {
    .play-button{
        margin-left: 0px;
        padding: 8px 10px;
    }
    
    .store_box {
        display: flex;
        align-items: center;
        gap: 10px;
    }
}

.play-button:hover {
  background-color: #f0f0f0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: scale(1.05); 
}

.play-button img {
  max-height: 24px; 

}



.hero_section{
   position: relative;
   overflow: hidden;
}
.hero_sec{
    /* background: linear-gradient(136.06deg, #96F5FF 1.86%, #1A8692 149.82%); */
    background: linear-gradient(55deg, #96F5FF 7.86%, #fff 20%, #29aebd 131.82%);
    z-index: 88;
}

.bt_clr{
    background: linear-gradient(#25B5D0,#96F5FF);
    border: #96F5FF 1px solid !important;
    border-radius: 15px;  
}

.bt_clr:hover{
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}
.get {
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.get:hover {
    background-color: #00175F !important;
    color: #fff !important;
    transform: scale(1.05); /* Slight zoom effect */
}
.bt_1:hover{ 
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.right_img{
    background-image: url(./assets/hero-backimg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.hero_phone_img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.boxs{
    background-color: #E9FDFF;
    border: #CBD8FF 1px solid;
    border-radius: 15px;
    width: 100%;
    transition: 0.4s;
}
.boxs img{
    transition: 0.4s;
}
.boxs:hover img{
    transform: scale(0.80);
}
.boxs:hover{
    box-shadow: 0px 1px 12px 0px #00175F;
}

.alarm_img{
    width: 52px;
    height: 52px;
    padding: 10px;
}

.white_box{
    background-color: #fff;
    border: #FFF 1px solid;
    border-radius: 15px;
    width: fit-content;
}

/* About */
.about_box{
    background-color: #fff;
    border: #7BD4DC 3px solid;
    border-radius: 15px;
    transition: 0.4s;
}
.about_box:hover{
    box-shadow: 0px 1px 12px 0px #00000030;
    transform: scale(1.03);
    border: 3px solid #1A5298;
}
.about_box img{
    transition: 0.4s;
}
.about_box:hover img{
    transform: scale(0.90);
}
.prepare_gov{
    background-color: #381B73;
}

.logo_img{
    width: 75px;
}

.police_logo_img{
    width: 10%;
}


.foot{
    background-color: #F5F7FA;
    width: 100%;
}
.foot_down {
    background-color: #00175F;
    /* padding: 20px 0; */
    color: white;
}
.fot_sty li a:hover{
    color: #00175F !important;
}
.foot_down .row {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .foot_down .row {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 15px;
    }
    
    .foot_down .col-lg-6 {
        width: 100%;
        text-align: center;
    }
    
    .foot_down .d-flex {
        justify-content: center !important;
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .foot_down .text-lg-start {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .foot_down .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    
    .foot_down .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    
    .foot_down .justify-content-lg-end {
        justify-content: flex-end !important;
    }
}



/* Feature style */

.cards-1{
    background-color: #E9FDFF;
    border: #CBD8FF 1px solid;
    border-radius: 15px;
    transition: 0.4s;
}
.cards-1:hover .inside_box{
    margin-left: 20px;
}
.cards-1:hover{
    box-shadow: 0px 1px 12px 0px #CBD8FF;
    transform: scale(1.03);
}
.cards-2:hover .inside_box{
    margin-left: 30px;
}
.cards-2:hover{
    box-shadow: 0px 1px 12px 0px #CBD8FF;
    transform: scale(1.03);
}
.cards-2{
    background-color: #E3EAFF;
    border: #CBD8FF 1px solid;
    border-radius: 15px;
    transition: 0.4s;
}

.inside_box{
    background-color: #fff;
    border: #FFF 1px solid;
    border-radius: 15px;
    width: fit-content;
    box-shadow: 0px 0px 10px 0px #bfbfbf;
    transition: 0.4s;
}

.img_feature{
    width: 50px;
    height: 50px;
    padding: 10px;
}

.free_premium {
    background-color: #FFFEEB;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.free_premium h1 {
    font-size: 3.5rem;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
@media (max-width: 992px) { 
    .free_premium h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) { 
    .free_premium h1 {
        font-size: 2.2rem;
    }
    .full_width_sm{
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .free_premium h1 {
        font-size: 1.8rem;
    }
}


.free_premium h1 img {
    height: clamp(20px, 4vw, 30px); 
    width: auto;
}

.tab_1 {
    border-radius: 30px !important;
    background-color: #fff;
    overflow-x: hidden;
    padding: 0;
    border: 2px solid #dee2e6 !important;
    box-shadow: 0px 0px 10px 0px #bfbfbf;
    /* width: 100%; */
    margin: 0 auto;
}

.table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border: 2px solid #dee2e6 !important;
}

.table th, .table td {
    padding: clamp(8px, 2vw, 12px) clamp(10px, 3vw, 20px) !important;
    text-align: start !important;
    font-size: clamp(0.8rem, 2.5vw, 1rem);
    border: 2px solid #dee2e6 !important;
}

.table th {
    background-color: #f8f9fa;
    font-weight: 600;
}

.table img {
    height: clamp(16px, 3vw, 20px);
    width: auto;
}

.table td span {
    font-size: clamp(0.7rem, 2vw, 0.9rem);
    color: #666;
    margin-left: 5px;
}

@media (max-width: 400px) {
    .table td span {
        margin-top: 2px;
        
    }
    
    .tab_1 {
        overflow-x: scroll;
    }
}






.plan_box{
    background-color: #fff;
    border: #25B5D0 2px solid;
    border-radius: 15px;
    width: 100%;
    /*height: 100%;*/
    box-shadow: 0px 0px 10px 0px #bfbfbf;
    padding: 20px;
}

.line_dots{
    border: #949494 1px dashed;
}

.spa_clr{
    color: #6E6E6E;
}

.fl_clr{
    background: linear-gradient(#64FFDD,#62DBFB);
    border: #62DBFB 1px solid !important;
    border-radius: 15px;
    width: fit-content;
    padding: 3px 10px;
    font-size: 14px;

}


/* examcategories */
/* examcategories */

.tnpsc_box {
    background-color: #fff;
    border: #DDDDDD 1px solid;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #bfbfbf;
}

.tnpsc_box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    perspective: 1000px; 
}

.tnpsc_box:hover {
    box-shadow: 0px 1px 20px 0px #00000030;
    transform: scale(1.03) rotateX(5deg) rotateY(5deg); 
}

.tnpsc_box:hover .exam_pad {
    transform: scale(0.9); 
    transition: transform 0.3s ease;
}


.in_box {
    background-color: #CFFBFF;
    border-radius: 15px 15px 0 0px;

}

.dots {
    list-style: none;
    padding: 0px !important;
}

.dots li {
    padding-left: 25px;
    position: relative;
}

.dots li::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background-color: #00175F;
    left: 0px;
    top: 5px;
}

.exam_pad {
    width: 55px;
    height: 55px;
}

.upgrade_the {
    background-color: #FFFEEB;
    padding: 40px;
}

.sides {
    overflow: hidden;
    overflow-y: scroll;
    height: 250px;
    padding: 0px 10px;
}

.sides::-webkit-scrollbar {
    width: 8px;
    height: 2px !important; 
}

.sides::-webkit-scrollbar-thumb {
    background-color: #553398; 
    border-radius: 4px; 
}


.sides::-webkit-scrollbar-track {
    background: #f0f0f0; 
}

.patmeny{
    background-color: #381B73;
}

.whit_round{
    background-color: #fff;
    border-radius: 100px;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whit_round img{
    width: 30px !important;
}
.header_cardwraps h5{
    width: max-content;
    margin-bottom: 0px;
}
.upi_img{
    width: 32px;
    height: 32px;
}

.upi_img {
    transition: transform 0.3s ease-in-out; /* Smooth transition */
}

.upi_img:hover {
    transform: scale(1.2); /* Zoom-in effect */
}
.whit_round img:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out; /* Zoom-in effect */
}



/* contact us */
.contact_hero_sec{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 25vh;
    width: 100%;
    position: relative;
}
.contact_hero_sec h1{
    z-index: 1;
}
.contact_hero_sec::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    /*background: #00000099;*/
}
.contactlinks_main h3{
    color:#00175F;
    font-weight: 700;
    margin-bottom: 20px;
}
.contactlinks_main{
    background: #FFFFFF;
    box-shadow: 0px 1px 18px 0px #0000001F;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    padding: 20px !important;
}

.contactlinks_main1{
    background: #FFFFFF;
    box-shadow: 0px 1px 18px 0px #0000001F;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    /* padding: 0px !important; */
}
.contactlinks_main a, .contactlinks_main .nonlink_spans{
    display: flex;
    margin: 10px 0px;
    text-decoration: none;
    align-items: center;
    color: #000;
}
.contactlinks_main .svg_linkspan{
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 12px 0px #00000029;
    background-color: #fff;
    margin-right: 10px;
    color: #00175F;
    border-radius: 100px;
}
.contactlinks_main label{
    color: #00175F;
    margin-top: 10px;
    padding:0px;
}
.contactlinks_main input, .contactlinks_main select,.contactlinks_main textarea{
    padding: 10px 10px !important;
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px #00000040;
    border: none;
    outline: none;
    border-radius: 10px;
    margin-bottom: 10px;
}
.contactlinks_main button{
    background: linear-gradient(180deg, #96F5FF -50%, #25B5D0 100%);
    border-radius: 10px;
    width: 140px;
    border: none;
    height: 40px;
    font-weight: 600;
    color: #00175F;
    margin-top: 20px;
}
.faqyellows{
    background-color: #FFFEEB;
}
.faqyellows img{
    width: 90px;
    margin-bottom: 10px;
}
.faqyellows h1{
    color: #00175F;
    font-weight: 700;
    margin-bottom: 0px;
}
.faqyellows h5{
    color: #00175F;
    font-weight: 700;
    margin-bottom: 20px;
}

.accordion-button::after{
    display: none !important;
}
.main_bluebg .accordion-button::before{
    display: none !important;
}
.main_bluebg .accordion{
    --bs-accordion-bg: transparent !important;
}
.main_bluebg .accordion-button{
    font-weight: 600;
}
.main_bluebg .accordion-body{
    background-color: #fff;
    border-radius: 0px 0px 30px 30px;
}
.main_bluebg .arrower_accord{
    transition: 0.4s;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-bottom: 0px;
}
.main_bluebg .accordion-button:not(.collapsed) .arrower_accord{
    transform: rotate(-180deg);
}
.main_bluebg .accordion-button:focus {
    z-index: 3;
    border: none;
    outline: 0;
    box-shadow: none !important;
}
.main_bluebg .accordion-button:not(.collapsed){
    color: #000;
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 30px 30px 0px 0px;
}

/* Update */
.main_cardupdates img{
    border-radius: 20px;
    padding: 0px;
    transition: 0.4s;
}
.main_cardupdates h5{
    color: #1A5298;
    font-weight: 600;
    margin-top: 10px;
}
.main_cardupdates span{
    color: #676767;
    font-weight: 400;
    text-align: justify;
}
.img_cardupdates{
    overflow: hidden;
    border-radius: 20px;
}
.main_cardupdates:hover img{
    transform: scale(1.15);
}

.main_notifysides{
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 1px 18px 0px #0000001F;
    overflow: hidden;
}
.main_notifysides .blue_notifysides{
    background: linear-gradient(90deg, #25B5D0 0%, #96F5FF 100%);
    padding: 15px 0px;
}
.blue_notifysides h5{
    text-align: center;
    margin: 0px;
    font-weight: 600;
}
.main_dflexers{
    border-bottom: 1px solid #AEAEAE;
}
.main_dflexers:nth-last-child(){
    border-bottom: 0px solid #ff3 !important;
}
.main_dflexers span{
    width: calc(100% - 24px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_dflexers img{
    width: 24px;
}
/* Updates blog */
.top_mainblogs span{
    width: max-content;
    color: #00175F;
    margin: 5px 0px;
}
.top_mainblogs .blue_padblog{
    width: max-content;
    padding: 10px 30px ;
    background-color: #CFFBFF;
    border-radius: 100px;
}
.header_blog{
    text-align: center;
    font-weight: 700;
}
.blog_pointsmain h5{
    color: #000;
    font-weight: 700;
}
.blog_pointsmain span{
    color: #000;
    font-weight: 400;
}
.relatedhead_btn h4{
    color: #00175F;
    font-weight: 700;
    margin-bottom: 0px;
    width: max-content;
    display: flex;
    align-items: center;
}
.relatedhead_btn button{
    color: #888888;
    border: 1px solid #888888;
    font-weight: 500;
    border-radius: 100px;
    width: 130px;
    height: 35px;
}
.main_cardrelated img{
    width: 100%;
    margin-bottom: 15px;
}
.main_cardrelated small{
    color: #676767;
    font-weight: 600;
    margin-bottom: 15px;
}
.main_cardrelated h5{
    color: #00175F;
    margin-bottom: 15px;
}
.main_cardrelated span{
    color: #8B8B8B;
    margin-bottom: 15px;
    text-align: justify;
}
 /* Terms & Conditions */
 .main_content_terms h1{
    font-weight: 600;
}
.main_content_terms{
    background-color: #F1F4FF;
}
.main_content_terms h5{
    color: #316FF6;
    font-weight: 600;
}
.main_content_terms h6{
    color: #FF1010;
    font-weight: 600;
}
.main_content_terms p{
    color: #888;
}

.language-switch {
    background-color: #081b6b; /* Dark blue background */
    border: 2px solid #081b6b;
    border-radius: 50px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
  }
  .language-switch button {
    border: none;
    background: none;
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: bold;
  }
  .language-switch .active {
    background-color: white;
    color: #081b6b;
  }

.language-switch1{
    background-color: #FFFFFF; 
    border: 2px solid #DDDDDD;
    border-radius: 50px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}

.language-switch1 button {
    border: none;
    background: none;
    color: #00175F;
    padding: 8px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: bold;
  }

  .language-switch1 .active {
    background: linear-gradient(#25B5D0,#96F5FF);
    color: #081b6b;
  }

  .language-switch-1{
    background-color: #081b6b;
    border: 2px solid #081b6b;
    /* color: #fff !important; */
    border-radius: 50px;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
  }

  .language-switch-1  button {
    border: none;
    background: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-weight: bold;
  }

  .language-switch-1 .active {
    background: linear-gradient(#25B5D0,#96F5FF);
    color: #081b6b;
  }


 .small_card{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 12px 0px #00000030;
    border: 1px solid #DDDDDD;
   
  }

  .small_card:hover{
    border: #7BD4DC 3px solid;
    transition: 0.1s;
    box-shadow: 0px 1px 12px 0px #00000030;
  }

  .actives_card{
    border: #7BD4DC 3px solid;
  }
  
  
   table {
    border-collapse: collapse;
    width: 100%;
    min-width: 600px; 
}

th, td {
    border: 1px solid #000;
    padding: 8px;
    text-align: center;
    color: black;
    word-wrap: break-word;
    white-space: nowrap; 

}

th {
    background-color: #fff;
    border: 1px solid #000;
    color: #00175F;
}

.header {
    background-color: #00175F !important;
    color: white;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;

}

.table-responsive {
    overflow-x: auto;
    width: 100%;
}  

/* Taler Column2 */

.tnpsc-table {
    border-collapse: collapse;
    width: 100%;
  }
  .tnpsc-cell {
    border: 1px solid #000;
    padding: 8px;
    text-align: start;
    white-space: inherit;
  }
  .tnpsc-header-cell {
    background-color: #7BD4DC;
    border: 1px solid #7BD4DC;
    white-space: nowrap;
    text-align: center;
    font-size: 20px;
  }
  

  /* Table 3 */
  .quota-examination-table {
    width: 100%;
    border-collapse: collapse;
    
  }
  
  .quota-table-cell {
    border: 1px solid #888;
    padding: 10px;
    text-align: center;
  }
  
  .quota-table-header {
    background-color: #7dd1d1;
    border: 0px solid #7BD4DC;
    color: #000;
    font-weight: bold;
  }
  
  .quota-table-total-row {
    font-weight: bold;
  }
  
  .quota-table-cell1 {
    border: 1px solid #888;
    padding: 30px;
    text-align: start;
  }
  


  .card-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.card-title {
    font-size: 1.5rem;
}

@media (max-width: 767.98px) {
    .card-img {
        width: 30px;
        height: 30px;
    }
    
    .card-title {
        font-size: 1.1rem;
    }
    
    .small_card {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .d-flex.gap-2 {
        gap: 0.5rem !important;
    }
}




.subscription_accordion .accordion-item {
  border: 2px solid #d2d2d2 !important;
  border-radius: 15px !important;
  margin-bottom: 1rem;
  transition: 0.3s;
  overflow: hidden !important;
}

.subscription_accordion .accordion-item.active {
  border: 1px solid #00b3d4 !important;
  background: transparent;
  border-radius: 15px;
}

.subscription_accordion .accordion-button {
  background-color: white;
  box-shadow: none !important;
  padding: 1rem;
  border-radius: 15px;
}

.subscription_accordion .accordion-button::after {
  display: none;
}

.subscription_accordion.accordion-body {
  padding: 1.5rem;
  background-color: white;
  border-radius: 15px;
}

.subscription_accordion .accordion-button:focus {
  box-shadow: none;
}

.subscription_accordion .accordion-button:not(.collapsed){
    background: transparent;
}

/* Responsive */
@media (max-width: 576px) {
 
  .free_letter{
      margin-top: 2px !important;
  }

.level_names{
    font-size: 16px !important;
}

.value_pay{
    font-size: 18px !important;
}
  }

.level_names {
    font-size: 24px;
    color: #6E6E6E;
}

.value_pay{
    font-size: 27px;
    font-weight: bold;
}

.Subscribe_btn{
    background: linear-gradient(#96F5FF , #25B5D0);
     border: 1px solid #25B5D0;
    font-weight: 500;
    border-radius: 13px;
    width: 100%;
    height: 50px;
    transition: transform 0.3s ease;
}

.free_letter{
    margin-top: 10px;
}

.Subscribe_btn:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 15px rgba(37, 181, 208, 0.6);
}

.subscription_accordion .accordion-body ul li {
    list-style-type: none ;
}

.subscription_accordion .accordion-button::after {
      display: none !important;
    }
    .custom-radio {
      width: 28px;
      height: 28px;
      border: 2px solid #999;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
        flex-shrink: 0;
      transition: 0.3s;
    }
    .custom-radio.active {
      border-color: #00b3d4 !important; /* Your blue color */
    }
    .custom-radio.active::before {
      content: '';
      width: 14px;
      height: 14px;
      background-color: #00b3d4 !important; /* Inner circle color */
      border-radius: 50%;
    }
    
.tamil-radio {
  width: 28px;
  height: 28px;
  min-width: 28px; /* prevents shrink on mobile */
  min-height: 28px;
  border: 2px solid #999;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  flex-shrink: 0; /* prevents collapse */
}

.tamil-radio.active {
  border-color: #00b3d4 !important;
}

.tamil-radio.active::before {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #00b3d4;
  border-radius: 50%;
}

/* Thankyou */

@keyframes fade_in_up {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pop_in {
    0% {
        opacity: 0;
        transform: scale(0.3) rotate(-10deg);
    }

    50% {
        transform: scale(1.1) rotate(5deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

@keyframes bounce_in {

    0%,
    20%,
    40%,
    60%,
    80% {
        transform: translateY(0);
    }

    10% {
        transform: translateY(-10px);
    }

    30% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(-3px);
    }
}

@keyframes paper_fall {
    0% {
        transform: translateY(-100vh) rotate(0deg);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

@keyframes confetti_burst {
    0% {
        transform: scale(0) rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: scale(1) rotate(180deg);
        opacity: 0.8;
    }

    100% {
        transform: scale(0) rotate(360deg);
        opacity: 0;
    }
}

@keyframes boom_blast {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.7;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.fade_in_up {
    animation: fade_in_up 0.8s ease-out;
}

.pop_in {
    animation: pop_in 1s ease-out;
    
}

.invoice_down_btn {
background: linear-gradient(#25B5D0, #96F5FF);
    border: #96F5FF 1px solid !important;
    border-radius: 15px;
    font-weight: bold;
    transition: 0.3s ease;
    color: #00175F;
    padding: 15px;
}

.invoice_down_btn:hover {
    transform: scale(1.05);
    box-shadow: 0px 1px 12px 0px #00000030;
}   

.bounce_in {
    animation: bounce_in 1s ease-out;
}

.success_icon {
    font-size: 4rem;
    color: #28a745;
    animation: pop_in 1.2s ease-out;
    position: relative;
}

.gradient_bg {
    background: linear-gradient(55deg, #96F5FF 7.86%, #fff 20%, #29aebd 131.82%);
    min-height: 100vh;
    position: relative;
}

.card_shadow {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 15px;
}

.support_btn{
    /* primarycolor */
    background-color: #1A5298;
    border: #1A5298 1px solid !important;
    border-radius: 15px;
    font-weight: bold;
    transition: 0.3s ease;
    padding: 15px;
    color: #fff;
    
}

.support_btn a {
    text-decoration: none;
    color: #fff;
}
.support_btn:hover {
    background-color: #fff;
    color: #1A5298;
    transform: scale(1.05);
    box-shadow: 0px 1px 12px 0px #0000001F
}

.support_btn:hover a {
    color: #1A5298;
}

.home_btn {
    background-color: #fff;
    border: #1A5298 1px solid !important;
    border-radius: 15px;
    font-weight: bold;
    transition: 0.3s ease;
    padding: 15px;
    color: #1A5298;
}
.home_btn:hover {
    background-color: #1A5298;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0px 1px 12px 0px #0000001F
}   

.display-4 {
    color: #29aebd;
}

.sub_word{
    color: #29aebd;
}

.btn_download:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

/* Paper falling animation - ONE TIME ONLY */
.paper {
    position: absolute;
    width: 12px;
    height: 12px;
    animation: paper_fall 4s linear forwards;
    border-radius: 3px;
    z-index: 1000;
}

.paper:nth-child(1) {
    left: 5%;
    animation-delay: 0s;
    background: #ff6b6b;
}

.paper:nth-child(2) {
    left: 15%;
    animation-delay: 0.3s;
    background: #4ecdc4;
}

.paper:nth-child(3) {
    left: 25%;
    animation-delay: 0.6s;
    background: #45b7d1;
}

.paper:nth-child(4) {
    left: 35%;
    animation-delay: 0.9s;
    background: #96ceb4;
}

.paper:nth-child(5) {
    left: 45%;
    animation-delay: 1.2s;
    background: #feca57;
}

.paper:nth-child(6) {
    left: 55%;
    animation-delay: 1.5s;
    background: #ff9ff3;
}

.paper:nth-child(7) {
    left: 65%;
    animation-delay: 1.8s;
    background: #54a0ff;
}

.paper:nth-child(8) {
    left: 75%;
    animation-delay: 2.1s;
    background: #5f27cd;
}

.paper:nth-child(9) {
    left: 85%;
    animation-delay: 2.4s;
    background: #00d2d3;
}

.paper:nth-child(10) {
    left: 95%;
    animation-delay: 2.7s;
    background: #ff7675;
}

.paper:nth-child(11) {
    left: 10%;
    animation-delay: 3s;
    background: #fd79a8;
}

.paper:nth-child(12) {
    left: 20%;
    animation-delay: 3.3s;
    background: #fdcb6e;
}

/* Confetti burst - ONE TIME ONLY */
.confetti {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: confetti_burst 3s ease-out forwards;
    z-index: 1000;
}

.confetti:nth-child(1) {
    top: 10%;
    left: 20%;
    animation-delay: 0.5s;
    background: #ffd700;
}

.confetti:nth-child(2) {
    top: 20%;
    left: 80%;
    animation-delay: 0.8s;
    background: #ff69b4;
}

.confetti:nth-child(3) {
    top: 30%;
    left: 10%;
    animation-delay: 1.1s;
    background: #00ff00;
}

.confetti:nth-child(4) {
    top: 40%;
    left: 90%;
    animation-delay: 1.4s;
    background: #ff4500;
}

.confetti:nth-child(5) {
    top: 50%;
    left: 60%;
    animation-delay: 1.7s;
    background: #8a2be2;
}

.confetti:nth-child(6) {
    top: 60%;
    left: 30%;
    animation-delay: 2s;
    background: #00ced1;
}


@media (max-width: 768px) {
    .success_icon {
        font-size: 3rem;
    }

    .display-4 {
        font-size: 2rem;
    }
}