/*
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.3.1748422516
Updated: 2025-05-28 08:55:16

*/
.about-blogs .blog-image img {
  height: 300px;
}

.elementor.elementor-10.elementor-location-header {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.elementor-element-e634efd ul#menu-1-468c0518 li:last-child a::before,
ul#menu-2-468c0518 li:last-child a::before {
  content: '';
  display: inline-block;
  background-image: url('https://wecodepros.com/dev/optidan/wp-content/uploads/2025/05/Frame.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  vertical-align: middle;
  opacity: 1;
  position: static;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
  background: transparent !important;
  color: inherit !important;
}

.elementor-element-e634efd ul#menu-1-468c0518 li:last-child a,
ul#menu-2-468c0518 li:last-child a {
  font-family: 'Noto Sans', Sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  color: #fff !important;
}

.elementor-element-e634efd ul#menu-1-468c0518 li:last-child,
ul#menu-2-468c0518 li:last-child {
  background: #0f2378;
  padding: 10px 30px;
  border-radius: 30px;
  justify-content: center;
}

ul#menu-2-468c0518 li:last-child {
  border-radius: 10px;
  margin: 10px 20px 20px;
}

.elementor-element-e634efd .elementor-nav-menu__align-end .elementor-nav-menu {
  align-items: center;
}

.footer-widget h2 {
  position: relative;
  padding-bottom: 20px;
}

.footer-widget h2:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
}

.footer-widget h2:after {
  width: 70px;
  position: absolute;
  left: 0;
  content: '';
  background: #aa50a9;
  height: 6px;
  bottom: -2px;
  border-radius: 5px;
}

.hme-tp .frm-wrap input,
.hme-tp .frm-wrap textarea {
  border-radius: 6px;
  padding: 12px;
  border: 1px solid #d1d5db;
  font-size: 17px;
  color: #000;
}

.hme-tp .frm-wrap textarea {
  height: 120px;
}

.hme-tp .frm-wrap label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #374151;
}

.hme-tp input[type='submit'] {
  background: #aa50a9;
  color: #fff;
  width: 100%;
  padding: 12px 10px;
  font-weight: 600;
  font-size: 18px;
  border: none;
  border-radius: 25px;
}

.hme-tp span.wpcf7-spinner {
  position: absolute;
}

.spec-bx span.elementor-icon {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 5px;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  display: flex;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  display: flex;
}

.blog-carousel {
  overflow: hidden;
}

.blog-carousel .elementor-swiper-button {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  position: absolute;
}

.blog-carousel .elementor-swiper-button svg {
  top: -3px;
  position: relative;
}

.blog-carousel .elementor-swiper-button.elementor-swiper-button-prev {
  left: 0;
}

.blog-carousel .elementor-swiper-button.elementor-swiper-button-next {
  right: 0;
  left: auto;
}

@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.testimonial-section {
  background: #3e2e91;
  padding: 0px;
  color: #fff;
  border-radius: 20px;
}

.testimonial-card {
  background: #fff;
  color: #000;
  border-radius: 16px;
  padding: 0px;
  margin: 10px;
}

.testimonial-image img {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.testimonial-content {
  font-size: 15px;
}

.blog-slider-section {
  text-align: center;
}

.blog-slider-heading {
  font-size: 2rem;
  margin-bottom: 30px;
}

.blog-slider .blog-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.01);
  padding: 20px;
  margin: 0 20px;
  text-align: left;
  min-height: 550px;
}

.blog-image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.blog-content h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #171717;
  height: 50px;
  align-content: center;
}

.blog-content p {
  font-size: 17px;
  color: #171717;
  margin-bottom: 12px;
  line-height: 27px;
}

.read-more {
  color: #ad38c2;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  margin-top: 12px;
}

.read-more span {
  transition: margin-left 0.3s ease;
}

.read-more:hover span {
  margin-left: 5px;
}

.blog-slider button:before {
  font-size: 28px;
}

.blog-slider button:before {
  font-size: 28px;
}

.testimonial-slider button {
  position: absolute;
  left: -570px;
  top: 80%;
}

.testimonial-slider button.slick-prev.slick-arrow {
  left: -570px;
}

.testimonial-slider button.slick-next.slick-arrow {
  left: -530px;
}

.testimonial-slider ul.slick-dots {
  left: -300px;
}

.testimonial-slider button:hover,
.blog-slider ul.slick-dots li button:hover {
  background: transparent;
}

.testimonial-slider ul.slick-dots li button:before,
.blog-slider ul.slick-dots li button:before {
  background: rgba(255, 255, 255, 1);
  border-radius: 15px;
  content: '';
  width: 15px;
  height: 15px;
}

.blog-slider ul.slick-dots li button:before {
  background: rgba(0, 0, 0, 0.3);
}

.blog-slider ul.slick-dots li.slick-active button:before {
  background: rgba(0, 0, 0, 1);
}

.testimonial-slider ul.slick-dots li.slick-active button:before {
  background: #aa50a9;
}

.testimonial-card .testimonial-image {
  width: 100%;
}

.testimonial-card .testimonial-image img {
  width: 100%;
}

