section.summary-section a {
    position: relative;
    /* color: rgb(0, 0, 0); */
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 30px;
    font-family: var(--heading-font);
    color: var(--heading-color);
}
.summary-section .row {
    margin-bottom: 9rem;
}
.summary-section .row:nth-child(even) .inner-column .image img{
    right:0;
}
.summary-section .inner-column .image{
    width: 100%;
    height: 300px;
}
.summary-section .inner-column .image img {
    width: 80%;
    display: block;
    height: 300px;
    object-fit: cover;
    box-shadow: 0px 0px 4px #060606;
    max-width: 80%;
    position: static;
    /* right: auto; */
    /* left: auto; */
    position: absolute;
}
.summary-section .col-lg-5.col-12.position-relative.right-contentss {
    display: flex;
    align-items: center;
}
.inner-column-content {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0px 0px 1px #060606;
    right: 0;
    top: 0%;
    background: #fff;
    min-height: 435px;
    z-index: 1;
    padding: 20px;
    height: auto;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.line {
    height: 2px;
    width: 100px;
    background: var(--heading-color);
    position: relative;
    top: -7px;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s;
}

.summary-section .row:nth-child(even) .dot {
    left: 2rem;
}
.dot {
    position: absolute;
    right: 2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
    z-index: -1;
}
section.summary-section {
    overflow-x: hidden;
    padding-bottom: 0;
    padding-top: 80px;
}
section.how-we-value-wrapp .head-sec{
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    text-align: center;
}
.how-we-value-wrapp h2{
    /* color: #000; */
    /* font-weight: 500; */
    margin-bottom: 0px;
    /* font-size: var(--f48); */
}
.attr-btn{
    display: flex;
    justify-content: center;
}
.how-we-value-wrapp h6{
    line-height: 1.3;
    color: var(--primary-color);
    letter-spacing: 0.03em;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
}
.how-we-value-wrapp .atrr{
   padding: 0 10px;
   position:relative;
}
.how-we-value-wrapp .atrr a{
    position:relative;
}
.how-we-value-wrapp img {
  width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 0px !important;
    webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.how-we-value-wrapp .content-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--p20) var(--p30);
    position: absolute;
    bottom: 20px;
    padding-bottom: 0px;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.how-we-value-wrapp .content-area h4{
    margin-bottom: 0px;
    color: var(--white-color);
    font-weight: 500;
    text-shadow: 0px 0px 3px #000;
    font-size: 28px;
}
.how-we-value-wrapp .atrr a:hover img{
    transform: scale(1.14);
}
.how-we-value-wrapp .atrr a:hover .content-area{
    bottom: 34px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.image-sec{
    position: relative;
    overflow: hidden;
    border-radius: 0px !important;
}
.how-we-value-wrapp .row{
    gap: 30px 0;
}
.how-we-value-wrapp .img-card {
    border-radius: 0px !important;
    overflow: hidden;
    transition: all 0.7s ease;
    position: relative;
    transform: translateY(0px);
}
.how-we-value-wrapp .img-card:hover{
    transform: translateY(-30px)
}
.how-we-value-wrapp .atr-cont{
   background: transparent;
    width: 100%;
}
.how-we-value-wrapp .atr-cont h4 {
    /* font-weight: 600; */
    margin-bottom: 0px;
    font-size: 23px;
    color: #000;
    /* font-family: var(--primary-font); */
    padding: 15px 0;
    text-align: center;
}

.how-we-value-wrapp .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0, 0);
    display: none;
}
.how-we-value-wrapp .atr-cont .arrow{
    width: 58px;
    height: 58px;
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    background: var(--heading-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    border: 1px solid var(--heading-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.how-we-value-wrapp .arrow:hover{
    background: #fff;
    color: var(--heading-color);
}
.how-we-value-wrapp a.main-btn {
    width: 180px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}
.how-we-value-wrapp .pro-btn{
    text-align: center;
    margin-top: 30px;
}
.how-we-value-wrapp .attr:hover .atr-cont{
    background: #fff;
    box-shadow: 0px 4px 14px rgba(214, 214, 214, 0.24);
}
.how-we-value-wrapp .atrr:hover .atr-cont h4{
    color: var(--heading-color);
    text-shadow: 0px 0px 0px #000;
}
.how-we-value-wrapp .atrr:hover .arrow{
    opacity: 1;
    visibility: visible;
}
.how-we-value-wrapp .attraction-btn{
    margin-top: 30px;
}

.inner-column-content {
    position: relative;
    margin-bottom: 0;
    box-shadow: 0px 0px 1px #060606;
    right: 0;
    top: 0%;
    background: #fff;
    min-height: 300px;
    z-index: 1;
    padding: 20px;
    height: auto;
}


.summary-section .col-lg-5.col-12.position-relative.right-contentss {
    display: flex;
    align-items: center;
}




section.featured-pro .head-sec {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: var(--m40);
}
section.featured-pro .head-sec h2{
  /* color: var(--black-color); */
  margin-bottom: 10px;
}
section.featured-pro .head-sec p{
   color: var(--black-color);
   text-align: center;
}
section.featured-pro .row{
    gap: 40px 0;
    justify-content: center;
}
section.featured-pro .main-prop {
    position: relative;
    overflow: hidden;
}
section.featured-pro .prop-contt {
    position: relative;
    border-radius: 0px !important;
}
section.featured-pro img.img-fluid {
    position: relative;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    height: 270px;
    width: 100%;
    object-fit: cover;
    border-radius: 0px !important;
}
section.featured-pro .main-prop:hover img{
    transform: scale(1.14);
}
section.featured-pro .pro-img a:before{
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px !important;
    z-index: 1;
}
section.featured-pro .pro-cont h4{
    color: var(--white-color);
}
section.featured-pro .pro-img a{
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 0px !important;
    display: block;
}
section.featured-pro .pro-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: var(--p24);
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,.8));
    position: absolute;
    bottom: -1px;
    width: 100%;
    padding-bottom: var(--p34);
    z-index: 1;
    transition: all 0.7s;
    border-radius: 0px !important;
}
section.featured-pro .pro-cont .view-more{
    color: var(--white-color);
    display: flex;
    gap: 5px;
    align-items: center;
}
section.featured-pro .pro-cont span i{
    color: var(--secondary-color);
}
section.featured-pro .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.6);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: 10px 0;
}
section.featured-pro .main-prop:hover .line{
    width: 97%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
section.featured-pro a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

section.featured-pro .main-prop:nth-child(3){}
section.featured-pro .single ul{
justify-content: flex-start;
gap: 40px;
}
section.featured-pro .single .pro-img {
height: 550px;
}
section.featured-pro .single .pro-img img{
    height: 550px;   
}
section.featured-pro .single {
    margin-top: var(--m40);
}
section.featured-pro .single a{
    top: 27px;
}
section.featured-pro .single .pro-cont{
    width: 98%;
}
section.featured-pro .main-prop:hover .pro-cont {
bottom: 0;
}

section.featured-pro .rating i {
    color: #E3E3E3;
    margin-right: var(--m3);
    font-size:var(--f14);
}
section.featured-pro .rating i.checked {
    color: #FCAF3D;
}
section.featured-pro .rating{
    margin-bottom:var(--m15);
    display: none;
}
section.featured-pro h3.title {
    font-size: var(--f28);
    line-height: 1.2;
    font-weight: 400;
    color: var(--heading-color);
    margin-bottom: var(--m11);
    text-align: center;
}
section.featured-pro h3.title a{
    color: var(--heading-color);
}
section.featured-pro p.adr {
    font-size: var(--f14);
    font-weight: 500;
    color: var(--white-color);
    margin-bottom: var(--m20);
    line-height: 1.5;
    height:21px;
    overflow:hidden;
}
section.featured-pro ul {
    margin: 0 0 var(--m20);
    padding: var(--p20) var(--p20) var(--p15);
    padding-left: 0;
    padding-top: 3px;
    font-size: var(--f14);
    align-items: center;
    display: flex;
    justify-content: space-between;
}
section.featured-pro i {
    margin-right: var(--m8);
}
section.featured-pro ul li{
    font-size: var(--f14);
    color: var(--white-color);
}
section.featured-pro h5{
    font-size: var(--f14);
    color: var(--white-color);
    font-weight: 500;
    margin-bottom: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
section.featured-pro .pro-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
    height: 270px;
    width: 100%;
    object-fit: cover;
    border-radius: 0px !important;
}
section.featured-pro h5 span{
    font-weight: 600;
    font-size: var(--f24);
    color: var(--white-color);
}
section.featured-pro .featured i{
    margin-right: 0;
    cursor: pointer;
}

section.featured-pro .featured span {
    font-weight: 400;
    font-size: var(--f18);
    color: var(--white-color);
    background-color: transparent;
    padding: var(--p7) var(--p15);
    display: inline-block;
    border-radius: 0px !important;
    transform: rotate(-90deg);
    letter-spacing: .2em;
    border: 1px solid;
}
section.featured-pro .featured{
    position: absolute;
    top: 50px;
    right: -10px;
    z-index: 0;
}



