/* 
 * Logo 360 Child Theme Css
 */

/* Custom Css Elementor */
.blog-listing-top .elementor-post {
    flex-direction: row!important;
    max-width: 1130px;
    gap: 55px;
}
.category-blog .elementor-post__text{
    position: relative;
}
.category-blog .elementor-post__meta-data{
    position: absolute;
    top: 0;
}

* {
    outline: 0;
}

p {
    margin: 0 !important;
}

.header-menu-btn a {
    background: #CE347A;
    color: #fff !important;
    transition: all 0.3s ease;
    padding: 8px 10px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans 3", Sans-serif;
}

.header-menu-btn a:hover {
    background: rgba(206, 52, 122, 0.1);
    color: #000 !important;
}

.main-banner h1 span {
    color: #CE347A;
}

#elementor-popup-modal-54 .dialog-message {
    height: 100vh;
}

.mob-menu-nav .elementor-nav-menu li {
    border-bottom: solid 1px #E5E8F3;
}

.contact-form-sec {}

.contact-form-sec .form-group {
    padding-bottom: 24px;
    display: flex;
    gap: 24px;
}

.contact-form-sec .form-group p {
    padding: 0;
    margin: 0;
}

.contact-form-sec .form-group label {
    margin: 0;
    padding: 0 0 6px 0;
    ;
    color: #4A5578;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Source Sans 3", Sans-serif;
    width: 100%;
    display: block;
}

.contact-form-sec .form-group input {
    border: solid 1px #B9C0D4;
    border-radius: 4px;
    height: 46px;
    padding: 10px;
}

