/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1752475585
Updated: 2025-07-14 06:46:25

*/
.call-box {
    position: fixed;
    display: flex;
    align-items: center;
    width: 80px;
    column-gap: 10px;
    bottom: 80px;
    z-index: 2;
    overflow: hidden;
    left: 10px;
    padding: 10px;
    animation: mover 0.4s infinite alternate;
    transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out;
    border-radius: 16px;
    
}

.call-box:hover{
    cursor: pointer;
}
.call-box .call-image {
     width: 100px;
    height: 60px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.call-box .drawer {
    width: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
}
.call-box .drawer a {
    color: #fff;
    font-size: 14px;
}

.call-box .drawer a:hover {
    color: #b60b92;
    font-size: 14px;
}
.call-box:hover {
    background-color: #333;
    width: 335px;
    animation: none;
}

.call-box:hover .call-image {
    width: 85px;
}

.call-box:hover .drawer {
    width: min-content; /* Show the drawer on hover */
}

.call-box i.fa.fa-phone {
   
    transform: rotate(113deg);
}

.floating-social-icons .wa-btn {
    font-weight: 600;
    vertical-align: middle;
    padding: 12px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #023838;
    color: #FFF !important;
    border-radius: 0 10px 0;
    text-align: center;
    font-size: 18px;
    z-index: 100000000;
    border: 2px solid #023838;
    animation: headShake 2s infinite;
}
.floating-social-icons .wa-btn::after {
    content: "1";
    position: absolute;
    border: 2px solid #fbfbfb;
    width: 26px;
    height: 26px;
    color: #fbfbfb;
    font-size: 16px;
    top: -19px;
    right: 20px;
    border-radius: 50%;
    background-color: #bf1212;
    box-sizing: border-box;

}
.floating-social-icons .wa-btn a{
     color: #FFF !important;
}
.form-h input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    color: #fff;
       background-color: var(--e-global-color-accent);
    border: none;
}
.form-h span.wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: -10px;
}
.form-h input,
.form-h select{
    border: 1px solid #B3D4FC !important;
	outline-color:#B3D4FC;
}
.section-decorated {
  position: relative;
  background: #ffffff;
  padding: 60px 0;
  z-index: 1;
}

.section-wavy {
  position: relative;
  background: #ffffff;
  padding: 80px 0;
  z-index: 1;
  overflow: hidden;
}

/* Left wave */
.section-wavy::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle at center, #f7fbff 50%, transparent 70%);
    border-radius: 50%;
    opacity: 0.4;
    transform: rotate(30deg);
}

/* Right wave */
.section-wavy1::before {
    content: "";
    position: absolute;
    top: -16%;
    right: -37%;
    width: 749px;
    height: 1000px;
    background: radial-gradient(circle at center, #f7fbff 50%, transparent 70%);
    border-radius: 0;
    opacity: 0.4;
    transform: rotate(-30deg);
}
.section-softwave {
  position: relative;
  background: #ffffff;
  padding: 80px 0;
  z-index: 1;
  overflow: hidden;
}
.section-softwave::before {
    content: "";
    position: absolute;
    top: -75px;
    left: -86px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle at center, #f3faff 40%, transparent 70%);
    border-radius: 50%;
    opacity: 0.5;
    z-index: 0;
}
.sticky-form {
    position: sticky;
    top: 60px;
}
.usah-faqs-accordion-item {
	border-bottom: 1px solid #e8e9eb;
    cursor: pointer;
/*     font-family: "Hanken Grotesk", Sans-serif; */
}
summary.ukas-faqs-accordion-header::marker {
	content: " ";
}
.usah-faqs-accordion-header {
font-family:poppins;
	color: #000;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
	padding: 20px;
	display: flex;
   	justify-content: space-between;
    align-items: center;
	position: relative;
	z-index: 3;
}

.usah-faqs-accordion-header i {
	color: #5e23b8;
	font-size: 22px
}
.usah-faqs-accordion-content-wrap {
	padding: 0px 20px;;
}
.usah-faqs-accordion-content-wrap p {
	font-size: 17px;
	padding: 0px 0px 5px 0px ;
	margin-bottom: 0;
}
.slider-track {
    display: flex;
    transition: transform 0.3s ease;
    white-space: wrap;
justify-content: center;
    column-gap: 15px;
    flex-wrap: wrap;
    /* flex-direction: row; */
    row-gap: 15px;
}
.writer-card {
box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 200px;
}
.card-inner {
    position: relative;
    height: 100%;
}
.writer-avatar {
    width: 100%;
    height: auto;
    display: block;
}
.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: white;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    border-radius: 10px;
    z-index: 1;
}
.card-inner img {
    border-radius: 10px;
}
.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.writer-name {
    font-weight: bold;
}
.writer-name.online::before,
.writer-name.offline::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 5px;
}
.writer-name.online::before {
    background-color: #2563EB;
}
.writer-name.offline::before {
    background-color: #ccc;
}
.writer-rating {
    display: flex;
    align-items: center;
}
.stars {}
.rating-value {
    margin-left: 5px;
    font-weight: bold;
}
.degree,
.orders {
    font-size: 0.9em;
    margin: 3px 0;
}
.field {
    color: #aaa;
}
.subject,
.count {
    color: white;
}

