/*
Theme Name:   twentytwenty child theme
Description:  Write here a brief description about your child-theme
Author:       thehandy
Author URL:   http://thehandy.loveetechnologies.com
Template:     twentytwenty
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwenty-child
*/

/* Write here your own personal stylesheet */
/* width */

p.showall {
    height: 50px;
    overflow: auto;
    overflow-y: scroll;
    scrollbar-color: #21529e #ADD8E6;
    scrollbar-width: thin;
}
.comment.showall {
    height: 160px;
    overflow: auto;
    overflow-y: auto;
    scrollbar-color: #21529e #ADD8E6;
    scrollbar-width: thin;
}
.elementor-testimonial__text table h2 {
    text-align: center;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-image img {
/*     filter: invert(20%) sepia(80%) saturate(1395%) hue-rotate(198deg) brightness(90%) contrast(849%); */
	
}
/* .wpmtst-testimonial-image.testimonial-image:after {
    background: url(http://oddjobshandygents.com/wp-content/uploads/2020/11/siouthele-blue.jpeg) no-repeat;
    width: 150px;
    height: 125px;
    border-radius: 50%;
    content: '';
    display: block;
} */
.strong-view.strong-view-id-2.modern.wpmtst-modern.more-in-place {
    height: 540px;
    overflow: auto;
    overflow-y: auto;
    scrollbar-color: #21529e #ADD8E6;
    scrollbar-width: thin;
}
.comment.showall.ltmore {
    font-size: 16px;
    color: #464646;
}
.strong-view.strong-view-id-2.modern.wpmtst-modern.more-in-place::-webkit-scrollbar {
  width: 6px;
}
.showall::-webkit-scrollbar {
  width: 6px;
}
.strong-view.strong-view-id-2.modern.wpmtst-modern.more-in-place::-webkit-scrollbar {
  width: 6px;
}
/* Track */
.showall::-webkit-scrollbar-track {
  background: #ADD8E6; 
}
.strong-view.strong-view-id-2.modern.wpmtst-modern.more-in-place::-webkit-scrollbar-track {
  background: #ADD8E6; 
}
  
/* Handle */
.showall::-webkit-scrollbar-thumb {
  background: #21529e; 
}
.strong-view.strong-view-id-2.modern.wpmtst-modern.more-in-place::-webkit-scrollbar-thumb {
  background: #21529e; 
}

/* Handle on hover */
.showall::-webkit-scrollbar-thumb:hover {
  background: #21529e; 
}
.strong-view.strong-view-id-2.modern.wpmtst-modern.more-in-place::-webkit-scrollbar-thumb:hover {
  background: #21529e; 
}
.elementor-editor-active .tabcontent {
    display: block;
}
.tabcontent { display: none; }
.mycontact {
    max-width: 575px;
    background-color: #ededed;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
.mycontact label {
    /* float: left; */
    text-align: left;
	width: 100%;
}
.mycontact input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.mycontact textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border-radius: 5px;
}
.mycontact input.wpcf7-form-control.wpcf7-submit {
    background-color: #de1111;
    border-radius: 3px;
    padding: 7px 17px!important;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 14px;
    border: unset;
    float: left;
}
h3.formheading {
    font-size: 30px;
    text-transform: uppercase;
    color: #21529e;
}
h3.formheading span {
    color: #d7000f;
}
.zoom-header button {
    width: 170px;
    height: 100px;
    font-size: 30px;
    color: #fff;
    border-radius: 38%;
    border-color: #fff;
    background-color: #b4c3f9;
}
.zoom-header select {
    font-size: 39px;
	visibility: hidden;
}
.comment.showall.ltmore {
    text-align: justify;
    font-family: "Roboto", sans-serif!important;
    line-height: normal;
    padding-right: 7px;
    margin-top: 10px;
}

.comment.showall.ltmore {
    text-align: justify;
}

.comment.showall.ltmore {
    font-size: 20px !important;
}

.strong-view.wpmtst-modern .wpmtst-testimonial-inner > *:not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 5px;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content {
    font-size: 1.3em;
    font-style: normal;
    margin: 0 56px;
    position: relative;
    text-align: center;
}
.strong-view.wpmtst-modern div {
    box-sizing: border-box;
}

.strong-view .strong-content.strong-grid .wpmtst-testimonial-inner {
    flex: 1 0 auto;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-inner {
    /* padding: 30px; */
    text-align: center;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-inner {
    display: block;
    width: 100%;
    height: 100%;
}
.strong-view.wpmtst-modern div {
    box-sizing: border-box; 
}

.wpmtst-testimonial-inner.testimonial-inner {
    height: 500px;
}



.custom-video-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* Ensures modal is vertically centered */
    margin: 0 auto; /* Centers the modal horizontally */
}

.custom-video-content {
    width: 90%; /* Reduce modal width for better centering */
    max-width: 800px; /* Keep it constrained */
}

.custom-video-body {
    position: relative;
	padding-top:8px !important;
    padding-left:5px !important;
	padding-right:5px !important;
	padding-bottom:5px !important;
    display: flex;
    justify-content: center;
    align-items: center;
	
    width: 100%; /* Ensures no extra padding */
}

.custom-video-body video {
   width: 100% !important;  
    max-width: 800px;  
    height: auto;  
    display: block;  
    border-radius: 10px;  
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);  
}

.custom-close-btn {
      position: absolute;
    top: -10px;                                    
    right: -5px; /* Adjust for alignment */
    background-color: #21539e; 
    color: white; 
    border: none; 
    border-radius: 50%; 
    width: 25px; 
    height: 25px; 
    font-size: 12px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    z-index: 10; /* Ensure it's above everything */
    cursor: pointer;
}

.custom-close-btn:hover {
    background-color: #1a3d6b; 
}
