/*
 Theme Name:     protect-my-stone
 Theme URI:      https://www.protect-my-stone.com
 Description:    Divi Child Theme
 Author:         protect-my-stone
 Author URI:     https://www.protect-my-stone.com
 Template:       Divi
 Version:        1.0.0
*/

@font-face {
    font-family: 'a Auto Signature';
    src: url('include/font/aAutoSignature.woff2') format('woff2'),
        url('include/font/aAutoSignature.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --font_Belleza: "Belleza", sans-serif !important;
    --font_Roboto: "Roboto", sans-serif !important;
    --font_aAutoSignature: 'a Auto Signature' !important;
    --primary_color: #D7CBB7;
    --black_color: #000;
    --white_color: #fff;
    --font_weight_300: 300;
    --font_weight_400: 400;
    --font_weight_500: 500;
    --font_weight_600: 600;
    --font_weight_700: 700;
}

html {
    overflow-y: scroll !important;
    scrollbar-width: 3px !important;
    overflow-x: hidden !important;
}

body {
    font-family: var(--font_Belleza) !important;
    font-family: var(--font_Roboto);
    font-family: var(--font_aAutoSignature);
    line-height: 1.7em !important;
    overflow-x: hidden !important;
}

body .et_pb_image_wrap {
    width: 100% !important;
    line-height: 0 !important;
}

textarea {
    resize: none !important;
}

.pd0 {
    padding: 0px !important;
}

.site_padd {
    padding: 90px 0px !important;
}

.dis_fx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dis_fx_al {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cust_width,
.enquire_popup {
    width: 100% !important;
    max-width: 70% !important;
}

.abt_img,
.serv_img {
    width: 100% !important;
    line-height: 0 !important;
    text-align: center !important;
    position: relative !important;
}

.tc {
    text-align: center;
}

body a {
    color: var(--primary_color);
    font-weight: 600;
}

.wt {
    color: var(--white_color) !important;
}

.site_title {
    display: block;
    font-size: 46px;
    font-weight: var(--font_weight_400);
    line-height: normal;
    color: var(--black_color);
    padding-bottom: 20px;
    text-transform: uppercase;
}

.site_subtitle {
    display: block;
    font-size: 35px;
    font-weight: var(--font_weight_400);
    line-height: normal;
    color: var(--black_color);
    padding-bottom: 20px;
    text-transform: uppercase;
}

.site_des {
    display: block;
    font-family: var(--font_Roboto);
    font-size: 19px;
    font-weight: var(--font_weight_300);
    line-height: 1.7em;
    color: var(--black_color);
}

.site_des span {
    display: block;
    padding-bottom: 10px;
}

.p_top_10 {
    padding-top: 10px !important;
}

.btn_col_right {
    margin-left: 10px;
}

.diff_width {
    width: 100% !important;
    max-width: 95% !important;
}

/* About Us section start */

.abt_img img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 635px;
    transition: 0.5s;
}

.abt_img_2 img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 445px;
    transition: 0.5s;
}

.abt_col_1 {
    width: 35% !important;
}

.abt_col_2 {
    width: 35% !important;
    padding: 0px 45px;
}

.abt_col_3 {
    width: 30% !important;
}

/* section end */

/* Our Services section start */

.serv_img img {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 610px;
    transition: 0.5s;
}

.our_serv_col_1 {
    width: 50% !important;
}

.our_serv_col_2 {
    width: 50% !important;
    padding-left: 60px;
}

/* section end */

/* Protect My Stone section start */

.pms_sec {
    height: 700px;
}

.main_title span {
    display: block;
    color: var(--white_color);
    font-size: 56px;
    font-weight: var(--font_weight_400);
    line-height: normal;
    text-transform: uppercase;
}

/* section end */

/* main banner section start */

.main_bnr_sec {
    position: relative;
    overflow: hidden;
}

.lrb_padd {
    padding-left: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 50px !important;
}

