/*------------------------------------------------------------------
Project: Sudan - Creative Agency
Author: Delicate Themes
Primary use: Creative Agency Website
-------------------------------------------------------------------*/
/*----------------Table of contents Start---------------------------
1. Default CSS
2. Preloader CSS
3. Button CSS 
4. Header CSS
5. Hero-1 CSS
6. Hero-2 CSS
7. Hero-3 CSS
8. Our Benefits CSS
9. Offer CSS
10. Video CSS
11. Icon CSS
12. How We Works CSS
13. Our Projects CSS
14. Pricing Plan CSS
15. Image Slider CSS
16. Testimonial CSS
17. Meet Our Team CSS
18. Our Blog CSS
19. Text Slider CSS
20. Footer CSS
21. Common Page CSS
22. About Us Page CSS
23. Our Team Page CSS
24. Team Details Page CSS
25. Faq Page CSS
26. Coming Soon Page CSS
27. Error Page CSS
28. Our Services-1 Page CSS
29. Our Services-2 Page CSS
30. Our Services-3 Page CSS
31. Single Service-1 Page CSS
32. Breadcrumb CSS
33. Portfolio-1 Page CSS
34. Portfolio-2 Page CSS
35. Portfolio-3 Page CSS
36. Portfolio-4 Page CSS
37. Portfolio-5 Page CSS
38. Portfolio-6 Page CSS
39. Portfolio-7 Page CSS
40. Portfolio-8 Page CSS
41. Portfolio-9 Page CSS
42. Blog-1 Page CSS
43. Blog-2 Page CSS
44. Blog-4 Page CSS
45. Blog-7 Page CSS
46. Blog-8 Page CSS
47. Single Blog-1 Page CSS
48. Contact Page CSS
49. Custom Cursor CSS
50. Scroll To Top Button CSS
---------Table of contents End-----------------------------------*/
/*------------------------ [Color codes] ------------------------                    
Background: #f5f5f5
Content: #4d4d4d, #000000, #FFFFFF, #f97316, #9b9b9b, #999999
-------------------------------------------------------------------*/
/************************ 1. Default CSS ***************************/
*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Syne', sans-serif;
}
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Syne', sans-serif;
    -ms-overflow-style: none; 
    scrollbar-width: none;
}
html::-webkit-scrollbar, body::-webkit-scrollbar{
    width: 0;
    height: 0;
}
img {
    max-width: 100%;
    height: auto;
}
::selection {
    background: #f97316;
    color: #FFFFFF;
}
.py-20 {
    padding: 20px 0;
}
.mxw-970 {
    max-width: 970px;
    width: 100%;
}
.mxw-770{
    max-width: 770px;
    width: 100%;
}
.fit-content {
    width: fit-content;
}
.my-80{
    margin: 80px 0;
}
.mt-80{
    margin-top: 80px;
}
.mt-20{
    margin-top: 20px;
}
.pt-20{
    padding-top: 20px;
}
.section-title{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.section-h2{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 48px;
    font-weight: 700;
}
.mxw-570{
    max-width: 570px;
    width: 100%;
}
.mxw-913{
    max-width: 913px;
    width: 100%;
}
.pt-10{
    padding-top: 10px;
}
.mt-40{
    margin-top: 40px;
}
.pt-40{
    padding-top: 40px;
}
.mt-20{
    margin-top: 20px;
}
.g-4{
    gap: 4px;
}
.g-5{
    gap: 5px;
}
.g-10{
    gap: 10px;
}
.g-20{
    gap: 20px;
}
.g-30{
    gap: 30px;
}
.mt-60{
    margin-top: 60px;
}
.mb-10{
    margin-bottom: 10px;
}
.common-para{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.common-para2{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.bg-dark{
    background-color: #000000;
}
.my-60{
    margin: 60px 0;
}
.mt-200{
    margin-top: 200px;
}
.mt-160{
    margin-top: 160px;
}
.br-20{
    border-radius: 20px;
}
.br-30{
    border-radius: 30px;
}
/************************ 2. Preloader CSS ***************************/
.preloader{
    position: fixed;
    inset: 0;
    background: #000000;
    z-index: 999999;
}
.preloader::after{
    content: "LOADING";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 18vw;
    font-weight: 800;
    color: rgba(255, 255, 255, .025);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: 15px;
}
.preloader-grid{
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: .35;
}
.preloader-grid::before{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 0%, rgba(0,0,0,.15) 45%, rgba(0,0,0,.8) 100%);
}
.orbit-line{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 330px;
    height: 330px;
    border: 1.5px solid rgba(241,90,36,.35);
}
.orbit-dot{
    top: 50%;
    right: -7px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: #f97316;
    box-shadow: 0 0 15px #f97316, 0 0 35px #f97316, 0 0 60px #f97316;
}
.preloader-content{
    z-index: 5;
}
.loading-title{
    color: #ffffff;
    font-size: clamp(60px,10vw,170px);
    font-weight: 700;
    letter-spacing: 12px;
    line-height: 1;
    user-select: none;
}
.loading-title span{
    color: #f97316;
}
.preloader-progress{
    margin-top: 70px;
}
.loading-percent{
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
}
.progress-track{
    height: 3px;
    width: 420px;
    background: rgba(255, 255, 255, .15);
    margin: 18px auto;
}
.progress-fill{
    width: 100%;
    height: 100%;
    background: #f97316;
    transform: scaleX(0);
    transform-origin: left center;
}
.loading-text{
    color: rgba(255, 255, 255, .55);
    font-size: 14px;
    letter-spacing: 7px;
    margin-top: 25px;
}
/************************ 3. Button CSS ***************************/
.common-btn{
    border: 1px solid #000000;
    padding: 18px 50px;
    transition: .3s;
    z-index: 1;
}
.common-btn:hover{
    border-color: #f97316;
}
.common-btn::before{
    content: "";
    position: absolute;
    width: 220%;
    height: 220%;
    left: -60%;
    top: 100%;
    background: #f97316;
    border-radius: 45%;
    transition: top .7s cubic-bezier(.22,1,.36,1), transform .7s cubic-bezier(.22,1,.36,1);
    z-index: -1;
}
.common-btn:hover::before{
    top: -60%;
    transform: rotate(25deg);
}
.common-btn span{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: .3s;
}
.common-btn:hover span{
    color: #ffffff;
}
.common-btn img{
    transition: .3s;
}
.common-btn:hover img{
    filter:brightness(0) invert(1);
}
.char{
    display: inline-block;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
/************************ 4. Header CSS ***************************/
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    transition: all .4s ease;
}
header.sticky-header{
    background: #ffffff;
    border-bottom: 2px solid #f97316;
    animation: headerSlideDown .4s ease;
}
.nav-menu {
    display: flex;
    align-items: center;
    gap: 60px;
}
.nav-menu a {
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}
.nav-menu a span {
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.nav-menu a img{
    transition: all 0.3s ease-in-out;
}
.nav-menu > li:not(.mega-parent) > a:hover span, .nav-menu > li.active-menu > a span, .mega-parent:hover > a span{
    color: #f97316;
}
.nav-menu > li.active-menu > a img, .mega-parent:hover > a img{
    filter: brightness(0) saturate(100%) invert(49%) sepia(42%) saturate(1754%) hue-rotate(351deg) brightness(99%) contrast(98%);
}
.mega-links a.active-submenu{
    background: rgba(249, 115, 22, .05);
}
.mega-links a.active-submenu img{
    opacity: 1;
    transform: translateX(0);
}
.portfolio-card.active-card, .portfolio-card:hover, .portfolio-card.active-card{
    border-color: #f97316;
}
.mega-parent {
    position: relative;
}
.mega-menu {
    position: absolute;
    top: 66px;
    left: 50%;
    transform: translateX(-50%) translateY(40px);
    width: max-content;
    display: flex;
    gap: 60px;
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 35px 80px rgba(0, 0, 0, .08);
    opacity: 0;
    visibility: hidden;
    transition: .55s cubic-bezier(.23, 1, .32, 1);
}
.mega-parent:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.mega-links a {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease-in-out;
}
.mega-links a:last-child {
    border-bottom: none;
}
.mega-links a::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(249, 115, 22, .05);
    transition: all 0.3s ease-in-out;
}
.mega-links a:not(.active-submenu):hover::before{
    left: 0;
}
.mega-links a.active-submenu span, .mega-links a.active-submenu h4,
.mega-links a:not(.active-submenu):hover span, .mega-links a:not(.active-submenu):hover h4 {
    color: #f97316;
}
.mega-links h4 {
    color: #111;
    font-size: 28px;
    margin-right: auto;
    transition: all 0.3s ease-in-out;
}
.mega-links img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(42%) saturate(1754%) hue-rotate(351deg) brightness(99%) contrast(98%);
    opacity: 0;
    transform: translateX(-12px);
    transition: all 0.3s ease-in-out;
}
.mega-links a:not(.active-submenu):hover img {
    opacity: 1;
    transform: translateX(0);
}
.mega-preview img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}
.mega-preview p {
    margin: 20px 0 10px 0;
    color: #f97316;
    font-size: 18px;
    letter-spacing: 2px;
}
.mega-preview h3 {
    font-size: 36px;
}
.mega-category {
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
}
.mega-category:first-child{
    margin-top: 0;
}
.services-mega-menu .mega-category{
    margin-top: 30px;
}
.mega-category p {
    color: #f97316;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.portfolio-card {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 20px;
    transition: all .3s ease-in-out;
}
.portfolio-card:hover {
    border-color: #f97316;
}
.portfolio-card a {
    padding: 10px 20px;
}
.portfolio-card h4 {
    font-size: 20px;
}
.blog-grid {
    grid-template-columns: repeat(3, 1fr);
}
.menu-icon-container {
    width: 100px;
    height: 100px;
    background: #000000;
    cursor: pointer;
}
.menu-icon-container::before {
    content: "";
    position: absolute;
    width: 180%;
    height: 180%;
    background: #f97316;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: .5s ease;
}
.menu-icon-container:hover::before {
    transform: translate(-50%, -50%) scale(1);
}
.menu-icon-container img {
    z-index: 2;
}
.side-panel-overlay {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    z-index: 9998;
}
.side-panel-overlay.active {
    opacity: 1;
    visibility: visible;
}
.side-panel {
    position: fixed;
    top: 0;
    right: 0;
    max-width: 500px;
    width: 100%;
    height: 100vh;
    background: #0b0b0b;
    color: #ffffff;
    padding: 40px; 
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;       
    -ms-overflow-style: none;   
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    transform: translateX(100%);
    z-index: 10000;
    transition: .7s cubic-bezier(.76, 0, .24, 1);
}
.side-panel.active {
    transform: translateX(0);
}
.side-panel::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -120px;
    top: -100px;
    border-radius: 50%;
    background: #f97316;
    filter: blur(130px);
    opacity: .35;
    pointer-events: none;
}
.side-panel-header-content {
    gap: 40px;
    flex: 1;
}
.side-close-btn {
    font-size: 20px;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .22);
    color: white;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.side-close-btn:hover {
    background: #f97316;
    border-color: #f97316;
    transform: rotate(90deg);
}
.side-panel-content h2 {
    font-size: 42px;
    font-weight: 700;
}
.side-panel-content h2 span{
    color: #f97316;
}
.side-panel-content-para1 {
    color: #9a9a9a;
    margin: 15px 0 30px 0;
}
.side-search input {
    background: #302f2f;
    color: #9a9a9a;
    height: 54px;
    padding: 0 20px;
    border: none;
    outline: none;
}
.side-search button {
    background: #f97316;
    color: #ffffff;
    width: 180px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.side-search button:hover {
    background: #ffffff;
    color: #000000;
}
.side-panel-content-para2 {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 20px 0;
}
.contact-item {
    margin-bottom: 20px;
    gap: 4px;
}
.contact-item:last-child {
    margin-bottom: 0;
}
.contact-item span {
    color: #7f7f7f;
    font-size: 16px;
}
.contact-item a,
.contact-item p {
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}
.contact-item a:hover {
    color: #f97316;
}
.side-social-icons {
    gap: 15px;
}
.side-social-icons a {
    width: 54px;
    height: 54px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .22);
    transition: all .4s ease-in-out;
}
.side-social-icons a::before {
    content: "";
    position: absolute;
    width: 180%;
    height: 180%;
    background: #f97316;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform .4s ease-in-out;
}
.side-social-icons a:hover::before {
    transform: translate(-50%, -50%) scale(1);
}
.side-social-icons a:hover {
    background: #f97316;
    border-color: #f97316;
}
.side-social-icons a img {
    filter: brightness(0) saturate(100%) invert(100%);
}
.mobile-menu-wrapper {
    display: none;
}
/************************ 5. Hero-1 CSS ***************************/
.hero-section {
    padding-top: 140px;
}
.hero-top-container, .hero-bottom-container {
    gap: 130px;
}
.video-pill {
    width: 370px;
    height: 120px;
}
.video-pill video{
    object-fit: cover;
}
.hero-top-container p, .hero-bottom-container p {
    max-width: calc(100% - 500px);
    width: 100%;
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.hero-container h2 {
    color: #000;
    font-family: 'Syne', sans-serif;
    font-size: 96px;
    font-weight: 700;
}
.hero-container h2>span {
    display: block;
}
.typed-line {
    color: #f97316;
}
.typed-cursor {
    color: #f97316;
    font-weight: 600;
    animation: blink .7s infinite;
}
.mouse-scroll-btn {
    margin: 60px auto 0;
    width: 32px;
    height: 40px;
    border: 4px solid #000000;
    border-radius: 12px;
    cursor: pointer;
}
.mouse-scroll-orange-line {
    top: 4px;
    left: calc(50% - 2px);
    transform: translateX(-50%);
    width: 4px;
    height: 10px;
    background: #f97316;
    animation: linescroll 1.1s ease infinite;
}
.hero-vertical-social-container {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    left: 50px;
    gap: 60px;
}
.hero-vertical-social-container a {
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color .35s ease;
}
.hero-vertical-social-container a::before, .hero-vertical-social-container a::after {
    content: "";
    position: absolute;
    left: -4px;
    width: 2px;
    height: 0;
    background: #f97316;
    transition: height .4s cubic-bezier(.4, 0, .2, 1);
}
.hero-vertical-social-container a::before {
    top: 0;
    transform-origin: top;
}
.hero-vertical-social-container a::after {
    bottom: 0;
    transform-origin: bottom;
}
.hero-vertical-social-container a:hover {
    color: #f97316;
}
.hero-vertical-social-container a:hover::before, .hero-vertical-social-container a:hover::after {
    height: 50%;
}
.curve-img{
    background-image: url(../images/hero/curve-line.svg);
    height: 8px;
    background-repeat: repeat-x;
}
/************************ 6. Hero-2 CSS ***************************/
.hero3-container{
    height: 100vh;
}
.hero3-container span{
    background: rgba(255, 255, 255, .65);
    backdrop-filter: blur(10px);
    padding: 10px 22px;
    color: #f97316;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}
.hero3-container h2{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 96px;
    font-weight: 700;
    margin: 20px 0;
}
.hero3-container p{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.explore-more-btn{
    background: #f97316;
    padding: 16px 44px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    transition: all .4s ease;
}
.explore-more-btn:hover{
    background: #000000;
    color: #ffffff;
}
.hero3-slider-wrapper .slick-track{
    display: flex;
}
.hero3-wrapper-bg1{
    background: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)), url("../images/hero/hero3-img1.jpg") center/cover no-repeat;
}
.hero3-wrapper-bg2{
    background: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)), url("../images/hero/hero3-img2.jpg") center/cover no-repeat;
}
.hero3-wrapper-bg3{
    background: linear-gradient(rgba(255,255,255,.7), rgba(255,255,255,.7)), url("../images/hero/hero3-img3.jpg") center/cover no-repeat;
}
.hero3-arrow{
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: #f97316;
    border: none;
    transition: background .3s;
}
.hero3-arrow:hover{
    background: #ffffff;
    border: 2px solid #f97316;
}
.hero3-next-arrow{
    right: 0;
}
.hero3-arrow img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(425%) hue-rotate(248deg) brightness(115%) contrast(100%);
}
.hero3-arrow:hover img{
    filter: brightness(0) saturate(100%) invert(64%) sepia(58%) saturate(5342%) hue-rotate(352deg) brightness(100%) contrast(96%);
}
/************************ 7. Hero-3 CSS ***************************/
.hero4-section{
    background: linear-gradient(135deg, #fffdfb 0%, #fff6ef 35%, #ffead8 70%, #ffdcbc 100%);
    background-size: 400% 400%;
    animation: heroGradient 12s ease infinite;
}
.hero4-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px), linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px);
    background-size: 70px 70px;
}
.hero4-section::after{
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    background: #f97316;
    border-radius: 50%;
    opacity: .12;
    filter: blur(180px);
    right: -180px;
    top: -180px;
    animation: glowMove 10s ease-in-out infinite alternate;
}
.hero4-container{
    height: 100vh;
    z-index: 5;
}
.hero4-container span{
    background: rgba(255, 255, 255, .65);
    backdrop-filter: blur(10px);
    padding: 10px 22px;
    color: #f97316;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}
.hero4-container h2{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 96px;
    font-weight: 700;
    margin: 20px 0;
}
.hero4-container p{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.hero-bg-elements{
    pointer-events: none;
}
.hero-bg-elements span{
    background: rgba(249,115,22,.08);
    border: 1px solid rgba(249,115,22,.12);
    backdrop-filter: blur(20px);
    animation: floatBubble linear infinite;
}
.hero-bg-elements span:nth-child(1){
    width: 220px;
    height: 220px;
    left: 8%;
    top: 15%;
    animation-duration: 18s;
}
.hero-bg-elements span:nth-child(2){
    width: 140px;
    height: 140px;
    left: 32%;
    bottom: 10%;
    animation-duration: 15s;
}
.hero-bg-elements span:nth-child(3){
    width: 170px;
    height: 170px;
    right: 12%;
    top: 18%;
    animation-duration: 20s;
}
.hero-bg-elements span:nth-child(4){
    width: 260px;
    height: 260px;
    right: -60px;
    bottom: -80px;
    animation-duration: 24s;
}
.hero-bg-elements span:nth-child(5){
    width: 100px;
    height: 100px;
    left: 48%;
    top: 8%;
    animation-duration: 13s;
}
.hero-bg-elements span:nth-child(6){
    width: 180px;
    height: 180px;
    left: -70px;
    bottom: 5%;
    animation-duration: 22s;
}
.hero-bg-elements span:nth-child(7){
    width: 150px;
    height: 150px;
    right: 35%;
    bottom: 15%;
    animation-duration: 16s;
}
.hero-bg-elements span:nth-child(8){
    width: 120px;
    height: 120px;
    right: 42%;
    top: 48%;
    animation-duration: 19s;
}
/************************ 8. Our Benefits CSS ***************************/
.our-benefits-item{
    margin-bottom: 20px;
}
.our-benefits-item:last-child, .our-benefits-item.active{
    margin-bottom: 0;
}
.our-benefits-title{
    gap: 15px;
}
.our-benefits-icon img{
    transition: transform .3s ease;
}
.our-benefits-item.active .our-benefits-icon img{
    transform: rotate(180deg);
}
.our-benefits-title span{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.our-benefits-item.active .our-benefits-title span, .our-benefits-title span:hover{
    color: #f97316;
}
.our-benefits-content{
    display: none;
}
.our-benefits-item.active .our-benefits-content{
    display: block;
}
.our-benefits-content p{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 20px 0 40px 39px;
}
.our-benefits-item:last-child .our-benefits-content p{
    margin-bottom: 0;
}
.our-benefits-img{
    bottom: 40px;
    left: 40px;
    animation: rotateText 20s linear infinite;
}
/* Our Benefits CSS - V2 */
.our-benefits2-left-container{
    mask: url('../images/our-benefits/our-benefits2-bg.svg') center center / cover no-repeat;
    -webkit-mask: url('../images/our-benefits/our-benefits2-bg.svg') center center / cover no-repeat;
    height: 750px;
    border-radius: 70px;
}
.our-benefits2-left-container img{
    object-fit: cover;
}
.our-benefits2-card{
    gap: 20px;
    padding: 25px;
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    cursor: pointer;
    transition: all .35s ease;
}
.our-benefits2-card:hover{
    transform: translateY(-4px);
    border-color: #f97316;
}
.our-benefits2-icon{
    height: 70px;
    width: 70px;
    background: rgba(249, 115, 22, .08);
    border-radius: 15px;
    transition: .35s;
}
.our-benefits2-card:hover .our-benefits2-icon{
    background: #f97316;
}
.our-benefits2-icon img{
    height: 50px;
    width: 50px;
    object-fit: contain;
    transition: .35s;
}
.our-benefits2-card:hover .our-benefits2-icon img{
    filter: brightness(0) invert(1);
}
.our-benefits2-content{
    max-width: calc(100% - 90px);
    width: 100%;
}
.our-benefits2-content h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 600;
    transition: .35s;
}
.our-benefits2-card:hover .our-benefits2-content h3{
    color: #f97316;
}
.our-benefits2-content p{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
/* Our Benefits CSS - V3 */
.benefit-item{
    gap: 30px;
}
.benefit-number{
    height: 90px;
    min-width: 90px;
    border: 2px solid #ececec;
    border-radius: 20px;
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 700;
    transition: all .4s ease;
}
.benefit-item:hover .benefit-number{
    background: #f97316;
    border-color: #f97316;
    color: #ffffff;
    transform: rotate(-8deg);
}
.benefit-line{
    width: 80px;
    height: 2px;
    background: #ececec;
}
.benefit-line::before{
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f97316;
    transition: .4s;
}
.benefit-item:hover .benefit-line::before{
    left: 0;
}
.benefit-card{
    flex: 1;
    gap: 25px;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 20px;
    transition: all .4s ease;
}
.benefit-item:hover .benefit-card{
    transform: translateX(12px);
    border-color: #f97316;
}
.benefit-icon{
    height: 80px;
    min-width: 80px;
    background: rgba(249,115,22,.08);
    border-radius: 18px;
    transition: .35s;
}
.benefit-item:hover .benefit-icon{
    background: #f97316;
    transform: rotate(8deg);
}
.benefit-icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: .35s;
}
.benefit-item:hover .benefit-icon img{
    filter: brightness(0) invert(1);
}
.benefit-content{
    gap: 6px;
}
.benefit-content h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 600;
    transition: .35s;
}
.benefit-item:hover .benefit-content h3{
    color: #f97316;
}
.benefit-content p{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
/************************ 9. Offer CSS ***************************/
.offer-links{
    padding: 0 20px;
    text-decoration: none;
}
.offer-links:hover{
    text-decoration: underline 4px #F97316;
    text-underline-offset: 7px;
}
.blog-post-box{
    display: contents;
} 
.offer-links:hover .blog-post-box{
    color: #F97316;
}
.hover-follow-img{
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 999;
    will-change: transform;
}
/* Offer CSS V-2 */
.offer2-item{
    display: grid;
    grid-template-columns: 90px 280px 1fr 70px;
    align-items: center;
    gap: 40px;
    padding: 40px 0;
    border-top: 1px solid #E8E8E8;
    transition: .35s;
}
.offer2-item:first-child{
    border-top: none;
    padding-top: 0;
}
.offer2-item:last-child{
    padding-bottom: 0;
}
.offer2-item span{
    font-size: 34px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #7c7a7a;
}
.offer2-item:hover span{
    -webkit-text-stroke: 1px #F97316;
}
.offer2-item h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 700;
    transition: .35s;
}
.offer2-item:hover h3{
    color: #F97316;
    text-decoration: underline 2px #F97316;
    text-underline-offset: 4px;
}
.offer2-arrow{
    width: 60px;
    height: 60px;
    background: rgba(249, 115, 22, .08);
    transition:.35s;
}
.offer2-item:hover .offer2-arrow{
    background: #F97316;
}
.offer2-arrow img{
    transition: .35s;
}
.offer2-item:hover .offer2-arrow img{
    filter: brightness(0) invert(1);
}
/* Offer CSS V-3 */
.offer3-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
}
.offer3-featured{
    grid-column: span 2;
    grid-row: span 2;
}
.offer3-featured::before, .offer3-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.85), rgba(0,0,0,.15));
    z-index: 1;
}
.offer3-featured img{
    object-fit: cover;
}
.offer3-content{
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 30px;
    border-radius: 30px;
    backdrop-filter: blur(15px);
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    z-index: 2;
    transition: .4s;
}
.offer3-featured:hover .offer3-content{
    transform: translateY(-10px);
}
.offer3-content span{
    width: 60px;
    height: 60px;
    background: #f97316;
    color: #ffffff;
    font-family: 'Syne',sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.offer3-content h3{
    color:#ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin: 14px 0;
}
.offer3-content p{
    color: rgba(255, 255, 255, .82);
    font-size: 18px;
    line-height: 28px;
}
.offer3-content a{
    background: #f97316;
    padding: 14px 28px;
    color: #ffffff;
    font-family: 'Syne',sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 24px;
    transition: .4s;
}   
.offer3-content a:hover{
    background: #ffffff;
    color: #000000;
}
.offer3-card-arrow{
    top: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    background: #ffffff;
    z-index: 2;
    transition: .4s;
}
.offer3-card:hover .offer3-card-arrow{
    background: #f97316;
    transform: rotate(44deg);
}
.offer3-card-arrow img{
    transition: .4s;
}
.offer3-card:hover .offer3-card-arrow img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2914%) hue-rotate(243deg) brightness(104%) contrast(107%);
}
.offer3-card h4{
    left: 20px;
    bottom: 20px;
    color: #ffffff;
    font-family: 'Syne',sans-serif;
    font-size: 26px;
    font-weight: 700;
    z-index: 2;
    transition: .4s;
}
.offer3-card:hover h4{
    color: #f97316;
}
/************************ 10. Video CSS ***************************/
.video-container{
    background: url('../images/video/video-img1.png') no-repeat center/cover;
    height: 500px;
}
.video-btn-container{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
    backdrop-filter: blur(3px);
    cursor: pointer;
    animation: videoPulse 2s ease-in-out infinite;
}
.video-popup{
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.video-popup.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.video-popup-close-btn-container{
    top: 15px;
    right: 15px;
    height: 50px;
    width: 50px;
    background: #ffffff;
}
.video-popup-close-btn{
    color: #F97316;
    font-size: 24px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.video-popup-close-btn-container:hover .video-popup-close-btn{
    transform: rotate(90deg);
}
.video-popup-content{
    max-width: 890px;
    height: 500px;
}
/* Video CSS V-2 */
.video-container2{
    background: url('../images/video/video-img2.jpg');
    height: 700px;
    background-attachment: fixed;
}
/* Video CSS V-3 */
.video3-wrapper::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.65), rgba(0,0,0,.08));
    z-index: 1;
}
.video-img3{
    height: 700px;
    object-fit: cover;
    transition: transform .8s ease;
}
.video3-wrapper:hover .video-img3{
    transform: scale(1.08);
}
.video-btn-container3{
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(12px);
    cursor: pointer;
    z-index: 3;
    transition: .4s;
}
.video-btn-container3::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.45);
    animation: videoPulse2 2s infinite;
}
.video3-wrapper:hover .video-btn-container3{
    background: #f97316;
}
.video3-info-box{
    left: 40px;
    right: 40px;
    bottom: 40px;
    padding: 35px 40px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 25px;
    z-index: 2;
}
.video3-left span{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}
.video3-left h3{
    max-width: 600px;
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
    margin: 15px 0 0;
}
.video3-btn{
    background: #ffffff;
    height: 60px;
    padding: 0 30px;
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .4s;
}
.video3-btn:hover{
    background: #f97316;
    color: #ffffff;
}
/************************ 11. Icon CSS ***************************/
.icon-grid-container{
    row-gap: 60px;
}
.icon-grid-container2 img:nth-child(3){
    filter: brightness(0) saturate(100%) invert(60%) sepia(0%) saturate(0%) hue-rotate(266deg) brightness(102%) contrast(97%);
}
.icon-grid-container1 img, .icon-grid-container2 img, .icon-grid-container3 img{
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}
.icon-grid-container1 img:hover, .icon-grid-container2 img:hover, .icon-grid-container3 img:hover{
    transform: rotateY(180deg);
    filter: brightness(0) saturate(100%) invert(39%) sepia(90%) saturate(948%) hue-rotate(353deg) brightness(110%) contrast(95%);
} 
/* Icon CSS V-2 */
.logo-scroll-slider{
    gap: 60px;
    width: max-content;
    will-change: transform;
    animation: scroll 40s linear infinite;
}
.logo-scroll-slider:has(.logo-scroll-item:hover){
    animation-play-state: paused;
}
.logo-scroll-item{
    transition: opacity .45s cubic-bezier(.22,1,.36,1);
}
.logo-scroll-item img{
    filter: grayscale(100%);
}
.logo-scroll-slider:has(.logo-scroll-item:hover) .logo-scroll-item{
    opacity: .15;
}
.logo-scroll-slider:has(.logo-scroll-item:hover) .logo-scroll-item:hover{
    opacity: 1;
}
.logo-scroll-slider:has(.logo-scroll-item:hover) .logo-scroll-item img{
    filter: brightness(0) saturate(100%) invert(75%) sepia(64%) saturate(6157%) hue-rotate(351deg) brightness(99%) contrast(97%);
}
/* Icon CSS V-3 */
.logo-slider-right{
    margin-top: 30px;
}
.logo-track{
    gap: 30px;
    width: max-content;
}
.logo-slider-left .logo-track{
    animation: scroll 40s linear infinite;
}
.logo-slider-right .logo-track{
    animation: scrollReverse 40s linear infinite;
}
.logo-track img{
    width: 210px;
    height: 110px;
    padding: 20px;
    border: 1px solid #ececec;
    border-radius: 20px;
    filter: grayscale(100%);
}
.logo-track:has(img:hover){
    animation-play-state: paused;
}
.logo-track:has(img:hover) img:hover{
    border-color: #f97316;
    filter: grayscale(0%) brightness(0) saturate(100%) invert(56%) sepia(88%) saturate(2264%) hue-rotate(352deg) brightness(100%) contrast(96%);
}
/************************ 12. How We Works CSS ***************************/
.how-we-works-box-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.how-we-works-box, .how-we-works-icon-container{
    gap: 30px;
}
.how-we-works-icon-container h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 600;
}
.counter-box-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.counter-number{
    color: #f97316;
    font-family: 'Syne', sans-serif;
    font-size: 96px;
    font-weight: 700;
    line-height: 96px;
}
.counter-plus{
    color: #f97316;
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
}
/* How We Works CSS - V2 */
.process-wrapper::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #ececec;
}
.process-item{
    width: 50%;
}
.process-item.left{
    padding-right: 60px;
}
.process-item.right{
    margin-left: auto;
    padding-left: 60px;
}
.process-item span{
    top: 20px;
    width: 54px;
    height: 54px;
    background: #f97316;
    color: #ffffff;
    font-family: 'Syne',sans-serif;
    font-size: 22px;
    font-weight: 700;
}
.process-item.left span{
    right: -27px;
}
.process-item.right span{
    left: -27px;
}
.process-content{
    padding: 40px;
    border: 1px solid #e8e8e8;
    transition: all .3s ease-in-out;
}
.process-content::before, .process-content::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    transition: all .4s ease-in-out;
}
.process-content::before{
    top: -1px;
    left: -1px;
    border-top: 2px solid #f97316;
    border-left: 2px solid #f97316;
}
.process-content::after{
    right: -1px;
    bottom: -1px;
    border-right: 2px solid #f97316;
    border-bottom: 2px solid #f97316;
}
.process-content:hover::before, .process-content:hover::after{
    width: 100%;
    height: 100%;
}
.process-content h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0 16px 0;
}
.counter-box-container2{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.counter-card{
    gap: 6px;
    border: 1px solid #ececec;
    padding: 40px 20px;
    transition: .4s;
}
.counter-card:hover{
    background: #f97316;
    border-color: #f97316;
    transform: translateY(-8px);
}
.counter-card::before, .counter-card::after{
    content: "";
    position: absolute;
    width: 160%;
    height: 160%;
    background: #f97316;
    transition: transform .55s ease;
    z-index: -1;
}
.counter-card::before{
    top: -80%;
    right: -80%;
    transform: rotate(45deg) translate(100%, -100%);
}
.counter-card::after{
    bottom: -80%;
    left: -80%;
    transform: rotate(45deg) translate(-100%, 100%);
}
.counter-card:hover::before{
    transform: rotate(45deg) translate(0,0);
}
.counter-card:hover::after{
    transform: rotate(45deg) translate(0,0);
}
.counter-card h3{
    color: #f97316;
    font-family: 'Syne', sans-serif;
    font-size: 48px;
    font-weight: 700;
    transition: .35s;
}
.counter-card p{    
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    transition: .35s;
}
.counter-card:hover h3, .counter-card:hover p{
    color: #ffffff;
}
/* How We Works CSS - V3 */
.process-wrapper3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 100px;
}
.process3-line{
    top: 45px;
    left: 12%;
    width: 76%;
    height: 2px;
    background: #ececec;
}
.process3-line::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #f97316;
    transition: width .8s ease;
}
.process-wrapper3:hover .process3-line::before{
    width: 100%;
}
.process-card3{
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 25px;
    padding: 40px 30px;
    z-index: 2;
    transition: .4s;
}
.process-card3:hover, .process-card3.active{
    border-color: #f97316;
    transform: translateY(-20px);
}
.process-card3::before{
    content: "";
    position: absolute;
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ececec;
    transition: .35s;
}
.process-card3:hover::before, .process-card3.active::before{
    background: #f97316;
    border-color: #f97316;
    transform: translateX(-50%) scale(1.4);
}
.process-card3::after{
    content: "";
    position: absolute;
    left: 50%;
    top: -44px;
    transform: translateX(-50%);
    width: 2px;
    height: 28px;
    background: #ececec;
    transition: .35s;
}
.process-card3:hover::after, .process-card3.active::after{
    background: #f97316;
}
.process3-number{
    width: 90px;
    height: 90px;
    border: 2px solid #ececec;
    margin: 0 auto 30px;
    color: #000000;
    font-family: 'Syne',sans-serif;
    font-size: 28px;
    font-weight: 700;
    transition: .4s;
}
.process-card3:hover .process3-number, .process-card3.active .process3-number{
    background: #f97316;
    border-color: #f97316;
    color: #ffffff;
    transform: rotate(360deg);
}
.process3-icon{
    width: 90px;
    height: 90px;
    background: rgba(249,115,22,.08);
    border-radius: 20px;
    transition: .35s;
}
.process-card3:hover .process3-icon, .process-card3.active .process3-icon{
    background: #f97316;
}
.process3-icon img{
    width: 50px;
    transition: .35s;
}
.process-card3:hover .process3-icon img, .process-card3.active .process3-icon img{
    filter: brightness(0) invert(1);
}
.process-card3 h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0 16px 0;
    transition: .35s;
}
.process-card3:hover h3, .process-card3.active h3{
    color: #f97316;
}
/************************ 13. Our Projects CSS ***************************/
.our-projects-slider{
    margin-right: -400px;
}
.our-projects-slider .slick-slide{
    padding: 0 15px;
}
.our-projects-slider .slick-list{
    margin: 0 -15px;
}
.our-projects-box{
    gap: 40px;
}
.our-projects-box-image-overlay::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(249, 115, 22, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.our-projects-box:hover .our-projects-box-image-overlay::before{
    opacity: 1;
    visibility: visible;
}
.our-projects-box-icon{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.our-projects-box:hover .our-projects-box-icon{
    transform: translate(-50%, -50%) scale(1);
}
.our-projects-box-content{
    gap: 10px;
}
.our-projects-box-content p{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.our-projects-box-content a{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.our-projects-box:hover .our-projects-box-content a{
    color: #f97316;
    text-decoration: underline 2px #F97316;
    text-underline-offset: 4px;
}
.our-projects-dots{
    gap: 20px;
}
.our-projects-dots button{
    width: 10px;
    height: 10px;
    background: #9b9b9b;
    transition: all .3s ease-in-out;
}
.our-projects-dots button:hover, .our-projects-dots button.active{
    background: #000000;
}
/* Our Projects CSS V-2 */
.our-projects-slider3{
    margin-top: 40px;
    direction: rtl;
}
.our-projects-box2 img{
    transition: .5s;
}
.our-projects-box2:hover img{
    transform: scale(1.1);
}
.our-projects-overlay{
    background: rgba(249, 115, 22, .75);
    padding: 30px;
    clip-path: polygon(0 100%,0 100%,0 100%,0 100%);
    transition: clip-path .55s cubic-bezier(.77,0,.175,1);
}
.our-projects-box2:hover .our-projects-overlay{
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
}
.our-projects-overlay p{
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    opacity: 0;
    transform: translateY(30px);
    transition: .35s .2s;
}
.our-projects-overlay h3{
    color:#ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 34px;
    font-weight: 700;
    margin: 8px 0 24px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: .35s .3s;
}
.our-projects-box2:hover .our-projects-overlay p, .our-projects-box2:hover .our-projects-overlay h3{
    opacity: 1;
    transform: translateY(0);
}
.view-project-btn{
    direction: ltr;
    background: #ffffff;
    color: #f97316;
    font-family: 'Syne',sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 26px;
}
.view-project-btn img{
    filter: brightness(0) saturate(100%) invert(55%) sepia(95%) saturate(1884%) hue-rotate(352deg) brightness(102%) contrast(96%);
    width: 20px;
}
/* Our Projects CSS V-3 */
.project3-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.88) 5%, rgba(0,0,0,.20) 45%, rgba(0,0,0,.05) 100%);
    z-index: 1;
}
.our-projects3-slider-img{
    height: 650px;
    object-fit: cover;
    transition: .8s;
}
.project3-card:hover .our-projects3-slider-img{
    transform: scale(1.08);
}
.project3-category{
    top: 30px;
    left: 30px;
    background: #F97316;
    padding: 12px 24px;
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    z-index: 3;
    transition: .35s;
}
.project3-overlay{
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 3;
}
.project3-overlay h3{
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 38px;
    font-weight: 700;
    transition: color .4s ease;
}
.project3-overlay h3::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #F97316;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s ease;
}
.project3-card:hover .project3-overlay h3{
    color: #F97316;
}
.project3-card:hover .project3-overlay h3::after{
    transform: scaleX(1);
}
.project3-arrow{
    width: 70px;
    height: 70px;
    background: #F97316;
    transition: .4s;
}
.project3-card:hover .project3-arrow{
    transform: rotate(44deg);
}
.project3-arrow img{
    filter: brightness(0) invert(1);
    width: 26px;
    height: auto;
}
.our-projects3-slider .slick-list{
    overflow: visible;
}
.our-projects3-slider .slick-slide{
    opacity: .35;
    transform: scale(.82);
    transition: all .55s ease;
}
.our-projects3-slider .slick-center{
    opacity: 1;
    transform: scale(1);
}
/************************ 14. Pricing Plan CSS ***************************/
.pricing-plan-box-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.price-title-container{
    padding: 30px;
    background: #f5f5f5;
    z-index: 1;
}
.price-title-container::before, .price-title-container::after{
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #000;
    z-index: -1;
    transition: transform .45s cubic-bezier(.22,1,.36,1);
}
.price-title-container::before{
    left: 0;
    transform: translateX(-100%);
}
.price-title-container::after{
    right: 0;
    transform: translateX(100%);
}
.pricing-plan-box:not(.active-pricing-plan-box):hover .price-title-container::before, .pricing-plan-box:not(.active-pricing-plan-box):hover .price-title-container::after,
.pricing-plan-box:not(.active-pricing-plan-box):hover .price-btn::before, .pricing-plan-box:not(.active-pricing-plan-box):hover .price-btn::after{
    transform: translateX(0);
}
.price-type{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.price h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 48px;
    font-weight: 700;
}
.price p{
    color: #4d4d4d;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.price-type, .price h3, .price p{
    transition: color .35s ease;
}
.price-content-container{
    gap: 40px;
    padding: 40px 30px 30px 30px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    transition: border-color .45s ease;
}
.price-list{
    gap: 20px;
}
.price-list li{
    gap: 15px;
}
.price-list li p{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.price-btn{
    border: 1px solid #000000;
    background: transparent;
    padding: 18px 0;
    transition: border-color .35s ease;
}
.price-btn::before, .price-btn::after{
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #F97316;
    z-index: -1;
    transition: transform .45s cubic-bezier(.22,1,.36,1);
}
.price-btn::before{
    left: 0;
    transform: translateX(-100%);
}
.price-btn::after{
    right: 0;
    transform: translateX(100%);
}
.pricing-plan-box:not(.active-pricing-plan-box):hover .price-btn{
    border-color: #F97316;
}
.price-btn span{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.price-btn span, .price-btn img{
    transition: .35s ease;
}
.porpural-shap{
    width: 144.426px;
    height: 30.125px;
    background-color: #F97316;
    top: 26px;
    right: -33px;
    transform: rotate(45deg);
}
.porpural-shap p{
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}
.active-price-title-container{
    background: #000000;
}
.active-price-title-container .price-type, .active-price-title-container .price h3,
.pricing-plan-box:not(.active-pricing-plan-box):hover .price-type, .pricing-plan-box:not(.active-pricing-plan-box):hover .price h3{
    color: #ffffff;
}
.active-price-title-container .price p, .pricing-plan-box:not(.active-pricing-plan-box):hover .price p{
    color: #9b9b9b;
}
.active-price-content-container, .pricing-plan-box:not(.active-pricing-plan-box):hover .price-content-container{
    border-color: #000;
    border-top: none;
}
.active-price-btn{
    border-color: #f97316;
    background: #f97316;
}
.active-price-btn span, .pricing-plan-box:not(.active-pricing-plan-box):hover .price-btn span{
    color: #ffffff;
}
.active-price-btn img, .pricing-plan-box:not(.active-pricing-plan-box):hover .price-btn img{
    filter: brightness(0) saturate(100%) invert(98%) sepia(4%) saturate(272%) hue-rotate(159deg) brightness(114%) contrast(100%);
}
/* Pricing Plan CSS - V2 */
.pricing2-card-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.pricing2-card{
    background-color: rgb(245, 245, 245);
    padding: 50px 30px;
}
.pricing2-card::before, .pricing2-card::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #F97316;
    transform: scaleX(0);
    transition: .4s ease-in-out;
}
.pricing2-card::before{
    top: 0;
    transform-origin: left;
}
.pricing2-card::after{
    bottom: 0;
    transform-origin: right;
}
.pricing2-card:hover::before, .pricing2-card:hover::after, .active-pricing2-card::before, .active-pricing2-card::after{
    transform: scaleX(1);
}
.active-pricing2-card{
    transform: scale(1.08);
}
.pricing2-header .pricing-plan-type{
    color: #F97316;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.pricing2-header h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin: 8px 0 10px 0;
}
.pricing2-header .pricing-plan-time{
    color: #4d4d4d;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.price-list2{
    margin-top: 30px;
}
.pricing2-btn{
    margin-top: 40px;
    height: 60px;
    background: #F97316;
    color: #ffffff;
    font-family: 'Syne',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: .4s ease-in-out;
}
.pricing2-btn:hover{
    background: #000000;
}
.pricing2-btn img{
    filter: brightness(0) saturate(100%) invert(100%);
    transition: .4s ease-in-out;
}
/* Pricing Plan CSS - V3 */
.pricing3-card-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.pricing3-card{
    padding: 45px 35px;
    border: 1px solid #ececec;
    transition: all .45s ease;
}
.pricing3-card:hover, .pricing3-card-active{
    border-color: #f97316;
    transform: translateY(-15px);
}
.pricing3-badge{
    top: 22px;
    right: -45px;
    background: #f97316;
    width: 170px;
    padding: 10px 0;
    color: #ffffff;
    font-family: 'Syne',sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    transform: rotate(45deg);
}
.pricing3-shape{
    top: -90px;
    right: -90px;
    width: 200px;
    height: 200px;
    background: rgba(249,115,22,.08);
    transition: all .45s ease;
}
.pricing3-card:hover .pricing3-shape, .pricing3-card-active .pricing3-shape{
    transform: scale(1.2);
}
.pricing3-icon{
    width: 70px;
    height: 70px;
    background: rgba(249,115,22,.08);
    transition: all .45s ease;
}
.pricing3-card:hover .pricing3-icon, .pricing3-card-active .pricing3-icon{
    background: #f97316;
}
.pricing3-icon span{
    color: #f97316;
    font-family: 'Syne', sans-serif;
    font-size: 28px;
    font-weight: 700;
    transition: all .45s ease;
}
.pricing3-card:hover .pricing3-icon span, .pricing3-card-active .pricing3-icon span{
    color: #ffffff;
}
.pricing3-plan{
    color: #f97316;
    font-family: 'Syne',sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 24px 0 12px 0;
}
.pricing3-card h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 48px;
    font-weight: 700;
    transition: all .45s ease;
}
.pricing3-card:hover h3, .pricing3-card-active h3{
    color: #f97316;
}
.pricing3-card h3 sup{
    top: -18px;
    font-size: 28px;
    font-weight: 600;
}
.pricing3-card h3 small{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.pricing3-list{
    gap: 20px;
    margin-top: 30px;
}
.pricing3-list li{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding-left: 40px;
    transition: all .45s ease;
}
.pricing3-list li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 26px;
    height: 26px;
    background: rgba(249,115,22,.1);
    border-radius: 50%;
    color: #f97316;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .45s ease;
}
.pricing3-card:hover .pricing3-list li::before, .pricing3-card-active .pricing3-list li::before{
    background: #f97316;
    color: #ffffff;
}
.pricing3-btn{
    height: 60px;
    background: transparent;
    border: 1px solid #f97316;
    color: #f97316;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 40px;
    transition: all .45s ease;
}
.pricing3-btn:hover{
    background: #000000 !important;
    border-color: #000000;
    color: #ffffff;
}
.pricing3-card:hover .pricing3-btn, .pricing3-card-active .pricing3-btn{
    background: #f97316;
    color: #ffffff;
}
/************************ 15. Image Slider CSS ***************************/
.image-slider-section{
    margin: 160px 0;
}
.image-slider-section2{
    margin: 160px 0 80px 0;
}
.image-slider-container{
    gap: 30px;
}
.image-scroll-slider{
    width: max-content;
    will-change: transform;
    animation: scroll 40s linear infinite;
}
.image-scroll-reverse{
    animation: scrollReverse 40s linear infinite;
}
.image-scroll-item img{
    height: 120px;
    border-radius: 60px;
}
.image-small img{
    width: 170px;
}
.image-medium img{
    width: 270px;
}
.image-large img{
    width: 370px;
}
.image-scroll-slider:has(.image-scroll-item:hover){
    animation-play-state: paused;
}
.image-scroll-item{
    transition: opacity .45s cubic-bezier(.22,1,.36,1);
}
.image-scroll-slider:has(.image-scroll-item:hover) .image-scroll-item{
    opacity: .25;
}
.image-scroll-slider:has(.image-scroll-item:hover) .image-scroll-item:hover{
    opacity: 1;
}
/************************ 16. Testimonial CSS ***************************/
.testimonial-top-container, .testimonial-top-right-container{
    gap: 20px;
}
.testimonial-prev-arrow, .testimonial-next-arrow, .testimonial-prev-arrow2, .testimonial-next-arrow2{
    width: 60px;
    height: 60px;
    border: 1px solid #000000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.testimonial-prev-arrow:hover , .testimonial-next-arrow:hover, .testimonial-prev-arrow2:hover , .testimonial-next-arrow2:hover{
    border-color: #f97316;
    background-color: #F97316;
}
.testimonial-prev-arrow img, .testimonial-next-arrow img, .testimonial-prev-arrow2 img, .testimonial-next-arrow2 img{
    transition: all 0.3s ease-in-out;
}
.testimonial-prev-arrow:hover img, .testimonial-next-arrow:hover img, .testimonial-prev-arrow2:hover img, .testimonial-next-arrow2:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(108deg) brightness(99%) contrast(99%);
}
.testimonial-top-bar{
    gap: 20px;
}
.testimonial-top-bar p{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.client-thought{
    max-width: 530px;
    padding: 20px 0 40px 0;
}
.author-box{
    gap: 20px;
    margin-top: 20px;
}
.author-desc{
    gap: 10px;
}
.autor-name{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.author-post{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.testimonial-bottom-container .slick-slide{
    padding: 0 15px;
}
.testimonial-bottom-container .slick-list{
    margin: 0 -15px;
}
/* Testimonial CSS - V2 */
.testimonial2-container{
    gap: 130px;
}
.testimonial-left-container{
    max-width: 520px;
    width: 100%;
}
.testimonial-slider-wrapper{
    max-width: calc(100% - 650px);
    width: 100%;
}
.testimonial-top-right-container2{
    margin-top: 30px;
}
/* Testimonial CSS - V3 */
.testimonial2-content{
    border: 1px solid #f97316;
    border-left: 6px solid #f97316;
    border-radius: 30px;
    padding: 60px;
}
.quote-icon{
    top: 30px;
    right: 40px;
    width: 60px;
}
.testimonial2-content span{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 26px;
    font-weight: 600;
}
.testimonial2-content p{
    margin: 16px 0 40px 0;
}
.testimonial2-person-info{
    gap: 8px;
}
.testimonial2-person-info h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 700;
}
.testimonial2-person-info span{
    color: #f97316;
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.testimonial3-container .slick-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    list-style: none;
    padding: 0;
    margin: 50px 0 0 0;
}
.testimonial3-container .slick-dots li{
    margin: 0;
    line-height: 0;
}
.testimonial3-container .slick-dots li button{
    width: 12px;
    height: 12px;
    background: #d9d9d9;
    border-radius: 50%;
    border: 0;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    transition: all .35s ease;
}
.testimonial3-container .slick-dots li.slick-active button{
    width: 38px;
    background: #f97316;
    border-radius: 30px;
}
.testimonial3-container .slick-dots li button:hover{
    background: #f97316;
}
/************************ 17. Meet Our Team CSS ***************************/
.meet-our-team-container{
    gap: 130px;
}
.meet-our-team-left-container{
    position: sticky;
    top: 120px;
    max-width: 470px;
    width: 100%;
}
.meet-our-team-right-container{
    max-width: 570px;
    width: 100%;
}
.meet-our-team-right-box:first-child{
    border-top: 1px solid #9b9b9b;
}
.meet-our-team-right-box{
    border-bottom: 1px solid #9b9b9b;
    padding: 40px 0;
}
.meet-our-team-right-box p{
    color: #9b9b9b;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.meet-our-team-right-box h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 36px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}   
.meet-our-team-right-box:hover h3{
    color: #f97316;
}
.meet-our-team-hover-img{
    width: 250px;
    height: 250px;
    object-fit: cover;
}
/* Meet Our Team CSS - V2 */
.our-team2-bottom-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
}
.our-team2-card{
    cursor: pointer;
    transition: .4s ease;
}
.our-team2-image{
    border-radius: 30px;
}
.our-team2-image img{
    transition: .4s ease;
}
.our-team2-card:hover .our-team2-image img{
    transform: scale(1.2);
}
.our-team2-social-icons{
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}
.our-team2-social-icons a{
    height: 44px;
    width: 44px;
    background: #ffffff;
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(30px) scale(.8);
    transition: all .35s cubic-bezier(.22,1,.36,1);
}
.our-team2-card:hover .our-team2-social-icons a{
    opacity: 1;
    transform: translateY(0) scale(1);
}
.our-team2-card:hover .our-team2-social-icons a:nth-child(1){
    transition-delay: .05s;
}
.our-team2-card:hover .our-team2-social-icons a:nth-child(2){
    transition-delay: .12s;
}
.our-team2-card:hover .our-team2-social-icons a:nth-child(3){
    transition-delay: .19s;
}
.our-team2-card:hover .our-team2-social-icons a:nth-child(4){
    transition-delay: .26s;
}
.our-team2-card:hover .our-team2-social-icons a:nth-child(5){
    transition-delay: .33s;
}
.our-team2-social-icons a:hover{
    background: #F97316;
    color: #ffffff;
}
.our-team2-content{
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    padding: 24px;
    margin: -55px 30px 0 30px;
    z-index: 5;
    transition: .4s;
}
.our-team2-content p{
    color: rgb(155, 155, 155);
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.our-team2-content a{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 28px;
    font-weight: 700;
    transition: .4s;
}
.our-team2-card:hover .our-team2-content a{
    color: #F97316;
}
/* Meet Our Team CSS - V3 */
.our-team3-bottom-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}
.team2-preview-img{
    height: 750px;
    object-fit: cover;
    transition: .4s;
}
.team2-info{
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 30px;
    background: rgba(0,0,0, .55);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    transition: .4s;
}
.team2-info span{ 
    color: #f97316;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 2px;
}
.team2-item{
    padding: 40px 0;
    border-top: 1px solid #ececec;
    cursor: pointer;
    text-decoration: none;
    transition: .4s ease;
}
.team2-item:last-child{
    border-bottom: 1px solid #ececec;
}
.team2-item span{
    width: 55px;
    color: #8b8b8b;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 700;
    transition: .4s;
}
.team2-item h3{
    flex: 1;
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 36px;
    font-weight: 700;
    transition: .4s;
}
.team2-item:hover span, .team2-item.active span, .team2-item:hover h3, .team2-item.active h3{
    color: #f97316;
}
.team-arrow img{
    transition: transform .4s;
}
.team2-item:hover .team-arrow img, .team2-item.active .team-arrow img{
    filter: brightness(0) saturate(100%) invert(65%) sepia(86%) saturate(3881%) hue-rotate(349deg) brightness(97%) contrast(101%);
    transform: rotate(44deg);
}
/************************ 18. Our Blog CSS ***************************/
.our-blog-top-container{
    gap: 20px;
}
.our-blog-bottom-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.our-blog-box{
    border: 1px solid #f5f5f5;
}
.our-blog-box-top-container{
    gap: 20px;
    padding: 30px;
}
.our-blog-box-date-type-container{
    gap: 8px;
}
.our-blog-box-date-type-container p{
    color: #9b9b9b;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.our-blog-box-vertical-line{
    width: 2px;
    height: 16px;
    background: #9b9b9b;
}
.our-blog-box-top-container a{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    transition: all .4s ease;
}
.our-blog-box:hover .our-blog-box-top-container a{
    color: #f97316;
    text-decoration: underline 2px #F97316;
    text-underline-offset: 4px;
}
.our-blog-image img{
    clip-path: inset(0);
    transition: all .4s ease;
}
.our-blog-box:hover .our-blog-image img{
    clip-path: inset(10px);
    transform: scale(1.2);
}
.our-blog-image::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .25);
    opacity: 0;
    z-index: 1;
    transition: opacity .4s ease;
}
.our-blog-box:hover .our-blog-image::before{
    opacity: 1;
}
.our-blog-image::after{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.35), transparent);
    transform: skewX(-25deg);
    z-index: 2;
}
.our-blog-box:hover .our-blog-image::after{
    left: 150%;
    transition: left .9s ease;
}
.read-more-btn{
    padding: 30px;
}
.read-more-btn span{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: all .4s ease;
}
.our-blog-box:hover .read-more-btn span{
    color: #f97316;
}
.our-blog-box:hover .read-more-btn img{
    filter: brightness(0) saturate(100%) invert(65%) sepia(86%) saturate(3881%) hue-rotate(349deg) brightness(97%) contrast(101%);
}
/* Our Blog CSS - V2 */
.our-blog2-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.our-blog2-card{
    border: 1px solid #ECECEC;
    border-radius: 20px;
    cursor: pointer;
    transition: .4s;
}
.our-blog2-card:hover{
    transform: translateY(-10px);
    border-color: #F97316;
}
.our-blog2-image img{
    transition: .4s;
}
.our-blog2-card:hover .our-blog2-image img{
    transform: scale(1.1);
}
.our-blog2-image span{
    left: 10px;
    bottom: 10px;
    background: #F97316;
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 18px;
}
.our-blog2-content{
    padding: 30px;
}
.our-blog2-content span{
    color: #9b9b9b;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.our-blog2-content .our-blog2-title{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
    text-decoration: none;
    transition: all .4s ease;
}
.our-blog2-card:hover .our-blog2-content .our-blog2-title{
    color: #f97316;
    text-decoration: underline 2px #F97316;
    text-underline-offset: 4px;
}
.our-blog2-content p{
    color: rgb(155, 155, 155);
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.blog2-read-more-btn{
    margin-top: 30px;
}
.blog2-read-more-btn span{
    color: rgb(0, 0, 0);
    font-family: Syne, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: .4s;
}
.our-blog2-card:hover .blog2-read-more-btn span{
    color: #F97316;
}
.blog2-read-more-btn img{
    transition: transform .4s;
}
.our-blog2-card:hover .blog2-read-more-btn img{
    filter: brightness(0) saturate(100%) invert(65%) sepia(86%) saturate(3881%) hue-rotate(349deg) brightness(97%) contrast(101%);
    transform: rotate(44deg);
}
/* Our Blog CSS - V3 */
.our-blog3-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.featured-blog{
    border: 1px solid #ececec;
    border-radius: 20px;
    transition: .4s ease;
}
.featured-blog:hover{
    border-color: #f97316;
}
.featured-blog::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #f97316;
    z-index: -1;
    transition: height .45s ease;
}
.featured-blog:hover::before{
    height: 100%;
}
.featured-blog-img img{
    transition: .4s ease;
}
.featured-blog:hover .featured-blog-img img{
    transform: scale(1.1);
}
.featured-blog-img span{
    top: 20px;  
    left: 20px;
    padding: 8px 18px;
    background: #000000;
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition: .4s ease;
}
.featured-blog:hover .featured-blog-img span{
    background: #ffffff;
    color: #f97316;
}
.featured-blog-content{
    padding: 30px;
}
.featured-blog-content p{
    color: #9b9b9b;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    transition: .4s ease;
}
.featured-blog:hover .featured-blog-content p{
    color: #ffffff;
}
.featured-blog-content a{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-top: 16px;
    transition: .4s ease;
}
.featured-blog:hover .featured-blog-content a{
    color: #ffffff;
}
/************************ 19. Text Slider CSS ***************************/
.text-slider-section{
    margin: 160px 0 80px 0;
}
.text-slider-container{
    gap: 60px;
}
.text-scroll-slider{
    width: max-content;
    will-change: transform;
    animation: scroll 40s linear infinite;
}
.text-scroll-reverse{
    animation: scrollReverse 40s linear infinite;
}
.text-scroll-wrapper:hover .text-scroll-slider{
    animation-play-state: paused;
}
.text-scroll-item h2{
    margin: 0 40px;
    white-space: nowrap;
    transition: color .3s ease;
}
.section-h2.switch-text span{
    white-space: nowrap;
    will-change: transform;
    transition: transform .40s cubic-bezier(0.76,0,0.24,1);
}
.section-h2 .text-default{
    transform: translateY(0);
}
.section-h2 .text-hover{
    left: 0;
    top: 100%;
}
.text-scroll-item:hover .text-default, .text-scroll-item:hover .text-hover{
    transform: translateY(-100%);
}
.text-scroll-item:hover .section-h2{
    color: #f97316;
}
/************************ 20. Footer CSS ***************************/
.footer-section{
    border-top: 1px solid #f5f5f5;
}
.footer-container{
    gap: 30px;
}
.footer-left-container, .footer-right-container, .footer-middle-first-container, .footer-middle-second-container{
    max-width: 270px;
    width: 100%;
}
.footer-left-container p, .footer-useful-links, .footer-contact-list, .footer-subscribe{
    margin-top: 40px;
}
.footer-social-icons{
    gap: 20px;
    margin-top: 40px;
}
.footer-social-icons a img{
    transition: transform .3s ease-in-out;
}
.footer-social-icons a:hover img{
    filter: brightness(0) saturate(100%) invert(63%) sepia(35%) saturate(6620%) hue-rotate(350deg) brightness(98%) contrast(99%);
    transform: translateY(-6px);
}
.footer-middle-container{
    max-width: 570px;
    width: 100%;
}
.footer-middle-first-container h3, .footer-middle-second-container h3, .footer-right-container h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px
}
.footer-useful-links, .footer-contact-list{
    gap: 30px;
}
.footer-useful-links a, .footer-contact-list a, .footer-contact-list p{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}
.footer-useful-links a:hover, .footer-contact-list a:hover, .footer-bottom-container a:hover{
    color: #f97316;
}
.footer-contact-list p{
    line-height: 24px;
}
.footer-right-container p{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
.footer-subscribe{
    gap: 20px;
}
.newsletter-input{
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}
.newsletter-input input{
    outline: none;
}
.newsletter-input input, .newsletter-input input::placeholder{
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.footer-bottom-container{
    gap: 4px;
    padding: 10px 0; 
}
.footer-bottom-container p, .footer-bottom-container a{
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.footer-bottom-vertical-line{
    width: 2px;
    height: 18px;
    background: #ffffff;
}
/************************ 21. Common Page CSS ***************************/
.common-section-img{
    height: 200px;
    object-fit: cover;
}
/************************ 22. About Us Page CSS ***************************/
.skill-set-left-container{
    gap: 30px;
}
.about-us-img2, .about-us-img3{
    border-radius: 150px;
}
.skill-set-right-container{
    max-width: calc(100% - 600px);
    width: 100%;
}
.progress_bar{
    gap: 40px;
    margin-top: 40px;
}
.progress_bar_label{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.item_bar{
    height: 20px;
    background: #f5f5f5;
}
.progress{
    width: 0%;
    background: #f97316;
}
.item_value{
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
/************************ 23. Our Team Page CSS ***************************/
.our-team-bottom-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.our-team-card-container img{
    transition: all 0.3s ease-in-out;
}
.our-team-card-container:hover img{
    transform: scale(1.2);
}
.our-team-card-content{
    left: 20px;
    bottom: 20px;
}
.our-team-card-content a{
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.our-team-card-container:hover .our-team-card-content a{
    color: #f97316;
}
.our-team-card-content p{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.our-team-social-icons-container{
    top: 30px;
    right: 30px;
}
.our-team-social-icons-container a{
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    text-decoration: none;
    opacity: 0;
    transform: translateX(20px);
    transition: all .4s cubic-bezier(.22,1,.36,1);
}
.our-team-card-container:hover .our-team-social-icons-container a{
    opacity: 1;
    transform: translateX(0);
}
.our-team-card-container:hover .our-team-social-icons-container a:nth-child(1){
    transition-delay: .05s;
}
.our-team-card-container:hover .our-team-social-icons-container a:nth-child(2){
    transition-delay: .10s;
}
.our-team-card-container:hover .our-team-social-icons-container a:nth-child(3){
    transition-delay: .15s;
}
.our-team-card-container:hover .our-team-social-icons-container a:nth-child(4){
    transition-delay: .20s;
}
.our-team-card-container:hover .our-team-social-icons-container a:nth-child(5){
    transition-delay: .25s;
}
.our-team-social-icons-container a:hover{
    color: #f97316;
    text-decoration: underline 1px #F97316;
    text-underline-offset: 5px;
}
/************************ 24. Team Details Page CSS ***************************/
.team-details-container{
    gap: 80px;
}
.team-details-left-container{
    max-width: 570px;
    width: 100%;
}
.team-details-right-container{
    max-width: calc(100% - 650px);
    width: 100%;
}
.experience-box{
    right: 40px;
    bottom: 40px;
    width: 200px;
    height: 200px;
    background: #F97316;
    color: #ffffff;
    animation: zoomInOut 2s ease-in-out infinite;
}
.experience-box h2{
    font-family: "Syne", sans-serif;
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
}
.experience-box span{
    font-size: 16px;
    font-weight: 500;
}
.member-designation{
    color: #F97316;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.5px;
}
.member-description{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 30px;
}
.member-info{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 40px 0;
}
.info-item{
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
}
.info-item span{
    color: #999999;
    font-size: 16px;
    letter-spacing: 2px;
}
.info-item a, .info-item p{
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.info-item a:hover{
    color: #F97316;
}
.team-social a{
    color: #000000;
    font-family: "Syne", sans-serif;
    font-size: 22px;
    font-weight: 700;
    transition: all .35s ease;
}
.team-social a:hover{
    color: #F97316;
}
.team-social a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #F97316;
    transition: .35s;
}
.team-social a:hover::after{
    width: 100%;
}
/************************ 25. Faq Page CSS ***************************/
.accordion-item{
    border-bottom: 1px solid #9b9b9b !important;
    padding: 20px 0;
}
.accordion-item:first-child{
    padding-top: 0;
}
.accordion-item:last-of-type{
    border-radius: 0;
}
.accordion-button::after{
    position: absolute;
    right: 0;
    top: 75%;          
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url('../images/faq/faq-arrow-icon.svg') no-repeat center;
    background-size: 32px;
    transition: all .3s ease;
}
.accordion-button:not(.collapsed)::after, .accordion-button:hover::after{
    background-image: url('../images/faq/faq-active-arrow-icon.svg');
    transform: translateY(-50%);
}
.faq-btn-content{
    gap: 10px;
}
.faq-number{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    transition: all .3s ease-in-out;
}
.faq-question{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    transition: all .3s ease-in-out;
}
.accordion-button:hover .faq-number, .accordion-button:not(.collapsed) .faq-number,
.accordion-button:hover .faq-question, .accordion-button:not(.collapsed) .faq-question{
    color: #f97316;
}
.accordion-button:hover .faq-question, .accordion-button:not(.collapsed) .faq-question{
    text-decoration: underline 2px #F97316;
    text-underline-offset: 4px;
}
.accordion-body{
    padding: 20px 0 0 0;
}
.accordion-item:has(.accordion-button:not(.collapsed)){
    padding-bottom: 40px;
}
/************************ 26. Coming Soon Page CSS ***************************/
.coming-soon-section{
    background: url('../images/coming-soon/coming-soon-bg-img.png') no-repeat center;
} 
.coming-soon-container{
    min-height: 100vh;
}
.comimg-soon-round-img{
    top: 30px;
    left: 200px;
}
.coming-soon-container h2{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 64px;
    font-weight: 700;
    padding: 120px 0 50px 0;
} 
.coming-soon-counter-container{
    gap: 40px;
}
.coming-soon-counter-box p{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 96px;
    font-weight: 800;
    line-height: 96px;
}
.coming-soon-counter-box span{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.coming-soon-orange-circle{
    width: 10px;
    height: 10px;
    background: #f97316;
}
.coming-soon-email-container{
    gap: 20px;
    margin: 70px 0 50px 0;
}
.coming-soon-email{
    gap: 30px;
}
.coming-soon-email-field{
    width: 370px;
    border: none;
    border-bottom: 1px solid #000000;
    outline: none;
    padding-bottom: 10px;
}
.coming-soon-email-field, .coming-soon-email-field::placeholder{
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.coming-soon-email-container p{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
/************************ 27. Error Page CSS ***************************/
.error-img{
    margin-top: 110px;
    animation: floatingAnimation 3s ease-in-out infinite;
}
.error-container-h2{
    margin: 30px 0;
}
.back-to-home-btn{
    margin-top: 40px;
}
/************************ 28. Our Services-1 Page CSS ***************************/
.our-services1-left-container{
    max-width: 370px;
    width: 100%;
    position: sticky;
    top: 110px;
}
.our-services1-right-container{
    max-width: calc(100% - 400px);
    width: 100%;
}
.our-services1-box-container{
    border-bottom: 1px solid #9b9b9b;
    padding: 30px 0;
    cursor: pointer;
}
.our-services1-box-container:first-child{
    padding-top: 0;
}
.our-services1-box-container:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.our-services1-box-container a{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 700;
    padding: 10px 0 20px 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.our-services1-box-container:hover a{
    color: #f97316;
    text-decoration: underline 3px #F97316;
    text-underline-offset: 4px;
}
/************************ 29. Our Services-2 Page CSS ***************************/
.our-services2-bottom-container{
    gap: 40px;
}
.our-services-card2{
    gap: 60px;
    padding: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    transition: all .45s cubic-bezier(.22,1,.36,1);
}
.our-services-card2:hover{
    transform: translateY(-10px);
    border-color: #F97316;
}
.our-services-card2::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #fff, #fffaf6);
    opacity: 0;
    transition: .45s;
    z-index: 0;
}
.our-services-card2:hover::before{
    opacity: 1;
}
.our-services-card2.reverse{
    flex-direction: row-reverse !important;
}
.our-services-content{
    z-index: 2;
    flex: 1;
}
.our-services2-number{
    font-size: 80px;
    font-weight: 800;
    line-height: 0;
    color: transparent;
    -webkit-text-stroke: 1px #ececec;
    transition: .5s;
}
.our-services-card2:hover .our-services2-number{
    color: rgba(249,115,22,.09);
    -webkit-text-stroke: transparent;
}
.our-services-content h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin: 50px 0 16px 0;
}
.our-services2-para{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.explore-service-btn{
    margin-top: 40px;
}
.our-services-image{
    flex: 0 0 470px;
}
.our-services-image img{
    transition: transform .7s cubic-bezier(.22,1,.36,1);
}
.our-services-card2:hover .our-services-image img{
    transform: scale(1.1) rotate(4deg);
}
/************************ 30. Our Services-3 Page CSS ***************************/
.our-services3-bottom-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.our-services-card3{
    padding: 40px 20px;
    border: 1px solid #F1F5F9;
    transition: all .4s ease-in-out;
}
.our-services-card3:hover{
    border-color: #F97316BF;
}
.our-services-card3 > *{
    position: relative;
    z-index: 3;
}
.our-services-card3::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(249 115 22 / 75%);
    opacity: 0;
    z-index: 2;
    transition: all .4s ease-in-out;
}
.our-services-card3::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transform: scale(1);
    transition: all .4s ease-in-out;
}
.our-services-card3:hover::after, .our-services-card3:hover::before{
    opacity: 1;
}
.our-services-card3:hover::before{
    transform: scale(1.1);
}
.our-services-card3:nth-child(1)::before{
    background: url('../images/our-services2/our-services2-img1.jpg') center/cover no-repeat;
}
.our-services-card3:nth-child(2)::before{
    background: url('../images/our-services2/our-services2-img2.jpg') center/cover no-repeat;
}
.our-services-card3:nth-child(3)::before{
    background: url('../images/our-services2/our-services2-img3.jpg') center/cover no-repeat;
}
.our-services-card3:nth-child(4)::before{
    background: url('../images/our-services2/our-services2-img4.jpg') center/cover no-repeat;
}
.our-services-card3:nth-child(5)::before{
    background: url('../images/our-services2/our-services2-img5.jpg') center/cover no-repeat;
}
.our-services-card3:nth-child(6)::before{
    background: url('../images/our-services2/our-services2-img6.jpg') center/cover no-repeat;
}
.our-services3-number{
    font-size: 48px;
    font-weight: 800;
    line-height: 48px;
    color: transparent;
    -webkit-text-stroke: 1px #ececec;
}
.our-services-card3 a{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 28px;
    font-weight: 700;
    padding: 10px 0;
}
.our-services-card3:hover a, .our-services-card3:hover .common-para{
    color: #ffffff;
}
/************************ 31. Single Service-1 Page CSS ***************************/
.single-service1-left-container{
    max-width: calc(100% - 400px);
    width: 100%;
}
.single-service1-right-container{
    max-width: 370px;
    width: 100%;
    gap: 40px;
}
.single-service-img1{
    margin: 40px 0;
}
.single-service-content-image-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
}
.our-benefits-accordion2 .our-benefits-content p{
    margin: 20px 0 30px 39px;
}
.single-service-sidebar-links{
    border: 2px solid #f5f5f5;
    padding: 30px;
}
.single-service-sidebar-links li{
    border-bottom: 2px solid #f5f5f5;
    padding: 30px 0;
}
.single-service-sidebar-links li:first-child{
    padding-top: 0;
}
.single-service-sidebar-links li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.single-service-sidebar-links li a{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.single-service-sidebar-links li:hover a{
    color: #F97316;
    text-decoration: underline 2px #F97316;
    text-underline-offset: 4px;
}
.brochure-box{
    background: #000000;
    padding: 30px;
}
.brochure-left-content p{
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 20px;
    font-weight: 700;
}
.brochure-left-content span{
    color: #9b9b9b;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.brochure-icon{
    height: 54px;
    width: 54px;
    background: #f97316;
}
.upgrate-box{
    background-image: url('../images/single-service//single-service-sidebar-bg.png');
    padding: 60px 30px 30px 30px;
}
.upgrate-box h2{
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 36px;
    font-weight: 600;
}
.contact-us-btn{
    background: #f97316;
}
.contact-us-btn span{
    color: #ffffff;
}
.contact-us-btn img{
    filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(9%) hue-rotate(203deg) brightness(104%) contrast(102%);
}
/************************ 32. Breadcrumb CSS ***************************/
.breadcrumb-container a{
    transition: all .3s ease-in-out;
}
.breadcrumb-container a:hover{
    color: #F97316;
}
.breadcrumb-separator{
    color: #000000;
    font-size: 20px;
}
.breadcrumb-active{
    color: #F97316;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
/************************ 33. Portfolio-1 Page CSS ***************************/
.portfolio1-heading-container{
    gap: 30px;
}
.portfolio-tabs-container{
    gap: 40px;
}
.portfolio-tabs-container p{
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.portfolio-tabs-container p:hover, .portfolio-tabs-container p.active{
    color: #f97316;
}
.portfolio-tabs-container p::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 0;
    height: 1.5px;
    background: #f97316;
    transition: width .3s ease-in-out;
}
.portfolio-tabs-container p:hover::after, .portfolio-tabs-container p.active::after{
    width: 100%;
}
.portfolio1-card-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
}
.portfolio1-card{
    gap: 40px;
    transition: all .4s ease;
}
.portfolio1-card-image-overlay::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(249, 115, 22, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.portfolio1-card:hover .portfolio1-card-image-overlay::before{
    opacity: 1;
    visibility: visible;
}
.portfolio1-card-icon{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.portfolio1-card:hover .portfolio1-card-icon{
    transform: translate(-50%, -50%) scale(1);
}
.portfolio1-card-content{
    gap: 10px;
}
.portfolio1-card-content a{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.portfolio1-card:hover .portfolio1-card-content a{
    color: #f97316;
    text-decoration: underline 2px #F97316;
    text-underline-offset: 4px;
}
.portfolio1-card.hide-card{
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
    display: none !important;
}
.portfolio1-card.show-card{
    animation: portfolioFade .55s ease forwards;
}
/************************ 34. Portfolio-2 Page CSS ***************************/
.portfolio2-card-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
}
/************************ 35. Portfolio-3 Page CSS ***************************/
.portfolio3-card-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    margin: 0 60px;
}
/************************ 36. Portfolio-4 Page CSS ***************************/
.portfolio4-card-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 30px;
    margin: 0 30px;
}
/************************ 37. Portfolio-5 Page CSS ***************************/
.portfolio5-card-container{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 60px 30px;
    margin: 0 30px;
}   
.portfolio5-card-container .portfolio1-card{
    gap: 30px;
}
/************************ 38. Portfolio-6 Page CSS ***************************/
.portfolio6-card-container{
    column-count: 2;
    column-gap: 30px;
}
.portfolio6-card-container .portfolio1-card{
    break-inside: avoid;
    gap: 20px;
    margin-bottom: 30px;
}
.portfolio6-card-container .portfolio1-card:nth-child(3), .portfolio6-card-container .portfolio1-card:nth-child(6),
.portfolio7-card-container .portfolio1-card:nth-child(3), .portfolio7-card-container .portfolio1-card:nth-child(6){
    margin-bottom: 0;
}
/************************ 39. Portfolio-7 Page CSS ***************************/
.portfolio7-card-container{
    column-count: 2;
    column-gap: 30px;
}
.portfolio7-card-container .portfolio1-card{
    break-inside: avoid;
    margin-bottom: 30px;
}
.portfolio7-card-container .portfolio1-card-content{
    display: none !important;
}
/************************ 40. Portfolio-8 Page CSS ***************************/
.portfolio8-card-container{
    column-count: 3;
    column-gap: 30px;
}
.portfolio8-card-container .portfolio1-card{
    break-inside: avoid;
    gap: 30px;
    margin-bottom: 60px;
}
.portfolio8-card-container .portfolio1-card:nth-child(even){
    margin-bottom: 0;
}
/************************ 41. Portfolio-9 Page CSS ***************************/
.portfolio-details-hr-line{
    border-top: 1px solid #F5F5F5;
    margin: 40px 0;
}
.branding-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
}
.branding-list li:nth-child(1), .branding-list li:nth-child(2), .branding-list li:nth-child(3){
    border-right: 1px solid #9b9b9b;
}
.branding-list li p{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.branding-list li span, .branding-list li a{
    color: #4d4d4d;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.35s linear;
    background: linear-gradient(to bottom, #f97316 0%, #f97316 98%);
    background-size: 0px 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
}
.branding-list li a:hover{
    color: #F97316;
    background-size: 100% 2px;
}
.portfolio-details-bottom-container{
    margin-top: 30px;
}
.portfolio-details-bottom-left-container{
    max-width: calc(100% - 460px);
    width: 100%;
}
.portfolio-details-bottom-left-container2{
    position: sticky;
    top: 110px;
}
.portfolio-details-bottom-right-container{
    max-width: 430px;
    width: 100%;
}
.portfolio-details-desc1 h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 38px;
    font-weight: 700;
}
.portfolio-details-desc2{
    margin: 30px 0;
}
.portfolio-details-desc2 h4, .branding-tag-list li p{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 26px;
    font-weight: 700;
    border-bottom: 2px solid #F5F5F5;
    width: max-content;
    padding-bottom: 10px;
}
.branding-tag-list li span{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}
/************************ 42. Blog-1 Page CSS ***************************/
.blog1-container{
    gap: 80px;
}
.blog1-box-para1{
    color: #4d4d4d;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.blog1-box1 a, .blog1-box2 a, .quote-link-title{
    line-height: normal;
    transition: all 0.3s ease-in-out;
}
.blog1-box1 a:hover, .blog1-box2 a:hover, .quote-link-title:hover{
    color: #f97316;
}
.blog-read-more-btn{
    margin-top: 40px;
}
.blog1-box2{
    background: #f5f5f5;
    padding: 40px;
}
.blog1-box2-icon-content-container, .blog1-box2-content-container{
    gap: 20px;
}
.blog1-box2-icon-container{
    max-width: 60px;
    width: 100%;
}
.blog1-box2-content-container{
    max-width: calc(100% - 80px);
    width: 100%;
}
.blog1-box2-content-container h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 36px;
    font-weight: 500;
}
.blog1-box2-content-container p{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}    
.slider-blog-arrows{
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.3s ease-in-out;
}
.slider-blog-arrows:hover{
    border-color: #f97316;
    background-color: #f97316;
}
.slider-blog-prev-arrow{
    left: 40px;
}
.slider-blog-next-arrow{
    right: 40px;
}
.video-section2{
    background: url('../images/blog1/blog1-img3.png') no-repeat center/cover;
    height: 600px;
}
.video-btn-container2{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 100%);
    backdrop-filter: blur(3px);
    cursor: pointer;
    animation: videoPulse 2s ease-in-out infinite;
}
.blog-pagination{
    gap: 20px;
}
.blog-pagination a{
    width: 60px;
    height: 60px;
    border: 1px solid #000000;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s ease; 
}
.blog-pagination a:hover, .blog-pagination .blog-pagination-active{
    border-color: #f97316;
    background: #f97316;
    color: rgba(255, 255, 255, 1);
}
.blog-pagination .blog-pagination-arrows:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(72deg) brightness(104%) contrast(104%);
}
/************************ 43. Blog-2 Page CSS ***************************/
.blog2-left-container{
    max-width: calc(100% - 400px);
    width: 100%;
}
.blog2-right-container{
    max-width: 370px;
    width: 100%;
    gap: 40px;
}
.blog1-img, .blog-slider-img2{
    height: 450px;
    object-fit: cover;
}
.blog1-box2-h3{
    font-size: 32px !important;
}
.video-section3{
    background: url('../images/blog1/blog1-img3.png') no-repeat center/cover;
    height: 450px;
}
.blog2-sidebar-search-box{
    border: 2px solid #f5f5f5;
    padding: 30px;
}
.blog2-sidebar-search-box input, .blog2-sidebar-search-box input::placeholder{
    color: #4d4d4d;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    outline: none;
}
.blog2-sidebar-search-box input[type="search"]::-webkit-search-cancel-button{
    display: none;
}
.blog2-sidebar-search-box img{
    cursor: pointer;
}
.categories-box h3, .posts-box h3, .tags-box h3{
    background: #000000;
    padding: 30px;
    color: #f97316;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.single-service-sidebar-links li .blog-sidebar-categories-link{
    font-weight: 500;
}
.blog-sidebar-posts{
    gap: 30px;
}
.blog-sidebar-posts-links li{
    padding-bottom: 30px;
}
.blog-sidebar-posts-links li:first-child{
    padding-top: 30px;
}
.blog-sidebar-posts-links li:last-child{
    padding-bottom: 0;
}
.posts-image-container{
    max-width: 70px;
    width: 100%;
}
.posts-content-container{
    max-width: calc(100% - 100px);
    width: 100%;
}
.posts-content-container p{
    color: #4d4d4d;
    font-family: 'Syne', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}
.posts-content-container a{
    color: #000000;;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.blog-sidebar-posts-links li:hover a{
    color: #F97316;
    text-decoration: underline 2px #F97316;
    text-underline-offset: 3px;
}
.blog-sidebar-tags-links{
    gap: 20px;
    margin-top: 30px;
}
.blog-sidebar-tags-links a{
    background: #f5f5f5;
    padding: 6px 10px;
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    transition: all .3s ease;
}
.blog-sidebar-tags-links a:hover{
    background: #F97316;
    color: #ffffff;
}
/************************ 44. Blog-4 Page CSS ***************************/
.blog4-grid-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 30px;
}
.blog-card{
    gap: 30px;
}
.blog-card-image-overlay::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(249, 115, 22, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.blog-card:hover .blog-card-image-overlay::before{
    opacity: 1;
    visibility: visible;
}
.blog-card-icon{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.blog-card:hover .blog-card-icon{
    transform: translate(-50%, -50%) scale(1);
}
.blog-card-content{
    gap: 10px;
}
.blog-card-content p{
    color: #4d4d4d;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.blog-card-content a{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.blog-card:hover .blog-card-content a{
    color: #f97316;
    text-decoration: underline 2px #F97316;
    text-underline-offset: 4px;
}
/************************ 45. Blog-7 Page CSS ***************************/
.blog7-grid-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
}
/************************ 46. Blog-8 Page CSS ***************************/
.blog8-grid-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 30px;
    margin: 0 30px;
}  
/************************ 47. Single Blog-1 Page CSS ***************************/
.single-blog1-box2, .single-blog1-image-container, .single-blog-share-icon-container{
    margin: 40px 0;
}
.single-blog1-image-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.single-blog1-h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 36px;
    font-weight: 600;
}
.single-blog-buttons-container a{
    background: #f5f5f5;
    padding: 6px 10px;
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    transition: all .3s ease;
}
.single-blog-buttons-container a:hover{
    background: #F97316;
    color: #ffffff;
}
.single-blog-share-icon{
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    transition: all .3s ease;
}
.single-blog-share-icon img{
    transition: all .3s ease;
}
.single-blog-share-icon:hover{
    background: #F97316;
}
.single-blog-share-icon:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(7%) hue-rotate(155deg) brightness(103%) contrast(103%);
}
.single-blog-arrow{
    width: 60px;
    height: 60px;
    border: 1px solid #000000;
    gap: 0;
    transition: all .3s ease;
}
.single-blog-arrow:hover{
    border: 1px solid #F97316;
    background: #F97316;
    width: 120px;
    gap: 15px;
}
.single-blog-arrow span{
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    max-width: 0;
    opacity: 0;
    white-space: nowrap;
}
.single-blog-arrow:hover span{
    max-width: 50px;
    opacity: 1;
}
.next-arrow{
    filter: brightness(0) saturate(100%);
}
.single-blog-arrow:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(344deg) brightness(105%) contrast(102%);
}
.single-blog-comments-container{
    gap: 20px;
    margin-top: 40px;
}
.single-blog-comments-container2{
    margin-left: 120px;
}
.comments-image-container{
    max-width: 100px;
    width: 100%;
}
.comments-content-container{
    max-width: calc(100% - 120px);
    width: 100%;
}
.comments-date-container .comment-name{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.comments-date-container .comment-date{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.comments-para{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.reply-btn{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.reply-btn:hover{
    color: #F97316;
}
.reply-btn:hover img{
    filter: brightness(0) saturate(100%) invert(52%) sepia(60%) saturate(2150%) hue-rotate(349deg) brightness(97%) contrast(101%);
}
.single-blog-form, .single-blog-checkbox-container, .post-comment-btn{
    margin-top: 40px;
}
.single-blog-input-field-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.single-blog-input-field{
    border: none;
    border-bottom: 1px solid #000000;
    outline: none;
    padding-bottom: 10px;
}
.single-blog-input-field, .single-blog-input-field::placeholder{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.single-blog-textarea-field{
    margin-top: 30px;
    padding-bottom: 50px;
}
.single-blog-checkbox-container{
    gap: 14px;
}
.single-blog-checkbox-container input[type="checkbox"]{
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #000000;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
    flex-shrink: 0;
}
.single-blog-checkbox-container input[type="checkbox"]:checked{
    background: #F97316;
    border-color: #F97316;
}
.single-blog-checkbox-container input[type="checkbox"]:checked::after{
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
}
.single-blog-checkbox-container label{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
/************************ 48. Contact Page CSS ***************************/
.contact-left-container h2, .contact-right-container h2{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 36px;
    font-weight: 700;
}
.contact-left-info-container{
    gap: 40px;
}
.contact-left-info h3{
    color: #000000;
    font-family: 'Syne', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
.contact-info-hr-line{
    height: 1px;
    width: 160px;
    background: #9b9b9b;
    margin: 10px 0 20px 0;
}
.contact-left-info p, .contact-left-info a{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
}
.contact-left-info a:hover{
    color: #F97316;
}   
.contact-right-container{
    background: #f5f5f5;
    padding: 40px;
}
.contact-form-container{
    gap: 40px;
    margin-top: 40px;
}
.contact-input-field{
    border: none;
    outline: none;
    border-bottom: 1px solid #000000;
    padding-bottom: 10px;
}
.contact-input-field, .contact-input-field::placeholder{
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.contact-textarea-field{
    resize: none;
    padding-bottom: 50px;
}
.send-btn{
    background: transparent;
}
.send-btn:hover{
    background: #F97316;
}
.google-map-section{
    margin-top: 160px;
}
.google-map-section iframe{
    height: 600px;
    filter: grayscale(100%);
}
/************************ 49. Custom Cursor CSS ***************************/
.custom-cursor{
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 999999;
    transition: transform .08s linear;
}
.custom-cursor-square{
    width: 50px;
    height: 50px;
    border: 1.5px solid #F97316;
    border-radius: 8px;
    background: rgba(249,115,22,.08);
    transform: rotate(45deg);
    transition: width .35s cubic-bezier(.22,1,.36,1), height .35s cubic-bezier(.22,1,.36,1), transform .35s cubic-bezier(.22,1,.36,1), border-color .35s ease, background .35s ease;
}
.custom-cursor-dot{
    width: 10px;
    height: 10px;
    background: #F97316;
    box-shadow: 0 0 12px rgba(249,115,22,.6), 0 0 24px rgba(249,115,22,.35);
    transition: all .35s ease;
}
.custom-cursor.active .custom-cursor-square{
    width: 40px;
    height: 40px;
    background: transparent;
    transform: rotate(-45deg) scale(1.08);
}
/************************ 50. Scroll To Top Button CSS ***************************/
.scroll-top-btn{
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 150px;
    background: rgba(17, 17, 17, .92);
    border-radius: 40px;
    padding: 20px 0;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: .45s cubic-bezier(.22,.61,.36,1);
}
.scroll-top-btn.show{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scroll-top-btn:hover{
    transform: translateY(0) translateY(-6px);
}
.scroll-top-btn::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: var(--progress);
    background: #F97316;
    z-index: -1;
}
.scroll-top-progress{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
}
.scroll-top-text{
    color: #ffffff;
    font-family: 'Syne', sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
}