/*
Theme Name: Trust
Theme URI: https://www.linkedin.com/in/abdullah-gamal-207690133/
Author: Abdullah Gamal
 Description: Trust new wesite design
Version: 1.1
Author URI: https://www.linkedin.com/in/abdullah-gamal-207690133/
Template: kadence
Text Domain: kadence-child
*/

/*  Custom Css By Abdullah Gamal
- - - - - - - - - - - - - - - - - - - - */
.wpcf7 {
    text-align: right;
    padding: 15px;
    background-color: rgb(0 0 0 / 73%);
    border-radius: 30px 0 30px 0;
}


input.wpcf7-submit {
    float: left;
}


input.wpcf7-phonetext {
    direction: ltr;
}


span.wpcf7-form-control-wrap.your-name {
    direction: rtl;
}

span.country-name {
    color: #555;
}

span.kt-svg-icon-list-text {
    text-align: right;
}

.entry.loop-entry {
	    -webkit-transition: all .25s cubic-bezier(.02,.01,.47,1);
    transition: all .25s cubic-bezier(.02,.01,.47,1);
}





html.translated-ltr {
  direction: ltr;
}

html.translated-ltr body {
  direction: ltr ;
  text-align: left ;
}

html.translated-ltr * {
  direction: ltr ;
  text-align: left ;
}


html.translated-ltr .kb-svg-icon-fe_arrowLeft,
html.translated-ltr .kb-svg-icon-fas_angle-left {
  transform: rotate(180deg);
}


html.translated-ltr .timeline {
	    transform: none;
}

html.translated-ltr .timeline::before {
  left: 50%;
  right: auto;
  transform: translateX(50%);
}



html.translated-ltr .timeline-item.right::before{
	    left: -4px;
}


html.translated-ltr .timeline-item.left::before {
	right: -10px;
	left: -3px;
}


html.translated-ltr  .timeline::before{
    top: 130px;
    bottom: 130px;
}


html.translated-ltr .kt-post-grid-layout-carousel * {
direction: rtl;
}

html.translated-ltr .kt-blocks-carousel * {
direction: rtl;

 }




 a.glink.gt-current-lang {
	display: none !important;
 }







.gtranslate_wrapper {
    position: absolute;
    top: 36%;
     background-color: dimgray;
    padding-block: 4px;
    padding-inline: 12px;
    border-radius: 20px;
}

html.translated-ltr .gtranslate_wrapper {
    bottom: -10px;
	top: auto;
}








html.translated-ltr .site-header-item .widget_gtranslate {
	    transform: translateX(20px);
}




a.social-button.header-social-item.social-link-custom1:hover{
	    background: #fefc00;
}

.social-icon-custom-svg svg *{
	fill: #000;
}