/* Hover Content Fixed for Line Wrapping */
.hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    z-index: 2;
    box-sizing: border-box;
    text-align: left;
    white-space: normal;
    overflow: hidden;
}
.writer-card:hover .hover-content {
    opacity: 1;
    transform: translateY(0);
}
.writer-card:hover .card-content {
    opacity: 0;
}
.hover-title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.3;
}
.hover-text {
    font-size: 0.9em;
    line-height: 1.4;
    margin-bottom: 15px;
}
.hover-button {
    background: #5E23B8;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
}
.hover-button:hover{
   background-color:#F1C40F ;
   color: #000;
}
@media (max-width:680px){
	.writer-card{
	max-width:100%;
	}
	.usah-faqs-accordion-header{
		font-size: 16px;
	}
	.usah-faqs-accordion-header i {
    font-size: 18px;
}
}
.review-box {
   background-color: #fff;
   border-radius: 8px;
   box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
   padding: 30px;
   margin-bottom: 10px;
   transition: background .4s;
   cursor: pointer;
   }
   .review-box:hover {
   background: #1c1917;
   }
   .review-box:hover * {
   color: #fff !important;
   }
   .review-box p {
   margin: 0;
   }
   .review-box .review-box-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-direction: row-reverse;
   }
   .review-box img.rating {
   max-width: 100px;
   margin-bottom: .5em;
   height: auto;
   }
   span.trust-text img.rating {
   max-width: 40px;
   margin-bottom: .5em;
   }
   .review-box p.title {
   font-size: 16px;
   line-height: 22px;
   font-weight: 600;
   color: #161616;
   margin: 0;
   }
   .review-box small {
   font-size: 14px;
   font-style: italic;
   font-weight: 300;
   color: #161616;
   line-height: 22px;
   }
   .review-box p.cust-id {
   font-size: 14px;
   color: #a2a2a2;
   }
   .review-box p.content {
   color: #4f4f4f;
   font-size: 15px;
   font-weight: 400;
   line-height: 22px;
   margin: 1em 0 .5em;
   }
   .review-box .review-box-footer {
   display: flex;
   align-items: center;
   justify-content: space-between;
   }
   .review-box img.flag {
   max-width: 28px;
   margin-right: .5em;
   }
   .review-box .review-box-footer span {
   color: #161616;
   font-size: 14px;
   font-weight: 500;
   }
   span.trust-text {
   display: flex;
   align-items: center;
   }
   .marquee-wrapper {
   position: relative;
   display: flex;
   overflow: hidden;
   gap: 1rem;
   /*border-radius: 1rem;*/
   }
   .testimonial_header {
   display: flex;
   align-items: center;
   }
   .testimonial_header a {
   margin-left: 10px;
   font-family: 'Funnel Display';
   text-decoration: none;
   text-transform: uppercase;
   color: rgb(0, 0, 0);
   font-weight: 700;
   }
   .short-description p {
   font-family: 'Poppins';
   margin-top: 5px;
   }
   .marquee-wrapper .marquee-content {
   position: relative;
   display: flex;
   align-items: center;
   flex-shrink: 0;
   gap: 1rem;
   cursor: grab;
   }
   .card-testimonial {
   width: 430px;
   /*background-color: rgba(255, 255, 255, 1);*/
   padding-top: 10px;
   /*box-shadow: 10px 0px 10px #d9cfc7;*/
   border-radius: 1rem;
   color: #000;
   transition: 0.5s;
   }
   .testimonial_header img {
   width: 20px;
   }
   .marquee-wrapper:hover .scrollingX {
   animation-play-state: paused;
   }
  /*   .main-scroll:hover .scrollingX{*/
  /*   animation-play-state: paused;*/
  /*}*/
   .scrollingX {
   animation: scroll 35s linear infinite;
   /*animation-delay: 1.5s;*/
   }
   .review-box.block-box {
   height: 200px;
   }
   @keyframes scroll {
   from {
   transform: translateX(0);
   }
   to {
   transform: translateX(calc(-100% - 1rem));
   }
   }
   @media (max-width: 1024px) {
   .marquee-wrapper {
   overflow: hidden;
   }
   }
