/* Homepage */
.m-0 p, .m-0 img {
    margin: 0 !important;
}

.grey-shade-border {
    border: 1px solid transparent; /* Thickness of the border */
  border-radius: 20px;           /* Rounded corners */
  background: 
    linear-gradient(#fff, #fff) padding-box, /* Inner background color */
    linear-gradient(135deg, rgb(20 70 51 / 55%), #fff) border-box; /* Border gradient */
}

.grey-shade-border:hover {
    border: 1px solid #144633;
}

a.grey-shade-border:hover{
    text-decoration: none;
}

.green-shade-border > div {
    border: 1px solid transparent; /* Thickness of the border */
  border-radius: 20px;           /* Rounded corners */
  background: 
    linear-gradient(#fff, #fff) padding-box, /* Inner background color */
    linear-gradient(135deg, #94C944, #ffffff00) border-box; /* Border gradient */
}

.gray-trap::before {
    content: "";
    width: 360px;
    height: 160px;
    background: #f0f0f0;
    transform: perspective(600px) rotateX(1deg) rotateY(40deg);
    /* margin: 50px; */
    margin-left: -14px;
    margin-top: -26px;
    border-radius: 20px;
}

.green-trap::before {
    content: "";
    width: 360px;
    height: 160px;
    background: #144633;
    transform: perspective(600px) rotateX(1deg) rotateY(40deg);
    /* margin: 50px; */
    margin-left: -14px;
    margin-top: -26px;
    border-radius: 20px;
}

.green-trap-small:before {
		content: "";
		height: 2px;
		width: 90%;
		position: absolute;
		border: 2px dashed #144633;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
}

.green-trap-small > .e-con.e-child ,
.green-trap-small .elementor-widget-image-box {
    width: fit-content;
	position: relative;
}

.green-trap-small .elementor-image-box-wrapper{
    max-width: 250px;
    width: 100%;
}

.green-trap-small .elementor-widget-image-box:before{
	content: "";
    width: 130%;
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #144633;
    transform: perspective(600px) rotateX(1deg) rotateY(40deg);
    margin-left: -14px;
    top: 0px;
    border-radius: 20px;
}

.green-trap-small .elementor-widget-image-box .elementor-widget-container {
    z-index: 2;
    position: relative;
}

.testimonials-section {
    padding: 60px 0px;
    background: #fff;
}
.testimonials-section .slick-list{padding: 0 10% 0 0 !important;}

.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.testimonials-text h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #111;
}

.testimonials-text p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.testimonials-arrows {
    display: flex;
    gap: 8px;
    align-items: center;
}

.testimonials-arrows button {
    width: 56px;
    height: 56px;
    padding: 0 ;
    background: transparent !important;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    transition: background 0.2s;
}

.testimonials-arrows button:hover {
    background: #444;
}

.clients-slider {
    overflow: hidden;
}

.clients-slider .slick-list {
    margin: 0 -12px;
}

.clients-slider .slick-slide {
    padding: 0 40px;
    border-right: 1px solid #d4d4d4;
}

.client-card {
    position: relative;
    padding: 0 0 20px;
}

.client-image-wrap {
    position: relative;
    width: clamp(190px, 100vw, 230px);
    height: clamp(240px, 100vw, 300px);
    margin-bottom: 14px;
}

.client-image-wrap img {
    /* width: 160px; */
    /* height: 160px; */
    object-fit: cover;
    display: block;
    width: clamp(190px, 100vw, 230px);
    height: clamp(240px, 100vw, 300px);
}

.quote-icon {
    position: absolute;
    bottom: -90px;
    right: -70px;
    font-size: 80px;
    color: #e8e8e8;
    line-height: 1;
    font-family: Georgia, serif;
    pointer-events: none;
}

.client-info {
    margin-bottom: 10px;
}

.client-name {
    font-size: 12px;
    font-weight: 500;
    color: #111;
    margin: 0 0 2px !important;
    font-family: 'Noto Sans';
}

.client-position {
    font-size: 12px;
    font-weight: 500;
    color: #111;
    margin: 0 0 2px !important;
    font-family: 'Noto Sans';
}

.client-quote {
    font-size: 16px;
    color: #06071A;
    line-height: 1.4;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: 'Noto Sans';
    width: 80%;
}

.client-quote p {
    margin: 20px 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.client-quote .quote-text {
    margin: 20px 0 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.client-quote .quote-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}
.client-quote .quote-toggle {
    cursor: pointer;
    color: #92c224;
    font-size: 14px;
    margin-top: 4px;
    display: inline-block;
    user-select: none;
    font-weight: 600;
}
.client-quote .quote-toggle:hover {
    text-decoration: underline;
}

.client-company {
    font-size: 16px;
    font-weight: 600;
    color: #144633;
    text-decoration: underline;
    font-family: 'Noto Sans';
}

.client-company:hover {
    text-decoration: underline;
}

.client-image-wrap span.quote-icon img {
    width: 210px;
    height: 150px;
    aspect-ratio: 1/1;
}

.testimonials-arrows img {
    width: 56px;
    height: 56px;
    margin: 0 !important;
}

.testimonials-arrows {
    position: absolute;
    top: -110px;
    right: 100px;
}

.accordion-homepage details {
    border: 4px solid transparent;
    border-radius: 20px;
    background: linear-gradient(#f4f4f4, #fefefe) padding-box, linear-gradient(345deg, #ffffff, #ececec) border-box;
    overflow: hidden;
}

.accordion-homepage details::after {
    content: "";
    background: linear-gradient(180deg, rgba(20, 70, 51, 0.50) 0%, rgba(148, 201, 68, 0.50) 100%);
    opacity: 0.25;
    filter: blur(75px);
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    z-index: 1;
    left: -50%;
}

.accordion-homepage summary.e-n-accordion-item-title {
    border: 0;
}

.accordion-homepage p {
    margin: 0 !important;
    padding: 0 10px 10px;
}

.accordion-homepage svg path {
    fill: transparent;
}

.accordion-homepage svg {
    width: 33px;
}

.accordion-homepage span.e-n-accordion-item-title-icon svg {
    display: none;
}

.accordion-homepage .e-opened::after {
    content: "" !important;
    background: url("https://codup.co/wp-content/uploads/2026/04/Vector-3-4.svg") no-repeat;
    display: block;
    width: 34px;
    height: 34px;
    background-size: 35px;
}


.accordion-homepage .e-closed::after {
    content: "" !important;
    background: url("https://codup.co/wp-content/uploads/2026/04/Vector-3-4.svg") no-repeat;
    display: block;
    width: 34px;
    height: 17px;
    background-size: 35px;
    transform: rotate(180deg)
}



@media (max-width: 1700px) {
    .gray-trap::before, .green-trap::before {
        width: 20vw;
        margin-top: -1vw;
    }
}
@media (max-width: 1500px) {
    .gray-trap::before, .green-trap::before {
        width: 20vw;
        margin-top: -1vw;
    }
}

@media (min-width: 1025px) {
	.green-trap-small {
		justify-content: space-between !important;
		display: flex !important;
	} 

    .green-trap .elementor-shape.elementor-shape-top, .green-trap .elementor-shape.elementor-shape-bottom,
    .gray-trap .elementor-shape.elementor-shape-top, .gray-trap .elementor-shape.elementor-shape-bottom {
        display: none;
    }
    .gray-trap, .green-trap {
        background: transparent !important;
    }
}

@media (max-width: 1200px) and (min-width: 1025px) {
	.testimonials-arrows {
		right: 20px;
	}

	.green-trap-small .elementor-widget-image-box .elementor-widget-container {
		min-height: 90px;
	}
}

@media screen and (max-width: 1440px) {
    
    .client-quote {
    font-size: 16px;
    color: #06071A;
    line-height: 1.4;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: 'Noto Sans';
        width: 80%;
    }
}

@media screen and (max-width: 1140px) {
	.testimonials-arrows {
		right: 0;
		width: 100%;
		top: 100%;
		justify-content: center;
	}
}

@media screen and (max-width: 1024px) {
	.green-trap-small:before {
        opacity: 0;
    }
    .caes-study-text {
        position: relative;
        background: #000;
        top: -10vw;
        border-radius: 0 0 20px 20px;
    }

    .green-trap::before, .gray-trap::before {
        display: none;
    }
}

@media screen and (max-width: 767px) {
	.green-trap-small:before {
        height: 90%;
        width: 2px;
        opacity: 1;
    }
    .testimonials-section {
        padding: 0px 0 40px;
    }
    .logo-slider-sm .slick-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .logo-slider-sm .slick-slide img {
        width: 170px !important;
        height: 75px !important;
        object-fit: contain;
    }
    
    .logo-slider-sm button.slick-arrow {
        background: transparent;
        color: #000 !important;
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 0;
        font-size: 0;
    }
    
    .logo-slider-sm button.slick-prev.slick-arrow {
        left: 0;
    }
    
    .logo-slider-sm button.slick-next.slick-arrow {
        right: 0;
        color: #000000 !important;
        z-index: 4;
    }
    
    .logo-slider-sm button.slick-next.slick-arrow::after {
        content: "";
        background: url(/wp-content/uploads/2022/11/down-arrow.png) no-repeat;
        display: block;
        width: 60px;
        height: 60px;
        background-size: 60px;
        transform: rotate(-90deg);
    }
    
    .logo-slider-sm button.slick-prev.slick-arrow::after {
        content: "";
        background: url(/wp-content/uploads/2022/11/down-arrow.png) no-repeat;
        display: block;
        width: 60px;
        height: 60px;
        background-size: 60px;
        transform: rotate(90deg);
    }
}
@media screen and (max-width: 500px) {
    .client-quote{
        width: 100%;
    }
}