.testimonial-card .testimonial-content {
  padding: 0 20px 20px;
  min-height: 270px;
}

.testimonial-section .testimonial-slider.slick-dotted {
  margin-bottom: 0;
}

.testimonial-slider ul.slick-dots {
  left: -335px;
  bottom: 10px;
}

.testimonial-card .testimonial-content .testi-btm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 10px;
}

.testimonial-card .testimonial-content .testi-btm .lt {
  width: 60%;
}

.testimonial-card .testimonial-content .testi-btm .rt {
  width: 40%;
  text-align: right;
}

.testimonial-card .testimonial-content .testi-btm .lt strong {
  font-size: 18px;
  font-weight: 600;
}

.read-more span svg {
  position: relative;
  top: 4px;
}

.bnr-title span {
  color: #fbcfe8;
}

.elementor-element-e16e0f1 p {
  margin-bottom: 0;
}

.elementor-widget-sidebar .custom-widget {
  border: 1px solid #e5e7eb;
  margin-bottom: 20px;
  border-radius: 7px;
  padding: 0;
}

.elementor-widget-sidebar .custom-widget h3.widget-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding: 0 20px;
}

.elementor-widget-sidebar .custom-widget ul {
  margin: 0;
  padding: 0;
}

.elementor-widget-sidebar .custom-widget ul li {
  display: block;
  border-bottom: 1px solid #e5e7eb;
}

.elementor-widget-sidebar .custom-widget ul li a {
  display: block;
  color: #171717;
  padding: 10px 20px;
}

.elementor-widget-sidebar .custom-widget ul li a:hover {
  background: #a21caf;
  color: #fff;
}

.elementor-widget-sidebar .custom-widget form.search-form label {
  width: 75%;
}

.elementor-widget-sidebar
  .custom-widget
  form.search-form
  label
  input.search-field {
  border: none;
  border-radius: 7px;
}

.elementor-widget-sidebar .custom-widget form.search-form input.search-submit {
  background: transparent;
  border: none;
  color: #171717;
}