.main_bnr_sec .et_pb_slide_0,
.main_bnr_sec .et_pb_slide_1,
.main_bnr_sec .et_pb_slide_2,
.main_bnr_sec .et_pb_slide_3,
.main_bnr_sec .et_pb_slide_4,
.main_bnr_sec .et_pb_slide_5 {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 730px;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.main_bnr_sec .et_pb_slide_description {
    padding: 0px 7% !important;
    text-shadow: unset !important;
    overflow: hidden !important;
}

.bnr_title span {
    display: block;
    color: var(--black_color);
    font-size: 39px;
    font-weight: var(--font_weight_400);
    line-height: 1.5em;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.bnr_des span {
    display: block;
    font-family: var(--font_Roboto);
    color: var(--black_color);
    font-size: 18px;
    font-weight: var(--font_weight_300);
    line-height: 1.5em;
    padding-bottom: 15px;
}

.main_bnr_sec:before {
    content: '';
    background: url(/../../../wp-content/uploads/2025/05/bnr-bg.webp);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1;
}

/* end section */

/* Projects section start */

.rp_gallery {
    margin: -10px;
}

.rp_gallery .et_pb_gallery_item {
    width: 33.33% !important;
    padding: 10px;
}

/* end section */

/* Other Services section start */

.os_inr {
    margin: -10px;
}

.os_box {
    width: 33.33%;
    padding: 10px;
    padding-top: 40px;
}

.os_title span {
    display: block;
    color: var(--black_color);
    font-size: 25px;
    font-weight: var(--font_weight_400);
    text-transform: uppercase;
    padding-bottom: 10px;
    line-height: 1.7em;
}

.os_des span {
    display: block;
    font-family: var(--font_Roboto);
    color: #595959;
    font-size: 18px;
    font-weight: var(--font_weight_300);
    line-height: 1.7em;
}

.os_icon {
    margin-right: 15px;
    line-height: 0;
    animation: opacity 1.5s ease-in-out infinite alternate;
}

.os_box_inr {
    display: flex;
    justify-content: center;
}

@keyframes opacity {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0.5;
        transform: scale(0.9);
    }
}

.os_icon svg {
    width: 55px;
    height: 55px;
}

/* end section */

/* video section start */

.pms_vid video {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

/* end section */

/* Contact Us section start */

.cotnact_main_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -10px;
}

.cotnact_main_col_4 {
    width: 33.33%;
    padding: 10px;
}

.cotnact_main_col_8 {
    width: 66.67%;
    padding: 10px;
}

.cotnact_main_col_12 {
    width: 100%;
    padding: 10px;
}

.cu_form .site_button {
    margin: auto;
}

.cu_form input[type=email],
.cu_form input[type=password],
.cu_form input[type=tel],
.cu_form input[type=text],
.cu_form select,
.cu_form textarea,
.ub_form input[type=email],
.ub_form input[type=password],
.ub_form input[type=tel],
.ub_form input[type=text],
.ub_form select,
.ub_form textarea {
    font-family: var(--font_Roboto);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #D7CBB7;
    font-size: 13px;
    font-weight: var(--font_weight_400);
    text-transform: uppercase;
    color: var(--black_color);
}

.cu_form textarea,
.ub_form textarea {
    height: 37px;
}

/* end section */

/* under banner form section start */

.ub_form .cotnact_main_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.under_f_sec {
    position: relative;
    overflow: hidden;
}

.under_f_sec:before {
    content: '';
    background: url(/../../../wp-content/uploads/2025/05/bnr-bg.webp);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    z-index: 1;
}

.contact_left {
    width: 68%;
}

.contact_right {
    width: 32%;
    padding-left: 130px;
}

/* end section */

.abt_img:hover img,
.serv_img:hover img {
    transform: scale(1.1) rotate(5deg);
}

.abt_img,
.serv_img {
    position: relative;
    overflow: hidden;
}

::placeholder {
    color: var(--black_color);
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--black_color);
}

::-ms-input-placeholder {
    color: var(--black_color);
}

.ub_form .site_button {
    background: transparent;
}

.rp_gallery .et_pb_gallery_image img {
    object-fit: cover;
    width: 100% !important;
    height: 420px;
}

.s_main_title span {
    display: block;
    font-family: var(--font_aAutoSignature);
    color: var(--primary_color);
    font-size: 50px;
    font-weight: var(--font_weight_400);
    line-height: normal;
    text-transform: capitalize;
}

