/*
Theme Name: sricooltheme Child
Template: sricooltheme
Version: 1.0
Author: Maximus
*/
/* HEADER */
body.sticky-active .normal-header {
    opacity: 0;
    visibility: hidden;
}
.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s ease;
}

.header-sticky.is-sticky {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* BREADCRUMB */
.breadcrumb-project .elementor-inline-item:last-child .elementor-icon-list-text {
    color: #1A60A6 !important;
}
.breadcrumb-project .elementor-inline-item .elementor-icon-list-text {
    filter: drop-shadow(3px 2px 5px rgb(255, 255, 255));
}

/* HOME */
.pxl-company-features {
    width: 100%;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    gap: 5%;
    padding: 0;
    box-sizing: border-box;
}

.pxl-list--btn,
.pxl-contents {
    padding-top: 20% !important;
    padding-bottom: 20% !important;
}

.pxl-list--btn {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pxl-item--btn {
    margin-bottom: 10px;
}

.pxl-item--btn .btn {
  display: block;
  width: 100%;
  position: relative;
  line-height: 64px;
  padding-inline: 44px 67px;
  max-width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(215,215,215,.29);
  text-decoration: none;
  transition: 0.3s;
  overflow: hidden;
}

.pxl-item--btn .btn {
  background: transparent;
  transition: color 0.3s ease;
}

.pxl-item--btn .btn:hover,
.pxl-item--btn .btn.active {
  color: #fff;
}

.pxl-btn--icon {
  --size: 50px;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0BABB7;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.4s ease;
}

.pxl-btn--icon span {
  width: var(--size);
  height: var(--size);

  background: #fff;
  border-radius: 50%;

  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  display: flex;
  align-items: center;
  justify-content: center;
}

.pxl-item--btn .btn:hover,
.pxl-item--btn .btn.active {
  color: #fff;
  border-color: transparent;
}

.pxl-item--btn .btn:hover .pxl-btn--icon,
.pxl-item--btn .btn.active .pxl-btn--icon {
  left: 0;
  opacity: 1;
}
.pxl-btn--text {
  position: relative;
  z-index: 5;
  font-family: "Open Sans", Sans-serif;
  line-height: 64px;
  text-align: left;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.36px;
  display: block;
  padding-left: 40px;
}

.pxl-number {
  position: absolute;
  left: 0;
  top: 0;
  height: 64px;
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  color: #5988bc;
}

.text-t3 {
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
}
.pxl-item--btn .btn:hover .pxl-number,
.pxl-item--btn .btn.active .pxl-number {
    font-family: "Open Sans", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #fff !important;
}

.pxl-images {
    position: relative;
    height: 100%;
    border-radius: 222px;
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    overflow: hidden;
}

.pxl-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: 0.4s;
}

.pxl-img.active {
  opacity: 1;
}

.pxl-tab {
    display: none;
    animation: fadeIn 0.4s ease;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;    
    color: #fff;
}

.pxl-tab ul {
  margin-top: 20px;
  padding-left: 0;
  list-style: inside;
  list-style-type: ">  " !important;
}

.pxl-tab.active {
    display: block;
}

.pxl-tab p {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;    
    color: #fff;
}
.pxl-tab ul li {
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;    
    color: #fff;
}

@keyframes fadeIn {
  from {opacity:0; transform:translateY(10px);}
  to {opacity:1; transform:translateY(0);}
}

@media (max-width: 1024px) {
    .pxl-company-features {
      grid-template-columns: 1fr;
    }
    .pxl-list--btn {
      padding-top: 30px !important;
      padding-bottom: 0 !important;
    }
    .pxl-contents {
      padding-top: 0px !important;
      padding-bottom: 0 !important;
    }
}

@media (max-width: 768px) {

  .pxl-company-features {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .pxl-images {
    min-height: 400px;
    margin: 0;
  }

  .pxl-item--btn .btn {
    padding: 0 60px 0 20px;
  }

  .pxl-tab p {
    margin-top: 0;
  }

}
.home-project .swiper-slide-inner {
    position: relative;
    overflow: hidden;
}

.home-project .elementor-image-carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(97, 213, 202, 0.9);
    padding: 30px;
    margin-left: 60px;
    margin-bottom: 100px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s cubic-bezier(.4,0,.2,1);
}

.home-project .swiper-slide-inner:hover 
.elementor-image-carousel-caption {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
  .home-project .elementor-image-carousel-caption {
      padding: 12px !important;
      margin-left: 10px !important;
      margin-bottom: 50px;
      opacity: 1 !important;
  }
}
.home-project .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
}
.home-project .swiper-pagination-bullet:hover::before {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    border-radius: 50%;
    border: 1px solid #0BABB7;
    transition: all .25s linear 0s;
}
.home-project .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    border-radius: 50%;
    border: 1px solid rgba(11, 171, 183, 0.6);
    transition: all .25s linear 0s;
}
.home-project .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 0.6 !important;
}
/* CLIENT */
.client-box .svg-item-diamond {
    position: absolute;
    top: -15px;
    right: 0;
    transform: translate(50%,50%);
    z-index: 9;
}
@keyframes ringclient {

  0% {
    transform: rotate3d(0, 0, 1, 0);
  }

  20%, 
  32%, 
  44%, 
  56%, 
  68%, 
  80% {
    transform: rotate3d(0, 0, 1, 0);
  }

  23%, 
  35%, 
  47%, 
  59%, 
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%, 
  38%, 
  50%, 
  62%, 
  74% {
    transform: rotate3d(0, 0, 1, 0);
  }

  29%, 
  41%, 
  53%, 
  65%, 
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 0);
  }

}
.client-box .elementor-icon .e-font-icon-svg {
    animation: ringclient 3s ease infinite;
    transform-origin: 50% 10%;
}

