/**
 * Theme Name: depth
 * Description: BDeepti theme
 * Author: Anzar Riyaz
 * Template: blocksy
 * Text Domain: blocksy
 */

/* 
 Hero Text:
HEading Playfair Display

Subhead:
 Playfair Display

Body Copy:
 DM Sans

Quote or Signature (Footer/Highlight):
 Allura */




/*
 
 dark-bg : #292726
 
 */

:root {
    font-display: "Playfair Display', Sans-Serif",

}




.section {
    padding: 110px 0;
}

.section-bottom {
    padding-bottom: 110px;
}

.section-top {
    padding-top: 110px;
}

.small-heading {
    margin: 40px 0;
}

body,
.elementor-widget-text-editor {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Butler';
    font-weight: 800;
}

.elementor-button{
    font-size: 20px!important;
}

.bg-dark {
    background: #292726;
    color: #fff;
}

.bg-dark .elementor-heading-title {
    color: #fff;
}

h2 {
    font-size: 72px;
    font-family: 'Playfair Display', serif;
}

h3{
    font-size: 49px;
    line-height: 1.2em;
}
.text-italics .elementor-heading-title{
    font-style: italic;
}
.ct-widget h2{
    font-size: 20px;
}

/* slider */

.from-left {
    font-size: 66px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    font-family: 'Playfair Display', serif;
}

.from-right {
    font-size: 97px;
    line-height: 80px;
    letter-spacing: 0px;
    font-family: 'Playfair Display', serif;
}

.slide-des p {
    font-size: 44px;
    font-style: italic;
    line-height: 1em;
    font-family: 'Playfair Display', serif;
}

.service-card {
    width: 100%;
    text-align: center;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.service-card img {
    width: 100%;
    height: auto;
    display: block;
}

.service-number {
    font-size: 135px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px;
    line-height: 1;
}

.service-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.5px;
    padding: 80px 15px 10px;
}

.service-card .read-more {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: white;
    text-decoration: none;
    margin: 20px 0;
    transition: all 0.3s ease;
    background-color: transparent;
    width: 100%;
    padding: 20px;
    text-align: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.read-more:hover {
    opacity: 1;
    background: #fff;
    color: #111;
}

.uc_post_grid_style_one .uc_content {
    text-align: center;
}

.read-more::after {
    content: '→';
    margin-left: 8px;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.read-more:hover::after {
    transform: translateX(4px);
}

.ekit-wid-con .elementskit-single-testimonial-slider {
    background: transparent;
}

.ekit-wid-con .elementskit-single-testimonial-slider {
    box-shadow: none !important;
}

.footer-social {
    text-align: center;
    align-items: center;
    display: grid;
    justify-content: center;
    margin-top: 15px;
}


footer, footer a, footer p {
    color: #fff !important;
    font-size: 20px;
}

footer ul.menu {
    display: block;
}

footer ul.menu li {
    margin-bottom: 15px;
    text-align: left;
}

footer .ct-menu-link {
    display: block;
}

.wp-block-separator:not(.is-style-dots) {
    height: 2px;
    max-width: 100%;
    background: #f8f8f81f !important;
    margin: 12px 0;
}

.ct-footer .ct-widget:not(:first-child) {
    margin-bottom: 0px !important;
    margin-top: 10px !important;
    color: #fff;
}

 footer .ct-icon-container svg {
    fill: #fff;
}
/*
.ct-social-box a:hover svg {
    fill: #fff;
} */

.from-left {
    /* font-family: "ButlerLight", Sans-serif; */
    font-size: 66px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
}

/* body:not(.home) nav[class*="menu"] .ct-menu-link {
    color: #232323;
}

body:not(.home) .ct-header-socials .ct-icon,
body:not(.home) .ct-header-socials .ct-icon-container svg {
    fill: #232323;
}

body:not(.home) nav[class*=menu] li[class*=current-menu-]>.ct-menu-link,
body:not(.home) nav[class*=menu] li[class*=current-menu-]>.ct-sub-menu-parent {
    color: #8f887b
}

body:not(.home) nav[class*=menu] li:hover>.ct-menu-link,
body:not(.home) nav[class*=menu] li:hover>.ct-sub-menu-parent {
    color: #8f887b;
}

body:not(.home) #header {
    position: relative;
    z-index: 50;
    height: 100px;
} */

/* Contact Form Container */
.wpcf7 form {
    max-width: 800px;
    margin: auto;
    font-family: 'Helvetica Neue', sans-serif;
    color: #4a4a4a;
}

/* Input, Textarea Styles */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    border: none;
    border-bottom: 2px solid #777;
    background: transparent;
    padding: 10px 5px;
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    box-sizing: border-box;
}

/* Focus Style */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-color: #4a4a4a;
    outline: none;
}

