/*
Theme Name: My Custom Theme
Theme URI: https://example.com
Author: Abhishek Kumawat
Author URI: https://example.com
Description: A lightweight custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: my-custom-theme
*/




.hero_section {
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    height: 280px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.aboutus_hero {
/*     background-image: url('https://www.shethgroup.net/wp-content/uploads/2025/10/about-us.png'); */
        background-position: center right;
		background-color : #f26a34;
}
.custom_padding {
    padding: 80px 0;
}

.about_sec .abt_img_1 {
    width: 100%;
    height: auto;
    max-width: 460px;
}

.hero_content h1.theme_title_lg {
    color: #ffffff;
}

.hero_content {
    position: relative;
    z-index: 1;
}

.about_sec .abt_img_1 {
    width: 100%;
    height: auto;
    max-width: 460px;
}

.about_sec .abt_img_2 {
    position: absolute;
    left: 70px;
    bottom: 0;
    max-width: 320px;
    width: 100%;
    height: auto;
    display: block;
}

.hero_image img {
    border-radius: 64px 0 64px 0;
    margin-bottom: 40px;
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.featured_box {
    padding: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    min-height: 360px;
    background-color: #fafafa;
    border-radius: 8px;
}

.featured_box img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 50px;
    min-height: 50px;
}

.featured_box .theme_title_md {
    font-size: 24px;
}

.trust_box {
    padding: 20px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 8px 0px;
    display: flex;
    border-radius: 10px;
    margin-top: 50px;
    justify-content: start;
    align-items: center;
    gap: 20px;
    max-width: 340px;
}

.trust_box p {
    font-weight: 900;
    font-size: 34px;
    color: #e00;
    line-height: 32px;
}

.trust_box img {
    display: block;
    width: 100%;
    max-width: 100px;
}

.vision_mission_sec img.vision_banner {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 8px;
}

.featured_box .theme_para {
    font-size: 16px;
}

.featured_box .icon_box {
    display: flex;
    justify-content: center;
    max-width: 80px;
    height: 80px;
    align-items: center;
    background: #ee00000d;
    border-radius: 50%;
}

.why_choose_sec img.whyus_img {
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 380px;
    object-fit: cover;
}

.whyus_wrap {
    background: #e00;
    border-radius: 10px;
    height: 100%;
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.whyus_item p {
    color: #fafafa;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 0px;
}

.whyus_item span {
    color: beige;
    font-size: 18px;
}

.whyus_bottom {
    margin-top: 30px;
}

.whyus_bottom p {
    color: #323232;
    font-size: 24px;
}
