/*
=====================================================
 Developer Ferdous Islam
=====================================================
*/




/*==================/Roofin - Demo 02:Hero Section:01/=======================*/

.section-title.style3 h3 {
    color: #141414;
    font-weight: 800;
    font-size: 90px;
    line-height: 100px;
    margin: 0 0 0;
}
.section-title.style3 p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    margin: 18px 0 0;
    color: #616161;
}

.dreamit-button.style3 .dreamit-button {
    overflow: hidden;
}
.dreamit-button.style3 a {
    display: inline-block;
    background: #F68931;
    backdrop-filter: blur(50px);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    margin-right: 50px;
}
.dreamit-button.style3 a i {
    position: absolute;
    right: -50px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    top: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    transition: 0.5s;
    background: #F68931;
    transform: scale(1);
}
.dreamit-button.style3 a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #141414;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.dreamit-button.style3 a:hover {
    margin-right: 0px;
    margin-left:50px;
}
.dreamit-button.style3 a:hover:before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.dreamit-button.style3 a:hover i {
    background: #141414; 
    right: 0px;
    left: -50px;
}

.single-video.style-two .video-icon a {
    width: 130px;
    height: 130px;
    line-height: 130px;
    backdrop-filter: blur(5px);
    border: 1px solid #FFFFFF99;
    background: rgb(255 255 255 / 10%);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff);
}
.single-video.style-two .video-icon a i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #F68931;
    color: #fff;
    border-radius: 50%;
}

.marquee.style2 {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
}
.marquee.style2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #F68931 0%, rgba(246, 137, 49, 0) 50%, #F68931 100%);
}
.marquee.style2 .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 50s linear infinite;
}
.marquee.style2 .marquee-block .content-box {
    position: relative;
    margin-right:0px;
}
.marquee.style2 .marquee-block .content-box:last-child {
    margin-right:0px;
}

  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
 .marquee-bg{
    transform: rotate(-2deg)!important;
 }
.marquee.style2 .marquee-block h3 {
    font-size: 120px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    line-height: 90px;
}
.marquee.style2 .marquee-block h3 img {
    display: inline-block;
    margin: 0 35px 0 40px;
    transition: 0.5s;
    position: relative;
    top: -10px;
}

/*==================/Roofin - Demo 02:Service :02/=======================*/

.section-title.style4 .subtitle {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #FFFFFF0D;
    display: inline-block;
    padding: 4px 20px;
    line-height: 26px;
    border: 1px solid #FFFFFF1A;
    border-radius: 0 40px 40px 0;
    margin: 0 0 16px;
}
.section-title.style4 h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    margin: 0 0 0;
}
.section-title.style4 h3 span {
    color: #F68931;
}
.section-title.style4 p {
    color: #616161;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    margin: 15px 0 0;
}

