/* 
Theme Name: Total K9 Coaching 
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@font-face {
    font-family: "YesevaOne-Regular";
    src: url(./fonts/YesevaOne-Regular.ttf);
}
@font-face {
    font-family: "JosefinSans-Light";
    src: url(./fonts/JosefinSans-Light.ttf);
}
p,h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0;
}
label {
	width: 100%;
	display: block;
}

.elementor-button-icon svg{
	height:16px;
	width:16px;
}
.elementor-image-box-img img {
    width: 100%;
}
.gform_title{
	display:none;
}

/* Inputs and textarea */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="file"],
textarea,
select {
	width: 100% !important;
    height: 100% !important;
/*     display: block !important; */
	padding: 18.5px !important;
	border: none !important;
	border-radius: 10px !important;
	background-color: #ffffff;
	transition: all 0.3s ease !important;
    font-family: "JosefinSans-Light" !important;
    font-size: 16px !important;
    line-height: 18px !important;
    letter-spacing: -0.28px !important;
    color: #212738 !important;
}

.gform-theme--foundation .gfield textarea.large {
    min-block-size: 100% !important;
    height: 116px !important;
}
.gform-theme--foundation .gform_footer {
    margin-top: 57px !important;
}
.gform-theme--foundation .gform_footer .gform_button {
    background: url(./images/greensubmitbtn.svg) no-repeat center !important;
    background-size: contain !important; 
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    width: 162px !important;
    height: 57px !important;
    transition: transform 0.3s ease !important; 
    font-family: "YesevaOne-Regular" !important;
    font-size: 18px !important;
    line-height: 21px !important;
    letter-spacing: -0.04em !important;

    color: #212738 !important;
}
.gform-theme--foundation .gform_footer .gform_button:hover {
    opacity: .7 !important;
    background-color: transparent !important;
    color: #212738 !important;

}
.gform-theme--foundation .gform_footer .gform_button:focus {
    outline: none !important;
}

.gform-theme--foundation .gfield select.large {
    cursor: pointer !important;
    padding: 18px !important;}
/* Select */
select {
	appearance: none;
	background-image: url('data:image/svg+xml,<svg width="16" height="12" viewBox="0 0 16 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.68773 10.8021C8.28825 11.3485 7.4727 11.3485 7.07321 10.8021L0.935029 2.40648C0.451987 1.74579 0.923846 0.816283 1.74228 0.816283L14.0187 0.816284C14.8371 0.816284 15.309 1.74579 14.8259 2.40648L8.68773 10.8021Z" fill="%23E55617"/></svg>') !important;
	background-repeat: no-repeat;
	background-position: right 20px center !important;
}

/* Checkbox and radio */
input[type="checkbox"],
input[type="radio"] {
	width: 12px;
	height: 12px;
	margin-right: 6px;
	vertical-align: middle;
	cursor: pointer;
}

/* Buttons */
button[type="submit"] {
    margin-top: 50px;
    background: url(./images/bookbtn.svg) no-repeat center !important;
    background-color: transparent !important;
    background-size: contain !important; 
    border: none !important;
    box-shadow: none !important;
    width: 162px !important;
    height: 57px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.3s ease !important; 
    color: #212738 !important;
}

button[type="submit"]:hover {
    transform: scale(1.05) !important;
    background-color: transparent !important;
    color: #212738 !important;

}

/* Focus */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
	outline: none !important;
    box-shadow: 4px 4px 0px 0px #70ae6d !important;

}
/* Placeholder */
::placeholder {
    font-family: "JosefinSans-Light" !important;
    font-size: 16px !important;
    line-height: 18px !important;
    letter-spacing: -0.28px !important;
    color: #212738 !important;
}

.dynaimc-container {
	max-width: 1240px;
	padding: 0 20px;
}

