/*
Theme Name: Bridge Child
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: bridge
Template: bridge
*/
.title .title_holder .container {
    display: table-cell;
    vertical-align: middle;
    background-color: #0000008f;
}
/*.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 99999;
    padding: 40px 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}*/

.popup-overlay {
    position: fixed !important;
    inset: 0;
    z-index: 999999 !important;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    overflow-y: auto;

    background: rgba(0,0,0,0.6); /* ✅ overlay back */
    
    opacity: 0;                 /* ✅ hide by default */
    visibility: hidden;         /* ✅ hide */
    transition: opacity 0.3s ease;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-content {
    background: #fff;
    width: 856px;
    max-width: 95%;
    padding: 70px 60px 60px;
    position: relative;
    margin: auto;
    transform: translateY(40px) scale(0.95);
    transition: transform 0.35s ease;
}

html, body {
  overscroll-behavior: none; /* 🔥 global fix */
}

.popup-content {
  max-height: 80vh;
  overflow-y: auto;

  /* Hide scrollbar */
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE/Edge */
}

.popup-content::-webkit-scrollbar {
  display: none;                /* Chrome/Safari */
}

#cf7Popup2 .popup-content {
    width: 650px;
}

.popup-content h2,
.popup-content p {
    text-align: center;
}

.popup-overlay.active .popup-content {
    transform: translateY(0) scale(1);
}

.close-popup {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    /* background: #EE7725; */
    /* border-radius: 50%; */
    /* color: #fff; */
    z-index: 10;
    /* box-shadow: 0px 10px 25px rgba(237,119,37,0.3); */
}


/*.close-popup:hover {
    background: #005577;
    box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5) !important;
}*/




.inquiry-form {
    margin-top: 40px;
}

/* Default state */
.inquiry-form input:not([type="submit"]):not([type="button"]),
.inquiry-form select,
.inquiry-form textarea {
    border: 1px solid #303030 !important;
    /*border-radius: 8px !important;*/
    outline: none !important;
    transition: all 0.3s ease;
    padding: 10px !important;
}

/* Focus state */
.inquiry-form input:not([type="submit"]):not([type="button"]):focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
    border-color: #005577 !important;
    box-shadow: 0 0 0 2px rgba(0, 85, 119, 0.2);
}

.inquiry-form .column_inner {
    margin-bottom: 20px;
}

.inquiry-form textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 20px;
    /*border-radius: 8px;*/
}

.highlight {
    background-color: #EE7725;
}

/*  About Us Css */

/*.who-we-are{
  position:relative;
  background:#F6F6F6;
  padding:100px 20px;
  overflow:hidden;
}

.who-we-are .wave{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
}

.who-we-are .blob{
  position:absolute;
  right:-100px;
  top:50px;
  width:400px;
}

.who-we-are .dots{
  position:absolute;
  left:40px;
  top:40px;
  width:150px;
  opacity:0.3;
}*/

.quote-block h5 {
    font-family: "Avenir Regular", Sans-serif !important;
}

/* End About Us Css */

/* FOR FAMILIES CSS  */

#college-gap .elementor-shape,
.boxs-shape .elementor-shape{
    border-radius: 12px;
}

/* END FOR FAMILIES CSS  */

.quote-block-1 h5{
     font-family: "Avenir Regular", Sans-serif !important;
     text-align: center;
}


/* SPECIAL PAGE CSS  */

