/*  --Donate  */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');


/* Custom CSS */
body ,p , li {
font-family: 'Open Sans', sans-serif;
}
body{
background-color: #FFF8E1 !important;
}
p{
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Poppins', sans-serif;
}
.container-fluid{
    width: 80%;
}
.navbar{
    border-bottom: 0.25px solid #624B46;
    backdrop-filter: blur(10px);
    background-color: #FFF8E1;
}
.highlight_btn{
    background-color: #FFEC40;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    z-index: 1000;
}
.highlight_btn a{
    color: #101828;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.offcanvas-body{
    display: flex;
    align-items: center;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 10px;
    font-family: 'Poppins', sans-serif;
    color: #7B5E57;
    font-weight: 500;
}
.hero_section {
    height: 1000px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    overflow: hidden;
  }
.hero_section::before {
    content: '';
    position: absolute;
    filter: blur(4px);
    top: 0;
    left: 0;
    /* width: 100%; */
    height: 100%;
}
.hero_title{
    color: #101828;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 48px;
    line-height: 82px;
    text-align: start;
}
.high_light_text{
    color: #7B5E57;
}
.hero_content{
    position: relative;
}
.hero_description{
    width: 80%;
    color: #7B5E57CC;
    line-height:28.8px ;
}
.hero_info{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
}
.outline_btn{
    border: 1px solid #7B5E57;
    background-color: #FFF8E1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    margin-left: 20px;
    position: relative;
    z-index: 1000;
}
.outline_btn a{
    color: #7B5E57;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.hero_info_bottom{
    margin-top: 50px;
}
.timing_text{
    font-style: italic;
    line-height: 28px;
    color: #646464;
}
.auto_scroll_section{
    position: relative;
    top: 100px;
}
.auto_text_card{
    padding: 0.75rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
    width: 193px;
    height: 56px;
}
/* Card 1 */
.chip_1{
    background-color:#DFF6FF;
    color:#006B8F;
}
/* Card 2 */
.chip_2{
    background-color:#EFE4FF;
    color:#5C318C;
}
/* Card 3 */
.chip_3{
    background-color:#E7F9ED;
    color:#2F7A54;
}
/* Card 4 */
.chip_4{
    background-color:#F3E6FA;
    color:#62366B;
}
/* Card 5 */
.chip_5{
    background-color:#FFE7EF;
    color:#E52055;
}
/* Card 6 */
.chip_6{
    background-color:#E6F1FF;
    color:#2A628F;
}/* Card 7 */
.chip_7{
    background-color:#E7F9ED;
    color:#2F7A54;
}
.support_section{
    background-color: #FFFCF4;
    padding: 100px 0;
    text-align: center;
    position: relative;
}
.title_chip{
    font-size: 12px;
    color: #5C318C;
    background-color: #EFE4FF;
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.support_title{
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: #101828;
    margin-bottom: 40px;
}
.support_card{
    border: 1px solid rgba(123, 94, 87, 0.4);
    background-color: #FFFCF4;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    height: 243px;
}
.card_info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin-bottom: 40px;
}
.card_icon{
    background-color: #F3E8FF;
    padding: 8px;
    border-radius: 4px;
    margin-right: 20px;
    transition: background-color 0.3s ease;
}
.card_info h5{
    font-weight: bold;
    color: #101828;
    font-size: 20px;
    transition: color 0.3s ease;
    text-align: start;
}
.support_card p{
    text-align: start;
    color: #646464;
    line-height: 30px;
    transition: color 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    width: 40px;
    background-color: #D9D9D9;
}
.owl-theme .owl-dots .owl-dot span{
    width: 13px;
    height: 13px;
    background-color: #D9D9D9;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 40px;
}
.support_card svg path {
    transition: stroke 0.3s ease;
  }
.support_card:hover{
    background-color: #8BC34A;
}
.support_card:hover h5,
.support_card:hover p {
  color: #fff;
}

.support_card:hover .card_icon {
  background-color: #fff !important;
}