.RBform .field-group {
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.gform-theme--foundation .gform_fields{
    row-gap:23px !important;
}

.header .contactbutton a{
    font-family: "YesevaOne-Regular" !important;
    font-size: 16px !important;
    line-height: 18px !important;
    letter-spacing: -0.05em;
    color: #212738 !important;

}
.header .contactbutton{
    margin-left: 16px;
    content: '';
    background: url(./images/bg.svg) no-repeat center;
    background-size:contain; 
    padding: 12px 10px;
    border: none;
    width: 146px;
    height: 46px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.header .contactbutton:hover {
    opacity: .7;

}
.hfe-nav-menu{
    align-items: center;
}
.header .current-menu-item a {
    font-weight: 400 !important;
}

/* Home page starts */
.bookbutton{
    content: '';
    background: url(./images/bookbtn.svg) no-repeat center;
    background-size: contain; 
    padding: 12px 0px;
    border: none;
    width: 225px;
    height: 55px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}
.bookbutton:hover {
     opacity: .7;
}
.greenbutton{
    content: '';
    background: url(./images/bggreen.png) no-repeat center;
    background-size: cover; 
    padding: 12px 0px;
    border: none;
    width: 269px;
    height: 50px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}
.greenbutton:hover {
     opacity: .7;
}
.bgbtn{
    content: '';
    background: url(./images/btbg.svg) no-repeat center;
    background-size: contain; 
    padding: 24px 18px;
    border: none;
    width: 334px;
    height: 72px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}
.bgbtn:hover {
      opacity: .7;

}
.pinkbtn,.service-btn{
  content: '';
    background: url(./images/pinkbtn.svg) no-repeat center;
    background-color: transparent !important;
    background-size: contain; 
    padding: 14px 0px;
    border: none;
    width: 227px;
    height: 56px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}
.pinkbtn:hover,.service-btn:hover {
      opacity: .7;

}
.orangebanner{
    position: relative;
}
.orangebanner:after {
    position: absolute;
    content: '';
    background-image: url(./images/orangebanner.svg);
    background-repeat: no-repeat;
    bottom: -5%;
    left: 5%;
    height: 291px;
    width: 324px;
    background-size: contain;
    z-index: 1;
   animation: zoomInOut 3s ease-in-out infinite;
}
@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.service-section-inner{
    display:flex;
    align-items: center;
    gap:46px;
    background-color: #EFEFEF;
    padding: 26px 24px;
    border-radius: 24px;
 
}
.service-left{
    width:48.91666666666667%;
}
.service-right{
    width:47.08333333333333%;
}
.service-img img{
    border-radius: 9px;
    width: 100%;
}
.service-slider .slick-slide {
    margin-right: 25px;
}
.service-slider .slick-list {
    padding-right: 8%;}
.service-title h6{
    font-family: "YesevaOne-Regular";
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.04em;
    color: #E9673F;
    }

.service-title p{
    color: #79A3B3;
    font-family: "YesevaOne-Regular";
    font-size: 32px;
    line-height: 34px;
    letter-spacing: -0.04em;
}
.service-content p{
    margin-top: 30px;
    font-family: "JosefinSans-Light";
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #3B4D7D;


}
.service-btn {
    margin-top: 75px;
    margin-bottom: 60px;}
.service-btn a{
    font-family: "YesevaOne-Regular";
    font-size: 16px;
    line-height: 15px;
    letter-spacing: -0.04em;
    color: #212738;
}
.service-section{
    position: relative;
}
.service-section:after{
    position: absolute;
    content: '';
    background-image: url(./images/dots.svg);
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    height: 213px;
    width: 275px;
    background-size: contain;
    z-index: 1;
}

.yellowbtn{
    content: '';
    background: url(./images/yellowbtn.svg) no-repeat center;
    background-color: transparent !important;
    background-size: contain; 
    padding: 12px 10px;
    border: none;
    width: 226px;
    height: 55px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}
.yellowbtn:hover {
   opacity: .7;

}

/* Home page ends */




/* starts */
.service-slider-prev:hover,.service-slider-next:hover{
    cursor: pointer;
}
.service-slider {
    margin: 0 !important;
}
.service-slider .slick-dots li button {
    display: none;
}
.service-slider .slick-dots li.slick-active {
    width: 17px;
    height: 17px;
    background-color: transparent;
    background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.0941 1.91768C9.34539 0.334902 7.09335 0.334903 6.34462 1.91768C5.92625 2.80211 4.94667 3.27385 3.99435 3.04952C2.29006 2.64805 0.885929 4.40877 1.65657 5.98099C2.08719 6.85952 1.84526 7.91951 1.0761 8.5242C-0.300386 9.60635 0.200741 11.8019 1.91044 12.1797C2.86579 12.3908 3.54368 13.2408 3.53689 14.2192C3.52472 15.9701 5.55375 16.9472 6.91507 15.846C7.67575 15.2307 8.763 15.2307 9.52368 15.846C10.885 16.9472 12.914 15.9701 12.9019 14.2192C12.8951 13.2408 13.573 12.3908 14.5283 12.1797C16.238 11.8019 16.7391 9.60635 15.3626 8.5242C14.5935 7.91951 14.3516 6.85952 14.7822 5.98099C15.5528 4.40877 14.1487 2.64805 12.4444 3.04951C11.4921 3.27385 10.5125 2.80211 10.0941 1.91768Z" fill="%23E9673F"/></svg>');
}
.service-slider .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0;
    border-radius: 50%;
    background-color: #D9D9D9;
    transition: width 0.3s, background-color 0.3s;
}
.service-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    position: initial;
    margin-top: 60px;
    max-width: 1200px;
    padding: 0 30px;
}
.faqs-accordion .e-n-accordion-item-title-header {
    align-items: anchor-center;
    gap: 25px;
    width: 100%;
}
.faqs-accordion .e-n-accordion-item-title-header::before {
    content: "";
    background-image: url('./images/arw.svg');
    background-size: contain;
    background-repeat: no-repeat;
    flex: 0 0 45px;
    height: 30px;
    width: 45px;
}
/* ends */




    /******************Responsive Styles******************/
@media screen and (max-width: 1200px){
    .orangebanner:after {
    bottom: 6%;
    left: 5%;
    height: 262px;
    width: 300px;}
    .service-section-inner{
    gap:30px}
}

@media screen and (max-width: 1024px){
      .orangebanner:after {
    bottom: 6%;
    left: 5%;
    height: 200px;}
    .service-section-inner{
    gap:20px}
}

@media screen and (max-width: 991px){
    .orangebanner:after {
        bottom: 1%;
        left: 0%;
        height: 150px;
        width: 100%;}
        .header .contactbutton{
        margin:0 auto;
        margin-bottom: 40px !important;
    }
}

@media screen and (max-width: 767px){
        .service-content p {
            margin-top: 10px;
            font-size: 16px;
            line-height: 18px;}
        .service-title h6 {
            font-size: 28px;
            line-height: 30px;}
        .service-section-inner {
    align-items: start;}
}

@media screen and (max-width: 575px){
    .service-section-inner {
    flex-direction: column;}
    .service-right,.service-right{
        width: 100%;
    }
    .service-btn {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .service-btn a {
    font-size: 14px;
    line-height: 14px;}
  .service-btn {
    width: 205px;}
    .faqs-accordion .e-n-accordion-item-title-header::before {
    display: none;
}
}

@media screen and (max-width: 320px){}