.process-section {
  position: relative;
  background: linear-gradient(180deg, #f9fbfc 0%, #ffffff 100%);
  padding: 80px 0;
}

/* LEFT */
.process-left {
  position: relative;
  padding-left: 80px;
}

/* LINE */
.process-left::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(#EE7725, #005577);
  opacity: 0.3;
}

/* NUMBERS */
.step-1::before { content: "01"; }
.step-2::before { content: "02"; }
.step-3::before { content: "03"; }
.step-4::before { content: "04"; }

.process-step-title {
  position: relative;
  font-weight: 700;
  color: #005577;
  margin-bottom: 10px;
}

.process-step-title::before {
  position: absolute;
  left: -70px;
  top: -10px;
  width: 50px;
  height: 50px;
  background: #EE7725;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
}

/* TEXT CARD */
.process-step-text {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.process-step-text:hover {
  transform: translateY(-5px);
}

/* IMAGE */
.process-section img {
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

@media(max-width: 767px){
    .dots-gradient  {
    background-image: linear-gradient(180deg, var( --e-global-color-fe77ffe ) 75%, var( --e-global-color-04fdddd ) 25%) !important;
}

}

.custom-faq {
    background: #fff;
}

.custom-faq details {
    border-bottom: 1px solid #005577;
    /*padding-top: 24px;
    padding-bottom: 24px;*/
}

.custom-faq details summary {
    font-family: "Avenir Regular", Sans-serif;
    border: 0px !important;
    padding: 40px 10px !important;
}

div#latest-blogs ul li,
div#latest-blogs article .qodef-e-inner {
    /*border-radius: 12px !important;*/
    box-shadow: 0px 5px 15px 0px rgba(238, 119, 37, 0.1411764705882353);
}
/*div#latest-blogs ul li .boxes_image,
div#latest-blogs .qodef-e-media-image {
    border-radius: 12px 12px 0px 0px;
}*/

div#latest-blogs .qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date {
    font-family: "Avenir Regular", Sans-serif;
    background-color: #EE7725;
    border-radius: 0px 12px 0px 0px;
}

.special-btn,
.mail-btn {
    background-color: #EE7725 !important;
    font-family: "P22 Underground W01 Heavy", Sans-serif !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    padding: 7px 35px 7px 35px !important;
    border: 0px solid !important;
    color: #fff !important;
    border: 2px solid #EE7725 !important;
    transition: all 0.3s ease-in-out !important;
    text-transform:capitalize !important;
}

.special-btn:hover{
    background-color: #005577 !important;
    border: 2px solid #fff !important;
    /*box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5) !important;*/
}


.mail-btn:hover{
    color: #005577 !important;
    background-color: #ffffff !important;
    border: 2px solid #005577 !important;
    /*box-shadow: 0px 10px 30px 0px rgba(0,0,0,0.5) !important;*/
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.special-btn {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    padding: 0px 70px !important;
}

.form-top-btn a{
    border: 2px solid #EE7725 !important;
}

.form-top-btn a:hover{
    border: 2px solid #fff !important;
}

.mail-btn-box {
    text-align: center;
    margin: 30px 0px;
}

a.mail-btn {
    font-family: "Avenir Regular", Sans-serif !important;
    padding: 10px 20px !important;
    font-size: 14px;
    line-height: 30px;
    text-transform: lowercase !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #EE7725;
    /*border-radius: 8px;*/
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #EE7725;
}

.wpcf7-response-output {
    text-transform: capitalize !important;
    margin: 0px !important;
}

/*
#cf7Popup2 h2 {
    font-family: "P22 Underground W01 Heavy", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #005577;
    line-height: 42px;
}*/
#cf7Popup1 h2 {
    font-family: "Avenir Regular", Sans-serif !important;
    font-weight: 400;
    text-align: center;
}

#cf7Popup2 h2{
    font-size: 30px;
    line-height: 18px;
    font-family: "Avenir Regular", Sans-serif !important;
    font-weight: 400;
    text-align: center;
    color: #005577;
}

#cf7Popup2 p {
    color: #EE7725 !important;
    font-weight: bold;
}

footer .column1 {
    position: relative;
    top: 0;
}

#cf7Popup1 p, #cf7Popup2 p {
    font-family: "Avenir Regular", Sans-serif !important;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #303030;
    margin-bottom: 10px 0px;
    font-weight: 400;
}

#cf7Popup1 p{
    color: #EE7725;
    font-size: 17px;
} 

.kg-label{
    color: #EE7725;
}  

#cf7Popup1 h2 {
    font-size: 21px;
    line-height: 23px;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.1em;
}

@media(max-width: 767px){
    #cf7Popup1 h2,
    #cf7Popup2 h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .wp-block-spacer.f-column-4 {
        height: 0px !important;
    }
}

