/***********************************
Created by : Aabha Chaturvedi
Created on : 5/July/2026

********************************** */

.contact_info {
  background: #f7f7f7;
  padding: 10px 10px 10px 85px;
  margin-bottom: 25px;
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
    height: 100%;              
    display: flex;             
    flex-direction: column;    
    justify-content: center;   
    box-sizing: border-box;    
}
.about_us_2 .wsus_about_us_text_2 p{
  font-size: 16px !important;
}

.about_us_2 .about_us_img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
}

.become_volunteer_3 .overlay::after {
  position: absolute;
  content: "";
  background: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  bottom: -30px;
  right: -30px;
  z-index: 1;
}

.counter_overlay {
    background: #004966;
}
.become_volunteer_3 .text .overlay {
    height: 100%;
    padding: 40px;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    position: relative;
}

.breadcrumb_overlay::after {
    position: absolute;
    content: "";
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 200px;
    bottom: 0;
    right: 370px;
    z-index: 3;
    opacity: 0.15;
    filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(1911%) hue-rotate(238deg) brightness(108%) contrast(109%);
}
.breadcrumb_overlay {
    padding: 200px 0px 80px 0px;
    background: #004966de;
    position: relative;
    width: 100%;
}

/*courses page css*/

.title:hover {
    background-size: 0 ;
}
.service_item_2.category_1 {
    --accent: #6FC332;
    --accent-2: #4FA61C;
}

.service_item_2.category_2 {
    --accent: #F5A428;
    --accent-2: #E08A0A;
}

.service_item_2.category_3 {
    --accent: #3B4CE0;
    --accent-2: #2635B8;
}

.service_item_2.category_4 {
    --accent: #F0532D;
    --accent-2: #D63A18;
}

.service_item_2.category_5 {
    --accent: #F0507A;
    --accent-2: #D63262;
}

.service_item_2.category_6 {
    --accent: #21A99A;
    --accent-2: #178576;
}

.service_item_2.category_7 {
    --accent: #D6429A;
    --accent-2: #B02A7D;
}

.service_item_2.category_8 {
    --accent: #7C4DE0;
    --accent-2: #5F31C4;
}

.service_item_2 {
    position: relative;
    isolation: isolate;
    background: #fff;
    border-radius: 18px;
    padding: 36px 26px 30px;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(14, 31, 46, 0.07);
    box-shadow: 0 2px 6px rgba(14, 31, 46, 0.05);
    transition: transform .35s cubic-bezier(.2, .7, .3, 1), box-shadow .35s ease;
}

.service_item_2:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 22px -12px var(--accent);
}

.service_item_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .45s ease;
}

.service_item_2:hover::before {
    transform: scaleX(1);
}

.service_item_2::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: var(--accent);
    opacity: .07;
    left: -70px;
    bottom: -80px;
    transition: opacity .35s ease, transform .5s ease;
}

.service_item_2:hover::after {
    opacity: .16;
    transform: scale(1.18);
}

.service_item_2 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin-bottom: 22px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    box-shadow: 0 12px 22px -8px var(--accent);
    transition: transform .45s cubic-bezier(.34, 1.56, .64, 1);
}

.service_item_2:hover .icon {
    transform: scale(1.08) rotate(-6deg);
}
.service_item_2 .icon i {
    font-size: 28px;
    line-height: 1;
    color: #fff;
}

.service_item_2 .title {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 19.5px;
    color: var(--navy);
    text-decoration: none;
    margin-bottom: 10px;
    transition: color .25s ease;
}

.service_item_2:hover .title {
    color: var(--accent-2);
}

.service_item_2 p {
    font-size: 14px;
    line-height: 1.65;
    color: var(--body-text);
    margin-bottom: 22px;
    min-height: 68px;
}

.service_item_2 .read_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 13.5px;
    color: var(--accent-2);
    text-decoration: none;
}

.service_item_2 .read_btn i {
    transform: rotate(45deg);
    transition: transform .3s ease;
    font-size: 12px;
}

.service_item_2:hover .read_btn i {
    transform: rotate(45deg) translate(3px, -3px);
}
.service_item_2.category_1 .icon {
  background: yellowgreen;
}

.services_2 .category_1 .text,
.service_item_2.category_1:hover {
  border-color: yellowgreen !important;
}
.service_item_2.category_1::after {
  background: #f3ffda;
}

.service_item_2.category_2 .icon {
  background: orange;
}

.services_2 .category_2 .text,
.service_item_2.category_2:hover {
  border-color: orange !important;
}

.service_item_2.category_2::after {
  background: #fef3df;
}

.service_item_2.category_3 .icon {
  background: blue;
}

.services_2 .category_3 .text,
.service_item_2.category_3:hover {
  border-color: blue !important;
}

.service_item_2.category_3::after {
  background: #f3f3ff;
}

.service_item_2.category_4 .icon {
  background: orangered;
}

.services_2 .category_4 .text,
.service_item_2.category_4:hover {
  border-color: orangered !important;
}

.service_item_2.category_4::after {
  background: #ffe7de;
}

.service_item_2.category_5 .icon {
  background: #ff5f7b;
}

.services_2 .category_5 .text,
.service_item_2.category_5:hover {
  border-color: #ff5f7b !important;
}

.service_item_2.category_5::after {
  background: #ffe8ec;
}

.service_item_2.category_6 .icon {
  background: cadetblue;
}

.services_2 .category_6 .text,
.service_item_2.category_6:hover {
  border-color: cadetblue !important;
}

.service_item_2.category_6::after {
  background: #e6f5f5;
}

.service_item_2.category_7 .icon {
  background: violet;
}

.services_2 .category_7 .text,
.service_item_2.category_7:hover {
  border-color: violet !important;
}