/* Two-column layout for first and last name, email and industry */
.wpcf7 .form-row {
    display: flex;
    gap: 20px;
}

.wpcf7 .form-row .column {
    flex: 1;
}

/* Submit Button Style */
.wpcf7 input[type="submit"] {
    background-color: #7e6653;
    color: #fff;
    border: none;
    padding: 14px 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #5f4c3f;
}

body .wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #858585 !important;
    background: transparent !important;
    padding: 10px 0px !important;
    font-size: 13px !important;
    color: #333;
    margin-bottom: 30px;
    box-sizing: border-box;
}

body input.wpcf7-form-control.wpcf7-text:focus-visible,body texarea.wpcf7-form-control.wpcf7-textarea:focus-visible,
body input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus,body texarea.wpcf7-form-control.wpcf7-textarea:focus {
    outline: none;
}

.swiper-fade .swiper-slide:before {
    content:"";
    background:#00000026;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

body .ekit-wid-con .ekit-form form input[type=submit]:hover {
    background-color: #bf8f3e;
}
.cta h2{
    font-size: 60px;
    line-height: 1.2em;
    text-transform: uppercase;
}
.blog .entry-title{
  font-size: 43px;
    font-weight: 200;
    line-height: 47px;
    letter-spacing: 0px;
}

.single .ct-container-full[data-vertical-spacing*=top]{
    padding-top: 0px !important;
}

/* Responsive styles for tablet screens (max-width: 1024px) */
@media (max-width: 1024px) {
    .section,
    .section-bottom,
    .section-top {
        padding: 60px 0;
    }

    h2,
    .from-left,
    .from-right,
    .slide-des p{
        font-size: 40px;
    }
     .service-number {
        font-size: 80px;
        top: 67%;
    }

    /* Heading sizes for tablet */
    h1 { font-size: 48px; }
    h2 { font-size: 40px; }
    h3 { font-size: 32px; }
    h4 { font-size: 26px; }
    h5 { font-size: 20px; }
    h6 { font-size: 18px; }

    .service-title {
        font-size: 18px;
        padding: 40px 10px 8px;
    }

    .elementor-button {
        font-size: 18px !important;
    }
    .elementor-426 .elementor-element.elementor-element-9d2e859 {
        text-align: center;
    }
}

/* Responsive styles for mobile screens (max-width: 600px) */
@media (max-width: 600px) {
    .section,
    .section-bottom,
    .section-top {
        padding: 30px 0;
    }

    h2,
    .from-left,
    .from-right,
    .slide-des p{
        font-size: 24px;
        line-height: 1.2em;
    }
    .service-number {
        font-size: 80px;
        top: 67%;
    }

    /* Heading sizes for mobile */
    h1 { font-size: 36px; }
    h2 { font-size: 28px; }
    h3 { font-size: 22px; }
    h4 { font-size: 18px; }
    h5 { font-size: 16px; }
    h6 { font-size: 14px; }

    .service-title {
        font-size: 14px;
        padding: 20px 5px 5px;
    }

    .elementor-button {
        font-size: 16px !important;
        padding: 10px 20px;
    }

    footer, footer a, footer p {
        font-size: 16px;
    }
    .cta h2{
        font-size: 36px;
        line-height: 1.2em;
        text-transform: uppercase;
    }
    .elementor-426 .elementor-element.elementor-element-9d2e859 {
    text-align: center;
    }
}