/* PROJECT */
.project-list .e-n-tabs-heading {
  margin-top: 6.9%;
}
.project-list .e-n-tab-title {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.project-list .e-n-tab-title-text {
    flex: 1 1 auto;
    text-align: left;
}

.project-list .e-n-tab-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
/* ELEMENTOR ICON */
.pxl-move-rect {
  transform-box: fill-box;
  transform-origin: center;
  animation: slide 7s ease-in-out infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0) rotate(45deg);
  }

  50% {
    transform: translateX(-40px) rotate(45deg);
  }

  100% {
    transform: translateX(0) rotate(45deg);
  }
}

/* FANCYBOX */
.fancybox__container {
  z-index: 999922;
}

/* TESTIMONIALS */
.testimonials-certificate .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.testimonials-certificate .gallery-item {
  max-width: 100% !important;
  width: auto !important;
  border: 1px solid #ddd;
}
.testimonials-certificate .gallery-item .gallery-caption {
  margin-block-end: 15px;
}
@media (max-width: 480px) {
  .testimonials-certificate .gallery {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 10px;
    padding-right: 10px;
  }
}

.testimonials-qlassic-project .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}
@media (min-width: 481px) {
  .testimonials-qlassic-project .gallery-item {
    max-width: 100% !important;
    width: calc(33.333% - 10px) !important;
    border: 1px solid #ddd;  
    margin: 0 !important;
  }
}
.testimonials-qlassic-project .gallery-item .gallery-caption {
  margin-block-end: 15px;
}
.testimonials-qlassic-project .gallery-item .gallery-caption span {
  color: #000;
  font-weight: 400;
}
@media (max-width: 480px) {
  .testimonials-qlassic-project .gallery-item {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* CONTACT US */
.contactus-box .elementor-icon-box-icon {
    min-width: 103px;
    min-height: 103px;
    background-color: #4bd3c7;
    border-radius: 18px;
    font-size: 47px;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.contactus-box .elementor-icon-box-title {
  margin-top: 0;
}
.contactus-form-box .elementor-shortcode {
  width: 100%;
}
.contactus-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
}
.contactus-form p {
    margin: 0;
}

.contactus-form .message-textarea {
    grid-column: 1 / -1;
}

.contactus-form label {
    font-family: "Open Sans", Sans-serif;
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.contactus-form input[type="text"],
.contactus-form input[type="email"],
.contactus-form input[type="tel"],
.contactus-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.3s;
    margin-top: 7px;
}

.contactus-form input:focus,
.contactus-form textarea:focus {
    outline: none;
    border-color: #00b3b3;
}

.contactus-form input[type="submit"] {
    grid-column: 1 / -1;
    background-color: #0BABB7;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0BABB7;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 35px 15px 35px;
    cursor: pointer;
    transition: background-color 0.3s;
    justify-self: start;
}

.contactus-form input[type="submit"]:hover {
    background-color: transparent;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    color: #0BABB7;
    border-color: #0BABB7;
}

@media (max-width: 768px) {
    .contactus-form {
        grid-template-columns: 1fr;
    }

    .contactus-form input[type="submit"] {
        justify-self: stretch;
    }
}
/* FOOTER */
.footer-box .svg-item-diamond {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%,50%);
    z-index: 9;
}

@keyframes ring {

  0% {
    transform: rotate3d(0, 0, 1, 0);
  }

  20%, 
  32%, 
  44%, 
  56%, 
  68%, 
  80% {
    transform: rotate3d(0, 0, 1, 0);
  }

  23%, 
  35%, 
  47%, 
  59%, 
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  26%, 
  38%, 
  50%, 
  62%, 
  74% {
    transform: rotate3d(0, 0, 1, 0);
  }

  29%, 
  41%, 
  53%, 
  65%, 
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 0);
  }

}
.footer-box .elementor-icon .e-font-icon-svg {
    animation: ring 3s ease infinite;
    transform-origin: 50% 10%;
}
.footer-box .elementor-widget-html {
  position: initial;
}
.footer-icon-box h3 {
  margin-top: 0;
}
@media (max-width: 768px) {
  .footer-menu-list ul > li > a {
    justify-content: center;
  }  
}

/* BACK TO TOP */
.pxl-scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 50%;
    z-index: 9999;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    background-color: #64d5cf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pxl-scroll-top:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: -1;
    background-color: #64d5cf;
    border-radius: 100%;
}

.pxl-scroll-top .pxl-arrow-top {
    width: 14px;
    height: 14px;
    z-index: 2;
    transition: inherit;
    animation: pxl_scroll_top_effect 3s ease-in-out infinite;
}

.pxl-scroll-top .pxl-scroll-progress-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .25s linear 0s;
}

.pxl-scroll-top .pxl-scroll-progress-circle path {
    fill: none;
    stroke: #0BABB7;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
    transition: stroke-dashoffset 0.2s linear;
}

.pxl-scroll-top.pxl-on {
    bottom: 40px;
    opacity: 1;
    visibility: visible;
}

@keyframes pxl_scroll_top_effect {
    0%, 100% { transform: translateY(3px); }
    50% { transform: translateY(-3px); }
}