.contact-form-sec .form-group select {
    border: solid 1px #B9C0D4;
    border-radius: 4px;
    height: 46px;
    padding: 10px;
    color: #8D93A4;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Source Sans 3", Sans-serif;
    appearance: none;
    -webkit-appearance: none;
    background: url(https://yourcloudnetwork.net/projects/logo360/wp-content/uploads/2024/11/select-arrow.svg)96% 18px no-repeat;
}

.contact-form-sec .form-group textarea {
    border: solid 1px #B9C0D4;
    border-radius: 4px;
    height: 128px;
    padding: 10px;
    resize: none;
    color: #8D93A4;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Source Sans 3", Sans-serif;
}

.contact-form-sec .form-group .form-group-l {
    width: 50%;
}

.contact-form-sec .form-group .form-group-r {
    width: 50%;
}

.contact-form-sec .form-group.form-group-full {
    display: block;
}

.contact-form-sec .form-group input[type="submit"] {
    background: #CE347A;
    border-radius: 4px;
    border: none;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-family: "Source Sans 3", Sans-serif;
    width: 100%;
}

.contact-form-sec .form-group input[type="submit"]:hover {
    background-color: #91164d;
}

.contact-form-sec .form-group ul {
    padding: 20px 0 0 0;
    margin: 0;
}

.contact-form-sec .form-group ul li {
    list-style: none;
    padding: 0 0 16px 0;
}

.contact-form-sec .form-group ul li p {
    display: flex;
    align-items: center;
}

.contact-form-sec .form-group ul li label {
    color: #111322;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
}

.contact-form-sec .form-group ul li label a {
    color: #111322;
    text-decoration: underline;
}

.contact-form-sec input[type=checkbox] {
    position: relative;
    border: 1px solid #B9C0D4;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px !important;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}

.contact-form-sec input[type=checkbox]:hover {
    opacity: 1;
}

.contact-form-sec input[type=checkbox]:checked {
    background-color: #CE347A;
    opacity: 1;
}

.contact-form-sec input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: 0;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.contact-form-sec .wpcf7-list-item {
    display: block;
    margin: 0;
}

.blog-listing-sec .elementor-post__text {
    display: flex;
    flex-wrap: wrap;
}

.blog-listing-sec .elementor-post__title {
    order: 2;
    margin-top: 30px !important;
}

.blog-listing-sec .elementor-post__excerpt {
    order: 3;
}

.blog-listing-sec .elementor-post__meta-data .elementor-post-time {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}

.blog-listing-sec .elementor-post__meta-data .elementor-post-time:before {
    position: absolute;
    content: '';
    background: #111322;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-listing-sec .elementor-post__title a:hover {
    color: #CE347A !important;
}

.blog-listing-sec .page-numbers.current {
    background-color: #CE347A1A;
}



@media (max-width:1024px) {


    .blog-listing-top .elementor-post {
        gap: 20px;
    }

}

@media (max-width:767px) {


    .header-menu-btn {
        display: none !important;
    }

    .main-header-sec .menu-item {
        border-bottom: solid 1px #E5E8F3;
        margin: 0 16px 0 36px;
    }

    .main-header-sec .menu-item a {
        padding: 20px !important;
        font-weight: 400 !important;
    }

    .main-header-sec .elementor-nav-menu {
        padding-top: 40px;
    }

    .main-header-sec .elementor-menu-toggle {
        padding: 0;
    }

    .contact-form-sec .form-group {
        display: block;
    }

    .contact-form-sec .form-group .form-group-l {
        width: 100%;
        padding-bottom: 24px;
    }

    .contact-form-sec .form-group .form-group-r {
        width: 100%;
    }

    .contact-form-sec .form-group ul li label {
        width: calc(100% - 30px);
    }

    .blog-listing-top .elementor-post {
        flex-direction: column!important;
    }

}

/* Custom 2 Css Elementor*/
body {
    font-family: "Source Sans 3", Sans-serif;
}

/* Plans Area */

.planarea {
    padding: 204px 0 87px 0;
}

h2 {
    color: #111322;
}

.planarea p {
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
}

.planarea h2 {
    margin-bottom: 24px;
}

.planarea-top {
    text-align: center;
}

.slider-container {
    width: 820px;
    margin: 40px auto 90px auto;
}

label {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}

input[type="range"] {
    width: 100%;
    margin: 10px 0;
    -webkit-appearance: none;
    /* Remove default appearance */
    appearance: none;
    height: 8px;
    /* Track height */
    border-radius: 5px;
    background: #ddd;
    /* Track background color */
    transition: background 0.3s ease;
}

input[type="range"]:focus {
    outline: none;
}

/* Customize the slider thumb (handle) */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #CE347A;
    /* Thumb color */
    cursor: pointer;
    border: 3px solid #fff;
}

input[type="range"]::-moz-range-thumb {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #CE347A;
    /* Thumb color */
    cursor: pointer;
    border: 3px solid #fff;
}

/* Change track color when slider is active */
input[type="range"]:active {
    background: #CE347A;
    /* Active track color */
}

#rangeValue {
    font-size: 30px;
    font-weight: bold;
    font-family: "Gilroy Bold", Sans-serif;
}

#rangeValue span {
    font-family: "Source Sans 3", sans-serif;
    font-size: 18px;
}

.rangearea {
    display: flex;
    align-items: center;
    gap: 10px;
}

.participants-box {
    border: 1px solid #E5E8F3;
    padding: 30px;
    border-radius: 8px;
    max-width: 396px;
}

.tagtitle {
    font-size: 22px;
    font-weight: 600;
    color: #111322;
    margin-bottom: 16px;
}

