@charset "UTF-8";

/*
Theme Name: Doorbellinstallation
Theme URI: https://wordpress.org/themes/Doorbellinstallation/
Author: the Logic team
Author URI: https://wordpress.org/
Description: Doorbellinstallation is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Doorbellinstallation
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */

body {
    font-size: 17px;
}

a {
    color: #cc0007;
    text-decoration: none;
}

.text-danger {
    color: #cc0007 !important;
}

.btn-danger,
.btn-outline-danger:hover {
    background-color: #cc0007;
}

.my-header .nav-item .nav-link {
    font-weight: 500;
    padding: 5px 15px;
    font-size: 15px;
}

@media (min-width: 1200px) {
    .my-header .nav-item .nav-link {
        font-weight: 500;
        padding: 5px 15px;
        font-size: 13px;
    }

    .my-header .nav-item {
        padding: 5px;
    }
}

.my-header .navbar-nav .nav-link.active,
.my-header .navbar-nav .nav-link.show {
    background-color: #cc0007;
    color: #fff;
}

.about-content1 .features-list .feature-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.icon-box {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background-color: #ffe0e1;
    color: #cc0007;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: 0.3s;
}

/* Hero Section */
.my-banner {
    background-color: transparent;
    background-image: linear-gradient(90deg, #fef3f4 75%, #cc0007 75%);
}

@media (max-width:991.98px) {
    .my-banner {
        background-color: transparent;
        background-image: linear-gradient(180deg, #fef3f4 50%, #cc0007 50%);
    }
}

.banner-heading {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
}

.main-link {
    color: #cc0007;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.main-link:hover {
    text-decoration: underline;
}

.banner-cards .card {
    border-radius: 0;
    border: none;
}

.banner-cards .card .card-body {
    background-color: #fef3f4;
    margin: 10px;
}

/* Featured Posts */
.featured-posts .featured-posts-card img {
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.featured-posts .featured-posts-card img:hover {
    transform: scale(1.3);
    transition: all .3s ease-in-out;
}

/* Latest Posts */
.latest-posts .card {
    overflow: hidden;
}

.latest-posts .card img {
    transition: all .3s ease-in-out;
}

.latest-posts .card:hover img {
    transform: scaleX(1.1);
    transition: all .3s ease-in-out;
}

.recent-posts-aside a {
    text-decoration: none;
    color: #000;
}

.recent-posts-aside a:hover {
    text-decoration: none;
    color: #cc0007;
}

.blog-page-banner {
    position: relative;
    background-color: rgb(221, 221, 221);
    background-image: url(../images/image1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
}

.blog-page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(127, 0, 0, 0.531);
    z-index: -1;
}

.contact-page-banner {
    position: relative;
    background-color: rgb(221, 221, 221);
    background-image: url(../images/image1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
}

.contact-page-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(127, 0, 0, 0.531);
    z-index: -1;
}

.icon-wrapper {
    width: 70px;
    height: 70px;
    background: #ffd5d7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: #cc0007;
}

.icon-wrapper i {
    font-size: 25px;
    color: #cc0007;
}

.about-page-image img {
    object-fit: cover;
    height: 100%;
    object-position: left;
}

.about2 .custom-card {
    background-color: #fffafa;
    padding: 30px;
    border-top: 4px solid #cc0007;
    border-bottom: 4px solid #cc0007;
    border-left: 1px solid #cc000748;
    border-right: 1px solid #cc000748;
}

.about2 .custom-card i {
    font-size: 35px;
    color: #cc0007;
    display: inline-block;
    margin-bottom: 10px;
}

.about2 .custom-card p {
    color: #414141;
}

footer ul li:hover, footer ul li a:hover {
    color: #cc0007 !important;
}

@media (min-width: 992px) {
    .blog-page-banner {
        position: relative;
        height: 600px;
        background-color: rgb(221, 221, 221);
        background-image: url(../images/image1.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
        border-radius: 0 0 25% 25%;
        overflow: hidden;
    }

    .blog-page-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(55, 0, 0, 0.87);
        z-index: -1;
    }

    .contact-page-banner {
        position: relative;
        height: 600px;
        background-color: rgb(221, 221, 221);
        background-image: url(../images/image1.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
        border-radius: 0 0 25% 25%;
        overflow: hidden;
    }

    .contact-page-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(55, 0, 0, 0.87);
        z-index: -1;
    }

    .blog-latest-posts,
    .contact-main {
        z-index: 1;
        position: relative;
        top: -300px;
        margin-bottom: -300px;
    }
}


/* newcss */
 #contactModal .modal-header {
    background-color: #f3f3fe !important;
    border: 0;
 
}
div#contactModal .modal-dialog.modal-xl {
    width: 600px!important;
}

.modal-body iframe {
  width: 100% !important;

  border: 0;
}

.contact-form-iframe iframe{
    height: 683px!important;
}



@media (max-width: 767px) {
    .contact-form-iframe iframe{
    height: 836px!important;   
}

.my-header .navbar-brand img{
    height: 40px !important;

 
}
}