/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.wpcf7-submit {
	 background: linear-gradient(to right, #08b6e9 50%, #F0DA12 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.5s ease, border-color 0.5s ease;
}
.wpcf7-submit:hover{
	  background-position: left bottom;
  border-color: #08b6e9; /* Border color remains the same on hover */
}
input[type=button], input[type=reset], input[type=submit], button[type=submit], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
   
    color: #000;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    
}
.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700 !important;
    line-height: 1;
    border: solid transparent;
    color: #000;
}

.hover-effect a {
    background: linear-gradient(to right, #F0DA12 50%, #0000ff00 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.5s ease, border-color 0.5s ease;
}

.hover-effect a:hover {
  background-position: left bottom;
  border-color: #F0DA12; /* Border color remains the same on hover */
}
.hover-effect-1 a {
    background: linear-gradient(to right, #08b6e9 50%, #F0DA12 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.5s ease, border-color 0.5s ease;
}
.hover-effect-1 a:hover {
  background-position: left bottom;
  border-color: #08b6e9; /* Border color remains the same on hover */
}

label {
    color: #fff;
}
span.wpcf7-list-item-label {
    color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #fff;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #ffffff;
    background-color: #fff;
    border-radius: 25px;
    color: red;
}
.elementor-element.elementor-element-2f21657.elementor-widget__width-initial.sticky.elementor-widget.elementor-widget-image {
    position: sticky;
    /* width: 400px; */
    top: 150px;
}
img.attachment-large.size-large.wp-image-273 {
    position:relative;
    width: auto;
    max-width: fit-content;
}
div#elementor-tab-title-1111.elementor-active {
    background-color: #22529A;
    color: #fff;
    border-radius: 6px;
}
div#elementor-tab-title-1112.elementor-active {
    background-color: #80e3ff;
    color: #000;
    font-family: 'Montserrat';
	border-radius: 6px;
    /* font-size: 17px; */
}
.elementor-tab-desktop-title:before {
    content: '\2192' !important;
    padding-right: 20px;
    font-size: 17px;
}
li#menu-item-17 {
    position: relative; /* Ensure the parent has a positioning context if needed */
}

li#menu-item-17:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 10px;
    width: 16px;
    height: 18px;
    background-image: url('/wp/wp-content/uploads/2024/08/ph_phone-call.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
.sticky {
    cursor: pointer; /* Makes it clear the image is clickable */
}
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after, .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    display: inline !important;
    content: "";
    position: relative !important;
}
.elementor-tab-desktop-title.elementor-active:before {
    content: '\2192' !important;
    padding-right: 20px;
    font-size: 17px;
}
div#elementor-tab-title-1113.elementor-active {
    background-color: #ffcf1f;
    color: #000;
    border-radius: 6px;
}
.elementor-tab-desktop-title:hover {
    background-color: #113ca6;
    color: #ffff !important;
}
.elementor-tab-desktop-title.elementor-active:hover {
    background-color: #113ca6;
    color: #000 !important;
}
.elementor-tab-desktop-title {
    border: 1px solid #ccc !important;
    margin: 10px 0px;
    border-radius: 6px;
    background-color: #ffff;
    box-shadow: #fff 0px 7px 29px 0px;
}

a:focus {
    outline: solid 0px !important;
}

figure.swiper-slide-inner img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 25px;
    border-radius: 10px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    top: 30px;
}
form.wpcf7-form.init p {
    padding: 10px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 40px !important;
    min-height: 40px;
}
form input[type=text], form input[type=password], form input[type=email], form input[type=url], form input[type=date], form input[type=month], form input[type=time], form input[type=datetime], form input[type=datetime-local], form input[type=week], form input[type=number], form input[type=search], form input[type=tel], form input[type=color], form select, form textarea {
    display: inline-block;
    min-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    padding: 6px 12px;
    vertical-align: middle;
    background-color: rgba(0,0,0,0);
    color: #fffdfd;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}
input[type=button], input[type=reset], input[type=submit], button[type=submit], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    display: inline-block;
    font-family: 'Montserrat';
    background-color: #F0DA12;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 40px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
    -webkit-transition: all .3s ease;
    border-radius: 50px;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

form.wpcf7-form.init {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: end;
    justify-content: flex-start;
    color: #fff;
    font-family: 'Montserrat';
}
input.wpcf7-form-control.wpcf7-quiz {
    width: 86%;
}
img.attachment-large.size-large.wp-image-478 {
/*     width: 500px; */
    max-width: 150px;
}
@media (max-width: 768px) {
    /* CSS rules for screens smaller than or equal to 768px */

input.wpcf7-form-control.wpcf7-quiz {
    width: 92%;
}
.elementor-tab-mobile-title:before {
    content: '\2192' !important;
    padding-right: 20px;
    font-size: 17px;
}
	
	div#elementor-tab-title-6493.elementor-active {
    background-color: #ffcf1f;
    color: #000;
    border-radius: 6px;
}
.elementor-tab-mobile-title :hover {
    background-color: #113ca6;
    color: #ffff;
}
.elementor-tab-mobile-title{
    border: 1px solid #ccc !important;
    margin: 10px 0px;
    border-radius: 6px;
    background-color: #ffff;
    box-shadow: #fff 0px 7px 29px 0px;
}
	
	
li#menu-item-17:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 16px;
    height: 18px;
    background-image: url('/wp/wp-content/uploads/2024/08/Vector-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
.elementor-11 .elementor-element.elementor-element-728991f .sub-menu, .elementor-11 .elementor-element.elementor-element-728991f nav.hfe-dropdown, .elementor-11 .elementor-element.elementor-element-728991f nav.hfe-dropdown-expandible, .elementor-11 .elementor-element.elementor-element-728991f nav.hfe-dropdown .menu-item a.hfe-menu-item, .elementor-11 .elementor-element.elementor-element-728991f nav.hfe-dropdown .menu-item a.hfe-sub-menu-item {
    background-color: #fff;
    border-radius: 16px;
    top: 47px;
}
	.elementor-11 .elementor-element.elementor-element-f7b5817 .sub-menu li a.hfe-sub-menu-item, .elementor-11 .elementor-element.elementor-element-f7b5817 nav.hfe-dropdown li a.hfe-menu-item, .elementor-11 .elementor-element.elementor-element-f7b5817 nav.hfe-dropdown-expandible li a.hfe-menu-item {
    padding-left: 37px;
    padding-right: 13px;
}
	.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}
	.sticky-1 img {
    position: fixed;
    bottom: 0px;
    /* width: 100%; */
    z-index: 3;
}
	
	
	body {
    padding-bottom: 100px;
    overflow: hidden;
}
	}