.rate {
    font-size: 50px;
    font-weight: 800;
    font-family: "Gilroy Bold", Sans-serif;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.rate span {
    color: #8D93A4;
    font-size: 18px;
    font-family: "Source Sans 3", sans-serif;
    font-weight: normal;
}

.describe {
    font-size: 18px;
    display: flex;
    gap: 5px;
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 33px;
    align-items: center;
}

.describe:before {
    position: absolute;
    height: 1px;
    width: 274px;
    content: "";
    background: rgb(141, 147, 164);
    background: linear-gradient(90deg, rgba(141, 147, 164, 1) 0%, rgba(141, 147, 164, 0) 100%);
    left: 0;
    top: 0;
}

.describe label {
    margin-top: 0;
}

.participants-box p {
    font-size: 18px;
    line-height: 26px;
    color: #8D93A4;
    margin-top: 16px;
    min-height: 100px;
}

.participants-btn {
    background-color: #CE347A;
    color: #fff;
    font-size: 18px;
    padding: 12px 0;
    width: 100%;
    border-radius: 4px;
    display: block;
    text-align: center;
    margin-top: 43px;
}

.participants-box:first-child .participants-btn {
    background-color: #11253C;
}

.participants-btn:hover {
    background-color: #91164d;
    color: #fff;
}

.participants-box:first-child .participants-btn:hover {
    background-color: #050d16;
}

.participants-area {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.participants-wrap.active {
    opacity: 0.5;
}

/* compara area */

.comparawrp_section {
    margin: 30px 0;
    overflow: auto;
}


.comparaarea {
    background-color: #F6F7FB;
    padding: 70px 0 134px 0;
}

.comparawrp,
.comparrgt {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.comparlft h3,
.ratearea span {
    font-size: 30px;
    font-weight: 800;
    font-family: "Gilroy Bold", Sans-serif;
    color: #111322;
    margin-bottom: 13px;
}

.comparlft p {
    font-size: 18px;
    font-weight: normal;
}

.comparrgt h4 {
    font-size: 22px;
    font-weight: 600;
}

.ratearea span {
    margin-bottom: 0;
}

.ratearea {
    color: #8D93A4;
    margin-top: 13px;
}

.comparrgt .participants-btn {
    margin-top: 27px;
    padding: 8px 0;
    font-size: 16px;
}

.comparrgt .rlft,
.comparrgt .rrgt {
    /* width: 292px; */
    width: auto;
    /* border-left: 1px solid #E5E8F3; */
    padding-left: 22px;
    /* margin-left: 24px; */

    position: relative;
}

.comparrgt .rlft::before,
.comparrgt .rrgt::before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100%);
    background-color: #E5E8F3;
    left: -15px;
}

.compartablewrap {
    display: flex;
    gap: 25px;
    font-size: 18px;
    color: #111322;
}

.comparbox {
    width: 278px;
    padding: 16px 10px;
    border-top: 1px solid #E5E8F3;
}

.comparbox:first-child {
    /* width: 601px; */
    flex: auto;
    min-width: 345px;
}

.compartable {
    margin-top: 30px;
    overflow: auto;
}

.compartable .compartablewrap:first-child .comparbox {
    border-top: 0px none;
    display: flex;
    justify-content: flex-start;
}

.ratearea span {
    font-size: 24px;
}

/* .blur {
  filter: blur(10px);
  -moz-filter: blur(10px);
  opacity:0.8;
  transition:all ease 0.5s;
  -moz-transition:all ease 0.5s;
} */
/* compara area end */

.blogdetails-txt {
    display: flex;
    gap: 54px;
}

.blogdetails-lft {
    width: 261px;
}

.blogdetails-rgt {
    width: 816px;
    margin-left: 315px;
}

.blogdetails-lft ul {
    padding: 0;
    margin: 0;
}

.blogdetails-lft ul li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #E5E8F3;
    font-size: 16px;
    list-style-type: none;
}

.blogdetails-rgt p {
    font-size: 18px;
    color: #000;
    padding-bottom: 15px;
}

.blogdetails-lft ul li a {
    color: #111322;
}

.blogdetails-rgt h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    font-family: "Gilroy Bold", Sans-serif;
    margin-bottom: 24px;
    margin-top: 12px;
}

.mobtab {
    display: none;
    justify-content: space-between;
    border-bottom: 1px solid #E5E8F3;
    border-top: 1px solid #E5E8F3;
    padding: 13px 10px;
    margin-bottom: 30px;
}

.mobtab span {
    font-weight: 500;
}

.mobtab a {
    color: #CE347A;
}

