.elementor-element-1452774 .e-n-accordion .e-n-accordion-item-title-icon{
	background: #e5e9ee;
    padding: 14px;
    border-radius: 14px;
	padding: 17px;
}

.elementor-element-e447add:hover .elementor-element-1f8669d .elementor-widget-spacer,
.elementor-element-f6e2e50:hover .elementor-element-4508d4c .elementor-widget-spacer,
.elementor-element-5f23580:hover .elementor-element-26bb2d6 .elementor-widget-spacer
{
	border-color: white;
}

.elementor-testimonials-widget {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.testimonials-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.5rem;
    color: #333;
    font-weight: 600;
}

.testimonials-slider-container {
    position: relative;
    /* overflow: hidden; */
}

.testimonials-slider {
    position: relative;
    width: 100%;
    height: auto;
}

.testimonial-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.testimonial-slide.active {
    display: block;
    opacity: 1;
}

.testimonials-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
	min-height:340px;
}


.testimonial-item {
    display: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.testimonials-grid.testimonials-count-1 {
    justify-content: center;
}

.testimonials-grid.testimonials-count-1 .testimonial-card-modern {
    max-width: 100%;
}

.testimonials-grid.testimonials-count-2 .testimonial-card-modern {
    /* flex: 1; */
    max-width: calc(50% - 10px);
}

.testimonials-grid.testimonials-count-3 .testimonial-card-modern {
    /* flex: 1; */
    max-width: calc(33.333% - 14px);
}

.testimonial-card-modern {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e8e8e8;
    position: relative;
    transition: all 0.3s ease;
}

.testimonial-card-modern:hover {
    transform: translateY(-20px) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.testimonial-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 15px;
}

/* Center testimonial info when no role is present */
.testimonial-info:not(:has(.testimonial-role)) {
    display: flex;
    align-items: center;
    min-height: 60px; /* Match avatar height */
}

/* Fallback for older browsers */
.testimonial-info .testimonial-name:only-child {
    display: flex;
    align-items: center;
    min-height: 60px;
    margin: 0;
}

/* Center popup testimonial info when no role is present */
.popup-testimonial-info:not(:has(.popup-testimonial-role[style*="block"])) {
    display: flex;
    align-items: center;
    min-height: 80px; /* Match popup avatar height */
}

/* Fallback for popup testimonials */
.popup-testimonial-info .popup-testimonial-name:only-child {
    display: flex;
    align-items: center;
    min-height: 80px;
    margin: 0;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.testimonial-info {
    flex: 1;
    min-width: 0;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #333;
}

.testimonial-role {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.testimonial-meta-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    flex-shrink: 0;
}



.testimonial-rating {
    display: flex;
    gap: 2px;
    margin-bottom: 5px;
}

.testimonial-rating .star {
    color: #ffd700;
    font-size: 1.1rem;
}

.testimonial-rating .star:not(.filled) {
    color: #ddd;
}

.testimonial-role {
    display: block;
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 3px;
    font-weight: 500;
}

.testimonial-date {
    display: block;
    font-size: 0.85rem;
    color: #999;
    font-weight: 500;
}

.testimonial-content {
    margin-top: 20px;
}

.testimonial-title {
    margin: 0 0 15px 0;
}

.testimonial-text {
    margin: 0;
}

.testimonial-text p {
    margin: 0 0 15px 0;
}

.testimonial-text p:last-child {
    margin-bottom: 0;
}

/* Navigation Buttons */
.testimonials-navigation {
    position: absolute;
    top: 50%;
	
left:-3%;
    transform: translateY(-50%);
    width: 106%;
    /* left: -50px; */
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.nav-btn {
    background: #1151A5 !important;
    border: none;
    border-radius: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white !important;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

.nav-btn:hover {
    background: #357ABD;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
}

.nav-btn svg {
    width: 24px;
    height: 24px;
}

.prev-btn {
    margin-left: -25px;
}

.next-btn {
    margin-right: -25px;
}
#masthead.is-sticky img.attachment-medium.size-medium {
    max-height: 70px;
    width: auto;
}


/* Dots Navigation */
.testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #667eea;
    transform: scale(1.2);
}

.dot:hover {
    background: #999;
}

/* Tablet Design */
@media (max-width: 768px) and (min-width: 481px) {
    .elementor-testimonials-widget {
        padding: 15px;
    }
    
    .testimonial-card-modern {
        padding: 20px;
		height: 410px;
    }
    
    .testimonial-header {
        gap: 12px;
    }
    
    .testimonial-avatar {
        width: 50px;
        height: 50px;
    }
    
    .testimonial-name {
        font-size: 1.2rem;
    }
    
    .testimonials-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    
    .testimonials-navigation {
        width: 100%;
        left: 0px;
    }
    
    .nav-btn {
        width: 45px;
        height: 45px;
    }
    
    .nav-btn svg {
        width: 20px;
        height: 20px;
    }
    
    .prev-btn {
        margin-left: -22.5px;
    }
    
    .next-btn {
        margin-right: -22.5px;
    }
    
    /* Hide rating and date on tablet */
    .testimonial-meta-right,
    .modal-testimonial-meta {
        display: none;
    }
    

    
    /* Tablet: 2 testimonials side by side */
    .testimonials-grid {
        display: flex;
        gap: 15px;
        justify-content: center;
    }
    
    .testimonials-grid .testimonial-card-modern,
    .testimonials-grid.testimonials-count-2 .testimonial-card-modern,
    .testimonials-grid.testimonials-count-3 .testimonial-card-modern {
        flex: 0 0 calc(50% - 7.5px);
        max-width: calc(50% - 7.5px);
    }
}



/* Mobile Design */
@media (max-width: 480px) {
    .elementor-testimonials-widget {
        padding: 10px;
    }
    
    .testimonial-card-modern {
        padding: 15px;
		height: 410px;
    }
    
    .testimonial-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .testimonial-avatar {
        align-self: center;
        width: 60px;
        height: 60px;
    }
    
    .testimonial-info {
        text-align: center;
        align-self: center;
    }
    
    /* Hide rating and date on mobile */
    .testimonial-meta-right {
        display: none;
    }
    

    
    .testimonial-name {
        font-size: 1.1rem;
    }
    
    .testimonial-rating .star {
        font-size: 1rem;
    }
    
    .testimonials-title {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    .testimonials-navigation {
        width: 100%;
        left: 0px;
        display: flex !important;
        justify-content: space-between !important;
        pointer-events: none !important;
        z-index: 10 !important;
    }
    
    .nav-btn {
        width: 50px;
        height: 50px;
    }
    
    .nav-btn svg {
        width: 18px !important;
        height: 18px !important;
    }
    
    .prev-btn {
        margin-left: -20px !important;
    }
    
    .next-btn {
        margin-right: -20px !important;
    }
    
    /* Mobile: single testimonial controlled by JS */
    .testimonials-grid {
        display: block;
        position: relative;
        overflow: hidden;
    }
    
    .testimonials-grid .testimonial-card-modern,
    .testimonials-grid.testimonials-count-2 .testimonial-card-modern,
    .testimonials-grid.testimonials-count-3 .testimonial-card-modern {
        width: 100%;
        max-width: 100%;
        margin: 0;
        flex: none;
    }
    

}

/* Testimonials Widget Popup Styles */
/* Clickable Testimonial Styles */
.clickable-testimonial {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.clickable-testimonial:hover {
    transform: translateY(-20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.clickable-testimonial .click-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.05);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.clickable-testimonial:hover .click-overlay {
    opacity: 1;
}

.read-more-indicator {
    color: #26266C;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    opacity: 0.8;
	display: inline-block;
	transition: transform 0.3s ease;
}

.read-more-indicator:hover {
  transform: scale(1.1); /* makes it 10% larger */
}


.testimonial-preview {
    position: relative;
}

/* Popup Modal Styles */
.testimonial-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    backdrop-filter: blur(5px);
}

.testimonial-popup-content {
    background: white;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow: hidden;
    position: relative;
    animation: popupSlideIn 0.3s ease-out;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: scale(0.8) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

button.popup-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff;
    border: solid 2px #3E89E9;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    padding: 2px;
}

.popup-close-btn:hover {
    background: #1151a5;
    transform: scale(1.1);
}

.popup-close-btn svg{
    color: #3E89E9;
}

.popup-testimonial-content {
    padding: 0;
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.popup-testimonial-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
    padding: 20px 20px 15px 20px;
    background: white;
    position: sticky;
    top: 0;
    z-index: 5;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 20px 20px 0 0;
}

.popup-testimonial-body {
    border-top: none;
    padding: 20px;
    flex: 1;
    overflow-y: auto;
    border-radius: 0 0 20px 20px;
}

.popup-testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f0f0f0;
}

.popup-testimonial-info {
    flex: 1;
    min-width: 200px;
}

.popup-testimonial-name {
    font-size: 1.5em;
    font-weight: 600;
    font-family: "Roboto Condensed", Sans-serif;
    margin: 0 0 5px 0;
    color: #333;
}

.popup-testimonial-role {
    color: #666;
    font-size: 1.1em;
    font-family: "Roboto Condensed", Sans-serif;
}

.popup-testimonial-meta-right {
    text-align: right;
}

.popup-testimonial-rating {
    margin-bottom: 5px;
}

.popup-testimonial-rating .star {
    color: #ddd;
    font-size: 1.2em;
}

.popup-testimonial-rating .star.filled {
    color: #ffd700;
}

.popup-testimonial-date {
    color: #999;
    font-size: 0.9em;
}

.popup-testimonial-body {
    border-top: none;
    padding: 20px;
    flex: 1;
    overflow-y: auto;
}

.popup-testimonial-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #26266c;
    font-family: "Roboto Condensed", Sans-serif;
    margin-bottom: 20px;
    line-height: 1.4;
}

.popup-testimonial-text {
    font-size: 1.1em;
    line-height: 1.6;
    font-family: "Roboto Condensed", Sans-serif;
    color: #555;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .testimonial-popup-content {
        width: 95%;
        max-height: 90vh;
        padding: 10px;
    }
    
    .popup-testimonial-content {
        padding: 0;
        overflow-y: auto;
    }
    
    .popup-testimonial-header {
         flex-direction: column;
         text-align: center;
         gap: 15px;
         padding: 15px;
         position: sticky;
         top: 0;
         background: white;
         z-index: 5;
         border-radius: 20px 20px 0 0;
     }
    
    .popup-testimonial-body {
         padding: 15px;
         border-radius: 0 0 20px 20px;
     }
    
    .popup-close-btn {
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
    }
    
    .popup-testimonial-meta-right {
        text-align: center;
    }
    
    .popup-testimonial-name {
        font-size: 1.3em;
    }
    
    .popup-testimonial-title {
        font-size: 1.2em;
    }
    
    .popup-testimonial-text {
        font-size: 1em;
    }
}

/* Keyboard Navigation */
.testimonial-popup-overlay:focus-within .popup-close-btn {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

/* For header sticky */
/* #masthead{
	position: sticky !important;
	top: 0;
	background: white;
} */
/* #masthead.is-sticky div.masthead .elementor-element.elementor-element-5c6809e.elementor-widget.elementor-widget-site-logo {
  width: 110px;	
} */
/* #masthead div.masthead .elementor-element.elementor-element-5c6809e.elementor-widget.elementor-widget-site-logo img {
  transition: transform 0.2s ease-out;
  transform-origin: center center;
} */
/* -------------------- Base Header Style -------------------- */

 #masthead {
  position: sticky !important;
  top: 0;
  background: #fff;
  z-index: 98 !important;
	transition: box-shadow 0.3s ease;
  box-shadow: none;

  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
	
}

#masthead .hfe-site-logo-img {
  height: 120px;
	transition: height 0.3s ease, transform 0.3s ease;
  object-fit: contain;
}

