@font-face {
    font-family: 'New Glitch Demo';
    src: url('assets/fonts/NewGlitchDemo.woff2') format('woff2'),
         url('assets/fonts/NewGlitchDemo.woff') format('woff'),
         url('assets/fonts/NewGlitchDemo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

:root{
	--theme-blue:#0463BD;
	--orange:#F76502;
}

/**************** Global Class css start *******************/
section.modalys-section.about_text img {
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.col-left {
    text-align: left;
}
         .modalys-h1 {
            font-family: 'Mulish', sans-serif;
            font-weight: 400;          
            font-size: 72px;
            line-height: 70px;
            letter-spacing: 0;
            text-align: center;
            margin-bottom: 20px;
            color: #0463BD;
        }
        @media (max-width: 767px) {
                .modalys-h1 {
                 font-size: 32px;
                line-height: 40px;
            }
        }

      .about_text h2 ,  .modalys-h2 {
            font-weight: 400;
		      font-family: "Cal Sans", sans-serif ;
            font-style: Regular;
            font-size: 48px;
            leading-trim: NONE;
            line-height: 56px;
            letter-spacing: 0%;
            color: #0463BD;

        }
.about_text img {
    margin-bottom: 0px;
}
.about_text h2 {
    margin-bottom: 30px;
}
        @media (min-width: 767px) {
			
	.testimonial-section {
    margin-top: 120px!important;
}
			.case-studies-header {
    margin-bottom: 100px!important;
}
}
        @media (max-width: 767px) {
                .modalys-h2 {
                 font-size: 33px;
                
            }
         }
       .modalys-p {
            font-family: 'Mulish', sans-serif;
            font-weight: 500;
            font-size: 18px;
            line-height: 26px;
            text-align: center;
            color: var(--text-color);
            margin-bottom: 30px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }
        .modalys-btn {
            width: 260px;
            height: 56px;
            background-color: var(--btn-color);
            color: white;
            border: none;
            padding: 10px 16px;
            border-radius: 116px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(4, 99, 189, 0.2);
            margin-top: 50px9;
        }
        .modalys-btn:hover {
            background-color: #034a8f;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(4, 99, 189, 0.3);
        }

        @media (max-width: 767px) {
         .modalys-btn { width: 100%; height: 50px; font-size: 14px; }
        }

        .modalys-border-btn {
            width: 213px;
            height: 48px;
            padding: 10px 16px;
            border-radius: 116px;
            border: 1px solid #0463BD;
            background: transparent;
            color: #0463BD;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
        
        .modalys-border-btn:hover {
            background: #0463BD;
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(4, 99, 189, 0.3);
        }

      @media (max-width: 767px) {
        .modalys-border-btn {
                margin-top: 20px;
                width: 100%;
            }
        }


      /**************** Global Class css end *****************/
/*  banner*/
img.banner-logo {
    width: 100px!important;
    height: 100px!important;
    transform: rotate(0deg);
    margin: 0px;
}
	button.modalys-btn {
    background-color: #0463BD!important;
    font-size: 18px!important;
    font-family: 'Mulish' , sans-serif!important;
}
	p.banner-para {
    color: #575757!important;
}
	.hero-section {
            min-height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 100px 20px;
            position: relative;
        }
	.modalys-h1{
		    font-family: "Cal Sans", sans-serif!important;
	}
/*        .hero-section::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: url('/wp-content/uploads/2026/01/Group-430.webp')!important;
			background-size: 70%;
			background-position: center;
			background-repeat: no-repeat;
			opacity: 0.4;
			z-index: 0;
		}
         */
        .hero-container {
            max-width: 1050px;
            width: 100%;
            text-align: center;
            position: relative;
            z-index: 1;
        }

        /* THIS IS THE ONLY CHANGE YOU NEED FOR 100% FIGMA MATCH */
        
        .modalys-h1 .highlight {
            color: #F76502;
        }
        .logo-icon {
            width: 60px;
            height: 60px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 8px;
        }
        
        .hero-tags {
            display: flex;
            gap: 10px;
            justify-content: center;
            margin-bottom: 35px;
            flex-wrap: wrap;
        }
/*         .hero-tags .tag{
            font-family: Mulish;
            width: 187px;
            font-weight: 500;
            font-style: Medium;
            font-size: 18px;
            leading-trim: NONE;
            line-height: 26px;
            letter-spacing: 0%;
            text-align: center;
            color: #F76502;
            background: #FFECDF;
            padding: 4px 16px;
            border-radius: 26px;

        } */
        

        /* Mobile */
        @media (max-width: 767px) {
           .hero-section .modalys-h1 {
                font-size: 32px;
                line-height: 40px;
            }
           .hero-section .logo-icon { width: 40px!important; height: 40px!important; }
           .hero-section .modalys-p { font-size: 16px; line-height: 24px; }
            .hero-section .tag { width: 48%; height: 28px; font-size: 12px; }
            
        }

        /* Tablet */
        @media (min-width: 768px) and (max-width: 1023px) {
            .hero-section .modalys-h1 { font-size: 56px; line-height: 68px; }
            .hero-section .logo-icon { width: 50px!important; height: 50px!important; }
        }


/* tech comapnies */
 .modalys-section {
        width: 100%;
        max-width: 1320px;
        padding-bottom:140px!important;
        margin: 0 auto;
        padding: 30px 20px;
        text-align: center;
        font-family: 'Mulish', sans-serif;
    }

    .modalys-section img {
        display: block;
        margin: 0 auto 40px;
        max-width: 120px;
		padding-bottom:20px;
        width: 100%;
        height: auto;
    }

    .modalys-section p {
        font-size: 32px;
        font-weight: 400;
        line-height: 48px;
        color: #575757;
		font-family: 'Mulish', sans-serif !important;
        margin-bottom: 24px;
    }

    .modalys-section p span {
        color: #0463BD;
    }
.row_text {
    font-family: Mulish;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #575757;
    letter-spacing: 0%;
    width: calc(33.3% - 20px);

    text-align: left;
    padding-left: 25px;
    position: relative;
    margin:15px 0px;
}
.gap-20{
	gap:20px;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.justify-center{
	justify-content:center;
}
.row_text:before {
    content: '';
    width: 17px;
    height: 17px;
    background: #F76502;
    position: absolute;
    border-radius: 50%;
    left: 0px;
    top: 5px;
}
section.modalys-section.about_text {
    max-width: 940px;
}
    /* Mobile */
    @media (max-width: 768px) {
        .modalys-section {
            padding: 60px 16px;
        }

        .modalys-section img {
            max-width: 90px;
            margin-bottom: 30px;
        }

        .modalys-section p {
            font-size: 16px;
            line-height: 34px;
        }
    }

    @media (max-width: 767px) {
        .modalys-section p {
            font-size: 16px;
            line-height: 1.6;
        }
    }

/*  */
    @font-face {
        font-family: 'Cal Sans';
        font-weight: 400;
        font-style: normal;
        src: local('Arial');
    }

    .testimonial-section {
        max-width: 1320px;
        margin: 0 auto;
    }
	.testimonial-heading{
		font-family: "Cal Sans", sans-serif !important;
	}
    .owl-stage .owl-item.active {
    padding-top: 75px;
    }
    .non-rotate-logo {
    transform: rotate(0deg)!important;
    }
img.logo-testimonial {
    width: 100px;
    position: relative;
/* 	transform:rotate(-15deg); */
    right: 18px;
    bottom: 20px;
}

    .section-title1 {
        text-align: center;
        margin-bottom: 50px;
    }

    .title-wrapper {
        display: inline-flex;
        align-items: center !important;
        gap: 8px;
        justify-content: center !important;
        flex-wrap: wrap;
        position: relative; /* needed for absolute positioning of love icon */
        margin-bottom: 100px;
    }

    

    /* Logo icon container */
 .logo-icon {
    width: 72px !important;
    height: 49px !important;
    margin: 0px 19px;
    position: relative !important;
    display: inline-block !important;
    z-index: 12 !important;
}

    /* Love icon positioned on top-right of logo */
    .love-icon {
        position: absolute !important;
        top: -30px !important;
        left: 50px !important;
        width: 76px !important;
        height: auto !important;
        z-index: 0 !important;
    }

    .slider-container {
        border-radius: 32px;
        padding: 35px 15px 0px 15px !important;
        position: relative;
        overflow: visible;
        background: var(--slider-bg);
    }

    .slider-container::before {
        left: 0;
        background: linear-gradient(to right, rgba(173,207,244,0.6), transparent);
        border-radius: 32px 0 0 32px;
    }

    .slider-container::after {
        right: 0;
        background: linear-gradient(to left, rgba(173,207,244,0.6), transparent);
        border-radius: 0 32px 32px 0;
    }

    .testimonial-item {
        padding: 10px;
        
    }

    .testimonial-card {
        background: var(--slider-card-bg);
        border-radius: 20px;
        padding: 36px 32px;
        box-shadow: 0 2px 16px rgba(0,0,0,0.06);
        position: relative;
        min-height: 200px;
        margin-bottom: 20px;

    }

    .testimonial-card::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 50px;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid var(--slider-card-bg);
    }

    .testimonial-content {
        margin-bottom: 0;
    }

    .testimonial-text {
        font-family: 'Mulish', sans-serif;
        font-weight: 400;
        font-style: italic;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: var(--text-color);
    }

    .modalys-highlight {
        color: #FF6B35;
        font-style: normal;
        font-weight: 400;
    }

    .author-info {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: 20px;
        padding-left: 20px;
    }

    .author-avatar {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
        border: 2px solid #f0f0f0;
    }

    .author-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .author-details h4 {
        font-family: 'Mulish', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
        color: var(--text-color);
        margin: 0;
    }

    .author-details p {
        font-family: 'Mulish', sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0%;
        color: #F7F8FE;
        margin: 0;
    }
.testimonial-section .owl-stage-outer {
    margin-top:-190px;
}
    .owl-carousel .owl-nav,
    .owl-carousel .owl-dots {
        display: none;
    }
       
    /* Mobile Styles */
    @media (max-width: 768px) {

.testimonial-section .owl-stage-outer {
    margin-top: initial;
    margin-top:0px;
     
}
		.love-testimonial{
			        top: -58px !important;
        left: 19px !important;
        position: relative !important;
		}
		img.logo-testimonial {
    width: 40px!important;
    height: 40px!important;
    bottom: -10px;
}
        .section-title { margin-bottom: 35px; }

        .title-text, .title-modalys {
            font-size: 28px;
            line-height: 36px;
        }

        .logo-icon {
            width: 36px;
            height: 36px;
        }

        .love-icon {
            width: 20px;
            height: 20px;
            top: -8px;
            right: -8px;
        }

        .slider-container {
            padding: 35px 15px 50px 15px;
            border-radius: 24px;
        }

        .testimonial-card {
            padding: 28px 24px;
            min-height: 180px;
        }

        .testimonial-card::after {
            left: 40px;
            border-top: 15px solid var(--slider-card-bg);
            bottom: -15px;
        }

        .testimonial-text {
            font-size: 15px;
            line-height: 23px;
        }

        .author-info { padding-left: 15px; }
         
         .title-wrapper {
            margin-bottom: 0px !important;
         }
 
    }

    @media (min-width: 769px)  {
        .title-text,
        .title-modalys {
            font-size: 40px;
            line-height: 48px;
        }
       
        
      }
.we-innovate-content img {
    width: 156px;
}
/*dna section  */
  .we-innovate {
    max-width: 1320px;
    margin: 0 auto;
    height: 524px; /* Fixed height as requested */
    background-image: url('/wp-content/themes/modalys/assets/images/circle-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; /* or 'contain' if you prefer the full circle visible without cropping */
    position: relative;
    display: flex;
    align-items: center;     /* Vertical centering */
    justify-content: center; /* Horizontal centering */
}

.we-innovate-content {
    text-align: center;      /* Centers inline content (image and h1) */
    z-index: 2;
    max-width: 1100px;
    width: 100%;
    padding: 20px; /* Optional: prevents content from touching edges on small screens */
}
        .dna-title{
           
            text-align: center;
            margin: 50px auto;
        }
        .dna-title img{
           
           margin-bottom: -10px;
        }
        .dna-container {
            max-width: 1320px;
            margin: 0 auto;
            position: relative;
            padding: ;
        }

        /* Vertical Timeline Line */
        .timeline-line {
            position: absolute;
            left: 50%;
            top: 150px;
            bottom: -80px;
            width: 2px;
            background: #e8e8e8;
            transform: translateX(-50%);
            z-index: 1;
        }

        .dna-item {
            display: grid;
            grid-template-columns: 1fr 140px 1fr;
            gap: 0px;
            margin-bottom: 100px;
            align-items: center;
            position: relative;
        }

        /* Left Card */
        .dna-card {
            background: white;
            border-radius: 24px;
            padding: 55px 45px;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
            position: relative;
            justify-self: start;
            width: 100%;
            max-width: 508px;
            overflow: hidden;
        }

        /* Logo Icon - Top Right of Card */
        .card-logo {
            position: absolute;
            top: -25px;
            right: -25px;
            width: 75px;
            height: 75px;
            opacity: 0.15;
        }

        .card-logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

       .dna-card h2 {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0%;
    color: #0463BD;
}

        .dna-card .subtitle {
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
    color: #575757;
    margin: 17px 0 57px 0px;
}
      .dna-date {
    background: #f6f6f6;
    padding: 12px 26px;
    border-radius: 25px;
    display: inline-block;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
}

        /* Center Icon Column */
        .icon-column {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            z-index: 2;
        }

        
        .icon-wrapper img {
            width: 85px;
            height: 85px;
        }

        /* Smile decoration above icon */
        .smile-top1 {
            position: absolute;
            top: 80px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 26px;
           
        }
        .smile-top2 {
            position: absolute;
            top: 160px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 26px;
           
        }
        .smile-top3 {
            position: absolute;
            top: 240px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 26px;
            
        }
        .smile-top4 {
            position: absolute;
            top: 80px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 26px;
            
        }
        .smile-top5 {
            position: absolute;
            top: 160px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 26px;
         
        }
        .smile-top6 {
            position: absolute;
            top: 240px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 26px;
           
        }

        /* Right Content */
        .dna-content {
            justify-self: start;
            padding-left: 30px;
            max-width: 580px;
        }

    .dna-content h3 {
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #0463BD;
    margin-bottom: 27px;
}
      .dna-content p {
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    color: #575757;
}

        /* No heading for first item */
        .dna-item:first-child .dna-content h3 {
            display: none;
        }

        @media (max-width: 1024px) {
            .dna-item {
                grid-template-columns: 1fr;
                gap: 40px;
                margin-bottom: 20px;
            }

            .timeline-line {
                display: none;
            }

            .dna-card {
                justify-self: center;
                max-width: 500px;
            }

            .icon-column {
                margin: 0 auto;
                display: none;
            }

            .dna-content {
                justify-self: center;
                padding-left: 0;
                max-width: 500px;
            }

            .smile-top {
                display: none;
            }

        }

        @media (max-width: 640px) {
            body {
                padding: 40px 15px;
            }

            .dna-card {
                padding: 45px 30px;
                max-width: 100%;
            }

            .dna-card h2 {
                font-size: 26px;
            }

            .dna-content h3 {
                font-size: 22px;
            }

            

            .icon-wrapper img {
                width: 70px;
                height: 70px;
            }

            .card-logo {
                width: 40px;
                height: 40px;
                top: 25px;
                right: 30px;
            }
        }

/* team section  */
.meet-the-team-section {
    max-width: 1320px;
    margin: 0 auto;
    height: auto;
 padding:70px;
    opacity: 1;
    border-radius: 40px;
    background: var(--white-blue-bg);
    box-shadow: 0px 0px 18px 0px #0000000D;
    padding-bottom: 80px;
    position: relative;
    margin-top: 100px;
}

.team-title {
    text-align: center;
    padding: 50px;
}

.team-title h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.team-title h2 img {
    width: 60px;
    height: 60px;
   
}

.team-title p {
    max-width: 600px;
    padding-top: 30px;
    margin: 0 auto;
}

.modalys-team-slider {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;

}

.team-member-card {
    background: var(--gray-dark-bg);
    border-radius: 20px;
    padding: 30px;
    margin: 0 15px;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    max-width: 533px;
    height: 319px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

/* Logo Icon in Background */
.team-member-card::before {
    content: '';
    position: absolute;
    top: -15px;
    right: -15px;
    width: 70px;
    height: 70px;
    background-image: url('<?php echo get_template_directory_uri(); ?>/assets/images/logo-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.15;
    z-index: 1;
}

.team-member-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.team-member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member-info {
    position: relative;
    z-index: 2;
}

.team-member-name {
  font-family: 'Mulish', sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 30px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;
color:#0463BD;

}

.team-member-position {
font-family: 'Mulish', sans-serif;
font-weight: 600;
font-style: SemiBold;
font-size: 22px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;
text-align: left;
color:var(--text-color);
}

/* Owl Carousel Custom Navigation for Team Slider - Bottom Left */
.modalys-team-slider .owl-nav-team {
    position: absolute;
    bottom: -60px;
    left: 50px;
    display: flex;
    gap: 15px;
    z-index: 10;
}

.modalys-team-slider .owl-prev-team,
.modalys-team-slider .owl-next-team {
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    padding: 0;
}

.modalys-team-slider .owl-prev-team {
    background-image: url('<?php echo get_template_directory_uri(); ?>/assets/images/left-arrow.png');
}

.modalys-team-slider .owl-next-team {
    background-image: url('<?php echo get_template_directory_uri(); ?>/assets/images/right-arrow.png');
}

.modalys-team-slider .owl-prev-team:hover,
.modalys-team-slider .owl-next-team:hover {
    transform: scale(1.1);
    opacity: 0.8;
}

.modalys-team-slider .owl-prev-team::before,
.modalys-team-slider .owl-next-team::before {
    content: '';
}

/* Hide Owl Carousel Dots */
.modalys-team-slider .owl-dots-team {
    display: none !important;
}

/* Hide default Owl Carousel controls */
.modalys-team-slider .owl-nav,
.modalys-team-slider .owl-dots {
    display: none !important;
}

/* Owl Carousel Stage Fix */
.modalys-team-slider .owl-carousel-team {
    display: block;
}

.modalys-team-slider .owl-stage-outer {
    overflow: hidden;
}

.founder-section {
  background: #ffffff;
}

.founder-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;

  gap: 60px;
}
.founder-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* IMAGE */
.founder-image-wrap {
  width: 300px;
  flex-shrink: 0;
}

.founder-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

/* CONTENT */
.founder-content {
  max-width: 520px;
}

.founder-text {
  font-size: 16px;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.founder-name {
  font-size: 22px;
  font-weight: 700;
  color: #1e73be;
  margin: 0;
}

.founder-role {
  font-size: 14px;
  color: #6f6f6f;
  margin-top: 6px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .founder-container {
    flex-direction: column;
    text-align: center;
  }

  .founder-image-wrap {
    margin-bottom: 30px;
  }
}

/* Responsive */
@media (max-width: 768px) {
    .team-title p {
        width: 90%;
        max-width: 100%;
    }
    
    .modalys-team-slider {
        padding: 0 20px;
    }
    
    .team-member-card {
        margin: 0 10px;
        max-width: 100%;
        height: auto;
    }
    
    .modalys-team-slider .owl-nav-team {
        left: 20px;
    }
    .team-member-name {
 font-size: 24;
}

.team-member-position {

font-size: 16px;

}

}
/* trusted section */

    .trusted-section {
        max-width: 1300px;
        margin: 0 auto;
        padding: 80px 20px;
        text-align: center;
        background: url('<?php echo get_template_directory_uri(); ?>/assets/images/trusted-section-bg.png') center / cover no-repeat fixed;
    }

    .trusted-title,
    .logos-marquee {
        position: relative;
        z-index: 2;
    }

    .trusted-title {
        font-family: 'Cal Sans', sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        color: #0463BD;
        margin-bottom: 48px;
    }

    .logos-marquee {
        overflow: hidden;
        padding: 20px 0;
        position: relative;
        width: 100%;
    }

    .logos-marquee::before,
    .logos-marquee::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 150px;
        z-index: 3;
        pointer-events: none;
    }

    .logos-marquee::before {
        left: 0;
        background: linear-gradient(to right, var(--light-dark-mode) 0%, transparent 100%);
    }

    .logos-marquee::after {
        right: 0;
        background: linear-gradient(to left, var(--light-dark-mode) 0%, transparent 100%);
    }

    .logos-track {
        display: flex;
        gap: 80px;
        animation: scrollLeft 35s linear infinite;
        width: max-content;
    }

    .logos-track:hover {
        animation-play-state: paused;
    }

    .logo-item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .logo-item img {
        height: 50px;
        width: auto;
        object-fit: contain;
        display: block;
        opacity: 1;
    }

    @keyframes scrollLeft {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

/* case study  */
/* ✅ KEEP YOUR ORIGINAL STYLES UNCHANGED */
  .case-studies-section {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-top:170px!important;
    padding: 80px 20px;
    font-family: 'Mulish', sans-serif;
  }
    .case-tags span.tag {
    background: #fff;
    box-shadow: 1px 1px 3px 1px #ebebeb;
    }
	.real-story-heading {
    font-family: 'Cal Sans' , sans-serif;
}
.stories-logo {
    width: 80px!important;
    height: 80px!important;
}

  .case-studies-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    margin: 30px auto;
  }
  .tag-one {
    width: 150px!important;
   }
   .tag-two {
    width: 90px!important;
    }

  .stories-logo {
    right: 20px;
   }
  .title-with-icon {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .real-desc{
      font-size:24px!important;
      color:#575757!important;
  }
  .case-tags{
      justify-content:start!important;
      width:inherit!important;
  }
  .section-title {
    font-family: 'Cal Sans', 'Mulish', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #0463BD;
    margin: 0;
  }

  .logo-icon {
    width: 70px;
    height: 70px;
    transform: rotate(-12.83deg);
  }

  .section-description {
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: var(--text-color);
    max-width: 700px;
  }

  .view-all-btn {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 206px;
    height: 40px;
    background: #0463BD;
    color: #fff;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-size: 18px;
    border: none;
    border-radius: 116px;
    cursor: pointer;
    padding: 10px 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .view-all-btn:hover {
    background: #0353a4;
  }
  
  .view-all-btn-wrapper {
    display: none;
  }

  .owl-item {
    padding: 50px 20px;
/*     max-width: 1320px; */
    margin: 0px;
  }

  .case-slide {
    display: block;
/*     grid-template-columns: 1fr; */
    gap: 40px;
    background: var(--case-slide-bg);
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0px -18px 18px 0px #0000000D;
  }
.case-slide {
    margin-bottom: 100px;
}
  @media (min-width: 1024px) {
    .case-slide {
      grid-template-columns: 3fr 7fr;
      align-items: center;
    }
    .case-image {
      order: 2;
/*       height: 100%; */
    }
    .case-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  @media (max-width: 1023px) {
	  .modalys-h2 {
    line-height: 1;
}
	  .case-slide {
   
    gap: 0px;
 
}
	  .case-tags-new {
    justify-content: center;
    margin-bottom: 0px!important;
}
	  .case-slide {
    margin-bottom: 30px;
}
/*     .case-slide {
      grid-template-columns: 1fr;
    } */
    .case-image {
      order: 1;
    }
    .case-image img {
      width: 100%;
/*       height: 360px; */
      object-fit: cover;
    }
    .case-content-new {
      order: 2;
    }
  }

  .case-content-new {
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .case-title-new {

    font-family: 'Cal Sans', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 56px;
    color: var(--case-slide-title);
    margin: 0 0 10px 0;
  }

  .case-desc-new {
    display: ;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color:#575757;
    margin-bottom: 15px;
    opacity: 0.9;
  }

  .case-tags-new {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 0px;
  }

  .case-tag-new {
    background: var(--case-slide-tage);
    color: var(--text-color);
    font-weight: 600;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 50px;
  }

  .case-btn-new {
    align-self: flex-start;
    width: 190px;
    height: 40px;
    background: #0463BD;
    color: #ffffff;
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 16px;
    border-radius: 116px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background 0.3s;
  }

  .case-btn-new:hover {
    background: #0353a4;
  }

  @media (max-width: 1023px) {
    .case-content-new {
      padding: 40px 30px;
      text-align: center;
    }
    .case-title-new {
      font-size: 36px;
      line-height: 44px;
    }
    .case-desc-new {
      font-size: 20px;
      line-height: 28px;
    }
    .case-tags-new {
      justify-content: center;
    }
    .case-btn-new {
      margin: 0 auto;
    }
    .view-all-btn {
      display: none;
    }
    .view-all-btn-wrapper {
      display: block;
      text-align: center;
      margin-top: 40px;
    }
    .view-all-btn-wrapper .view-all-btn {
      display: inline-flex;
      position: static;
      width: 100%;
      max-width: 350px;
      height: 56px;
      font-size: 18px;
    }
    .section-title {
      font-size: 36px;
      line-height: 44px;
    }
  }

  .case-slider .owl-dots {
    margin-top: 50px;
    text-align: center;
  }

  .case-slider .owl-dot.active span {
    background: #0463BD !important;
  }

  @media (max-width: 1023px) {
    .case-studies-section{
      padding: 5px;
      margin-bottom: 50px;
    }
    .case-slider .owl-dots {
      margin-top: 30px;
      margin-bottom: 10px;
      text-align: center;
    }
  }

  .case-slider-wrapper {
    position: relative;
  }

  /* ✅ CUSTOM MOBILE ARROWS */
  .case-nav-arrows {
    display: none;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    position: relative;
    z-index: 999;
  }

  .case-nav-arrow {
    width: 32px;
    height: 32px;
    background: none !important;
    border: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .case-nav-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  @media (max-width: 768px) {
/*     .case-nav-arrows {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
    position: relative;
    z-index: 999;
  } */

  }
/* drafg  section */
        .hero-section {
            min-height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 100px 20px;
            position: relative;
        }
	.brag-section::before {
    background-image: none!important;
		}
        img.float-right-imgl {
            position: absolute;
            right: 0;
            bottom: 200px;
        }
/*         .hero-section::before {
            content: '';
            position: absolute;
            top: 0; left: 0; width: 100%; height: 100%;
            background-image: url('<?php //echo get_template_directory_uri(); ?>/assets/images/hero-bg.png');
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0.4;
            z-index: 0;
        } */
        img.float-left-imgl {
         position: absolute;
         left: 100px;
         bottom: 285px;
        }
        .wrapper-titles span.modalys-h2 {
      font-family: Cal Sans;
      font-weight: 400;
      font-size: 64px;
      line-height: 72px;
      letter-spacing: 0;
       text-align: center;
        }
      .titletwo{
          margin-bottom:0px!important;
      }
.new-para-modalys {
    margin: 25px auto;
    margin-bottom: 32px;
    font-size: 24px!important;
    color: #575757!important;
}
        
        .hero-container {
            max-width: 1050px;
            width: 100%;
            text-align: center;
            position: relative;
            z-index: 1;
        }
        .wrapper-titles{
            max-width:900px;
            margin:0;
        }

        /* THIS IS THE ONLY CHANGE YOU NEED FOR 100% FIGMA MATCH */
        
        .modalys-h1 .highlight {
            color: #F76502;
        }
        .logo-icon {
            width: 60px;
            height: 60px;
            display: inline-block;
            vertical-align: middle;
            margin: 0 8px;
        }
        .brag-section{
            padding-top:120px;
        }
        
        .hero-tags {
            display: flex;
            gap: 10px;
            justify-content: center;
            margin-bottom: 45px;
            flex-wrap: wrap;
        }
        
        

        /* Mobile */
        @media (max-width: 767px) {
           .hero-section .modalys-h1 {
                font-size: 32px;
                line-height: 40px;
           	 }
			.brag-section img.love-icon {
  			  left: -10px!important;
				}
			.title-wrapper.wrapper-titles span.modalys-h2 {
  			  font-size: 28px!important;
				}
			
            img.float-left-imgl, img.float-right-imgl{
                display:none;
            }
            .wrapper-titles span.modalys-h2 {
       font-family: 'Cal Sans', sans-serif;
    font-size: 45px!important;
    line-height: 34px!important;
    letter-spacing: 0;
    text-align: center;
}
           .hero-section .logo-icon { width: 40px; height: 40px; }
           .hero-section .modalys-p { font-size: 16px; line-height: 24px; }
            .hero-section .tag {
    width: 48%;
    height: auto;
    font-size: 12px!important;
}
        }
/* 	img.logo-testimonial{
		bottom:0!important;
	} */
	.section-title-mo .brand-mo img:last-child {
   	 top: -21px!important;
   	 left: 0px!important;
		}
h2.modalys-h2.good-things {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 500;
}

        /* Tablet */
        @media (min-width: 768px) and (max-width: 1023px) {
            .hero-section .modalys-h1 { font-size: 56px; line-height: 68px; }
            .hero-section .logo-icon { width: 50px; height: 50px; }
        }
    
    /* ===== Stats Section ===== */

.modalys-stats-section {
    position: relative;
    padding: 90px 20px;
    padding-top:30px!important;
}

.modalys-stats-container {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* Stat Box */
.modalys-stat-box {
    width: 33.33%;
}

/* Numbers */
.modalys-stat-number {
    font-family: 'Cal Sans', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 72px;
    color: #0463BD; /* same blue as screenshot */
    margin-bottom: 8px;
}

/* Text */
.modalys-stat-text {
    font-family: Mulish;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #575757;
}

.modalys-stat-text span {
    font-size: 18px;
    opacity: 0.9;
}

/* Floating Images */
.stats-float-left {
    position: absolute;
    left: 20px;
    z-index: 1;
    bottom: 130px;
}

.stats-float-right {
    position: absolute;
    right: 50px;
    top: 20px;
    z-index: 1;
}

/* ===== Responsive ===== */

@media (max-width: 767px) {
	h2.modalys-h2.good-things {
    font-size: 28px;

}
    .modalys-stats-container {
        flex-direction: column;
        gap: 40px;
    }

    .modalys-stat-box {
        width: 100%;
    }

    .modalys-stat-number {
        font-size: 48px;
        line-height: 56px;
    }

    .stats-float-left,
    .stats-float-right {
        display: none;
    }
}

/* case study */
.shadow_box {
    max-width: 1550px;
    margin: 70px auto;
    background: var(--form-bg);
    border-radius: 40px;
    padding: 80px;
}
.text_left_box {
    font-family: Cal Sans;
    font-weight: 400;
    width: 370px;
    font-size: 48px;
    line-height: 56px;
    color: #0463BD;
}
.col-md-6 {
    width: 50%;
}
.col-md-4 {
    width: 25%;
}

p.text_right_box {
    font-family: Mulish;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 32px;
    color: #0B2471;
}
.box img {
    margin-bottom: 50px;
}
.box {
    border: 1px solid #0463BD;
    border-radius: 10px;
    padding: 30px 30px 70px 30px;
    margin: 8px;
}
.row.top_row {
    margin-bottom: 50px;
}
/* Copying archive-case_study styles for consistent design */
/* .blog-page {
    padding: 60px 0;
    background: var(--bg-color);
}
.blog-container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.blog-header {
    text-align: left;
    margin-bottom: 40px;
}
.blog-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0463BD;
    margin-bottom: 30px;
}
.blog-filters {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 50px;
}
.filter-btn {
    position: relative;
    padding: 8px 25px;
    background: var(--bg-color);
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-color);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    overflow: hidden;
}
.filter-btn.active,
.filter-btn:hover {
    border: 1px solid #696969;
}
.filter-btn.active::before,
.filter-btn:hover::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(278.35deg, #0463BD -5.07%, #F76502 59.2%, #F76402 91.81%);
    border-radius: 25px;
    z-index: -1;
}
.filter-btn.active span,
.filter-btn:hover span {
    background: linear-gradient(278.35deg, #0463BD -5.07%, #F76502 59.2%, #F76402 91.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
@media (max-width: 768px) {
    .blog-filters {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        margin-bottom: 30px;
        padding: 12px 22px;
        background: var(--bg-color);
        border: 1px solid #e0e0e0;
        border-radius: 50px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }
    .filter-btn { display: none; }
    .filter-btn.active { display: inline-block; margin-right: auto; }
    .filter-more-btn {
        display: block !important;
        margin-left: auto;
        width: 40px;
        height: 40px;
        background: transparent;
        border: none;
        cursor: pointer;
    }
    .filter-more-btn img {
        width: 24px;
        height: 24px;
        display: block;
    }
    .mobile-filter-dropdown {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--bg-color);
        border: 1px solid #e0e0e0;
        border-radius: 16px;
        margin-top: 10px;
        padding: 12px 0;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        z-index: 100;
    }
    .mobile-filter-dropdown.open { display: block; }
    .mobile-filter-dropdown a {
        display: block;
        padding: 12px 20px;
        color: var(--text-color);
        font-size: 0.95rem;
        font-weight: 500;
        text-decoration: none;
        transition: background 0.2s;
    }
    .mobile-filter-dropdown a:hover,
    .mobile-filter-dropdown a.active {
        background: var(--bg-color);
        color: #0463BD;
    }
    .blog-header h1 { font-size: 2rem; }
    .blog-grid { grid-template-columns: 1fr !important; }
}
@media (min-width: 769px) {
    .filter-more-btn, .mobile-filter-dropdown { display: none !important; }
}
@media (max-width: 1024px) {
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .blog-grid { grid-template-columns: 1fr; }
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}
.blog-card {
    background: var(--bg-color);
    border-radius: 0;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.blog-card:hover { transform: translateY(-5px); }
.blog-thumbnail {
    position: relative;
    width: 100%;
    height: 250px;
    background: #1a1a1a;
    overflow: hidden;
}
.blog-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-content {
    padding: 25px 0;
}
.blog-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 20px;
    line-height: 1.5;
    min-height: 50px;
}
.blog-title a {
    font-family: 'Mulish', sans-serif;
    font-weight: 300;
    font-size: 23px;
    line-height: 32px;
    color: var(--text-color);
    text-decoration: none;
}
.blog-title a:hover { color: #0463BD; }
.learn-more-btn {
    font-family: 'Mulish', sans-serif;
    display: inline-block;
    padding: 10px 30px;
    background: var(--bg-color);
    border: 2px solid var(--text-color);
    border-radius: 25px;
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.learn-more-btn:hover {
    background: #0463BD;
    color: #fff;
}
.blog-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px;
}
.blog-pagination a,
.blog-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    padding: 0 15px;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}
.blog-pagination a:hover {
    background: #0463BD;
    color: #fff;
    border-color: #0463BD;
}
.blog-pagination .current {
    background: #0463BD;
    color: #fff;
    border-color: #0463BD;
}
.no-posts {
    text-align: center;
    padding: 60px 20px;
}
.no-posts h2 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 15px;
}
.no-posts p {
    color: #666;
    font-size: 1.1rem;
}

 */
.meet-the-team-section .title-wrapper {
    margin-bottom: 0px;
}
.mob{
	display:none;
}
.box_text h3 {
    color: #0463BD;
}

.box {
    height: 100%;
}
.boxes_row_case{
margin-top:50px;
}
.case_study.shadow_box {
    background: url(https://modalys.maliknabeel.com/wp-content/uploads/2026/02/Modalys-Assests-49-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.box_text p {
    font-family: Mulish;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #575757;
    margin-top: 15px;
}
h2.text_left_box.text-center.loop_heading {
    width: 600px;
    margin: 0px  auto 30px auto;
    text-align: center;
    max-width: 100%;
}
.text-center{
	text-align:center;
	justify-content:center!important;
}
.case-title a {
    color: #0463BD!important;
    text-decoration: none;
    font-size: 24px;
}
.case-studies-grid {
    display: grid;
grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.case-card {
    background: ;
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.case-card:hover {
    transform: translateY(-6px);
}

.case-image img {
    width: 100%;
	border-radius:15px;
    height: auto;
    object-fit: cover;
    display: block;
}

.case-content {
    padding: 20px;
}

.case-title {
    font-size: 18px;
    margin-bottom: 8px;
}

.case-title a {
    color: #0b5cff;
    text-decoration: none;
}

.case-excerpt {
    font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}

.case-categories {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.case-tag {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    background: #fff;
    color: #333;
}
.dna-container {
    padding-left: 20px;
    padding-right: 20px;
}
   @media (max-width: 1024px) {
	   .modalys-section img {
    max-width: 70px;
    margin-bottom: 0px;
}
	.about_text h2 {
    font-size: 30px!important;
    margin-bottom: 0px;
}
	   
	   .testimonial-section-mo {
    margin: 0px auto!important;
 
}
	.home   section.hero-section.calender {
    padding-bottom: 0px;
		      padding-top: 0px;
}
	   .testimonial-section-mo {
  
    margin-top: 20px;
}
	   .modalys-container {
    padding: 0px;
}
	   .project-desc-heading {
    font-size: 30px;
}
	  .portfolio-title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px;
}
	   .project-desc-text {
    font-size: 16px;
    line-height: 1.6;
}
	   
	   .dna-content {
    text-align: center;
}
	   img.mob.third {
    margin-bottom: 50px;
}
	.mob {
    margin-left: auto;
    display: block;
		width:100px;
    margin-right: auto;
}
	 .testimonial-section {
    padding: 0px 16px;
}
	   .case-studies-section {
    padding: 50px 20px!important;
}
	   .hero-section{
		   padding:50px 20px;
	   }
	   .modalys-section {
    padding: 50px 20px!important;
}
	     .home_tech_sec    .modalys-section {
    padding: 0px 16px!important;
}
	   .stats-float-left, .stats-float-right ,
	   img.float-left-imgl, img.float-right-imgl{
    display: none;
}
	   .testimonial-section {
    margin-top: 50px!important;
}
	   .case-studies-header {
    margin-bottom: 40px!important;
}
	   .case-tags {
    justify-content: center!important;
}
.modalys-stats-section {
    padding: 0px 20px 50px 20px!important;
}
	   section.case-studies-section.sec-touch {
    margin: 0px;
    padding-top: 0px!important;
}
	.testimonial-section-mo   .owl-item {
		   padding-top:0px!important;
    padding-bottom: 70px;
}
	   .title-wrapper {
    row-gap: 0px;
}
	   main.home-page {
    padding-top: 29px;
}
	   .testimonial-section-mo {
    padding: 0px;
    padding: 50px 20px 10px 20px!important;
}
	   .row_text {

    width:100%;
    margin: 0px;

}
	   .row_text br {
    display: none;
}
	   .row_text:last-child {
    margin-bottom: 30px;
}
	   .founder-image-wrap {
    margin-left: auto;
    margin-right: auto;
}
.meet-the-team-section {
    padding: 20px;
    border-radius: 0px;

}
	   .trusted-section {
    padding: 50px 20px;

}
	   .founder-content {
    margin: auto;
}
	   .we-innovate {
    height: auto;
}
	    .we-innovate .modalys-h2 {
    font-size: 27px;
    line-height: 1.2;
}
	   .founder-container {
    gap: 0px;
}
	   .founder-text {
    margin-bottom: 40px;
}
	   .container{
			height:unset!important;
			}
	   .shadow_box {

    padding: 50px 20px;
}
	   .col-md-4 {
    width: 50%;
}
	   section.hero-section.case_study_top {
    padding-bottom: 0px;
    margin-bottom: -30px;
}
	   .case-studies-section {
    margin-bottom: 0px;
}
	   .case-content-new {
    padding: 30px 20px;
    text-align: center;
}
.case-desc-new {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
}
}
@media (max-width: 767px) {
	.hero-tags .tag {
    font-size: 15px;
    line-height: 1.6;
   
}
	a.view-all-btn.modalys-btn.contact-btn {
    position: static;
}
	.title-with-icon {
    display: block;
}
	.text_left_box {
    width: 100%;
  
}
	p.text_right_box {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}
	.shadow_box.case_study {
    padding-top: 0pc;
    margin-top: 0px;
}
	.col-md-6 {
    width: 100%;
}
	.case-studies-grid {
    grid-template-columns: repeat(1, 1fr)!important;
 
}
	.text_left_box {
    font-size: 32px;
    text-align: center;
    line-height: 1.2;
}
	.col-md-4 {
    width: 100%;
		margin:10px 0px;
}
	.shadow_box.case_study .col-md-6 {
    text-align: center;
}
	h2.modalys-h2.good-things {
    margin-bottom: 20px;
}
	.footer-content {
    margin-top: 0px;
}
	.stories-logo {
    width: 57px!important;
    height: 57px!important;
}


}

/*  */
.process-section {
  padding: 80px 20px;
  background: #f5f7fb;
  font-family: 'Inter', sans-serif;
}

.process-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header */
.process-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.process-header h2 {
  font-size: 32px;
  font-weight: 600;
  color: #1d4ed8;
  margin: 0;
}

.process-subtitle {
  max-width: 350px;
  font-size: 14px;
  color: #6b7280;
}

.process-subtitle .spoiler {
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}

/* Layout */
.process-content {
  display: flex;
	width:100%;
  gap: 60px;
  align-items: flex-start;
}

/* Media */
.process-media {
  width:40%;
}

.video-wrapper {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #d1d5db;
}

.video-wrapper img {
  width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: white;
  color: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

/* Steps */
.process-steps {
  width:60%;
}

.process-steps .step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.step-number {
  font-size: 14px;
  font-weight: 600;
  color: #9ca3af;
  min-width: 30px;
}

.step-text h3 {
  font-size: 18px;
  margin: 0 0 6px;
  font-weight: 600;
  color: #111827;
}

.step-text p {
  margin: 0;
  font-size: 14px;
  color: #6b7280;
  max-width: 420px;
}

.divider {
  height: 1px;
  background: #e5e7eb;
  margin: 24px 0;
}

/* ========================= */
/* Responsive */
/* ========================= */

@media (max-width: 992px) {
	.process-steps ,
	.process-media{
		width:100%;
	}
  .process-content {
    flex-direction: column;
    gap: 40px;
  }

  .process-header {
    flex-direction: column;
    gap: 12px;
  }

  .process-subtitle {
    max-width: 100%;
  }
}


/* how we work  */

      
        
        .how-we-work-section {
            width: 100%;
            max-width: 1320px;
            margin: 0 auto;
            height: auto;
            border-radius: 40px;
/*             box-shadow: 0px 0px 18px 0px #0000000D; */
            margin-top: 50px;
            margin-bottom: 50px;
            
        }
        
        .section-header {
            margin: 0 auto;
            margin-bottom: 60px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 200px;
            padding: 100px 40px;
            padding-bottom: 0px;
            max-width: 1180px;
            
        }
        
        .section-title {
            font-family: 'Cal Sans', sans-serif;
            font-weight: 600;
            font-style: normal;
            font-size: 48px;
            line-height: 56px;
            letter-spacing: 0%;
            text-align: left;
            color: #0463BD;
            flex-shrink: 0;
        }
        
        .section-description {
            font-family: 'Mulish', sans-serif;
            font-weight: 600;
            line-height: 26px;
            font-size: 18px !important;
            color: #575757 !important;
            max-width: 800px;
            text-align: left;
            margin-bottom:20px;
        }
        
       
        
        /* Mobile Styles */
        @media (max-width: 768px) {
            .how-we-work-section {
                padding: 0px 16px;
				margin-top:0px;
            }
            
            .section-header {
                margin-bottom: 40px;
                flex-direction: column;
                align-items: flex-start;
                gap: 16px;
                padding: 5px;

            }
            
            .section-title {
                font-size: 32px;
                line-height: 40px;
                margin-bottom: 0;
            }
            
            .section-description {
                font-size: 16px;
                line-height: 24px;
            }
            
}




/*  proper*/
/* ─── HERO SECTION ─────────────────────────────────────── */
.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Concentric decorative rings */
.hero-ring {
  position: absolute;
  border-radius: 50%;
  border:1px solid rgb(4 99 189 / 12%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  animation: ringExpand 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero-ring:nth-child(1) { width: 40vw;  height: 40vw;  animation-delay: 0.1s; }
.hero-ring:nth-child(2) { width: 50vw;  height: 50vw;  animation-delay: 0.25s; }
.hero-ring:nth-child(3) { width: 60vw;  height: 60vw;  animation-delay: 0.4s; }
.hero-ring:nth-child(4) { width: 70vw; height: 70vw; animation-delay: 0.55s; }

@keyframes ringExpand {
  to { transform: translate(-50%, -50%) scale(1); }
}

/* Floating stat bubbles */
.hero-bubble {
  position: absolute;
  background: #fff;
  border-radius: 50px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 600;
  color: #0c2051;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  cursor: default;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hero-bubble:hover {
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.13);
  transform: translateY(-5px) !important;
  animation-play-state: paused;
}
.bubble-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
}

/* Individual bubble positions + animations */
.bubble-top-left  { top: 20%; left: 12%;  animation: floatIn 0.7s 1.0s cubic-bezier(0.22,1,0.36,1) forwards, floatBob 4.0s 1.7s ease-in-out infinite; }
.bubble-bot-left  { top: 62%; left: 14%;  animation: floatIn 0.7s 1.1s cubic-bezier(0.22,1,0.36,1) forwards, floatBob 4.6s 1.8s ease-in-out infinite; }
.bubble-top-right { top: 18%; right: 14%; animation: floatIn 0.7s 1.2s cubic-bezier(0.22,1,0.36,1) forwards, floatBob 3.7s 1.9s ease-in-out infinite; }
.bubble-bot-right { top: 65%; right: 12%; animation: floatIn 0.7s 1.3s cubic-bezier(0.22,1,0.36,1) forwards, floatBob 5.1s 2.0s ease-in-out infinite; }

@keyframes floatIn {
  from { opacity: 0; transform: translateY(18px) scale(0.88); }
  to   { opacity: 1; transform: translateY(0)    scale(1); }
}
@keyframes floatBob {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-9px); }
}

/* ─── HERO CONTENT ──────────────────────────────────────── */
.hero-container {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 1000px;
  padding: 2rem 1.5rem;
}

.modalys-h1 {
    font-size: 72px;
    font-weight: normal;
    color: var(--theme-blue);
    line-height: 1.17;
    letter-spacing: -0.5px;
    margin-bottom: 1.2rem;
    opacity: 0;
    transform: translateY(32px);
    animation: slideUp 0.85s 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.modalys-h1 .highlight { color: var(--orange); }

/* Logo spins in separately */
.banner-logo {
  width: 44px; height: 44px;
  vertical-align: middle;
  margin: 0 6px -4px;
  display: inline-block;
  opacity: 0;
  animation: logoReveal 0.9s 1.35s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes logoReveal {
  from { opacity: 0; transform: rotate(-200deg) scale(0.3); }
  to   { opacity: 1; transform: rotate(0deg)    scale(1); }
}

.banner-para {
color: #575757;
font-weight: 500;
font-size: 18px;
  line-height: 1.75;
  margin-bottom: 1.6rem;
  opacity: 0;
  transform: translateY(22px);
  animation: slideUp 0.8s 1.0s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-tags {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  opacity: 0;
  transform: translateY(18px);
  animation: slideUp 0.8s 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.hero-tags .tag{
            font-family: Mulish;
            width: 187px;
            font-weight: 500;
            font-style: Medium;
            font-size: 18px;
            leading-trim: NONE;
            line-height: 26px;
	transition:0.3s;
            letter-spacing: 0%;
            text-align: center;
            color: #F76502;
            background: #FFECDF;
            padding: 4px 16px;
            border-radius: 26px;

        }
.tag:hover { background: #ffe3d0; transform: scale(1.05); }

.modalys-blue-btn {
  background: var(--theme-blue);
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 15px 42px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
	position:relative;
  letter-spacing: 0.15px;
  opacity: 0;
	text-decoration:none;
  transform: translateY(18px) scale(0.94);
  animation: btnPop 0.85s 1.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  box-shadow: 0 4px 20px rgba(12, 80, 200, 0.28);
  transition: 0.3s!important;
font-family:	'Mulish', sans-serif
}
.modalys-blue-btn:hover {
	background:#035299;
  transform: scale(1.06) translateY(-7px)!important;
  box-shadow: 0 10px 32px rgba(12, 80, 200, 0.38);
}
.modalys-btn:active { transform: scale(0.97); }

@keyframes slideUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes btnPop {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.wow {
    animation-duration: 1.2s !important; /* default is usually around 1s */
}
  .text-reveal-section {
    height: 100vh;
  }
  .text-reveal-section .char {
    display: inline;
    color: #0463BD;
  }
	.site-header {
    background: #f7f8fe;
}
.scroll-text ,
.scroll-text p{
	color:#575757;
}
  /* ═══════════════════════════════════════════════════
   GSAP HORIZONTAL SCROLL — case studies section
   Matches your existing .case- / .case-slide classes
   ═══════════════════════════════════════════════════ */

/* 1. The wrapper clips the sliding track */
.case-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top:50px;
}

/* 2. The inner track — flex row, no wrap */
.case- {
  display: flex;
  flex-wrap: nowrap;         /* single row                  */
  gap: 40px;                 /* matches your existing gap   */
  will-change: transform;    /* GPU hint for GSAP x()       */
  padding: 50px 40px;        /* breathing room              */
  width: max-content;        /* let it grow past viewport   */
}

/* 3. Each card: fixed width so GSAP can measure */
.case-slide {
  flex: 0 0 760px;           /* ← tune to your card width   */
  max-width: 760px;
  margin-bottom: 0;          /* remove vertical margin clash */
}

/* 4. Keep nav arrows visible during pin */
.case-nav-arrows {
  display: flex !important;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 100;
}

/* 5. Faint progress bar at bottom of pinned section */
.case-progress-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #0463BD;
  width: 0%;
  z-index: 9999;
  transition: none;
  pointer-events: none;
}
.case-slide {display: block;}

.case-slide.animate__fadeInUp.wow.animate__ > * {
    width: 100%;
}

.case-image img{
    height: 44vh;
    overflow: hidden;
	 object-fit: cover;
    border-radius: 20px;
	width:100%;
}
/* ─── MOBILE: stack vertically, no horizontal scroll ─── */
@media (max-width: 1023px) {
	.hero-bubble{
		display:none;
	}
  .case- {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    gap: 30px;
  }
  .case-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .case-progress-bar { display: none; }
}

/**/

  :root {
    --prs-blue: #0463BD;
    --prs-blue-dark: #034a8e;
    --prs-blue-light: #e8f2fc;
    --prs-blue-mid: #1a7ad4;
    --prs-orange: #F76502;
    --prs-orange-light: #fff2ea;
    --prs-orange-dark: #d45500;
    --prs-gray-50: #f8f9fb;
    --prs-gray-100: #f0f2f5;
    --prs-gray-200: #e2e6ec;
    --prs-gray-400: #9aa3b0;
    --prs-gray-600: #5a6475;
    --prs-gray-900: #111827;
    --prs-white: #ffffff;
    --prs-font: 'Inter', sans-serif;
    --prs-radius: 16px;
    --prs-radius-sm: 10px;
  }
  .prs__section {
    min-height: 100vh;
    padding: 96px 0 120px;
    background: var(--prs-white);
    overflow: hidden;
  }

  .prs__container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .prs__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
  }

  /* ── LEFT SIDE ── */
  .prs__left-col {
    position: sticky;
    top: 100px;
  }

  .prs__eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--prs-orange);
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(20px);
  }

  .prs__headline {
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--prs-gray-900);
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(30px);
  }

  .prs__headline em {
    font-style: normal;
    color: var(--prs-blue);
    position: relative;
    display: inline-block;
  }

  .prs__headline em::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0%;
    height: 3px;
    background: var(--prs-orange);
    border-radius: 2px;
    transition: width 0.8s cubic-bezier(.22,.68,0,1.2);
  }

  .prs__headline em.prs__underline-active::after {
    width: 100%;
  }

  .prs__subtext {
    font-size: 16px;
    line-height: 1.7;
    color: var(--prs-gray-600);
    max-width: 380px;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(20px);
  }

  /* ── VIDEO CARD ── */
  .prs__video-card {
    border-radius: var(--prs-radius);
    overflow: hidden;
    background: var(--prs-blue-light);
    position: relative;
    opacity: 0;
    transform: translateY(40px) scale(0.97);
  }

  .prs__video-placeholder {
    width: 100%;
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, var(--prs-blue-light) 0%, #d0e8f8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .prs__video-placeholder::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230463BD' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  .prs__illustration {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 24px;
    padding: 24px 32px 0;
  }

  .prs__person {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .prs__person-head {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-bottom: 4px;
  }

  .prs__person-body {
    width: 52px;
    height: 68px;
    border-radius: 26px 26px 0 0;
  }

  .prs__person--p1 .prs__person-head { background: #f5c089; }
  .prs__person--p1 .prs__person-body { background: var(--prs-orange); }
  .prs__person--p2 .prs__person-head { background: #d4a574; }
  .prs__person--p2 .prs__person-body { background: var(--prs-blue); }
  .prs__person--p3 .prs__person-head { background: #e8b896; }
  .prs__person--p3 .prs__person-body { background: #344155; }

  .prs__desk {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 12px;
    background: #cbd5e1;
    border-radius: 6px 6px 0 0;
  }

  .prs__play-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--prs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 2;
    box-shadow: 0 8px 24px rgba(4,99,189,0.18);
  }

  .prs__play-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 32px rgba(4,99,189,0.28);
  }

  .prs__play-btn svg {
    width: 20px;
    height: 20px;
    fill: var(--prs-blue);
    margin-left: 3px;
  }

  /* ── PILLARS ── */
  .prs__pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--prs-gray-200);
    border-radius: 0 0 var(--prs-radius) var(--prs-radius);
    overflow: hidden;
  }

  .prs__pillar {
    background: var(--prs-gray-50);
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .prs__pillar-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--prs-orange-light);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
  }

  .prs__pillar-icon svg {
    width: 15px;
    height: 15px;
    stroke: var(--prs-orange);
  }

  .prs__pillar-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--prs-gray-900);
  }

  .prs__pillar-desc {
    font-size: 12px;
    line-height: 1.5;
    color: var(--prs-gray-600);
  }

  /* ── RIGHT SIDE: STEPS ── */
  .prs__steps-col {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 8px;
  }

  .prs__step-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    align-items: start;
    padding: 0 0 32px;
    position: relative;
    opacity: 0;
    transform: translateX(40px);
  }

  .prs__step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 27px;
    top: 56px;
    bottom: 0;
    width: 2px;
    background: var(--prs-gray-200);
    transform: scaleY(0);
    transform-origin: top;
  }

  .prs__step-item:not(:last-child).prs__line-drawn::after {
    transform: scaleY(1);
    transition: transform 0.6s ease 0.3s;
  }

  .prs__step-num-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .prs__step-num {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--prs-blue-light);
    border: 2px solid var(--prs-blue-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: var(--prs-blue);
    letter-spacing: -0.02em;
    transition: background 0.3s, border-color 0.3s;
    flex-shrink: 0;
    position: relative;
  }

  .prs__step-num::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 1.5px dashed var(--prs-blue);
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.4s, transform 0.4s;
  }

  .prs__step-item.prs__active .prs__step-num {
    background: var(--prs-blue);
    border-color: var(--prs-blue);
    color: var(--prs-white);
  }

  .prs__step-item.prs__active .prs__step-num::before {
    opacity: 0.3;
    transform: scale(1);
  }

  .prs__step-card {
    background: var(--prs-white);
    border: 1.5px solid var(--prs-gray-200);
    border-radius: var(--prs-radius);
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    cursor: default;
  }

  .prs__step-item.prs__active .prs__step-card {
    border-color: var(--prs-blue);
    box-shadow: 0 8px 32px rgba(4,99,189,0.10);
    transform: translateX(4px);
  }

  .prs__step-content { flex: 1; }

  .prs__step-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--prs-blue);
    margin-bottom: 8px;
    opacity: 0.7;
  }

  .prs__step-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--prs-gray-900);
    margin-bottom: 8px;
    line-height: 1.3;
  }

  .prs__step-desc {
    font-size: 14px;
    line-height: 1.65;
    color: var(--prs-gray-600);
  }

  .prs__step-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--prs-blue-light);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s;
  }

  .prs__step-item.prs__active .prs__step-icon-wrap {
    background: var(--prs-orange-light);
  }

  .prs__step-icon-wrap svg {
    width: 24px;
    height: 24px;
    stroke: var(--prs-blue);
    stroke-width: 1.8;
    fill: none;
    transition: stroke 0.3s;
  }

  .prs__step-item.prs__active .prs__step-icon-wrap svg {
    stroke: var(--prs-orange);
  }

  /* ── AMBIENT DOTS ── */
  .prs__ambient-dot {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 900px) {
    .prs__grid {
      grid-template-columns: 1fr;
      gap: 48px;
    }
    .prs__left-col {
      position: static;
    }
    .prs__container {
      padding: 0 24px;
    }
  }

  /* ── REDUCED MOTION ── */
  @media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
  }
  
  
  /**/
  /* Modal card */
.start-project-modal {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    font-family: 'Mulish';
    text-align: left;
}
form input 
form input::placeholder ,
form textarea , 
form textarea::placeholder ,
select{
 font-family: 'Mulish';
 font-size:16px;
}
.start-project-modal h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #0f0f0f;
}