/*service carousel*/
.service_item.style_one {
    padding: 30px 0 45px 32px;
    margin-right: 45px;
    background: url(https://dittheme.com/wp/roofin/wp-content/uploads/2026/02/service-bg.c.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
}
.service_item.style_one .service_img {
    margin-right: -30px;
}
.service_item.style_one .icon {
    margin: 35px 0 32px;
}
.service_item.style_one .service_content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin: 0;
    transition: .5s;
}
.service_item.style_one:hover .service_content h2 {
     color: #F68931;
}
.service_item.style_one .service-details-button {
    position: absolute;
    bottom: 0px;
    right: 46px;
}
.service_item.style_one .service-details-button a {
    background: #FFFFFF0D;
    display: inline-block;
    height: 50px;
    width: 40px;
    line-height: 44px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #FFFFFF1A;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service_item.style_one .service-details-button a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    transform: scale(0);
    height: 100%;
    width: 100%;
    background: #F68931;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}
.service_item.style_one:hover .service-details-button a:before {
    transform: scale(1);
}
.service_item.style_one:hover .service-details-button a svg {
    filter: brightness(0) invert(1);
}
/*nav*/
.service_carousel.style1 .owl-nav {
    position: absolute;
    right: 16px;
    top: -140px;
}
.service-carousel1 button.owl-prev i, 
.service-carousel1 button.owl-next i {
    display: inline-block;
    height: 50px;
    width: 60px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    background: #FFFFFF0D;
    border: 1px solid #FFFFFF1A;
    border-radius: 30px 0 0 30px;
}
.service-carousel1 button.owl-next i {
    margin-left: 10px;
    border-radius: 0 30px 30px 0;
}
.service-carousel1 button.owl-prev i:hover,
.service-carousel1 button.owl-next i:hover{
    background:#F68931;
    color:#fff;
}


/*==================/Roofin - Demo 02:About us :03/=======================*/
.heading.style-2 p {
    color: #616161;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.service-box.style1 {
    position:relative;
    transition: .5s;
}
.service-box.style1 .icon {
    display: inline-block;
    background: transparent;
    border: 1px solid #F689314D;
    border-radius: 100%;
    text-align: center;
    height: 60px;
    width: 60px;
    line-height: 75px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.service-box.style1:hover .icon {
    background: #F68931; 
}
.service-box.style1:hover .icon img {
    filter: brightness(0) invert(1);
}
.service-box.style1 h3.title {
    display: inline-block;
    color: #141414;
    font-size: 22px;
    transition: all 0.5s ease 0s;
    margin: 0 0 0 10px;
}
.service-box.style1 p.description {
    color: #616161;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin: 17px 0 0px;
}
.service-box.style1 .service-btn a {
    display: inline-block;
    background: #F68931;
    backdrop-filter: blur(50px);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.service-box.style1 .service-btn a i {
    position: absolute;
    right: -50px;
    height: 56px;
    width: 56px;
    line-height: 56px;
    top: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
    background: #F68931;
    transform: scale(1);
}
.service-box.style1 .service-btn a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #141414;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.service-box.style1 .service-btn a:hover:before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.service-box.style1 .service-btn a:hover i {
    background: #141414;
}


.single-counter.style2 {
    position: absolute;
    top: 20px;
    background: #F68931;
    border-radius: 20px;
    text-align: center;
    padding: 40px 20px 26px;
    width: 175px;
}
.single-counter.style2 .counter-content span {
    display: inline-block;
    font-weight: 700;
    font-size: 58px;
    line-height: 29px;
    color: #fff;
}

.single-counter.style2 .counter-content h6 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 30px;
}


/*==================/Roofin - Demo 02:Process :04/=======================*/

.heading.style1 h6 {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: #F68931;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    position: absolute;
    top: 18.7rem;
    right: -2.8rem;
    z-index: 1;
}

.dreamit-media.style2 .media-box {
    border-radius: 20px;
    border: 1px solid #FFFFFF1A;
    padding: 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.dreamit-media.style2 .media-box:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.dreamit-media.style2 .media-box:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.dreamit-media.style2 .media-box img {
    border-radius: 20px;
}


/*==================/Roofin - Demo 02:Testimonial :05/=======================*/


.testimonial.style1 .testimonial-item {
    border: 1px solid #1414141A;
    border-radius: 20px;
    padding: 45px 55px 45px;
    position: relative;
    background: #fff;
}
.testimonial.style1 .testi_content {
    position: relative;
    z-index: 1;
    padding-right: 30px;
    border-radius: 15px;
    text-align: left;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(253, 242, 233, 0.5) 100%);
}
.testimonial.style1 .testimonial-item .thumb img {
    transition:.5s;
}
.testimonial.style1 .testimonial-item p.quote {
    color: #616161;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin: 32px 0 30px;
    transition: .5s;
}
.testimonial.style1 .testimonial-item .testi_content .thumb {
    display: inline-block;
}
.testimonial.style1 .testimonial-item .author {
    display: flex;
    align-items: center;
    gap: 25px;
}
.testimonial.style1 .testimonial-item .author img {
    width: 65px;
}
.testimonial.style1 .testimonial-item h4.name {
    color: #141414;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    display: inline-block;
}
.testimonial.style1 .testimonial-item h5.designation {
    color: #616161;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    margin: 0;
}


/*owl dots*/
.testimonial.style1 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 19px;
}
.testimonial.style1 .owl-dots .owl-dot {
    background: #bfcadc;
    height: 5px;
    width: 25px;
    display: inline-block !important;
    margin: 0 3px;
    border-radius: 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.testimonial.style1 .owl-dots .owl-dot.active {
    background: #0C5ADB;
    width: 35px;
}



/*==================/Roofin - Demo 02:Project :06/=======================*/

/*service_item style two*/

.service_carousel.style2 .service_item.style_two {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 0 10px 50px;
}
.service_carousel.style2 .service_item.style_two .service_img {
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
.service_carousel.style2 .service_item.style_two .service_img:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(20, 20, 20, 0) 50%, #F68931 100%);
    transition: 0.5s;
    border-radius: 20px;
    z-index: 0;
}
.service_carousel.style2 .service_item.style_two:hover .service_img:before {
    height: 100%;
}
.service_carousel.style2 .service_item.style_two .service_img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.service_carousel.style2 .service_item.style_two:hover .service_img:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.service_carousel.style2 .service_item.style_two .service_content {
    position: absolute;
    bottom: 30px;
    left: 40px;
    z-index: 9;
}
.service_carousel.style2 .service_item.style_two h2.title {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    margin: 22px 0 0;
}
.service_carousel.style2 .service_item.style_two .service-details-button a {
    display: inline-block;
    height: 52px;
    width: 52px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    transform: rotate(-45deg);
    backdrop-filter: blur(20px);
    border: 1.5px solid #FFFFFF33;
    background: #FFFFFF26;
    transition: 0.5s;
    opacity: 0;
}
.service_carousel.style2 .service_item.style_two:hover .service-details-button a {
    opacity: 1;
}

/*owl nav*/
.service_carousel.style2 .owl-nav {
    position: absolute;
    right: 12%;
    top: -140px;
}
.service_carousel.style2 button.owl-prev i, 
.service_carousel.style2 button.owl-next i {
    display: inline-block;
    height: 50px;
    width: 60px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    background: #FFFFFF0D;
    border: 1px solid #FFFFFF1A;
    border-radius: 30px 0 0 30px;
}
.service_carousel.style2 button.owl-next i {
    margin-left: 10px;
    border-radius: 0 30px 30px 0;
}
.service_carousel.style2 button.owl-prev i:hover,
.service_carousel.style2 button.owl-next i:hover{
    background:#F68931;
    color:#fff;
}


.service_carousel.style2 .owl-item:nth-child(even) {
    transform: translateY(40px);
}




/*==================/Roofin - Demo 02:Faq :07/=======================*/

/* Style Three */
.style-three.single-video {
    position: relative;
    text-align: center;
}
.single-video.style-three .video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.single-video.style-three .video-icon a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 99px;
    width: 99px;
    background: #F68931;
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.single-video.style-three .video-icon a i {
    background: #FFFFFF66;
    height: 90px;
    width: 90px;
    line-height: 90px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 26px;
    position: relative;
    display: inline-block;
}


/* Accordion CSS */
.accordion {
    background: transparent;
}
.my-accordion li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
    z-index: 1;
    background: #FDF2E9;
    border-radius: 15px;
}
.my-accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 30px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: #ffffff80;
    border: 1px solid #ffffff80;
}
.my-accordion li:after {
    position: absolute;
    content: "";
    z-index: 1;
    left: 24px;
    top: 28px;
    width: 22px;
    height: 22px;
    background: url(https://wp.ditsolution.net/roofin/wp-content/uploads/2023/11/question.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    transform: translate(-3%, -50%);
}
.my-accordion li p {
    display: none;
    font-size: 17px;
    padding: 30px;
    font-weight: 400;
    background: #F68931;
    color:#fff;
    border-radius: 0 0 15px 15px;
}
.my-accordion a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    color: #141414;
    background-color: transparent;
    padding: 30px;
    z-index: 1;
    border-bottom: 1px solid transparent;
    border-radius: 15px 15px 0 0;
}
.my-accordion a.active {
    border-bottom: 1px dashed #FFFFFF59;
    color: #fff;
    background:#F68931;
}
.my-accordion a.active:after {
    background: #ffffff;
}
.my-accordion a:after {
    width: 10px;
    height: 2px;
    background: var(--dream-color-primary);
    position: absolute;
    right: 28px;
    content: " ";
    top: 42px;
    transition: all 0.2s ease-in-out;
}
.my-accordion a:before {
    width: 2px;
    height: 10px;
    background: var(--dream-color-primary);
    position: absolute;
    right: 32px;
    content: " ";
    top: 38px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}