.kt-blocks-post-grid-item .entry-title a:not(.button):not(.list) {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ag_gradient{
    background-image: -webkit-linear-gradient(0deg, #000000, #ff5722);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;
}


#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.item-hidden-above):not(.site-main-header-wrap), #masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner {
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

@media (max-width: 500px){
	
	.intl-tel-input .country-list {
    width: max-content;
}
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}



@media (min-width: 767px){
	.intl-tel-input .country-list {

    left: -30px;
}
}


 .nav--toggle-sub .dropdown-nav-toggle{
	display: none !important;
}




 /* Time line design */

.trust-values-section {
  color: #fff;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.trust-values-section .section-title {
  font-size: 86px;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(135deg,rgb(152,255,242) 30%,var(--global-palette1) 65%,var(--global-palette3) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1px;
      line-height: 1;	
}

.trust-values-section .section-subtitle {
  text-align: center;
  font-size: 1.1rem;	
  color: #dedede;
  font-weight: 400;
}

.timeline {
  position: relative;
  margin: 0 auto;
  transform: translateX(-50%);
}

.timeline::before {
  content: "";
  position: absolute;
    top: 118px;
    bottom: 118px;
  width: 3px;
  background: linear-gradient(180deg, #c5ff7a, #48aaff);
  border-radius: 3px;
  transform: translateX(35%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding: 10px 20px;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: right;
}

.timeline-content {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #76bab1;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);
}

.timeline-content h3 {
display: inline-block;
font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--global-palette1);
}

.timeline-content p {
    font-size: 18px;
    line-height: 24px;  
	color: #ffffff;
    text-align: justify;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  background: linear-gradient(45deg, #c5ff7a, #48aaff);
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.timeline-item.left::before {
  right: -7px;
}

.timeline-item.right::before {
  left: -7px;
}

@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }

  .timeline-item,
  .timeline-item.right,
  .timeline-item.left {
    width: 100%;
    padding-left: 50px;
    text-align: right;
  }

  .timeline-item::before {
    left: 15px;
  }



.timeline {
  position: relative;
  margin: 0 auto;
  transform: translateX(0);
}

.timeline-item.right::before,
.timeline-item.left::before {
    left: 16px;
	right: auto;
}

.timeline-item.right{
	left: 0;
}



.gtranslate_wrapper {
	transform: translateX(24px);
    top: 26px;
	font-size: 14px;

}


html.translated-ltr .timeline::before {
	    left: 0px;
}

html.translated-ltr .gtranslate_wrapper {
	transform: translateX(-24px);
	top: auto;
	bottom: 28px;
}


html.translated-ltr  .site-header-item {
    margin-left: 0;
    margin-right: 10px;
}




}




/* ===== Timeline Scroll Animation ===== */
.timeline-item {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.timeline-item.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Optional: staggered delay for smoother sequencing */
.timeline-item:nth-child(1) { transition-delay: 0.2s; }
.timeline-item:nth-child(2) { transition-delay: 0.4s; }
.timeline-item:nth-child(3) { transition-delay: 0.6s; }
.timeline-item:nth-child(4) { transition-delay: 0.8s; }





/* ===== Services section design ===== */


        .trust-services-grid .services-container {
            display: flex;
            flex-wrap: wrap;
            gap: 25px;
            justify-content: center;
            margin: 0 auto;
        }

		.trust-services-grid .service-card::before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 4px	;
			background: radial-gradient(circle at 50% 50%, rgba(248, 203, 2, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
		}




        .trust-services-grid .service-card {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 8px 25px rgba(0,0,0,0.3);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
        }
        .trust-services-grid .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.4);
        }
        .trust-services-grid .service-card--full {
            flex: 0 0 100%;
        }
        .trust-services-grid .service-card:not(.service-card--full) {
            flex: 0 0 calc(50% - 15px);
        }


		.trust-services-grid .service-content .icon {
			background-color: #00000026;
			border-radius: 12px;
			padding: 6px;

		}
 
        .trust-services-grid .service-content {
            padding: 25px;
            text-align: center;
			justify-content: stretch;
			font-size: 14px;
        }
        .trust-services-grid .service-title {
            font-size: 18px;
            margin: 0;
            background: linear-gradient(90deg, #c5ff7a, #48aaff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .trust-services-grid .service-title a {
            color: inherit;
            text-decoration: none;
        }
        .trust-services-grid .service-excerpt {
            color: #cdd3e4;
            font-size: 1rem;
            line-height: 1.7;
            margin-bottom: 20px;
		 display: -webkit-box;
    -webkit-line-clamp: 2;   /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
        }
        .trust-services-grid .service-btn {
            display: flex;
			align-items: center;
			justify-content: center;
			gap: 14px;
            padding: 12px 25px;
            background: #00000026;
            color: #fff;
            border-radius: 14px;
            text-decoration: none;
            transition: all 0.3s ease;
			border: 1px solid #76bab1;
        }
        .trust-services-grid .service-btn:hover {
            background: var(--global-palette1);
			color: #000;
            transform: scale(1.05);
        }
        @media (max-width: 768px) {
            .trust-services-grid .service-card,
            .trust-services-grid .service-card--full {
                flex: 0 0 100%;
				
            }

			.trust-services-grid .service-btn{
				    padding: 12px 12px;
			}

        }




/* ===== Blog section ===== */

.kt-post-loop584_39961b-c1 .kt-blocks-post-grid-item header {

    margin-top: -250px!important;

}



.kt-blocks-carousel .splide__pagination__page.is-active,
.kb-splide .splide__pagination__page.is-active {
    background-color: var(--global-palette1, #3182CE)!important;
}


.kt-post-loop584_39961b-c1 .kadence-post-image {
    margin-bottom: -10px;
}

.kb-splide .splide__arrow {
    background: #00000026!important;
    border-radius: 50px!important;
    height: 2em!important;
    width: 2em;
}

.kb-splide .splide__pagination__page.is-active {
	width: 2rem;
	border-radius: 8px!important;
}


.kt-post-loop584_0435e8-be .entry-content .kt-blocks-post-readmore {
    min-width: 100%;
    text-align: center;
}




/* footer */

.site-footer .widgettitle{
	font-size: 22px;
}



.site-footer .kb-form {
    align-items: flex-start!important;
}





		/* ===== utilities ===== */


		.flex {
			display: flex;

		}

		.flex-wrap {
			flex-wrap: wrap;
		}

		.flex-center {
			justify-content: center;
			align-items: center;
		}

		.flex-between {
			justify-content: space-between;
		}

		.flex-around {
			justify-content: space-around;
		}

		.flex-column {
			flex-direction: column;
		}

		.flex-1 {
			flex: 1;
		}

		.flex-2 {
			flex: 2;
		}

		.flex-3 {
			flex: 3;
		}

		.gap-1
		{
			gap: 10px;
		}

		.gap-2{
			gap: 20px;
		}

		.gap-3{
			gap: 30px;
		}

		.gap-4{
			gap: 40px;
		}

		.gap-5{
			gap: 50px;
		}

		.gap-6{
			gap: 60px;
		}

		.gap-7{
			gap: 70px;
		}

		.gap-8{
			gap: 80px;
		}

		.items-center {
			align-items: center;
		}

		.justify-center {
			justify-content: center;
		}

		.justify-between {
			justify-content: space-between;
		}

		.justify-around {
			justify-content: space-around;
		}

		.justify-end {
			justify-content: flex-end;
		}

		.justify-start {
			justify-content: flex-start;
		}