/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.3.1763377182
Updated: 2025-11-17 10:59:42

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, p, a {
	font-family: "Poppins", sans-serif;
}
h1 strong {
    font-size: 48px;
    font-weight: 600;
}
h2 strong {
    font-size: 32px;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.cus_btn a.wp-block-button__link.wp-element-button {
    background: #d40029;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 500;
    border-radius: 0;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cus_cloun {
    background: #FFF8F9;
    padding: 30px;
    border-bottom: 3px solid #D40029;
	border-radius: 4px;
}

.cus_cloun input, .cus_cloun textarea {
    border: 1px solid #F6CCD4;
    font-family: poppins;
    color: #808080;
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
	position:relative;
}
.cus_cloun input {
    height:50px;
}
.cus_cloun textarea {
    height:100px;
	resize: none;
}
.cus_cloun form br {
    display: none;
}

.cus_cloun input.wpcf7-form-control.wpcf7-submit {
     background: #d40029;
    color: #fff;
    font-size: 16px;
    width: 105px;
    font-weight: 500;
	cursor:pointer;
}
input.wpcf7-form-control.wpcf7-submit:hover{
	background: #e3032f;
}
.cus_enuire a.wp-block-button__link:hover {
    background: #d40029;
    color: #fff;
}
.cus_cloun span.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    bottom: 0;
}
.cus_cloun .cus_par {
    font-size: 14px;
    padding-bottom: 15px;
}
.cus_cloun {
    width: 100%;
    max-width: 450px;
}
.cus_enuire a.wp-block-button__link {
    border: 1px solid #d40029;
    background: transparent;
    color: #d40029;
    height: 48px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
hr.cus_line {
    width: 60px;
    height: 4px;
    background: #d40029;
    margin-left: 0 !important;
    margin-top: 12px;
}
.cus_lies {
    width: 100%;
    max-width: 60px;
}
.cus_whe {
    width: 100%;
    max-width: 869px;
    margin: 0 auto;
}

/* Hide Header Footer and Main page title with page ID */
 .page-id-6 footer.wp-block-template-part {
    display: none;
}

.page-id-6 header.wp-block-template-part {
    display: none;
}

.page-id-6 h1.wp-block-post-title {
    display: none;
}

.page-id-6 main#wp--skip-link--target {
    margin-top: 0 !important;
}

.page-id-6 .wp-block-group.alignfull.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.page-id-6 .entry-content.alignfull.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
    margin-top: 0;
} 
header + main {
    padding: 0 !important;
}
.has-global-padding > .alignfull {
    margin-right: 0;
    margin-left: 0;
}
.has-global-padding {
    padding-right: 0;
    padding-left: 0;
}

/* Hide Header Footer and Main page title with page ID */

.cus_b strong {
    font-weight: 500;
    font-size: 20px;
}
.wpcf7-response-output {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
    margin-top: 10px !important;
    padding: 2px 5px !important;
    margin-left: 0 !important;
}
.cus_btn a.wp-block-button__link.wp-element-button:hover {
    background: #e3032f;
}
@media only screen and (max-width: 768px) {
	.cus_cloun {
    width: 100% !important;
    max-width: 100%;
}
	.cus_btn a.wp-block-button__link.wp-element-button {
    font-size: 14px;
    height: 40px;
    padding: 10px 20px;
}
	.cus_enuire a.wp-block-button__link {
    font-size: 14px;
    height: 40px;
    padding: 10px 20px;
}
	h1 strong {
    font-size: 34px;
    line-height: 44px;
}
	h2 strong {
    font-size: 26px;
}
h1 {
    text-align: center;
}
	.cus_banner .wp-block-columns.alignwide.are-vertically-aligned-center.is-layout-flex.wp-container-core-columns-is-layout-1fbf779c.wp-block-columns-is-layout-flex {
    display: flex;
    justify-content: center;
}
	figure.wp-block-image.size-full {
    text-align: center;
}
	main.wp-block-group {
    padding-left: 20px;
    padding-right: 20px;
}
	.wp-block-group.cus_header.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-left: 10px;
    padding-right: 10px;
}
.cus-p {
    padding: 50px 10px !important;
}
}