@media(max-width: 1000px){
    nav.mobile_menu ul li a:hover, 
    nav.mobile_menu ul li.active>a {
        color: #EE7725;
    }
}


#popup1 .popup-content h2,
#popup2 .popup-content h2,
#popup3 .popup-content h2 {
    font-family: "P22 Underground W01 Heavy", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #005577;
    line-height: 42px;
    text-align: left !important;
    margin-bottom: 20px;
}

#popup1 .popup-content p,
#popup2 .popup-content p,
#popup3 .popup-content p {
    font-family: "Avenir Regular", Sans-serif !important;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #303030;
    text-align: left;
    margin-bottom: 20px;
}

/* END SPECIAL PAGE CSS  */

.blog_single.blog_holder .post_content_holder, 
.blog_single.blog_holder .single_tags.clearfix, 
.blog_single.blog_holder .icon_social_holder {
    max-width: 900px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
}

.blog_single.blog_holder .icon_social_holder{
    margin-bottom: 20px;
    margin-top: 0px;
}

.blog_single.blog_holder .single_tags {
    margin-top: 26px !important;
}

.kg-date{
    color: #EE7725;
}
.post_info.kg-category {
    margin-top: 26px !important;
}

.blog_holder article .post_info {
    display: flex;
    gap: 10px;
    color: #303030;
}
.post_info.kg-category a {
    color: #303030 !important;
    font-weight: 400;
    text-decoration: underline;
}
.post_info.kg-category a:hover{
    color: #57bbbf !important;
}


.post_image img {
    margin-bottom: 20px;
    /*width: 100%;
    max-width: 800px;
    height: 450px;
    object-fit: cover;
    display: block;*/
}

#back_to_top>span {
    border:2px solid #005577;
    background: #005577;
}

#back_to_top:hover>span {
    background-color: #005577;
}

#back_to_top span i, #back_to_top span span {
    color: #fff;
}

/*  single-post CSS*/

body.single-post{
    margin-top: 0px !important;
    background-color: #ffffff !important;
}

.custom-post-thumbnail {
  position: relative;
}
.custom-post-thumbnail img {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
}

div#latest-blogs .latest_post_holder > ul > li, div#latest-blogs article .qodef-e-inner {
    min-height: 430px;
}
#latest-blogs .latest_post_holder.boxes .boxes_image img{
    overflow: hidden;
    position: relative;
    height: 200px;
    object-fit: cover;
}

h1.entry_title.kg-single-title {
    font-family: "Avenir Regular", Sans-serif !important;
    color: #303030;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 20px;
}

.post_text_inner p a {
    color: #EE7725;
    /*text-decoration: underline;*/
}
.post_text_inner h2 {
    font-family: "Avenir Regular", Sans-serif !important;
    font-size: 20px !important;
    text-transform: inherit;
    font-weight: 700;
}

.single-post .wp-block-button .wp-block-button__link {
    text-align: center;
    background: #EE7725;
    color: #fff;
    border-color: #EE7725;
    border-radius: 0px;
}

.kg-list-gap li {
    margin-bottom: 20px;
}

.kg-link a{
    color: #EE7725 !important;
}

.wp-block-embed.is-type-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper {
    padding: 0 !important;
}

.wp-block-embed iframe {
    display: block;
}

.kg-author-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px !important;
    line-height: 18px;
    color: #303030;
    margin-bottom: 30px;
    justify-content: space-between;
}

.kg-author-info > div{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px !important;
    line-height: 18px;
    color: #303030;
    margin-bottom: 30px;
}

.kg-author-info img {
    border-radius: 50% !important;
}

.tags_text.kg_tags_text a {
    color: #303030;
    padding: 8px 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 17px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 6px;
}

.tags_text.kg_tags_text a:hover{
    color: #303030;
    border: 1px solid #303030;
}

.capw-share-bar {
    width: 100%;
}

.capw-share-bar ul {
    display: flex;
    align-items: center;
    gap: 20px;              /* space between icons */
    padding: 0;
    margin: 0;
    list-style: none;
}

.capw-share-bar ul li {
    display: inline-flex;
}