.get_mail input[type="email"]::placeholder {
    color: #999999;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    .s_main_title span {
        font-size: 28px;
    }

    .rp_gallery .et_pb_gallery_image img {
        height: auto;
    }

    .main_bnr_sec:before,
    .under_f_sec:before {
        width: 100%;
    }

    .site_padd {
        padding: 40px 0px !important;
    }

    .cust_width {
        width: 100% !important;
        max-width: 92% !important;
    }

    .enquire_popup {
        width: 100% !important;
        max-width: 100% !important;
    }

    .enquire_popup .cotnact_main_row {
        margin: auto;
    }

    .site_title {
        font-size: 26px;
        text-align: center !important;
    }

    .site_des {
        font-size: 14px;
        text-align: center !important;
    }

    .site_subtitle {
        font-size: 22px;
        text-align: center !important;
    }

    .diff_width {
        width: 100% !important;
        max-width: 92% !important;
    }

    /* About Us section start */

    .abt_img img {
        height: 350px;
    }

    .abt_img_2 img,
    .abt_col_3,
    .site_title br {
        display: none;
    }

    .abt_col_1 {
        width: 100% !important;
    }

    .abt_col_2 {
        width: 100% !important;
        padding: 20px 0px 0px 0px;
    }

    .abt_btn .dis_fx_al,
    .serv_btn .dis_fx_al,
    .bnr_btn .dis_fx_al {
        justify-content: center;
    }

    /* section end */

    /* Our Services section start */

    .serv_img img {
        height: 300px;
    }

    .our_serv_col_1,
    .our_serv_col_2 {
        width: 100% !important;
    }

    .our_serv_col_2 {
        padding-top: 20px;
        padding-left: 0px;
    }

    .site_des span br {
        display: none;
    }

    /* section end */

    /* Protect My Stone section start */

    .pms_sec {
        height: 300px;
    }

    .main_title span {
        font-size: 36px;
    }

    /* section end */

    /* main banner section start */

    .lrb_padd {
        padding-left: 10px !important;
        padding-bottom: 10px !important;
        padding-right: 10px !important;
    }

    .main_bnr_sec .et_pb_slide_0,
    .main_bnr_sec .et_pb_slide_1,
    .main_bnr_sec .et_pb_slide_2,
    .main_bnr_sec .et_pb_slide_3,
    .main_bnr_sec .et_pb_slide_4,
    .main_bnr_sec .et_pb_slide_5 {
        height: 300px;
    }

    .main_bnr_sec .et_pb_slide_description {
        padding: 10px !important;
    }

    .bnr_title span {
        font-size: 22px;
        text-align: center !important;
    }

    .bnr_des span {
        font-size: 14px;
        text-align: center !important;
    }

    .bnr_title span br,
    .bnr_des span br {
        display: none;
    }

    /* end section */

    /* Projects section start */

    .rp_gallery .et_pb_gallery_item {
        width: 100% !important;
    }

    .rp_gallery .et_pb_gallery_image img {
        object-fit: cover;
        width: 100% !important;
    }

    /* end section */

    /* Other Services section start */

    .os_title span {
        font-size: 16px;
    }

    .os_des span {
        font-size: 14px;
    }

    .os_box {
        width: 100%;
        padding-top: 10px;
        text-align: center !important;
    }

    .os_box_inr {
        flex-wrap: wrap;
    }

    .os_icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    /* end section */

    /* video section start */

    .pms_vid video {
        height: 200px;
    }

    /* end section */

    /* Contact Us section start */

    .cotnact_main_col_4,
    .cotnact_main_col_8 {
        width: 100%;
    }

    .cu_form input[type=email],
    .cu_form input[type=password],
    .cu_form input[type=tel],
    .cu_form input[type=text],
    .cu_form select,
    .cu_form textarea,
    .ub_form input[type=email],
    .ub_form input[type=password],
    .ub_form input[type=tel],
    .ub_form input[type=text],
    .ub_form select,
    .ub_form textarea {
        margin-bottom: 10px;
    }

    /* end section */

    /* under banner form section start */

    .contact_left,
    .contact_right {
        width: 100%;
    }

    .contact_right {
        padding-left: 0px;
    }

    .ub_form .site_button {
        margin: auto;
    }

    .ub_form input[type=email],
    .ub_form input[type=password],
    .ub_form input[type=tel],
    .ub_form input[type=text],
    .ub_form select,
    .ub_form textarea {
        border-color: #000000;
    }

    /* end section */

}

@media all and (min-width: 481px) and (max-width: 767px) {

    /* Projects section start */

    .rp_gallery .et_pb_gallery_item {
        width: 50% !important;
    }

    /* end section */

    /* Other Services section start */

    .os_box {
        width: 50%;
    }

    /* end section */

}

