/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@import url('https://confidant.axiomthemes.com/wp-content/themes/confidant/skins/default/css/font-icons/css/fontello.css');

@font-face {
  font-family: 'fontello';
  src: url('https://clairlink.com/wp-content/uploads/2026/02/fontello.eot');
  src: url('https://clairlink.com/wp-content/uploads/2026/02/fontello.eot?#iefix') format('embedded-opentype'),
       url('https://clairlink.com/wp-content/uploads/2026/02/fontello.woff2') format('woff2'),
       url('https://clairlink.com/wp-content/uploads/2026/02/fontello.woff') format('woff'),
       url('https://clairlink.com/wp-content/uploads/2026/02/fontello.ttf') format('truetype'),
       url('https://clairlink.com/wp-content/uploads/2026/02/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.clari-header {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    left: 0;
z-index: 9;
}

/*.admin-bar .clari-header{
	top: 32px;
}*/
.logo {
    width: 100% !important;
    max-width: 270px !important;
}
.services-wrap .elementor-container.elementor-column-gap-no {
    gap: 30px;
}
.service-icon, .dot-icon {
    text-align: center;
}
.service-icon.left-aligned {
    text-align: left;
}
.service-icon i {
   font-size: 70px;
color: #04192c;
}
.service-icon.left-aligned i {
    color: #ef5938;
}
.dot-icon i {
   font-size: 28px;
color: rgba(21,21,21,0.2);
}
.service-title {
    max-width:325px !important;
}
.service-title.first {
    max-width:350px !important;
}
.video-popup-icon a.elementor-icon {
    width: 70px !important;
    height: 70px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}
.service-block:hover .service-head {
    border-color: #04192c;
}
.expert-left .elementor-widget-wrap.elementor-element-populated {
    max-width: 550px;
}
.elementor-accordion .elementor-accordion-item {
    border-left: 0;
    border-right: 0;
}
.elementor-accordion .elementor-tab-content {
    border: 0 !important;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    height: 22px !important;
    width: 22px !important;
}
.swiper-pagination{
	position: relative !important;
}
.item-separator{
	 font-size: 0px;
}
.item-separator:after {
    content: '\e83c';
    font-family: "fontello";
    display: inline-block;
    vertical-align: baseline;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    margin: 0 0.75em;
    color: #ababab;
}
span.ae-element-post-comment a {
    color: #ababab;
}
span.ae-element-post-comment a:hover {
    color: #04192c;
}
.blog-featured-image .ae_thumb_wrapper {
    overflow: hidden;
    display: flex;
}
.blog-block:hover .blog-featured-image img {
    transform: scale(1.07, 1.07);
}
.blog-featured-image img {
    transition: all 0.5s ease;
}
.footer-title {
    max-width: 500px;
}
ul.elementor-icon-list-items li a span::after {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    top: auto;
    bottom: -5px;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
}

ul.elementor-icon-list-items li a{
-webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
ul.elementor-icon-list-items li:hover a{
	margin-left: 9px;
}
ul.elementor-icon-list-items li:hover a span::after {  
    width: 100%;
}

.marquee {
  overflow: hidden;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-scroll 15s linear infinite;
}

.reverse {
  animation: marquee-reverse-scroll 20s linear infinite;
}


.marquee-content {
  display: flex;
  align-items: center;
}
.marquee-title {
font-size: 130px;
color: #151515;
font-family: "Halyar Display", Sans-serif;
}

.marquee-content span {
  white-space: nowrap;
  margin-right: 40px;
   margin-left: 40px;

}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-reverse-scroll {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}


.startup-title {
font-size: 340px;
text-transform: uppercase;
color: #0D315B;
font-family: "Halyar Display", Sans-serif;
}

.rotate-img , .rotate-icon::before{
  animation: rotate 5s linear infinite;
}

.reverse .rotate-icon::before{
  animation: reverse-rotate 5s linear infinite;
}



@keyframes rotate {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes reverse-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.vertical-service:hover .service-link img {
    transition: 0.2s linear ;
}
.vertical-service:hover .service-link img{
     transform: rotate(45deg);
     transition: 0.2s linear ;
}
.vertical-service h3{
    transition: 0.2s linear ;
}
.vertical-service:hover h3{
    color: #EF5938 !important;
    transition: 0.2s linear ;
}
.our-data .elementor-counter-title {
    position: absolute;
    inset: 0;
}
.our-data {
    position: relative;
}
.our-data::after {
    content: '';
    display: block;
    height: 60px;
    width: 1px;
    position: absolute;
    right:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #c6deee;
}
.our-data.last::after {
    display: none;
}
span.innovative-title {
    color: #0D315B;
    text-transform: uppercase;
    font-size: 170px;
    line-height: 1;
}
i.rotate-icon {
    font-size: 75px;
    color: #EF5938;
}
.address span.elementor-icon-list-icon::before {
    content: '\e9d2';
    font-family: "fontello";
    color: #EF5938;
    font-size: 22px;
}

.phone-no span.elementor-icon-list-icon::before {
content: '\e9cf';
 font-family: "fontello";
    color: #EF5938;
    font-size: 22px;
}

.email-address span.elementor-icon-list-icon::before {
content: '\e9fc';
 font-family: "fontello";
    color: #EF5938;
    font-size: 22px;
}
.address span.elementor-icon-list-icon svg,
.phone-no span.elementor-icon-list-icon svg,
.email-address span.elementor-icon-list-icon svg {
    display: none;
}
.address span.elementor-icon-list-icon,
.phone-no span.elementor-icon-list-icon,
.email-address span.elementor-icon-list-icon  {
    width: 33px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.author-details img {
    border-radius: 50%;

}
.author-details figure.elementor-image-box-img {
    margin-right: 20px !important;
   position: relative;
}
.author-details figure.elementor-image-box-img::after {
content: '\e9cb';
    font-family: "fontello";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    overflow: hidden;
    font-size: 7px;
    font-weight: 400;
    text-align: center;
    text-indent: 1px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #EF5938;
    color: #fff;
   
   }
.quote i {
    color: #EF5938;
    font-size: 24px;
}
.testimonial-left, .help-right {
    align-items: center;
    display: flex;
    justify-content: center;
}
.testimonial-left{
    padding: 0 20px;
}
.testimonial-left .elementor-widget-wrap {
    max-width: 515px;
}
.help-right .elementor-widget-wrap {
    max-width: 450px;
}
.testimonial-slider .ae-swiper-button-next ,
.testimonial-slider .ae-swiper-button-prev {
    border: 1px solid #c6deee;
    width: 56px !important;
    height: 56px !important;
    color: #0D315B;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: 0px !important;
    top: auto;
}
.testimonial-slider .ae-swiper-button-next {
    right: auto !important;
    left: calc(56px + 10px) !important;
}
.testimonial-slider .ae-swiper-button-next::before{
    content: '\e9e6' !important;
    letter-spacing: 2px;
    display: block;
    font-size: 14px;
     font-family: "fontello";
}

.testimonial-slider .ae-swiper-button-prev::before{
    content: '\e9e5' !important;
    letter-spacing: 2px;
    display: block;
    font-size: 14px;
     font-family: "fontello";
}
.testimonial-slider .ae-swiper-button-next:hover::before ,
.testimonial-slider .ae-swiper-button-prev:hover::before {
    color: #EF5938;
}

.testimonial-slider svg{
    display: none !important;
}
.play-icon a.elementor-icon {
    width: 84px;
    height: 84px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

.reel-column{
    min-height: 590px;
}
.video-cursor-section {
    position: relative;
       cursor: none;
}

.video-cursor {
    position: fixed;
    width: 60px !important;
    height: 60px;
    background: #fff;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transform: translate(-50%, -50%);
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 9999;
     pointer-events: none;
}

.video-cursor-section:hover ~ .video-cursor {
    opacity: 1;
}
.reel-title {
    width: 100%;
    height: 100% !important;
    display: flex !important;  
    justify-content: center;
    align-items: center;
}
.reel-title h2 {
    width: 100%;
    height: 100% !important;
    display: flex !important;
    /*position: absolute;
    inset: 0;*/
    justify-content: center;
    align-items: center;
}
.reel-title h2 a {
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
      cursor: none;
}
.wide-testimonial-carousel .elementor-testimonial__text {
    max-width: 750px;
    margin: 0 auto;
}
.marg-bot-0{
    margin-bottom: 0 !important;
}

/* Media Queries*/

@media only screen and (max-width: 1368px){
    
    .marquee-title, span.innovative-title {
        font-size: 100px;
    }
    img.rotate-img {
    max-width: 100px;
}
.reel-column{
    min-height: 490px;
}

}

@media only screen and (max-width: 1024px){

    .service {
        width: calc(25% - 20px) !important;
    }
    .marquee-title, span.innovative-title {
        font-size: 84px;
    }
    .services-wrap .elementor-container.elementor-column-gap-no {
        gap: 20px;
    }
    .logo {
    width: 100% !important;
    max-width: 175px !important;
    margin-bottom: 0 !important;
}


}

@media only screen and (max-width: 800px){

.our-data::after {   
    height: 1px;
    width: 60px;
    position: absolute;
    right:0;
    left: 0;
    top: auto;
    bottom: 0;
    margin: 0 auto;   
}
.reel-column{
    min-height: 400px;
}
}

@media only screen and (max-width: 479px){

.service {
    width: calc(100%) !important;
}
}