#masthead .elementor-element.elementor-element-bb6a53b {
	transition: height 0.3s ease, padding 0.3s ease;
  height: auto;
  padding: 15px 10px;
  display: flex;
  align-items: start;
}

#masthead .elementor-element.elementor-element-5c6809e {
  display: flex;
  justify-content: center;
  align-items: center;
}

#masthead.is-sticky {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

#masthead.is-sticky .hfe-site-logo-img {
/*   height: 85px !important; */
  transform: scale(0.9);
  transition: transform 0.25s ease;
}

#masthead.is-sticky .elementor-element.elementor-element-bb6a53b {
  height: 85px !important;
  padding: 8px 0 !important;

}

#masthead.is-sticky .elementor-element.elementor-element-5c6809e {
  justify-content: flex-start !important;
}

.masthead-placeholder {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  display: block; /* keep in flow; JS will set height 0 or measured value */
  width: 100%;
  pointer-events: none;
}








/* -------------------- Responsive Adjustments -------------------- */

/* 📱 Mobile */
@media (max-width: 767px) {
  #masthead .hfe-site-logo-img {
    height: 100px;
  }

  #masthead.is-sticky .hfe-site-logo-img {
    height: 70px !important;
  }

/*   #masthead.is-sticky .elementor-element.elementor-element-bb6a53b {
    height: 70px !important;
    padding: 5px 0 !important;
  } */

  #masthead.is-sticky .elementor-element.elementor-element-5c6809e {
    justify-content: flex-start !important;
  }
}