.support_card:hover svg path {
  stroke: #8BC34A;
}
.helping_section{
    background-color:#FFFFFF;
    padding: 100px 0;
}
.help_chip{
    background-color: #E6EEF9;
    color: #5866EB;
}
.help_icon{
    background-color: #FFE7EF;
    border-radius: 16px;
    height: 80px;
    width: 80px;
    display:flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding: 20px;
}
.help_icon_1{
background-color: #EFE4FF;
}
.help_icon_2{
background-color: #E7F9ED;
}
.help_content h5{
    font-weight: 600;
    color: #101828;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 0.32px;
}
.help_content p{
    color: #404248;
    line-height: 28px;
    font-size: 16px;
}
.our_story{
    padding: 100px 0;
    background-color: #FFFCF4;
    position: relative;
}
.story_chip{
    color: #006B8F;
    background-color: #DFF6FF;
}
.our_story p{
    color: #404248;
    line-height: 30px;
    letter-spacing: 0.16px;
    margin-bottom: 20px;
    
}
.vision_info{
    text-align: center;
    padding: 40px 0;
    box-shadow: 0 0 60px rgba(226, 236, 249, 0.5);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.our_vision{
    padding: 100px 0;
    background-color: #fff;
    position: relative;
}
.vision_info h4{
    color: #207EB4;
    font-size: 32px;
    font-weight: 600;
    line-height: 82px;
}
.vision_info p{
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 0.32px;
    width: 60%;
    text-align: center;
}
.our_mission{
    background-color: #fff;
    padding: 100px 0;
    position: relative;
}
.mission_icon{
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background-color: #FFF7E6;
    border-radius: 50px;
    margin-bottom: 30px;
}
.mission_content{
    width: 70%;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.16px;
}
.mission_icon_bg_1{
    background-color: #F3E8FF;
}
.mission_icon_bg_2{
    background-color: #DCFCE7;
}
.mission_icon_bg_3{
    background-color: #FEF2F2;
}
.programs_section{
    padding: 100px 0 0 0;
    background-color: #FFFCF4;
}
.pro_chip{
    color:#5866EB;
    background-color:#E6EEF9;
    text-align: center;
}
.pro_icon{
    padding: 20px;
    height: 90px;
    width: 90px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.orange_bg{
    background-color:#FFF7E6;
}
.purple_bg{
    background-color: #E6EEF9;
}
.pink_bg{
    background-color:#FEDEF3 ;
}
.green_bg{
    background-color:#DCFCE7 ;
}
.pro_content h6{
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    color: #101828;
}
.pro_content p{
    color:#5C707E;
    font-weight: 400;
    line-height: 29px;
}
.programs_card_section{
    background-color:#207EB4 ;
    padding: 70px 0;
    position: relative;
}
.programs_card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    height: 100%;
    text-align: center;
}
.programs_card h5{
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
}
.programs_card p{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
}
.custom-dotted-border {
    border: none;
    border-right: 0;
    background-image: repeating-linear-gradient(
      to bottom,
      rgb(255, 255, 255),
      rgb(255, 255, 255,0.2) 2px,
      transparent 4px,
      transparent 8px
    );
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 2px 100%;
    padding-right: 20px; 
    height: 100%;
  }
  .custom-dotted-border::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-image: repeating-linear-gradient(
      to bottom,
      rgb(255, 255, 255),
      rgb(255, 255, 255, 0.2) 2px,
      transparent 4px
    );
  }
  .our_commitment_section{
    padding: 100px 0;
    position: relative;
    background: #fff;
  }
  .our_commitment_section p{
    color: #101828;
    line-height: 30px;
    letter-spacing: 0.16px;
    margin-bottom: 20px;
  }
  .location_section{
    padding: 100px 0 150px 0;
    background-color: #E8F5FC;
  }
  .location_chip{
    background-color:#EFE4FF ;
    color:#5C318C;
  }
  .form-control{
    padding: 1rem;
    background-color: #F2FAFF;
    border: 0.75px solid #F3F3F3;
    color: #828282;
  }
  input::placeholder {
    color: #828282;
    font-size: 14px;
  }
  textarea::placeholder {
    color: #828282;
    font-size: 14px;   
  }
  .sumbit_btn{
    background-color: #FFF176;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
  }
  .sumbit_btn:hover{
    background-color: #FFEC40;
  }
  .address_section{
    background-color: #F2FAFF;
    padding: 20px;
    border-radius: 8px;
  }
  .address_section span{
    margin-top: 20px;
    color:#5A5A5A;
    font-weight: 400;
    font-size: 14px;
  }
  .address_icon{
    background-color: #207EB4;
    padding: 5px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .address_section a{
    color: #101828;
    text-decoration: none;
    margin-left: 20px;
    line-height: 22px;
  }
  footer{
    background-color:#001A29;
    padding: 100px 0;
    color: #fff;
  }
  .footer-logo{
    margin-bottom: 20px;
  }
  footer h6{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.16px;
    text-align: center;
    margin-bottom: 40px;
    color: #CCD1D4;
  }
  footer a{
    text-decoration: none;
    font-weight:600 ;
    font-size: 16px;
    color: #fff;
  }
  footer ul{
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
  }
  footer li{
    margin: 0 1rem;
  }
  footer p{
    color:#808D94;
    font-weight: 400;
    font-size: 15px;
  }
  
  /*Sponsor Page CSS Start*/
  .hero-section {
  height: 600px;
  background-image: url('http://www.rootslearningcenter.org.in/wp-content/uploads/sites/4/2025/08/donate-hero-scaled.webp');
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.hero-title{
    font-size:3.5rem;
    font-weight:700px;
    line-height:80px;
    margin-bottom:20px;
}
.hero-section::before {
  content: '';
  position: absolute;
  filter: blur(4px);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(34, 31, 3, 0.2);
}

.hero-content {
  position: relative;
  z-index: 2;
  background-color: transparent !important;
}
.hero-content-bottom {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  
}
.hero_description{
  font-weight: 400;
  font-size: 18px;
  line-height: 30.4px;
  margin-bottom: 30px;
}
  .donate-box{
    border: 0.75px solid #7B5E57;
    padding: 35px;
    border-radius: 16px;
  }
  .bank-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    
    color: #000;
    margin-bottom: 30px;
  }
  .inside-box{
    background-color:#FFF8E1 ;
    margin: 20px 0;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .inside-box p{
    color:#101828;
    font-size:18px;
    font-weight:700;
    line-height:100%;
    letter-spacing: 3%;
  }
  .inside-box span{
    color:#717171;
    font-size:14px;
    font-weight:400;
    line-height:100%;
  }
  .online-payment-content{
    color: #6B5E51;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
  }
  .upi-btn{
    background-color:#81D4FA;
    padding: 25px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
  }
  .upi-btn a{
    text-decoration: none;
    color: #101828;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 3%;
  }
  .upi-btn p{
    font-size: 14px !important;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
    margin-bottom: 0 !important;
  }
.accordion_title{
    font-size: 24px;
    font-weight: bold;
    color: #101828 !important;
}
.accordion_section{
    background-color: #FFFCFA;
    padding-bottom: 100px;
}
.accordion_item{
border: 0.5px solid #7B5E57;
border-radius: 0px;
background-color: #FFFCF4;
}
.accordion-button{
    background-color: #FFFCF4;
}
.accordion_title:not(.collapsed){
background-color: #FFFCF4 ;
box-shadow: none;
}
.accordion-body,.accordion_title:focus{
    background-color: #FFFCF4;
    padding: 20px 40px;
}
.accordion_title:focus{
    box-shadow: none;
}
.info_intro{
    color: #646464;
    font-size: 18px ;
    line-height: 32px;
    width: 100%  !important;
    text-align: start !important;

}
.info_details h6{
    color: #101828;
    font-weight: bold;
    line-height: 32px !important;
    font-size: 18px;
    margin-bottom: 20px;
}
.info_card{
    border: 0.5px solid #7B5E57;
    padding: 25px;
    margin-bottom: 30px;
}
.info_card p{
    color: #101828;
    font-size: 16px;
    font-weight: 400;
   font-size: 16px !important;
}
.info_text_details{
    background-color: #FFF8E1;
    padding: 30px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.info_text_details p a{
    color: #000;

}
.info_text_details li{
    margin-bottom: 15px;
    color: #101828;
    font-weight: 500;
}
.pan_reg{
    background-color: #81D4FA;
    padding: 20px;
    color: #101828;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .question-section{
    padding: 100px 0;
    background-color: #FFF8E1;
  }
  .question-section h2{
    margin-bottom: 50px;
  }
  .action-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  
  .action-card {
    border: 0.5px solid #7B5E57;
    padding: 30px;
    background-color: #FFF8E1;
    color: #000;
    transition: background-color 0.4s ease, color 0.4s ease;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 8px;
  }
  
  .action-card.active {
    background-color: #FFF176;
    color:#101828;
  }
  .action-card h4{
    font-size: 18px;
    font-weight: 500; 
    color: #646464;
  }
  .action-card.active h4{
    color: #101828;
  }
  .open-icon {
    background-color: #81D4FA;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 35px;
    justify-content: center;
    transition: background-color 0.3s ease;
    border-radius: 2px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  }
  
  .action-card.active .open-icon {
    background-color: #81D4FA;
  }
  .action-card.active .plus-icon path {
    fill: #fff;
  }
  .plus-icon {
    transition: transform 0.3s ease;
  }
  
  .action-card.active .plus-icon path:first-child {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .action-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    background-color: #FFF176;
    color: #101828;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.3s ease;
  }
  
  .action-wrapper.active .action-content {
    max-height: 250px;
    opacity: 1;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
  }
  .support_life{
    padding: 100px 0;
    background-color: #FFFCF4;
  }
  .support_life h2{
    font-size: 48px;
    font-weight: 600;
    color:#101828;
    margin-bottom: 20px;
    text-align: center;
  }
  .donate-support-des{
    font-size: 20px;
    text-align: center;
    width: 60%;
    font-weight: 400;
    color: #646464;
    line-height: 30px;
  }

  .donate_support_card{
    border: 0.75px solid #7b5e5756;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(51, 40, 82, 0.1);
  }
  .support_body_info{
    padding: 30px;
  }
  .support_body_info h4{
    color: #7B5E57;
    font-size: 18px;
    font-weight: 600;
    margin-bottom:20px;
  }
  .support_body_info p{
    font-size: 16px;
    width: 100%;
    text-align: start;
    color: #646464;
  }
  .support_body_info span{
    color:#7B5E57 ;
    border: 0.5px solid #A5CD81;
    padding: 5px 40px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .support_donate_btn{
    background-color:#FFEC40;
    color: #101828;
    font-weight: 500;
    font-size: 18px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    display: block;
    text-decoration: none;
  }
  .support_donate_btn a{
    text-decoration: none;
    color: #101828;
    text-align: center;
  }
  .donate_support_card img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .bank_transfer_section{
    padding: 100px 0;
    background-color: #FFFCFA;
  }
  .bank_transfer_section h2{
    color: #101828;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 20px;
  }
  .bank_transfer_section .bank_trans_desc{
   font-size: 20px;
   color:#646464; 
   line-height: 30px;
   margin-bottom: 20px;
   font-weight: 400;
   font-size: normal;
  }
  .bank_trans_high_light{
    color: #101828;
    font-weight: 600;
  }
  .online_transfer_section{
    background-color: #fff;
    padding: 0px 0 100px 0;
  }
  .online_transfer_section #letter-cta{
    height: 387px;
    background-image: url('http://www.rootslearningcenter.org.in/wp-content/uploads/sites/4/2025/08/Hero-Image.png');
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
  }
  .online_transfer_section .big-btn{
    margin-top: 30px;
  }
  .online_transfer_section h3{
    font-size: 48px;
    margin-bottom: 20px;
    letter-spacing: 0.32px;
  }
  .online_transfer_section p{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .online_trans_main{
    background-color: #FFFCF4;
    border: 0.5px solid #7b5e5795;
    padding: 20px;
    border-radius: 16px;
  }
  .online_trans_main h3{
    color:#101828;
  }
  .online_trans_main p{
    color: #646464;
  }
  .online_qr{

    display:flex;
    align-items: center;
    justify-content: center;
  }
  .online_qr img{
    height:546px;
  }
  .donate-button {
    position: relative;
    height: 48px;
    width: 144px;
    background-color: #FFEC40;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    
  }
  .donate-button .label {
    position: absolute;
    left: 16px;
    top: 5px;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #000 ;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    word-wrap: break-word;
    transition: color 0.3s;
    text-decoration: none;
  }

  .donate-button .line {
    position: absolute;
    height: 0;
    border: 0.5px solid #fff;
    opacity: 0.01;
  }

  .donate-button .line1 {
    width: 1px;
    left: 151px;
    top: 51px;
  }

  .donate-button .line2 {
    width: 1px;
    left: -3px;
    top: 56px;
    transform: rotate(-90deg);
    transform-origin: top left;
  }

  .donate-button .line3 {
    width: 1px;
    left: -8px;
    top: -4px;
  }

  .donate-button .line4 {
    width: 1px;
    left: 147px;
    top: -7px;
    transform: rotate(90deg);
    transform-origin: top left;
  }

  .donate-button:hover {
    background-color: #F9F4EF;
  }

  .donate-button:hover .label {
    color: #0E1C12;
  }

  .donate-button:hover .line {
    opacity: 1;
    border-color: #F9F4EF;
  }


  .donate-button:hover .line1{
    width: 130px;
    left: 22px;
    transition: all 0.6s ease-in-out;
    
  }
  .donate-button:hover .line3{
      width: 130px;
      left: -8px;
      transition: all 0.5s ease;
  }

  .donate-button:hover .line2,
  .donate-button:hover .line4 {
    width: 64px;
  }
  .donate-button:hover .line2{
    transition: all 0.3s ease;
  }
  .donate-button:hover .line4{
    transition: all 0.7s ease-in-out;
  }
  .big-btn{
    width: 235px;
    height: 56px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .big-btn .label{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .big-btn .line1{
    top: 58px;
  }
  .big-btn .line2{
    top: 65px;
  }
  .big-btn .line4{
    left: 239px;
  }
  .big-btn:hover .line1{
    width: 210px;
    left: 32px;
    transition: all 0.6s ease-in-out;
    
  }
  .big-btn:hover .line2,
  .big-btn:hover .line4 {
    width: 74px;
  }
  .big-btn:hover .line3{
    width: 210px;
    left: -8px;
    transition: all 0.5s ease;
}

  .footer-bottom a{
    font-size: 14px;
    color:#808D94;
    font-weight: 400;
  }
  /* Privacy Policy & Terms and Conditions */

.terms-conditions-section, .privacy-policy-section{
    padding: 100px 0;
  }
  .last-update{
    font-weight: 600;
    line-height: 32px;
  }
  .terms-conditions-section p, li{
    font-size: 17px;
    color: #666666;
    line-height: 30px;
  }
  .privacy-sub-title{
    font-weight: 600;
    margin-bottom: 20px;
  }
  .privacy-policy-section p, li{
    font-size: 17px;
    color: #666666;
    line-height: 30px;
  }

/*Sponsor Page CSS End*/
  
  /* Media Query */

  @media only screen and (min-width: 2000px) {
    .container-fluid {
      width: 70%;
    }
    .hero_title_design_png, .compass_design_png{
        left: 14% !important;
    }
  }
  @media only screen and (min-width: 1900px) {
    .container-fluid {
      width: 80%;
    }
  }
  
  @media only screen and (max-width: 1024px)  {
    .container-fluid {
      width: 95%;
    }
    
    .main_hero_img{
        height: 80%;
    }
    .hero_title{
        font-size: 40px;
        line-height: 70px;
    }
    .hero_title_design_png{
        left: 1% !important;
    }
    .hero_description{
        width: 100%;
    }
    .compass_design_png{
        left: 0% !important;
    }
    .card_info h5{
        font-size: 16px;
    }
    .card_icon{
        margin-right: 10px;
    }
    .support_card{
        height: 250px;
        padding: 20px;
    }
    .vision_info p{
        width: 90%;
    }
    .pro_icon{
        padding: 10px;
        height: 80px;
        width: 80px;
        margin-right: 15px;
    }
    .pro_content p{
        font-size: 15px;
    }
    
      .support_donate_btn{
        font-size: 16px;
      }
      .info_card{
        width: 100%;
      }
      .inside-box{
        padding: 20px 10px;
    }
    .inside-box p{
        font-size: 16px;
        font-weight: 600;
        line-height: 27px;
    }
    .upi-btn a{
        font-size: 16px;
    }
    .upi-btn{
        padding: 20px;
    }
    .inside-box span{
      line-height: 27px;
    }
  }
  
  @media only screen and (max-width: 992px) {
    .hero_title{
        font-size: 30px;
        line-height: 50px;
    }
    .hero-title{
        font-size:2.5rem;
        line-height:50px;
    }
    .hero_title_design_png{
        left: 0% !important;
        top: 17%;
    }
    .hero_section{
        height: 800px;
    }
    .pro_icon{
        height: 90px;
        width: 90px;
        padding: 20px;
        margin-right: 20px;
    }
    .programs_card{
        margin-bottom: 20px;
        border-right: 3px dotted #ffffff7a;
        height: 90%;
    }
    .custom-dotted-border{
        height: 90%;
        background: none;
    }
    .offcanvas {
        width: 280px !important;
        background-color: #FFF8E1 !important;
        height: 100vh;
    }
    .offcanvas-body{
        flex-direction: column !important;
        align-items: flex-start;
    }
    .navbar-toggler:focus{
        box-shadow: none !important;
    }
    .navbar-nav{
        margin-left: 0 !important;
    }
    .donate-support-des{
    width: 90%;
  }
  .support_body_info span{
    padding: 5px 10px;
  }
  .pan_reg{
    font-size: 16px;
  }
  .bank_transfer_section h2,.online_transfer_section h3{
    font-size: 38px;
  }
  .bank_transfer_section .bank_trans_desc{
    font-size: 17px;
  }
  .donate-box{
    padding: 25px;
  }
  .online_trans_main{
    padding: 15px;
  }
  .upi-btn{
    padding: 10px;
  }
  .online_transfer_section p{
    font-size: 17px;
  }
  }

  @media only screen and (max-width:540px) {
    .main_hero_img{
        display: none;
    }
  }

  @media only screen and (max-width:452px) {
    .container-fluid {
      width: 95%;
    }
    .main_hero_img{
        display: none;
    }
    .hero_title_design_png{
        top: 16%;
    }
    .hero_info_bottom{
        margin-top: 30px;
    }
    .support_title{
        font-size: 22px;
        line-height: 33px;
    }
    .vision_info p{
        font-size: 20px;
    }
    .mission_content{
        margin-bottom: 25px;
    }
    .pro_content, .pro_icon{
        margin-top: 20px;
    }
    .programs_card{
        border-right: none;
    }
    footer ul{
        display: flex;
        /* flex-direction: column !important; */
    }
    footer li{
        margin-right: 0.5rem;
        margin-left: 0.25rem;
    }
    
    .support_life{
    padding: 50px 0;
  }
  .support_life h2, .bank_transfer_section h2, .online_transfer_section h3{
    font-size: 32px;
  }
  .donate-support-des{
    font-size: 16px;
    width: 100%;
    line-height: 27px;
  }
  .info_intro{
    font-size: 16px;
  }
  .info_text_details{
    padding: 20px;
  }
  .info_text_details strong{
    font-size: 14px;
    color: #000;
  }
  .online_transfer_section #letter-cta{
    height: 320px;
  }
  .upi-btn{
    margin-bottom: 30px;
  }
  .accordion-body, .accordion_title:focus{
    padding: 20px 25px;
  }
  .info_card{
    padding: 15px;
  }
  .pan_reg{
    padding: 10px;
  }
  .hero-title{
      font-size:2rem;
      line-height:40px;
  }
  }

  @media only screen and (max-width:430px) {
    .hero_title_design_png{
        top: 16%;
    }
    .hero_title{
        font-size: 29px;
    }
    .hero_section{
        height: 750px;
    }
    .compass_design_png{
        top: 33% !important;
    }
  
    .our_story, .support_section, .helping_section, .our_mission, .our_commitment_section, .location_section{
        padding: 50px 0;
    }
    .programs_section{
        padding-top: 50px;
    }
  }