.elementor-widget-sidebar .custom-widget:last-child h3.widget-title {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.elementor-widget-sidebar .custom-widget:last-child li {
  border-bottom: 1px dashed #e5e7eb;
}

.elementor-widget-sidebar .custom-widget:last-child li a:hover {
  background: transparent;
  color: #171717;
}

.privacy ul {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  margin: 0 0 15px;
}

.privacy ul li {
  display: block;
  line-height: 2rem;
}

.privacy p a {
  color: #171717;
}

.about-blogs ul.slick-dots {
  bottom: -50px;
}

span.elementor-post-date,
span.elementor-post-author {
  display: flex;
  align-items: center;
}

.elementor-post__meta-data {
  display: flex;
  gap: 30px;
}

span.elementor-post-author::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('https://wecodepros.com/dev/optidan/wp-content/uploads/2025/05/Frame-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  vertical-align: middle;
}

span.elementor-post-date::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('https://wecodepros.com/dev/optidan/wp-content/uploads/2025/05/Frame-2.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
  vertical-align: middle;
}

.elementor-posts--thumbnail-top .elementor-post__text {
  display: flex !important;
  flex-direction: !important;
}

.elementor-posts-container .elementor-post__meta-data {
  order: 1;
}

.elementor-posts-container h3.elementor-post__title {
  order: 2;
}

.elementor-posts-container .elementor-post__excerpt {
  order: 3;
}

.elementor-25
  .elementor-element.elementor-element-8f1f3a5
  .elementor-post__title {
  padding-bottom: 10px;
}

.cnt-frm .frm-wrap input,
.cnt-frm .frm-wrap textarea,
.cnt-frm .frm-wrap select {
  border-radius: 6px;
  padding: 12px;
  border: 1px solid #d1d5db;
  font-size: 17px;
  color: #000;
}

.cnt-frm .frm-wrap textarea {
  height: 120px;
}

.cnt-frm .frm-wrap label {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #374151;
}

.cnt-frm input[type='submit'] {
  background: #aa50a9;
  color: #fff;
  width: 100%;
  padding: 12px 10px;
  font-weight: 600;
  font-size: 18px;
  border: none;
  border-radius: 25px;
}

.cnt-frm {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.cnt-frm .frm-wrap {
  width: 48.8%;
}

.cnt-frm .frm-wrap:nth-child(5) {
  width: 100%;
}

.cnt-frm .frm-wrap p {
  margin-bottom: 0;
}

.cnt-frm p {
  width: 100%;
}

.cnt-frm span.wpcf7-spinner {
  position: absolute;
}

/* ===================================== MEDIA 1366 ======================================== */
/* ===================================== MEDIA 1366 ======================================== */
/* ===================================== MEDIA 1366 ======================================== */

@media only screen and (max-width: 1366px) {
  .blog-slider .blog-card {
    padding: 15px;
    margin: 0px 10px;
  }

  .testimonial-slider button.slick-next.slick-arrow {
    left: -75%;
  }

  .testimonial-slider button.slick-prev.slick-arrow {
    left: -80%;
  }
}

/* ===================================== MEDIA 1024 ======================================== */
/* ===================================== MEDIA 1024 ======================================== */
/* ===================================== MEDIA 1024 ======================================== */

@media only screen and (max-width: 1024px) {
  .testimonial-slider button.slick-prev.slick-arrow {
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
  }

  .testimonial-slider button.slick-next.slick-arrow {
    left: auto;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
  }

  .testimonial-slider button.slick-arrow:before {
    font-size: 30px;
  }

  .blog-slider-section .slick-next {
    right: 5px;
  }

  .blog-slider-section .slick-prev {
    left: 0;
  }

  .blog-slider-section > div {
    padding: 0 25px;
  }

  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: fixed;
    top: 65px;
    left: 0;
    z-index: 5;
    width: 100%;
  }
}

/* ===================================== MEDIA 767 ======================================== */
/* ===================================== MEDIA 767 ======================================== */
/* ===================================== MEDIA 767 ======================================== */

@media only screen and (max-width: 767px) {
  .elementor-element.elementor-element-a006300.elementor-absolute.animate-ping.elementor-widget.elementor-widget-image,
  .elementor-17 .elementor-element.elementor-element-149127a,
  body:not(.rtl) .elementor-17 .elementor-element.elementor-element-2122b65 {
    display: none;
  }

  .blog-slider-section > div {
    padding: 0;
  }

  .site-main.post-17.page.type-page.status-publish.hentry {
    overflow: hidden;
  }

  .elementor-element-03ad8c8 p {
    margin: 0;
  }

  .elementor-17 .elementor-element.elementor-element-4d90579 > div {
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
    border: 1px dashed;
    border-radius: 20px;
    overflow: hidden;
  }

  .elementor-element-6488ddd .elementor-icon-box-wrapper {
    display: flex !important;
    align-items: center;
    gap: 15px;
  }

  .elementor-element-6488ddd .elementor-icon-box-icon {
    margin-bottom: 0 !important;
  }

  .elementor-element-6488ddd
    .elementor-widget-icon-box.elementor-mobile-position-top
    .elementor-icon-box-wrapper {
    text-align: left;
  }

  .blog-slider .blog-card {
    margin: 0;
    padding: 10px;
    min-height: auto;
  }

  .blog-slider .slick-dots {
    bottom: -50px;
  }

  .elementor-17 .elementor-element.elementor-element-5d7f638 {
    background: transparent !important;
  }

  .footer-widget h2:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-widget h2:before {
    left: 0;
  }

  .elementor-element-93e8b7a ul#menu-1-93e8b7a li a {
    text-align: center;
    justify-content: center;
  }

  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: 55px;
  }

  .elementor-17 .elementor-element.elementor-element-c97d849 {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .cnt-frm .frm-wrap {
    width: 100%;
  }

  .animate-pulse {
    display: none;
  }

  .elementor-widget-sidebar .custom-widget form.search-form label {
    width: 74%;
  }

  .menu-dv {
    position: static !important;
  }

  .menu-dv .elementor-widget-nav-menu {
    position: static;
  }

  .menu-dv .elementor-widget-nav-menu .elementor-widget-container {
    position: static;
  }

  .menu-dv
    .elementor-widget-nav-menu
    .elementor-menu-toggle.elementor-active
    + .elementor-nav-menu__container {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    z-index: 9;
  }
}

/* new design custom css  */

/* marquee slider  */
.single-marquee img {
  height: 75px;
  object-fit: contain;
}

.single-marquee {
  height: 80px !important;
  display: inline-flex !important;
  align-items: center;
  padding: 0 80px;
}

.circle-box {
  aspect-ratio: 1;
}

/* form area  */
.form-group {
  position: relative;
  z-index: 1;
}

.form-group p {
  margin: 0;
}

.form-group span {
  display: block;
}

.form-group i {
  position: absolute;
  left: 0;
  top: 5px;
}

.form-group br {
  display: none;
}

.contact-form .form-group label {
  font-size: 16px;
  color: #121212;
  margin-bottom: 15px;
}

.contact-form.white-form .form-group label {
  color: #fff;
}

.contact-form-wrapper.white {
  max-width: 750px;
}

.contact-form .form-group input,
.contact-form .form-group textarea,
.contact-form .form-group select {
  border: none;
  padding: 12px 22px;
  border: 1px solid #e9ebf5;
  border-radius: 58px;
  color: hwb(0deg 9% 91% / 50%);
  background: #f2f2f2;
}

.contact-form .form-group textarea {
  height: 100px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus,
.contact-form .form-group select:focus {
  outline: none;
  box-shadow: none;
  border-color: #aa50a9;
}

.contact-form .form-group select {
  color: #2b2b2b;
}

.contact-form input[type='submit'] {
  background: #aa50a9;
  width: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 58px;
  width: 100%;
}

.contact-form input[type='submit']:hover {
  background: #181818;
}

.contact-form .wpcf7-spinner {
  display: none;
}

.contact-form .submit {
  margin-bottom: 0;
}

@media (max-width: 1366px) {
  .single-marquee {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .single-marquee {
    padding: 0 20px;
  }
}