.capw-share-bar ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* SVG icon */
.capw-share-bar ul li a svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.icon_social_holder {
    padding: 20px 0;
}

/* Hover effect (like your image) */
.capw-share-bar ul li a:hover {
    opacity: 0.6;
}

.icon_social_holder>div {
    margin: 0 !important;
}

.kg-qode-cf-newsletter-outer,
.kg-qode-cf-newsletter-outer-bottom {
    display: flex;
    gap: 5px;
}

.qode-cf-newsletter-mail.kg-qode-cf-newsletter-mail input{
    height: 34px;
    border: 1px solid #ccc;
    margin: 0px;
}

.qode-cf-newsletter-submit{
    height: 34px !important;
    margin-top: -1px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.kg-newsletter-btn{
    height: 34px;
    padding: 0px 15px;
    border: 0;
    background: #aaa;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
    font-family: "Avenir Regular", Sans-serif !important;
    font-size: 13px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.kg-newsletter-btn:hover{
    background: #777;
}

.qode-cf-newsletter-form .wpcf7-response-output{
    color: #dc3232 !important;
    padding: 0px !important;
}

.kg-contact-btn-section {
    text-align: center;
    padding: 50px 10px;
}

h2.kg-contact-title {
    font-size: 32px;
    line-height: 45px;
    font-weight: 700;
    letter-spacing:0.1em;
    color: #005577;
}

.kg-contact-divider {
    height: 1px;
    background: #EE7725;
    width: 32%;
    margin: 15px auto;
}

p.kg-contact-content {
    width: 43%;
    margin: 0 auto;
    color: #303030;
    margin-top: 40px;
    margin-bottom: 40px !important;
}

a.kg-contact-btn {
    background: #EE7725;
    color: #fff;
    padding: 10px 40px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    transition: all 0.3s ease;
}

a.kg-contact-btn:hover {
    background: #005577;
    color: #fff;
}

.kg-newsletter-bottom {
    text-align: center;
    padding-bottom: 150px;
}

h2.kg-newsletter-bottom-title {
    font-size: 20px;
    line-height: 28px;
    color: #005577;
    margin-bottom: 20px;
}
h2.kg-newsletter-bottom-title span
{
    color: #EE7725;
}

.kg-newsletter-bottom-form form {
    display: flex;
    align-items: center;
    gap: 5px;
}

.kg-newsletter-bottom-form {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.kg-newsletter-bottom-form input {
    font-size: 15px;
    border: 1px solid #ABB0B2;
    height: 30px;
    padding: 0px 0.4em;
    width: 350px;
    border-radius: 3px;
}

a.kg-newsletter-bottom-btn {
    background: #aaa;
    padding: 3px 16px;
    color: #fff;
    border-radius: 3px;
}

a.kg-newsletter-bottom-btn:hover{
    background: #777;
}





/* End single-post CSS */



/* New CSS  */

.remove-bullet ul{
    list-style:none;
}

.kg-text-decoration a{
  text-decoration-color: #ffffff !important;
}

/*.kg-testimonial .testimonials .testimonial_text_inner p.testimonial_author,
.kg-testimonial .testimonials .testimonial_text_inner p{
    color: #fff;
}
*/

.kg-testimonial .testimonials_c_holder .testimonial_content_inner {
    background: transparent;
    padding-bottom: 0px;
}

.kg-testimonial .testimonials_c_holder .testimonial_content_inner p{
    color: #fff;
}

.kg-testimonial .testimonials_c_holder .flex-control-nav li a.flex-active {
    background-color: #005577;
}

.kg-testimonial .testimonials_c_holder .flex-control-nav {
    margin-top: 30px;
}

.kg-process-box h2 {
    transition: color 0.3s ease;
}

.kg-process-box:hover h2 {
    color: #fff !important;
}

/* Default state */
.kg-contact-us-form input:not([type="submit"]):not([type="button"]),
.kg-contact-us-form textarea {
    outline: none !important;
    transition: all 0.3s ease;
    padding: 12px !important;
}

.kg-contact-us-form input[type="text"],
.kg-contact-us-form input[type="email"]
{
    margin-top: 15px !important;
}

.kg-contact-us-form input:not([type="submit"]):not([type="button"]):is(:hover, :focus),
.kg-contact-us-form textarea:is(:hover, :focus) {
    background: #005577 !important;
}

.kg-contact-us-form textarea{
    margin-top: 50px !important;
}

/* Focus state */
.kg-contact-us-form input:not([type="submit"]):not([type="button"]):focus,
.kg-contact-us-form textarea:focus {
    border-color: #005577 !important;
    box-shadow: 0 0 0 2px rgba(0, 85, 119, 0.2);
}

.contact-btn {
    background: #fff !important;
    border: 3px solid #005577 !important;
    display: block !important;
    margin: 0 auto !important;
    margin-top: 30px !important;
    padding: 0px 70px !important;
    border-radius: 0px !important;
    transition: all 0.3s ease !important;
    text-transform: capitalize !important;
}

.contact-btn:hover{
    background: #522662 !important;
    border: 3px solid #522662 !important;
}

.fade-section {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.kg-like-view {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.single-blog-like span {
    display: none;
}

.single-blog-like a.qode-like::after {
    content: 'W';
    font-family: linea-basic-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    /* margin-bottom: 15px; */
    display: block;
    color: #303030;
}

.single-blog-like a.qode-like.liked::after {
    content: 'W';
    font-family: linea-basic-10 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    /* margin-bottom: 15px; */
    display: block;
    color: red;
}

.single-blog-like a.qode-like {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: #303030;
}

.copy-tooltip {
  position: absolute;
  background: #2f2f2f;
  color: #fff;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;

  opacity: 0;
  transform: translate(-50%, -8px) scale(0.95);
  transition: all 0.2s ease;

  pointer-events: none;
  z-index: 9999;
}

/* show state */
.copy-tooltip.show {
  opacity: 1;
  transform: translate(-50%, -12px) scale(1);
}

/* arrow */
.copy-tooltip::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #2f2f2f transparent transparent transparent;
}
.special-form-div .inquiry-form input:not([type="submit"]):not([type="button"])::placeholder,
.special-form-div .inquiry-form textarea::placeholder,
.special-form-div .inquiry-form select option{
    color: #3078be;
}

.special-form-div .inquiry-form select {
    color: #3078be;
}

.special-form-div .inquiry-form select:invalid {
    color: #3078be;
}


.cat-more {
    position: relative;
    display: inline-block;
}

.cat-more span {
    cursor: pointer;
    display: inline-block;
    font-family: "Avenir Regular", sans-serif;
    font-size: 15px;
    color: #303030;
}

.cat-dropdown {
    position: absolute;
    top: 100%;
    left: -200px;
    background: #ffffff;
    min-width: 260px;
    display: none;
    flex-direction: column;
    z-index: 99;
    box-shadow: 0 10px 11px 0 rgba(0,0,0,.05);
    text-align: center;
}

.cat-dropdown a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    margin-right: 0px;
    font-size: 15px;
    margin-right: 0px;
}

.cat-more:hover .cat-dropdown {
    display: block;
}

.cat-dropdown a:hover{
    color: #57bbbf !important;
}

.single-post .capw-cats a:hover {
    color:#57bbbf !important;
}

.single-post .capw-cats a {
    font-size: 15px;
}

.single-post .capw-cats{
    margin-top: 20px;
}

/* HEADER */
.kg-single-top-cate {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* SEARCH WRAPPER */
.kg-search{
    position: relative;
}

.search-icon * {
    pointer-events: none;
}

/* ICON */
.search-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    position: relative;
}

/* SEARCH FORM */
.search-form{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
    gap: 10px;

    background: #fff;
    border-radius: 6px;
    /*padding: 8px 12px;*/

    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;

    z-index: 999;
}

/* ACTIVE */
.kg-search.active .search-form{
    width: 280px;
    opacity: 1;
}


/* ADD ICON INSIDE INPUT */
.kg-search.active .search-form::before{
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    
    width: 16px;
    height: 16px;

    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 19"><path fill="%23000" d="M12.8617648,11.8617648 L15.8633394,14.8633394 C15.9414442,14.9414442 15.9414442,15.0680772 15.8633394,15.1461821 L15.1461821,15.8633394 C15.0680772,15.9414442 14.9414442,15.9414442 14.8633394,15.8633394 L11.8617648,12.8617648 C10.9329713,13.578444 9.76865182,14.0047607 8.50476074,14.0047607 C5.46719462,14.0047607 3.00476074,11.5423269 3.00476074,8.50476074 C3.00476074,5.46719462 5.46719462,3.00476074 8.50476074,3.00476074 C11.5423269,3.00476074 14.0047607,5.46719462 14.0047607,8.50476074 C14.0047607,9.76865182 13.578444,10.9329713 12.8617648,11.8617648 Z M8.5,13 C10.9852814,13 13,10.9852814 13,8.5 C13,6.01471863 10.9852814,4 8.5,4 C6.01471863,4 4,6.01471863 4,8.5 C4,10.9852814 6.01471863,13 8.5,13 Z"/></svg>') no-repeat center;

    background-size: contain;
}

/* INPUT */
.search-field {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    padding-left: 36px;
}

/* CLOSE */
.search-close {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    left: -14px;
}

.kg-space{
    margin-top: 80px !important;
}

h1.kg-search-title {
    font-size: 42px;
    color: #303030;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}


.kg-table.wp-block-table table td,
.kg-table.wp-block-table table th {
    text-align: left;
    padding: 10px 80px 10px 10px !important;
}

.kg-table.wp-block-table thead {
    border-bottom: 1px solid !important;
}

.kg-table.wp-block-table tfoot {
    border-top: 1px solid !important;
}

/* Table base */
.kg-table table {
    border-collapse: collapse;
    width: 100%;
}

/* Default cells (vertical grey lines) */
.kg-table table th,
.kg-table table td {
    padding: 12px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

/* Top + bottom outer border */
.kg-table table {
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

/* Header bottom grey */
.kg-table table thead th {
    border-bottom: 1px solid #cfcfcf;
}

/* Remove all row bottom first */
.kg-table table tbody tr td {
    border-bottom: none;
}

/* BLUE rows */
.kg-table table tbody tr:nth-child(1) td,
.kg-table table tbody tr:nth-child(3) td {
    border-bottom: 1px solid #3b82f6;
    border-left: 1px solid #ef4444;
    border-right: 1px solid #ef4444;
}

/* RED rows */
.kg-table table tbody tr:nth-child(2) td,
.kg-table table tbody tr:nth-child(4) td {
    border-bottom: 1px solid #ef4444;
    border-left: 1px solid #3b82f6;
    border-right: 1px solid #3b82f6;
}

/* LAST row (Total Time) → normal grey */
.kg-table table tbody tr:last-child td {
    border-bottom: none;
}

.kg-table table thead th {
    border-bottom: 1px solid #ef4444; /* orange */
}

.kg-cat-btn a {
    background: #EE7725;
    color: #fff !important;
    padding: 10px;
}

/*.kg-blue-clr a{
    color: #005577 !important;
}
*/
.kg-highlight-text
{
    background-color: #effbff;
}
.kg-blue-clr strong{
    color: #005577;
}

.kg-orange-clr strong{
    color: #EE7725;
}

.kg-anchar a{
    color: #57bbbf !important;
    text-decoration-color: #57bbbf !important;
}

.kg-anchar-blue a{
    color: #084EBD !important;
}

.kg-anchar-black a{
    color: #000 !important;
}

.kg-list-img {
    list-style: none; /* remove default bullets */
}

.kg-list-img li{
    margin-bottom: 20px;
}

.kg-list-img li img,
img.kg-wp-image {
    margin-right: 30px;
    margin-bottom: 5px;
}

.post_text_inner.kg-post-text-inner p {
    font-size: 18px !important;
}

div.post-updated-date {
    font-size: 14px;
    color: #000;
    margin-bottom: 30px !important;
}


.post_text_inner.kg-post-text-inner h2{
    font-size: 22px !important;
}

.post_text_inner.kg-post-text-inner h3{
    font-family: "Avenir Regular", sans-serif;
    text-transform: inherit !important;
}

@media(max-width: 767px){

    .kg-contact-us-form textarea {
        margin-top: 30px !important;
    }

    .single-post .capw-cats a {
       font-size: 14px;
    }
    .cat-more span {
        font-size: 14px;
    }

}

@media(max-width: 480px){

.boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .elementor-container .elementor-widget-wrap>.qode_elementor_container_inner, .elementor-row .elementor-widget-wrap>.qode_elementor_container_inner, .full_width .parallax_content, .qode_elementor_container_inner, .steps_holder_inner, div.grid_section .section_inner, div[data-element_type=container].qode_elementor_container_inner, nav.content_menu ul {
    width: 320px;
}

}

@media(max-width: 767px){

    h1.entry_title.kg-single-title {
        font-size: 32px;
        line-height: 42px;
    }

    .mobile_menu_button {
        float: right;
        margin: 0px !important;
    }

    .q_logo {
        top: 0 !important;
    }

    .logo_wrapper {
         left: unset !important;  
    }

    .q_logo a {
        left: 0%;
    }

    .kg-newsletter-bottom {
        padding-bottom: 100px;
    }

    .tags_text.kg_tags_text a {
        margin-bottom: 6px !important;
        display: inline-block;
        text-align: center;
    }

    p.kg-contact-content {
        width: 100%;
    }

    .kg-contact-divider {
        width: 60%;
    }

    .kg-newsletter-bottom-form form {
        display: block;
    }

    .kg-newsletter-bottom-form {
        display: block;
    }

    .kg-newsletter-bottom-form input {
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 6px;
    }

    a.kg-newsletter-bottom-btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .kg-single-top-cate {
        display: block;
    }

    .blog_single.blog_holder .post_content_holder {
        margin-top: 20px;
    }

    .kg-search {
        text-align: right;
        background: #57bbbf;
    }
    .kg-search.active .search-form {
        width: 100%;
    }

    .search-form {
        background: transparent;
    }

    .search-field {
        background: transparent !important;
        color: #fff;
    }

    .kg-search.active .search-icon{
        opacity: 0;
    }

    span.search-icon svg{
        fill: #fff;
    }

    .search-close {
        color: #fff;
    }

    .kg-search.active .search-form::before {
        color: #fff;
    }

    .kg-search.active .search-form::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;

        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 19"><path fill="%23fff" d="M12.8617648,11.8617648 L15.8633394,14.8633394 C15.9414442,14.9414442 15.9414442,15.0680772 15.8633394,15.1461821 L15.1461821,15.8633394 C15.0680772,15.9414442 14.9414442,15.9414442 14.8633394,15.8633394 L11.8617648,12.8617648 C10.9329713,13.578444 9.76865182,14.0047607 8.50476074,14.0047607 C5.46719462,14.0047607 3.00476074,11.5423269 3.00476074,8.50476074 C3.00476074,5.46719462 5.46719462,3.00476074 8.50476074,3.00476074 C11.5423269,3.00476074 14.0047607,5.46719462 14.0047607,8.50476074 C14.0047607,9.76865182 13.578444,10.9329713 12.8617648,11.8617648 Z M8.5,13 C10.9852814,13 13,10.9852814 13,8.5 C13,6.01471863 10.9852814,4 8.5,4 C6.01471863,4 4,6.01471863 4,8.5 C4,10.9852814 6.01471863,13 8.5,13 Z"/></svg>') no-repeat center;

        background-size: contain;
    }

    .search-field::placeholder {
        color: #fff;
    }

    .search-field:focus {
        background: transparent !important;
        box-shadow: none !important;
        outline: none !important;
    }

}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {

     h1.entry_title.kg-single-title {
        font-size: 32px;
        line-height: 42px;
    }

    .mobile_menu_button {
        float: right;
        margin: 0px !important;
    }

    .q_logo {
        top: 0 !important;
    }

    .logo_wrapper {
         left: unset !important;  
    }

    .q_logo a {
        left: 0%;
    }

    .kg-newsletter-bottom {
        padding-bottom: 50px;
    }

    /*.wp-block-embed iframe {
        height: 506px;
    }*/
    
}