/* 💻 Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  #masthead .hfe-site-logo-img {
    height: 110px;
  }

  #masthead.is-sticky .hfe-site-logo-img {
    height: 80px !important;
  }

  #masthead.is-sticky .elementor-element.elementor-element-bb6a53b {
	align-content: flex-start;
  }
}




.elementor-widget-elementor_blog_grid{
	max-width: 1600px !important;
	margin: auto;
}


#business-challenge-accordian-content-2,
#business-challenge-accordian-content-3,
#business-challenge-accordian-content-4,
#business-challenge-accordian-content-5 {
  display: none;
}

#premium-modal-85d1ba7 .premium-modal-box-modal-dialog{
opacity: 1;
}

.elementor-element.elementor-element-c064304.e-con-full.e-flex.e-con.e-parent.e-lazyloaded:hover, .elementor-element.elementor-element-c064304.e-con-full.e-flex.e-con.e-parent.e-lazyloaded:hover div.elementor-element-5eda06d  {
/*     --e-con-transform-translateY: -20px; */
    background-color: #BCD9FF;
	transition: transform 0.6s ease;
	
}

.elementor-element.elementor-element-c064304.e-con-full.e-flex.e-con.e-parent.e-lazyloaded:hover div.elementor-element-9e6876c, .elementor-element.elementor-element-c064304.e-con-full.e-flex.e-con.e-parent.e-lazyloaded:hover, .elementor-element.elementor-element-c064304.e-con-full.e-flex.e-con.e-parent.e-lazyloaded:hover div.elementor-element-607002a{
    border-color:#BCD9FF;
	transition: transform 0.6s ease;
	
}
.elementor-element.elementor-element-c064304.e-con-full.e-flex.e-con.e-parent.e-lazyloaded:hover div.elementor-element-f8ff32f{
    color:#072042;
}
.elementor-element.elementor-element-c064304.e-con-full.e-flex.e-con.e-parent.e-lazyloaded, .elementor-element.elementor-element-c064304.e-con-full.e-flex.e-con.e-parent.e-lazyloaded:hover{
	border:solid 2px #072042;
}
.elementor-element-c064304:hover {
  transform: translateY(-20px);
	transition: transform 0.6s ease;
}
.elementor-kit-6 button, .elementor-kit-6 input[type="button"], .elementor-kit-6 input[type="submit"], .elementor-kit-6 .elementor-button {
    border-radius: 25px;
}