.service_item_2.category_7::after {
  background: #ffe8ff;
}

.service_item_2.category_8 .icon {
  background: blueviolet;
}

.services_2 .category_8 .text,
.service_item_2.category_8:hover {
  border-color: blueviolet !important;
}

.service_item_2.category_8::after {
  background: #e7d4f9;
}

@media (prefers-reduced-motion: reduce) {

    .service_item_2,
    .service_item_2::before,
    .service_item_2::after,
    .service_item_2 .icon,
    .read_btn i {
        transition: none;
    }
}

/*end here*/

input, textarea{
   border-radius: 15px; 
}
.career .contact_input input, .career .contact_input select{
    border-radius: 10px !important;
}
.career .contact_form form{
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(18,59,74,.12);
  border-radius: 18px;
  padding: 40px !important;
  box-shadow: 0 26px 50px -30px rgba(18,59,74,.35);
}

.career .contact_form h3{
  font-weight: 700;
  font-size: 28px;
  color: #123B4A;
  margin: 0 0 20px;
}
.career .contact_form h3::after{
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 14px;
  border-radius: 2px;
  background: linear-gradient(90deg, #E8A63C, #123B4A);
}

.career .contact_input{
 margin: 8px 0;
  }

 .contact_form .contact_input input[type="file"],.contact_form .contact_input select{
  background: var(--colorWhite);
  height: 50px;
}

@media (max-width: 640px){
  .career .contact_form form{ padding: 28px !important; }
}
.contact_form form {
    background:#aadcf138;
    }
 .wsus_about_us_text_2 ul li {
    position: relative;
    width: 100%;
}

.bg1{
    background-color:#FBF5F8;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    border: 1px solid #eee;

}
.bg2{
    background-color: #F5F6FC;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    border: 1px solid #eee;
}
.bg3{
    background-color: #f5fff6;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    border: 1px solid #eee;
}
.bg4{
    background-color: #f7f4ff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    border: 1px solid #eee;
}
.bg5{
    background-color: #fffafa;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    border: 1px solid #eee;
}
.bg6{
    background-color: #fffcea;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    border: 1px solid #eee;
}
.bg7{
    background-color: #f3fffb;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    border: 1px solid #eee;
}
.bg8{
    background-color: #ECF6F3;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    border: 1px solid #eee;
}
.bg9{
    background-color: #f4f1ff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    border: 1px solid #eee;
}
.bg10{
    background-color: #f6fcff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    border: 1px solid #eee;
}
.bg11{
    background-color: #f8fbff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    border: 1px solid #eee;
}
.bg12{
    background-color: #f4fff1;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    border: 1px solid #eee;
}
.bg1:hover,.bg2:hover,.bg3:hover,.bg4:hover,.bg5:hover,.bg6:hover,.bg7:hover,.bg8:hover,.bg9:hover,.bg10:hover,.bg11:hover,.bg12:hover{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px 0px;
    border: 1px solid #eee;
}
/*------------------------------------------------------*/

/* course plan css start */

.category-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 36px 0 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
}
.category-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e4ed;
}
.category-label span {
    display: flex;
    align-items: center;
    gap: 8px;
}
.cat-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.donor_list_item {
    background: #fff !important;
    border-radius: 14px !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
    border: 1.5px solid #eef0f7 !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: stretch !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
    position: relative !important;
}

.donor_list_item:hover {
    border-color: var(--cat-color, #7c6fdf) !important;
    box-shadow: 0 8px 28px rgba(0,0,0,0.10) !important;
    transform: translateY(-2px) !important;
}

.pay {
    min-width: 85px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background: var(--cat-color, #7c6fdf) !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    padding: 18px 12px !important;
    border-radius: 0 !important;
    line-height: 1.1 !important;
}

.pay .pay-label {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.85;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2px;
    display: block;
}

.card-body-inner {
    flex: 1;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.donor_list_item h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    margin-bottom: 5px !important;
    line-height: 1.3 !important;
}

.donor_list_item p {
    font-size: 12px !important;
    color: #888 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.cat-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    background: var(--cat-bg, #eeedfc);
    color: var(--cat-color, #7c6fdf);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-right: 4px;
}

.age-badge {
    font-size: 12px;
    color: #aaa;
}

.card-arrow {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--cat-bg, #eeedfc);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    font-size: 14px;
    color: var(--cat-color, #7c6fdf);
}

.donor_list a{
    display:block;
    width:100%;
    text-decoration:none;
}

.donor_list_item:hover .card-arrow {
    background: var(--cat-color, #7c6fdf);
    color: #fff;
}

.cat-annuity {
    --cat-color: #f39c12;
    --cat-bg: #fff4df;
}

.cat-ulip {
    --cat-color: #8ac926;
    --cat-bg: #edf8d6;
}

.cat-endow {
    --cat-color: #1d24ff;
    --cat-bg: #e8e9ff;
}

.cat-moneyback {
    --cat-color: #ff5a1f;
    --cat-bg: #ffe9df;
}

.cat-child {
    --cat-color: #ff5b87;
    --cat-bg: #ffe6ee;
}

.cat-wholelife {
    --cat-color: #5da5b5;
    --cat-bg: #e5f5f8;
}

.cat-term {
    --cat-color: #d86ce8;
    --cat-bg: #f8e8fc;
}

.cat-micro {
    --cat-color: #7a2ee6;
    --cat-bg: #efe5fd;
}

.cat-pension {
    --cat-color: #18a999;
    --cat-bg: #e3faf6;
}

@media (max-width: 640px) {
    .pay { 
        min-width: 70px !important;
         font-size: 17px !important;
     }
}

/*end here*/

.mb-0{
    margin-bottom: 0px !important;
}
.mt-10{
    margin-top: 10px !important;
}