.start-project-modal > p {
  font-size: 13px; 
  color: #6b7280;
  margin: 0 0 24px;
}

/* Form groups */
.form-group {
  margin-bottom: 18px;
}
.form-group label, .wpcf7-form .form-group .wpcf7-form-control-wrap {
    display: block;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    color: #1f2937;
    margin-bottom: 6px;
  
}
form br{
    display:none;
}
.required { color: #e53e3e; }

/* Inputs, selects, textareas */
.start-project-modal .wpcf7-text,
.start-project-modal .wpcf7-email,
.start-project-modal .wpcf7-select,
.start-project-modal .wpcf7-textarea {
  width: 100%;
  padding: 14px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  color: #111827;
  background: #ffffff;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.start-project-modal .wpcf7-text:focus,
.start-project-modal .wpcf7-email:focus,
.start-project-modal .wpcf7-select:focus,
.start-project-modal .wpcf7-textarea:focus {
  border-color: #2563eb;
}

.start-project-modal .wpcf7-textarea {
  min-height: 100px;
  resize: vertical;
}

/* Upload section */
.upload-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #374151;
}

/* Submit button */
.start-project-modal .wpcf7-submit {
  width: 100%;
  padding: 14px;
  background: var(--theme-blue);
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 50px;
  cursor: pointer;
   font-family: 'Mulish';
  margin-top: 8px;
  transition: background 0.2s;
}

.start-project-modal .wpcf7-submit:hover {
     background-color: #035299;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(4,99,189,0.3);
}

textarea#project-details {
    height: 120px;
    resize: none;
}