/* Salesforce element hover effect */
.elementor-element-989ac38 {
  transition: transform 0.3s ease;
}
.elementor-element-989ac38:hover {
  transform: translateY(-20px) !important
}

/* Contact element hover effect */
.elementor-element-0f9d0cb {
  transition: transform 0.3s ease;
}
.elementor-element-0f9d0cb:hover {
  transform: translateY(-20px) !important
}

/* ✅ Default (Desktop) */
#premium-carousel-ff56121 .carousel-prev,
#premium-carousel-ff56121 .carousel-next,
div.testimonials-navigation .nav-btn {
/*   background: linear-gradient(135deg, #42a5f5, #0d47a1) !important; */
	background: linear-gradient(135deg, #0089c4, #1f3c60) !important;
  z-index: 0;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff !important;
  transition: all 0.3s ease;
  pointer-events: all;
  box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

/* ✅ Hover effect */
#premium-carousel-ff56121 .carousel-prev:hover,
#premium-carousel-ff56121 .carousel-next:hover,
div.testimonials-navigation .nav-btn:hover {
/*   background: linear-gradient(135deg, #64b5f6, #1565c0) !important; */
	background: linear-gradient(135deg, #0089c4, #1f3c60) !important;
/*   transform: scale(1.05); */
}

/* ✅ Tablet (max-width: 991px) */
@media (max-width: 991px) {
  #premium-carousel-ff56121 .carousel-prev,
  #premium-carousel-ff56121 .carousel-next,
  div.testimonials-navigation .nav-btn {
    width: 40px;
    height: 40px;
  }
}

/* ✅ Mobile (max-width: 768px) */
@media (max-width: 768px) {
  #premium-carousel-ff56121 .carousel-prev,
  #premium-carousel-ff56121 .carousel-next,
  div.testimonials-navigation .nav-btn {
    width: 36px;
    height: 35px;
    box-shadow: 0 2px 10px rgba(74, 144, 226, 0.2);
  }

  /* Optional: bring buttons slightly closer to carousel edges */
  #premium-carousel-ff56121 .carousel-prev {
    left: 5px !important;
  }

  #premium-carousel-ff56121 .carousel-next {
    right: 5px !important;
  }
}

/* ✅ Extra Small Screens (max-width: 480px) */
@media (max-width: 480px) {
  #premium-carousel-ff56121 .carousel-prev,
  #premium-carousel-ff56121 .carousel-next,
  div.testimonials-navigation .nav-btn {
    width: 30px;
    height: 30px;
  }

  #premium-carousel-ff56121 .carousel-prev i,
  #premium-carousel-ff56121 .carousel-next i,
  div.testimonials-navigation .nav-btn i {
    font-size: 14px;
  }
}

#premium-carousel-ff56121 .carousel-prev:hover, #premium-carousel-ff56121 .carousel-next:hover, div.testimonials-navigation .nav-btn:hover{
background: linear-gradient(135deg, #1f3c60, #0089c4) !important;align-content
}

.premium-modal-box-modal-header {

    padding: 15px 20px;
}
.elementor-2138 .elementor-element.elementor-element-ff75ca2{
	z-index:1;
}
/* Replace all occurrences of the old blue with the new blue */
/* .elementor-widget-button .elementor-button{
	    background-color: #0089c4 !important;

} */

.light-blue{
	color:#0089c4
/* 		old - #1872E6 */
}


img[src*="main-section.png"] {
  position: relative;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(45%) sepia(64%) saturate(1800%) hue-rotate(170deg) brightness(92%) contrast(100%);
}


.isync-global-hover-effect,
button,
a.elementor-button-link,
input.submit-btn,
input.submit,
.custom-ul ul,
.elementor-element-2ada204 ul,
.elementor-element-411c24a ul,
.elementor-element-4925e89 ul,
.elementor-element-d30e312 ul,
.elementor-element-b053d68 ul,
.elementor-element-b086838 ul,
.elementor-element-d537424 ul,
.elementor-element-cb56e01 ul,
.elementor-element-66b7d8e ul,
.elementor-element-75e8f2e ul,
.elementor-element-59ee986 ul,
.elementor-element-c605a88 ul,
.elementor-element-886a63e ul,
.elementor-element-505fd36 .elementor-icon-wrapper .elementor-icon{
	background: linear-gradient(135deg, #0089c4, #1f3c60) !important;
    z-index: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 2px 10px rgba(74, 144, 226, 0.3);
}

.isync-global-hover-effect:hover,
button:hover,
a.elementor-button-link:hover,
input.submit-btn:hover,
input.submit:hover,
.custom-ul ul:hover,
.elementor-element-2ada204 ul:hover,
.elementor-element-411c24a ul:hover,
.elementor-element-4925e89 ul:hover,
.elementor-element-d30e312 ul:hover,
.elementor-element-b053d68 ul:hover,
.elementor-element-b086838 ul:hover,
.elementor-element-d537424 ul:hover,
.elementor-element-cb56e01 ul:hover,
.elementor-element-66b7d8e ul:hover,
.elementor-element-75e8f2e ul:hover,
.elementor-element-59ee986 ul:hover,
.elementor-element-c605a88 ul:hover,
.elementor-element-886a63e ul:hover,
.elementor-element-505fd36 .elementor-icon-wrapper .elementor-icon:hover{
	background: linear-gradient(135deg, #1f3c60, #0089c4) !important;
}


.custom-single-post-container-section{
	width: 100% !important;
  max-width: 100% !important;
  margin-left: calc(-50vw + 50%);
  position: relative;
  left: 0;
}

.post-meta-and-comments-container{
max-width: 1140px;
margin: auto;
padding:10px;
}

.post-meta-and-comments-container .post-comments{
margin: 40px 0;
}

#premium-carousel-wrapper-ff56121 #premium-carousel-ff56121 .carousel-prev,
#premium-carousel-wrapper-ff56121 #premium-carousel-ff56121 .carousel-next{
z-index: 1;
}

#menu-1-bd5c946 #menu-item-436 .sub-menu{
	overflow: hidden !important;
}
p.comment-form-cookies-consent {
    display: flex;
    gap: 10px;
}

@media (max-width: 767px) and (min-width: 440px) {
  #premium-carousel-wrapper-ff56121 #premium-carousel-ff56121 .carousel-prev,
  #premium-carousel-wrapper-ff56121 #premium-carousel-ff56121 .carousel-next{
	position: absolute;
	top: 37%;
  }
}

@media (max-width: 1300px) and (min-width: 767px) {
	
/* 	#premium-carousel-wrapper-ff56121 #premium-carousel-ff56121{
		overflow: hidden;
	} */
	
	#premium-carousel-wrapper-ff56121 #premium-carousel-ff56121 .carousel-prev,
	#premium-carousel-wrapper-ff56121 #premium-carousel-ff56121 .carousel-next{
		display: none !important;
	}
	
	.elementor-element-2216e4a .testimonials-navigation .prev-btn,
	.elementor-element-2216e4a .testimonials-navigation .next-btn{
		display: none !important;
	}
}


@media (min-width: 1300px) {
	
	#premium-carousel-wrapper-ff56121 #premium-carousel-ff56121 .slick-dots{
		display: none !important;
	}
}