.my-accordion li p {
    display: none;
    font-size: 17px;
    padding: 30px;
    font-weight: 400;
}

a.active:after {
  transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.active:before {
 display: none;
}


/*==================/Roofin - Demo 02:Team:08/=======================*/

/*team three*/
.team.style3 {
    background: linear-gradient(180deg, #1E1E1E 0%, #141414 100%);
    padding: 40px 35px 0;
    border-radius: 25px;
    text-align: center;
    position: relative;
}
.team.style3:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 29%;
    width: 100%;
    content: "";
    transition: .5s;
    z-index: 0;
    opacity: 0;
    background: url(https://dittheme.com/wp/roofin/wp-content/uploads/2026/02/team-shape1.png);
    border-radius: 25px;
}
.team.style3:hover:before {
    opacity: 1;
}
.team.style3 .image {
    position: relative;
    line-height: 0;
    z-index: 9;
}
.team.style3 .image:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    transition: .5s;
    z-index: 0;
    opacity: 0;
    background: url(https://dittheme.com/wp/roofin/wp-content/uploads/2026/02/team-shpae2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.team.style3:hover .image:after {
    opacity: 1;
}
.team.style3 .bio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 45px;
}
.team.style3 h2.name {
    line-height: 22px;
    margin: 0;
    z-index: 1;
}
.team.style3 h2.name a {
    color: #fff;
    transition: .3s;
    font-size: 26px;
    font-weight: 600;
}
.team.style3 h5.designation {
    color: rgba(255,255,255,0.70);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    margin: 8px 0 0;
    z-index: 1;
}
.team.style3 ul.social-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}
.team.style3:hover ul.social-icon {
    bottom:30px;
    opacity:1;
}
.team.style3 ul.social-icon li {
    display: inline-block;
    margin: 0 5px;
}
.team.style3 ul.social-icon li a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    background: #FFFFFF26;
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(10px);
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.team.style3 ul.social-icon li a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #F68931;
    border-radius: 50px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}