@media all and (min-width: 768px) and (max-width: 980px) {

    .s_main_title span {
        font-size: 32px;
    }

    .rp_gallery .et_pb_gallery_image img {
        height: auto;
    }

    .main_bnr_sec:before,
    .under_f_sec:before {
        width: 100%;
    }

    .site_padd {
        padding: 50px 0px !important;
    }

    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 95% !important;
    }

    .site_title {
        font-size: 30px;
    }

    .site_des {
        font-size: 15px;
    }

    .site_subtitle {
        font-size: 28px;
    }

    /* About Us section start */

    .abt_img img {
        height: 400px;
    }

    .abt_img_2 img,
    .abt_col_3,
    .site_title br {
        display: none;
    }

    .abt_col_1 {
        width: 50% !important;
    }

    .abt_col_2 {
        width: 50% !important;
        padding: 0px 0px 0px 20px;
    }

    /* section end */

    /* Our Services section start */

    .serv_img img {
        height: 300px;
    }

    .our_serv_col_2 {
        padding-left: 20px;
    }

    .site_des span br {
        display: none;
    }

    /* section end */

    /* Protect My Stone section start */

    .pms_sec {
        height: 400px;
    }

    .main_title span {
        font-size: 40px;
    }

    /* section end */

    /* main banner section start */

    .lrb_padd {
        padding-left: 20px !important;
        padding-bottom: 40px !important;
        padding-right: 20px !important;
    }

    .main_bnr_sec .et_pb_slide_0,
    .main_bnr_sec .et_pb_slide_1,
    .main_bnr_sec .et_pb_slide_2,
    .main_bnr_sec .et_pb_slide_3,
    .main_bnr_sec .et_pb_slide_4,
    .main_bnr_sec .et_pb_slide_5 {
        height: 400px;
    }

    .main_bnr_sec .et_pb_slide_description {
        padding: 0px 7% !important;
    }

    .bnr_title span {
        font-size: 30px;
    }

    .bnr_des span {
        font-size: 15px;
    }

    /* end section */

    /* Projects section start */

    .rp_gallery .et_pb_gallery_item {
        width: 50% !important;
    }

    .rp_gallery .et_pb_gallery_image img {
        object-fit: cover;
        width: 100% !important;
    }

    /* end section */

    /* Other Services section start */

    .os_title span {
        font-size: 16px;
    }

    .os_des span {
        font-size: 15px;
    }

    .os_box {
        padding-top: 10px;
        text-align: center !important;
    }

    .os_box_inr {
        flex-wrap: wrap;
    }

    .os_icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    /* end section */

    /* video section start */

    .pms_vid video {
        height: 300px;
    }

    /* end section */

    /* under banner form section start */

    .contact_left,
    .contact_right {
        width: 100%;
    }

    .contact_right {
        padding-left: 0px;
    }

    .ub_form .site_button {
        margin: auto;
    }

    .ub_form input[type=email],
    .ub_form input[type=password],
    .ub_form input[type=tel],
    .ub_form input[type=text],
    .ub_form select,
    .ub_form textarea {
        border-color: #000000;
    }

    /* end section */

}

@media only screen and (min-width: 981px) and (max-width: 1140px) {

    .site_padd {
        padding: 60px 0px !important;
    }

    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 90% !important;
    }

    .site_title {
        font-size: 34px;
    }

    .site_des {
        font-size: 16px;
    }

    .site_subtitle {
        font-size: 30px;
    }

    /* About Us section start */

    .abt_img img {
        height: 500px;
    }

    .abt_img_2 img {
        height: 300px;
    }

    .abt_col_1 {
        width: 34% !important;
    }

    .abt_col_2 {
        width: 37% !important;
        padding: 0px 15px;
    }

    .abt_col_3 {
        width: 29% !important;
    }

    /* section end */

    /* Our Services section start */

    .serv_img img {
        height: 350px;
    }

    .our_serv_col_2 {
        padding-left: 30px;
    }

    .site_des span br {
        display: none;
    }

    /* section end */

    /* Protect My Stone section start */

    .pms_sec {
        height: 400px;
    }

    .main_title span {
        font-size: 44px;
    }

    /* section end */

    /* main banner section start */

    .lrb_padd {
        padding-left: 40px !important;
        padding-bottom: 40px !important;
        padding-right: 40px !important;
    }

    .main_bnr_sec .et_pb_slide_0,
    .main_bnr_sec .et_pb_slide_1,
    .main_bnr_sec .et_pb_slide_2,
    .main_bnr_sec .et_pb_slide_3,
    .main_bnr_sec .et_pb_slide_4,
    .main_bnr_sec .et_pb_slide_5 {
        height: 400px;
    }

    .main_bnr_sec .et_pb_slide_description {
        padding: 0px 7% !important;
    }

    .bnr_title span {
        font-size: 30px;
    }

    .bnr_des span {
        font-size: 15px;
    }

    /* end section */

    /* Other Services section start */

    .os_title span {
        font-size: 16px;
    }

    .os_des span {
        font-size: 15px;
    }

    .os_box {
        padding-top: 20px;
    }

    /* end section */

    /* video section start */

    .pms_vid video {
        height: 400px;
    }

    /* end section */

    /* under banner form section start */

    .contact_right {
        padding-left: 100px;
    }

    /* end section */

}

