/*
Theme Name: maisonch
Theme URI: https://shoaibdevhub.com/
Author: M.Shoaib Mughal
Author URI: https://shoaibdevhub.com/
Version: 1.0
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Livvic", sans-serif;
}
div.wrapper {
    width: 100%;
    display: inline-block;
}
div.container {
    width: 1280px;
    max-width: calc(100% - 0px);
    margin: 0 auto;
}
div.myFormHere p {
    display: flex;
    align-items: center;
    justify-content: end;
}
div.myFormHere input[type="email"] {
    height: 40px;
    border-radius: 0;
    border: 1px solid #000;
    margin-right: 10px;
    text-indent: 15px;
    outline: none;
    width: 100%;
}
div.myFormHere input[type="submit"] {
    background: #000;
    border: 0;
    padding: 10px 35px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
div.myFormHere .wpcf7-spinner {
    position: absolute;
    right: 33px;
    top: 8px;
}
div.myFormHere p .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 14px;
    margin-top: 3px;
}
div#wpcf7-f75-o1 form .wpcf7-response-output {
    margin-right: 0;
    font-size: 15px;
    margin-left: 0;
}
div.mainFormContact .formGroup {
    margin-bottom: 15px;
}
div.mainFormContact .formGroup input {
    width: 100%;
    padding: 0;
    height: 44px;
    text-indent: 15px;
    margin-top: 6px;
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    outline: none;
}
div.mainFormContact .formGroup textarea {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    height: 140px;
    border: 1px solid #000;
    outline: none;
}
div.mainFormContact .formGroupSubmit input[type="submit"] {
    background: #000;
    border: 0;
    padding: 12px 50px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    border-radius: 6px;
    cursor: pointer;
}
div#ourServicesHom {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
	padding-top:80px;
}
div#ourServicesHom .e-con-inner .elementor-element.elementor-element-445ebe0.elementor-widget.elementor-widget-heading {
    text-align: center;
    width: 100%;
}
div#ourServicesHom .e-con-inner .elementor-element.elementor-element-445ebe0.elementor-widget.elementor-widget-heading .elementor-widget-container {
  padding-bottom: 0px !important;
}

div.sh-tabs-container .sh-tab-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 25px;
}
.sh-tabs-container .tab-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.sh-tabs-container .tab-btn {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    background: #fff;
    border: 0;
    border-bottom: 6px solid transparent;
    padding-bottom: 4px;
}
.sh-tabs-container .tab-btn:hover {
    border-color: #f05018;
}
.sh-tabs-container .tab-btn.active {
    border-color: #f05018;
}
.sh-tabs-container .tab-content {
    display: none;
    animation: fadeIn 0.5s ease-in-out;
}
.sh-tabs-container .tab-content.active {
    display: block;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.sh-tabs-container .card {
    background: #fffbf6;
    border-radius: 15px;
    margin: 10px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    padding: 0px 30px;
    cursor: pointer;
}
.sh-tabs-container .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 8px rgba(0,0,0,0.15);
    border-color: #f05018;
}
.sh-tabs-container .card-icon {
    margin-bottom: 10px;
}
.sh-tabs-container .australia .card-icon {
    color: #ff6b6b;
}
.sh-tabs-container .canada .card-icon {
    color: #ff9ff3;
}
.sh-tabs-container .card h3 {
    color: #2c3e50;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    font-family: "Livvic", sans-serif;
}
.sh-tabs-container .card p {
    color: #7f8c8d;
    line-height: 1.6;
    font-size: 14px;
}
.sh-tabs-container .country-title {
    font-size: 36px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sh-tabs-container .australia .country-title {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sh-tabs-container .canada .country-title {
    background: linear-gradient(135deg, #ff9ff3, #f368e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.sh-tabs-container .slick-prev, .slick-next {
    z-index: 1;
    width: 50px !important;
    height: 50px !important;
}
.sh-tabs-container .slick-prev {
    left: 10px !important;
}
.sh-tabs-container .slick-next {
    right: 10px !important;
}
.sh-tabs-container .slick-prev:before, .slick-next:before {
    font-size: 30px !important;
    color: #f05018 !important;
}
.sh-tabs-container .slick-dots {
    bottom: -30px !important;
}
.sh-tabs-container .slick-dots li button:before {
    color: #f05018 !important;
    font-size: 12px !important;
}
.sh-tabs-container .slick-dots li.slick-active button:before {
    color: #ff6b6b !important;
}
@media (max-width: 768px) {
    .sh-tabs-container .tab-buttons {
        flex-direction: column;
        align-items: center;
    }
    .sh-tabs-container .tab-btn {
        width: 200px;
    }
    .sh-tabs-container .country-title {
        font-size: 28px;
    }
    div#ourServicesHom {
        padding-top: 30px;
    }
}
div.PopupOverlayCus {
    background-color: rgba(215, 71, 21, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
div#closeIconItemSH {
    position: absolute;
    top: 70px;
    right: 70px;
    cursor: pointer;
}
div#mainSec {
    padding-top: 80px;
}
div#mainBanner {
    padding-top: 80px;
}
div.elementor.elementor-22 {
    margin-top: 100px;
}
div.myformItemHere {
    margin-top: 100px;
}