.team.style3 ul.social-icon li a:hover:before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.team.style3 ul.social-icon li:nth-child(2) {
    position: relative;
    top: -30px;
}

/*==================/Roofin - Demo 02:Blog:09/=======================*/



/*blog style two*/
.blog-post.style2 .post-item.style2 {
    position: relative;
    z-index: 1;
    transition: .5s;
    text-align: left;
}
.blog-post.style2 .post-item.style2 .post-thumb {
    line-height: 0;
}
.blog-post.style2 .post-item.style2 .post-thumb img {
    width: 100%;
    border-radius: 20px;
}
.blog-post.style2 .post-item.style2 .single_blog_post_content {
    background: #FFFFFF4D;
    backdrop-filter: blur(30px);
    margin: 0 20px;
    padding: 15px;
    border-radius: 15px;
    position: relative;
    bottom: 55px;
    border: 1px solid rgba(255,255,255,0.4);
}
.blog-post.style2 .post-item.style2 .single_blog_post_content_inner {
    background: #fff;
    overflow: hidden;
    padding: 25px 30px 25px;
    border-radius: 15px;
}
.blog-post.style2 .post-item.style2 .single_blog_post_content h3 {
    line-height: 34px;
    padding: 0 0 22px;
    margin: 0 0 50px;
    border-bottom: 1px solid #1414141A;
    position: relative;
}
.blog-post.style2 .post-item.style2 .single_blog_post_content h3:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(https://dittheme.com/wp/roofin/wp-content/uploads/2026/02/blog-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    top: 8rem;
    left: 6rem;
    transition: .5s;
    z-index: 1;
}
.blog-post.style2 .post-item.style2 .single_blog_post_content h3 a {
    display: inline-block;
    font-size: 23px;
    line-height: 34px;
    color: #141414;
    font-weight: 600;
    transition: .5s;
}
.blog-post.style2 .post-item.style2:hover .single_blog_post_content h3 a {
    color: #F68931;
}
.blog-post.style2 .post-item.style2 .meta {
    display: none;
}
.blog-post.style2 .post-item.style2 .date {
    display: none;
}
.blog-post.style2 .post-item.style2 .blog_btn a {
    transition: .5s;
    font-weight: 500;
    text-transform: uppercase;
    color: #616161;
    font-size: 16px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.blog-post.style2 .post-item.style2:hover .blog_btn a {
    color: #F68931;
}
.blog-post.style2 .post-item.style2 .blog_btn a i {
    display: inline-block;
    background: #FDF2E9;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    color: #F68931;
    font-size: 18px;
    font-weight: 600;
    transform: rotate(-45deg);
    margin-right: 10px;
    transition: .5s;
}
.blog-post.style2 .post-item.style2:hover .blog_btn a i {
    background: #F68931;
   color:#fff;
}

.heading.style-2 h5 {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    margin: 0;
}
/*==================/Roofin - Demo 02:Footer:10/=======================*/

.icon-box.style6 .icon-box-content h2 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
}
.icon-box.style6 .icon-box-icon {
    display: inline-block;
    margin-right: 10px;
}
.icon-box.style6 .icon i {
    color: #F68931;
    font-size: 20px;
    font-weight: 900;
}
.icon-box.style6  .description {
    display: inline-block;
}
.icon-box.style6 .icon-box-content p {
    color: rgba(255,255,255,00.6);
    font-weight: 400;
    font-size: 17px;
    margin: 0;
}