@media all and (min-width: 1141px) and (max-width: 1440px) {

    .site_padd {
        padding: 70px 0px !important;
    }

    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 85% !important;
    }

    .site_title {
        font-size: 38px;
    }

    .site_des {
        font-size: 17px;
    }

    .site_subtitle {
        font-size: 32px;
    }

    /* About Us section start */

    .abt_img img {
        height: 550px;
    }

    .abt_img_2 img {
        height: 350px;
    }

    .abt_col_2 {
        padding: 0px 20px;
    }

    /* section end */

    /* Our Services section start */

    .serv_img img {
        height: 400px;
    }

    .our_serv_col_2 {
        padding-left: 40px;
    }

    /* section end */

    /* Protect My Stone section start */

    .pms_sec {
        height: 500px;
    }

    .main_title span {
        font-size: 48px;
    }

    /* section end */

    /* main banner section start */

    .lrb_padd {
        padding-left: 40px !important;
        padding-bottom: 40px !important;
        padding-right: 40px !important;
    }

    .main_bnr_sec .et_pb_slide_0,
    .main_bnr_sec .et_pb_slide_1,
    .main_bnr_sec .et_pb_slide_2,
    .main_bnr_sec .et_pb_slide_3,
    .main_bnr_sec .et_pb_slide_4,
    .main_bnr_sec .et_pb_slide_5 {
        height: 500px;
    }

    .main_bnr_sec .et_pb_slide_description {
        padding: 0px 7% !important;
    }

    .bnr_title span {
        font-size: 33px;
    }

    .bnr_des span {
        font-size: 16px;
    }

    /* end section */

    /* Other Services section start */

    .os_title span {
        font-size: 19px;
    }

    .os_des span {
        font-size: 16px;
    }

    .os_box {
        padding-top: 20px;
    }

    /* end section */

    /* video section start */

    .pms_vid video {
        height: 500px;
    }

    /* end section */

    /* under banner form section start */

    .contact_right {
        padding-left: 100px;
    }

    /* end section */

}

@media all and (min-width: 1441px) and (max-width: 1880px) {

    .site_padd {
        padding: 80px 0px !important;
    }

    .cust_width,
    .enquire_popup {
        width: 100% !important;
        max-width: 75% !important;
    }

    .site_title {
        font-size: 42px;
    }

    .site_des {
        font-size: 18px;
    }

    .site_subtitle {
        font-size: 34px;
    }

    /* About Us section start */

    .abt_img img {
        height: 600px;
    }

    .abt_img_2 img {
        height: 400px;
    }

    .abt_col_2 {
        padding: 0px 30px;
    }

    /* section end */

    /* Our Services section start */

    .serv_img img {
        height: 500px;
    }

    .our_serv_col_2 {
        padding-left: 50px;
    }

    /* section end */

    /* Our Services section start */

    .serv_img img {
        height: 500px;
    }

    .our_serv_col_2 {
        padding-left: 50px;
    }

    /* section end */

    /* Protect My Stone section start */

    .pms_sec {
        height: 600px;
    }

    .main_title span {
        font-size: 52px;
    }

    /* section end */

    /* main banner section start */

    .lrb_padd {
        padding-left: 40px !important;
        padding-bottom: 40px !important;
        padding-right: 40px !important;
    }

    .main_bnr_sec .et_pb_slide_0,
    .main_bnr_sec .et_pb_slide_1,
    .main_bnr_sec .et_pb_slide_2,
    .main_bnr_sec .et_pb_slide_3,
    .main_bnr_sec .et_pb_slide_4,
    .main_bnr_sec .et_pb_slide_5 {
        height: 600px;
    }

    .main_bnr_sec .et_pb_slide_description {
        padding: 0px 7% !important;
    }

    .bnr_title span {
        font-size: 36px;
    }

    .bnr_des span {
        font-size: 17px;
    }

    /* end section */

    /* Other Services section start */

    .os_title span {
        font-size: 22px;
    }

    .os_des span {
        font-size: 17px;
    }

    .os_box {
        padding-top: 30px;
    }

    /* end section */

    /* video section start */

    .pms_vid video {
        height: 600px;
    }

    /* end section */

    /* under banner form section start */

    .contact_right {
        padding-left: 100px;
    }

    /* end section */

}