/* .sol_head{width:100%; background-color:#cccccc; padding:30px;}
.sol_foot{width:100%; background-color:#ccc; padding:30px;} */
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  #wpadminbar .quicklinks ul {
    overflow: visible;
  }
 ul>li>a {

    overflow: hidden;
}
.single-post .next-post {
    left: 0;
    overflow: hidden;
}
h1{
    overflow: hidden;
}
  html, body {
  }
  
.header_section {
    width: 100%;
    min-height: 150px; 
    padding: 20px 50px; 
    padding-bottom: 50px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .header_container {
    max-width: 1236px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden; 
  }
  
  .header_icon img {
    width: 176px;
    object-fit: cover;
    height: auto;
  }
  
  .header_nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    .nav_link {
        text-decoration: none;
        color: #ac5080;
        font-size: 20px;
        font-weight: 400;
        white-space: nowrap;
        position: relative;
        padding-bottom: 5px; 
        margin-right: 40px;
        &:last-child {
            margin-right: 0;
        }
    }
  }
  
  
  .nav_link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0; 
    height: 2px;
    background-color: #ac5080; 
    transition: width 0.3s ease;
  }
  .nav_link:hover{
    color: #ac5080 ! important;
  }
  .nav_link:hover::after {
    width: 100%; 
  }
  
  
  /* ✅ for tab View */
  @media screen and (max-width: 840px) {
  .header_section {
  padding-inline: 45px;
  }
  .header_nav{
  justify-content: center;
  row-gap: 8px;
  .nav_link{
    font-size: 18px;
    margin-right: 25px;
  }
  }
  }
  /* ✅ for Mobile View */
  @media screen and (max-width: 688px) {
    .header_section {
        padding-inline: 20px;
        padding-top: 10px;
        height: auto;
    }
    
    .header_container {
        max-width: 100%;
        flex-direction: column;
        text-align: center;
    }
      .header_icon{
    img{
      width: 153px;
    }
  }
    .header_nav{
      margin-top: 15px;
  .nav_link{
  margin-right: 20px;
  }
  }
  }
  @media screen and (max-width: 490px) {
      
      
        #top-bar > div, #main-nav > div, #featured-links, .main-content, .page-footer-inner, .featured-slider-area.boxed-wrapper {

    margin-top: 100px;
}

.header_nav {
        .nav_link {
            font-size: 14px;
            margin-right: 10px;
        }
    }
}
    .post-title, .page-title {
        font-size: 28px;
        line-height: 36px !important;
    }
}
    h2.wp-block-heading , .page-content h2{
    font-size: 24px !important;
}

  .header_icon{
    img{
      width: 146px;
    }
  }
    .header_nav{
  
      .nav_link{
        margin-right: 15px;
        font-size: 16px;
      }
    }
  }
  
  
  /* @font-face {
    font-family: "content_font";
    font-weight: 400;
    src: url(<?php echo get_template_directory_uri(); ?>/incd/fonts/Gidole-Regular.ttf) format("truetype");
} */
@font-face {
    font-family: "content_font";
    font-weight: 400;
    src: url("../fonts/Gidole-Regular.ttf") format("truetype");
}

.footer_section {
    width: 100%;

    padding-bottom: 78px;
}
.ft_container{
    max-width: 1182px;
    width: 100%;
    margin: 0 auto;
}
.ft_image {
    width: 100%;
    height: 460px;
    overflow: hidden;
}

.ft_image img {
    width: 100%;
}
.ft_heading{
    font-family: "Cinzel Decorative", serif;
    font-size: 40px;
    line-height: 45px;
    font-family: "Cinzel Decorative", serif;
    margin-top: 24px;
    margin-bottom: 42px;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: #ac5080;
    span{
        display: block;
        overflow: hidden;
        margin-top: 10px;
    }
}
.ft_bottom{
    display: flex;
    align-items: center;
    .ft_left{
        width: 50%;
    }
    .ft_right{
        width: 50%;
    }
}
.ft_bottom{
    display: flex;
    flex-direction: row;
}
.ft_bottom  .ft_left{
        width: 50%;
        display: flex;
        gap: 115px;
    }
    .ft_bottom  .ft_left .ft_col{
      
        p , span{
            font-family: "content_font";
            font-size: 24px;
            font-weight: 400;
            color: #ac5080;
            margin-bottom: 28px;
            line-height: 28px;
        }
        a{
            font-family: "content_font";
            font-size: 24px;
            font-weight: 400;
            color: #ac5080;
            text-decoration: none;
            line-height: 28px;
        }
    }
.ft_right{
    width: 50%;
    padding-left: 52px;
}
.follow_us{
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 23px;
    border: 1px solid #ac5080;
    p{
        font-family: "content_font";
        font-size: 24px;
        font-weight: 400;
        color: #ac5080;
        letter-spacing: 2px;
        line-height: 28px;
    }
}
.social_wrapper {
display: flex;
gap: 25px;
}

.social_wrapper a {
display: block;
}

.social_wrapper a img {
width: 35px;
}

.social_wrapper a:nth-child(3) img {
width: 48px;
}