.heading.style-2 h3 {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 0;
}

.demo2 .subscribe-wrapper input {
    width: 100%;
    height: 60px;
    border-radius: 60px;
    outline: 0;
    padding: 0 30px 0;
    background: transparent;
    position: relative;
    border: 1px solid #393939;
}


/* style one */
.social-links.style2 ul {
    list-style: none;
    text-align: center;
}
.social-links.style2 ul li {
    display: inline-block;
    margin-right: 7px;
}
.social-links.style2 ul li a {
    display: inline-block;
    color: #fff;
    background: #ffffff1a;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.social-links.style2 ul li a:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background: #f68931;
    transition: all 300ms ease;
}
.social-links.style2 ul li a:hover:before {
    transform: scale(1);
}
.social-links.style2 ul li:nth-child(2) {
    position: relative;
    top: -30px;
}
/*==================/Roofin - Demo 02: END/=======================*/









/*=============================/Roofin - Demo 03/==============================*/
/*==================/Roofin - Demo 03: Hero Section:01/=======================*/

.heading.style-2 h1 {
    font-size: 145px;
    font-weight: 700;
    line-height: 120px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #F68931;
    color: transparent;
    -webkit-mask-image: linear-gradient(-75deg, rgb(185 28 28 / 15%) 50%, #000000 50%, rgba(255, 255, 255, 0.15) 70%);
    -webkit-mask-size: 200%;
    animation: shine 3s infinite;
    transition: .5s;
    position: absolute;
    transform: rotate(-90deg);
    left: -23%;
    bottom: 16rem;
}

.icon-box.style7 {
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: -2px;
    z-index: 1;
    transition: .5s;
    padding: 30px;
    border-radius: 20px;
}
.icon-box.style7 p {
    color: #FFFFFF99;
    font-size: 17px;
    line-height: 28px;
    margin: 30px 0 0;
}


/*==================/Roofin - Demo 03:About :us/=======================*/
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

ul.item-list.style3 li {
    font-size: 18px;
    color: #141414;
    margin-bottom: 14px;
    line-height: 28px;
    font-weight: 500;
}

.single-counter.style1 {
    position: absolute;
    bottom: 36px;
    background: #F68931;
    border-radius: 20px;
    text-align: center;
    padding: 31px 35px 26px;
}
.single-counter.style1 .counter-content span {
    display: inline-block;
    font-weight: 700;
    font-size: 58px;
    line-height: 29px;
    color: #fff;
}

.single-counter.style1 .counter-content h6 {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 30px;
}




/*==================/Roofin - Demo 03:Service section :03/=======================*/

.service-box.style3 {
    border-radius: 20px;
    padding: 17px 18px 39px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service-box.style3 .content {
    padding: 20px 18px 0;
    transition: .5s;
}
.service-box.style3 .content_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}
.service-box.style3 .content h3 {
    color: #141414;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}
.service-box.style3:hover .content h3 {
    color: #F68931;
}
.service-box.style3 .icon {
}
.service-box.style3 ul.item-list {
    margin-top: 38px;
}
.service-box.style3 ul.item-list li {
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.service-box.style3 .service-btn a {
    display: inline-block;
    height: 50px;
    width: 40px;
    text-align: center;
    line-height: 44px;
    border-radius: 15px;
    transform: rotate(0deg);
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.service-box.style3 .service-btn a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    transform: scale(0);
    height: 100%;
    width: 100%;
    background: #F68931;
    border-radius: 15px;
    transition: 0.5s;
    z-index: -1;
}
.service-box.style3:hover .service-btn a:before {
    transform: scale(1);
}
.service-box.style3:hover .service-btn a svg {
    filter: brightness(0) invert(1);
}

/*==================/Roofin - Demo 03:work process :04/=======================*/

.heading.style-2 h2 {
    font-size: 120px;
    font-weight: 700;
    line-height: 95px;
    color: #6161611a;
    margin: 0 0 32px;
}

.service-box.style4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 10px 30px;
    transition: 0.5s;
}
.service-box.style4 span.service-box-number {
    position: absolute;
    top: 0;
    font-size: 40px;
    font-weight: 700;
    color: #6161615e;
    width: 75px;
    height: 65px;
    background: #FDF2E9;
    left: 0;
    border-radius: 15px;
    line-height: 65px;
    text-align: center;
    transition: 0.5s;
}
.service-box.style4:hover span.service-box-number {
    color: #fff;
    background: #F68931;
}
.service-box.style4 .content h3 {
    color: #141414;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    margin: 70px 0 0;
    transition: 0.5s;
}
.service-box.style4:hover .content h3 {
    color: #F68931;
}
.service-box.style4 .content p {
    color: #616161;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 12px 0 22px;
}
.service-box.style4 ul.item-list li {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #909090;
    padding: 4px 20px;
    border-radius: 30px;
    color: #909090);
    margin-right: 6px;
}


/*==================/Roofin - Demo 03:Team:05/=======================*/





/*==================/Roofin - Demo 03:Testimonial :06/=======================*/



/*==================/Roofin - Demo 03: Pricing:07/=======================*/
/*  style one */
.pricing.style1 {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 76px 35px 56px;
    border-radius: 20px;
    transition: 0.5s;
}
.pricing.style1 h3.pricing-title {
    font-size: 20px;
    font-weight: 500;
    padding: 15px 30px;
    line-height: 20px;
    border-radius: 30px;
    border-bottom: 5px solid #fdf2e9;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: -25px;
    left: 26%;
    margin: 0 auto 0;
}
.pricing.style1 .price-item {
    margin: 0 0 26px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.pricing.style1 .price-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 6.5rem;
    width: 61%;
    border: 1px dashed #14141433;
    height: 2px;
}
.pricing.style1 span.currency {
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
    position: relative;
    color: #141414;
    font-family: 'Inter';
}
.pricing.style1 span.tk {
    display: inline-block;
    font-size: 55px;
    line-height: 55px;
    font-weight: bold;
    color: #141414;
    margin: 0 0 0;
    font-family: 'Inter';
}
.pricing.style1 span.month {
    font-size: 17px;
    font-weight: 400;
    color: #616161;
    text-transform: uppercase;
}
.pricing.style1 p.pricing-p {
    border: 2px dashed #14141433;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 23px;
    border-radius: 30px;
    color: #141414;
    margin: 0 0 0;
    position: relative;
    left: 61%;
    transition: 0.5s;
}
.pricing.style1:hover p.pricing-p {
    background: #f68931;
    border-color: #f68931;
    color: #fff;
}
.pricing.style1 ul.features {
    margin: 55px 0 52px;
}
.pricing.style1 ul.features li {
    list-style: none;
}
.pricing.style1 ul.features li {
    margin-bottom: 14px;
    transition: .5s;
    font-weight: 400;
    font-size: 17px;
    color: #616161;
}
.pricing.style1 ul.features li svg {
    color: #F68931;
    font-size: 16px;
    margin-right: 8px;
}
.pricing.style1 a.pricing-button {
    display: inline-block;
    font-size: 18px;
    color: #616161;
    font-weight: 500;
    border-radius: 55px;
    background: #fff;
    padding: 12px 38px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border-bottom: 5px solid #fdf2e9;
}
.pricing.style1 a.pricing-button i {
    display: inline-block;
    font-size: 18px;
    color: #616161;
    font-weight: 600;
    height: 56px;
    width: 56px;
    background: #fff;
    line-height: 56px;
    position: absolute;
    right: -58px;
    top: 0;
    border-radius: 50%;
    transition: 0.5s;
    border-bottom: 5px solid #fdf2e9;
    transform: rotate(-45deg);
    margin: auto;
    text-align: center;
}
.pricing.style1:hover a.pricing-button {
    color: #fff;
    border-bottom: 5px solid #f68931;
    background:#F68931;
}
.pricing.style1:hover a.pricing-button i {
    background: #F68931;
    color: #fff;
    border-bottom: 5px solid #f68931;
}


.pricing-line {
    position: absolute;
    width: 1px;
    height: 66rem;
    top: -119px;
    left: 0;
    overflow: hidden;
    background: linear-gradient(-20deg, #ebebeb 0%, #d7d7d7 100%);
    z-index: 1;
}
.pricing-line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(270deg, rgba(97, 97, 97, 0) 0%, #F68931 80%);
    -webkit-animation: drop 15s infinite;
    animation: drop 15s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.pricing-line:nth-child(2) {
    margin-left: 33.3%;
}

.pricing-line:nth-child(2)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.pricing-line:nth-child(3) {
    margin-left: 66.9%;
}

.pricing-line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.pricing-line:nth-child(4) {
    margin-left: 100.2%;
}

.pricing-line:nth-child(4)::after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes drop {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}


/*==================/Roofin - Demo 03:Project :08/=======================*/

.service-box.style5 {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding: 15px 15px 47px;
}
.service-box.style5 .content {
    padding: 0 20px 0;
}
.service-box.style5 .content h3 {
    color: #141414;
    font-size: 26px;
    line-height: 30px;
    transition: 0.5s;
    margin: 28px 0 10px;
    transition: .5s;
}
.service-box.style5:hover .content h3 {
    color: #F68931;
}
.service-box.style5 .content p {
    color:#616161;
    font-size: 17px;
    line-height: 28px;
    transition: 0.5s;
    margin:0;
}
.service-box.style5 .service-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}
.service-box.style5 .service-btn a {
    display: inline-block;
    height: 50px;
    width: 40px;
    text-align: center;
    line-height: 44px;
    border-radius: 15px;
    transform: rotate(0deg);
    background: #FDF2E9;
}
.service-box.style5 .service-btn a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    transform: scale(0);
    height: 100%;
    width: 100%;
    background: #F68931;
    border-radius: 15px;
    transition: 0.5s;
    z-index: -1;
}
.service-box.style5:hover .service-btn a:before {
    transform: scale(1);
}
.service-box.style5:hover .service-btn a svg {
    filter: brightness(0) invert(1);
}

/*==================/Roofin - Demo 03: :09/=======================*/






/*==================/Roofin - Inner Page:/=======================*/



/*==================/Roofin - Inner Page:About US :01/=======================*/

.icon-box.style8 {
    position: relative;
    transition: .5s;
    display: flex;
    align-items: center;
    gap: 30px;
}
.icon-box.style8 .img-icon {
    width: 74px;
    height: 74px;
    line-height: 103px;
    text-align: center;
    background: #FDF2E9;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 13px;
    transition: 0.5s;
}
.icon-box.style8 .icon-box-content h2 {
    color: #141414;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    margin: 0;
}
.icon-box.style8 .icon-box-content p {
    color: #616161;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0 0;
}



.icon-box.style9 {
    position: relative;
    transition: .5s;
    display: flex;
    align-items: center;
    gap: 30px;
}
.icon-box.style9 .img-icon {
    width: 74px;
    height: 74px;
    line-height: 103px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 13px;
    transition: 0.5s;
    border: 1px solid #1414142e;
}
.icon-box.style9 .icon-box-content h2 {
    color: #141414;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
}


.service-box.style6 {
    background: #fff;
    border-radius: 10px 50px 50px 10px;
    padding: 50px 30px 48px;
    position: relative;
    text-align: center;
}
.service-box.style6 .icon {
    height: 75px;
    width: 75px;
    line-height: 100px;
    text-align: center;
    background: #F68931;
    border-radius: 50%;
    display: inline-block;
}
.service-box.style6 .content h3 {
    color: #141414;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin: 24px 0 50px;
}
.service-box.style6 .content p {
    color: #616161;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
}
.service-box.style6 .serice_thumb {
    position: absolute;
    right: -53px;
    top: 72px;
    z-index: 9;
}


/*==================/Roofin - Inner Page:Services :02/=======================*/


.pricing.style-two {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 55px 40px 40px;
    border-radius: 20px;
    transition: 0.5s;
}
.pricing.style-two  .sub_title {
    margin: 0;
}
.pricing.style-two .price-item {
    float: right;
}
.pricing.style-two .price-item span {
    color: #141414;
    font-weight: 600;
    transition: .5s;
    font-size: 34px;
    line-height: 40px;
}
.pricing.style-two .price-item span.month {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    margin: 0;
}
.pricing.style-two .pricing-body h4 {
    color: #141414;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin: 12px 0 0;
}
.pricing.style-two .pricing-body p {
    font-size: 16px;
    color: #616161;
    line-height: 24px;
    display: inline-block;
    margin: 12px 0 25px;
}
.pricing.style-two .pricing-body .pricing-button {
    display: inline-block;
    background: transparent;
    text-align: center;
    padding: 8px 30px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    border: 1px solid #1414143d;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #141414;
    overflow: hidden;
}
.pricing.style-two .pricing-body .pricing-button i {
    display: none;
    margin-left: 10px;
}
.pricing.style-two .pricing-body .pricing-button:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #F68931;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 30px;
    transition: 0.5s;
    transform: scale(0);
}
.pricing.style-two:hover .pricing-body .pricing-button:after {
    transform: scale(1);
}
.pricing.style-two:hover .pricing-body .pricing-button {
    color:#fff;
}
.pricing.style-two .pricing-body h3 {
    color: #141414;
    font-weight: 500;
    font-size: 20px;
    border-top: 1px solid #14141424;
    padding: 23px 0 0px;
    margin: 23px 0 20px;
}
.pricing.style-two .pricing-body ul.features li {
    margin-bottom: 10px;
    transition: .5s;
    font-weight: 400;
    font-size: 17px;
    color: #616161;
}

.pricing.style-two.active {
    background: #F68931;
    border-radius: 20px;
    padding: 57px 10px 10px;
}
.pricing.style-two.active .price-inner {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 13px 40px 40px;
    border-radius: 15px;
    transition: 0.5s;
}
.pricing.style-two.active .price-inner h5.sub_title {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    position: relative;
    top: -58px;
    margin: 0;
}
.pricing.style-two.active .price-inner h5.sub_title:before {
    position: absolute;
    content: "";
    background: url(https://dittheme.com/wp/roofin/wp-content/uploads/2026/02/pricing-icon-1.png);
    background-repeat: no-repeat;
    left: 28%;
    top: 0px;
    width: 100%;
    height: 100%;
}

.dark .service_carousel.style3 .owl-nav {
    display:none;
}
/*==================/Roofin - Inner Page:Project Details :03/=======================*/

.section-title.style6 h3 {
    font-size: 36px;
    font-weight: 600;
    margin: 0px 0 0px;
}
.section-title.style6 p {
    font-size: 17px;
    line-height: 26px;
    font-family: "Open Sans", sans-serif;
    margin: 15px 0 0;
}

.heading.style-3 h1 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 10px 40px;
    margin: 0;
}
.heading.style-3 h5 {
    font-weight: 500;
    color: #141414;
    font-size: 17px;
    margin: 0;
    margin-right: 15px;
}
.heading.style-3 h6 {
    font-weight: 500;
    color: #666;
    margin: 0;
    font-size: 17px;
}

.social-links.style4 ul {
    list-style: none;
}
.social-links.style4 ul li {
    display: inline-block;
    margin-right: 7px;
}
.social-links.style4 ul li a {
    display: inline-block;
    color: #141414;
    background: transparent;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border: 1px solid #ddd;
}
.social-links.style4 ul li a:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transform: scale(0);
    border-radius: 50%;
    background: #f68931;
    transition: all 300ms ease;
}
.social-links.style4 ul li a:hover:before {
    transform: scale(1);
}
.social-links.style4 ul li a:hover {
    color: #fff;
}







/*==================/Roofin - Inner Page:Services :04/=======================*/

#imageList { display: none; }

    .process-section {
      display: flex;
      align-items: center;
      justify-content: center;
      /*background: #0d0d0d;*/
      height: 100vh;
    }

.process-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.step-number span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ff7a00;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.process-thumb {
    overflow: hidden;
    border-radius: 20px;
    line-height: 0;
    padding: 30px;
    border: 1px solid #FFFFFF1A;
}

    .process-thumb img {
      border-radius: 20px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.3s ease;
    }

    .next-section {
      height: 100vh;
      background: #111;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 48px;
      color: #fff;
    }