#sidebar {
    position: absolute;
    /* Initially, position relative to the parent */
    top: auto;
    /* Initially, no top offset */
}

#sidebar.fixed-sidebar {
    position: fixed;
    top: 100px;
    /* Adjust as necessary */
}

.logged-in.admin-bar #sidebar.fixed-sidebar {
    position: fixed;
    top: 120px;
    /* Adjust as necessary */
}

/* blog details end */


/* language start */
#flags {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    width: auto;
}

/* language end */


@media (max-width:1366px) {
    .rate {
        font-size: 40px;
    }
}

@media (max-width:1200px) {

    .participants-box {
        border: 1px solid #E5E8F3;
        padding: 20px;
        border-radius: 8px;
        max-width: 30%;
    }

}

@media(min-width:992px) and (max-width:1240px){
    .describe label{
        width: 50%;
    }
}

@media (max-width: 991px) {

    /* plans */

    .slider-container {
        width: 100%;
    }

    .participants-box {
        max-width: 100%;
        width: 100%;
    }

    .participants-area {
        flex-wrap: wrap;
    }

    .participants-box p {
        min-height: auto;
    }

    .planarea {
        padding: 71px 0 57px 0;
    }

    .comparrgt .rlft,
    .comparrgt .rrgt {
        width: 100%;
    }

    /* plans */

}


@media (max-width:767px) {

    .planarea h2 {
        font-size: 34px;
        line-height: 38px;
    }

    .planarea p {
        font-size: 16px;
        line-height: 24px;
    }

    #rangeValue {
        font-size: 26px;
    }

    .rangearea span,
    .rate span,
    .describe,
    .planarea p {
        font-size: 14px;
    }

    .slider-container {
        margin: 40px auto 37px auto;
    }

    .tagtitle {
        font-size: 16px;
    }

    .comparawrp,
    .comparrgt {
        flex-wrap: wrap;
    }

    .comparrgt .rlft,
    .comparrgt .rrgt {
        width: 100%;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .comparrgt .rlft,
    .comparrgt .rrgt {
        /* border-top: 1px solid #E5E8F3; */
        /* padding-top: 22px; */
        /* margin-top: 24px; */
        padding: 5px 15px 15px;
        /* min-width: 250px; */
    }

    .comparbox:first-child {
        max-width: 300px;
    }

    .compartablewrap {
        /* width: 1232px; */
        width: 100%;
        min-width: 900px;
        /* background: slategray; */

        font-size: 14px;
    }

    .comparbox {
        padding: 8px 10px;
        display: flex;
    }

    .compartable {
        padding: 0 0px 15px;
    }

    .comparrgt {
        /* min-width: 292px; */
        padding: 0 20px 15px;
    }

    /* blog details */
    .blogdetails-txt {
        flex-wrap: wrap;
    }

    .blogdetails-lft {
        width: 100%;
    }

    .mobtab {
        display: flex;
    }

    .blogdetails-lft ul {
        display: none;
        margin-bottom: 30px;
    }

    .blogdetails-rgt h3 {
        font-size: 26px;
        line-height: 30px;
    }

    .blogdetails-txt {
        gap: 0;
    }

    .blogdetails-rgt p {
        font-size: 14px;
    }


    /* ----- Sidebar design -- start --- */
    #sidebar {
        position: relative;
        top: auto;
        background: #fff;
        margin-bottom: 20px;
    }

    #sidebar.fixed-sidebar {
        /* position: fixed; */
        position: sticky;
        top: 0px;
        z-index: 99;
        background: #fff;
    }

    .logged-in.admin-bar #sidebar {
        position: relative;
        top: auto;
        background: #fff;
        margin-bottom: 20px;
    }

    .logged-in.admin-bar #sidebar.fixed-sidebar {
        /* position: fixed; */
        position: sticky;
        top: 46px;
        z-index: 99;
        background: #fff;
    }

    /* ----- Sidebar design -- end --- */


    .blogdetails-rgt {
        margin-left: 0;
    }
}