@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-size: 62.5%;
    line-height: 1.15;
    font-family: "Josefin Sans", "Roboto", sans-serif;
    background-image: url('images/woodwork.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

a,
button {
    cursor: pointer;
}

menu,
ul {
    list-style: none;
}

html.has-scroll-smooth {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* ==============================  HEADER NAVBAR START  ==============================  */
.Header {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 10px;
}

.ProgressBar {
    background-color: #ebebeb;
    height: 10px;
    width: 100vw;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 99;
    opacity: 0;
    transition: 0.3s;
}

.ProgressBar .Progress_Visible {
    opacity: 1;
    translate: 0 0;
}

.ProgressBar_Bag {
    z-index: 99;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    opacity: 2;
}

.Progress {
    height: 100%;
    background-color: #d9db4d;
    transition: 0.1s;
    border-radius: 0 5px 5px 0;
}

.container {
    width: 100%;
    margin: auto;
    max-width: 1800px;
    padding: 0 0;
}

.Header_List {
    display: flex;
    align-items: center;
}

.Header_List:before {
    content: "";
    display: block;
    width: 500vw;
    height: 10px;
    position: absolute;
    top: -10px;
    left: -100vw;
    background-color: #f9f8f6;
}

.Header_List .Header_MenuOpen .Header_MenuButton {
    background-color: #f9f8f6;
    border-color: #000;
    color: black;
}

.Profile {
    max-width: 100%;
    height: auto;
    padding: 0 0 0 40px;
    background: #f9f8f6;
    max-height: 80px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.Header_Logo {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.Header_Logo>svg {
    display: block;
    width: 30px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    transform: scale(1.01);
}

.Header_Logo:before {
    content: attr(data-title);
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 1;
}

.Header_Logo a {
    display: block;
    background: #f9f8f6;
    border-radius: 0 0 30px;
}

.Header_Logo a svg {
    display: block;
    width: auto;
    height: 80px;
    padding: 25px 30px 12px 15px;
    translate: 0 -5px;
}

/* Menu Button */
.Header_MenuButton {
    display: none;
    cursor: pointer;
    border-radius: 20px;
    padding: 7px 10px;
    margin: 0 10px 0 auto;
    border: 2px solid #d9db4d;
    background-color: #d9db4d;
    font-size: 18px;
    font-weight: 500;
    translate: 0 3px;
    transition: .3s;
}

/* Mobile Mode Menu */
.Menu_Menu {
    background-color: transparent;
    border-radius: 0 0 40px 0;
    height: 80px;
    display: flex;
    align-items: center;
    transition: .3s;
}

.Men_Men {
    display: none;
}

.Menu_Menu>ul {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 25px;
    border-radius: 30px;
    background-color: hsla(0, 0%, 100%, .7);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin: 0 0 0 10px;
}

.Menu_Menu>ul>li {
    height: 100%;
    font-size: 16px;
}

.Menu_Menu>ul>li[class*=social]:not(:last-of-type) {
    padding-left: 20px;
}

.Menu_Menu>ul>li[class*=social] a {
    display: block;
    padding: 18px 5px;
    transition: .3s;
}

.Menu_Menu>ul>li[class*=social] a:hover {
    opacity: .7;
}

.Menu_Menu>ul>li[class*=social] svg {
    display: block;
    width: 22px;
    height: 22px;
}

.Menu_Menu>ul>li[class*=social] svg path {
    fill: #000
}

.Menu_Menu>ul>li:hover .Menu_Submenu {
    opacity: 1;
    visibility: visible
}

.Menu_Top {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 100%;
}

.Menu_Top a,
.Menu_Top>span {
    display: block;
    padding: 20px 15px;
    text-decoration: none;
}

.Menu_Top a:hover,
.Menu_Top>span:hover {
    color: #5aa092;
}

.dark-mode-toggle {
    cursor: pointer;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-button {
    position: fixed;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    animation: bounce 1.5s infinite;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.email-button {
    background-color: green;
    bottom: 20px;
    right: 5px;
}

.whatsapp-button {
    background-color: #25D366;
    bottom: 80px;
    right: 5px;
}

.fa-phone {
    font-size: 20px;
    color: white
}

.fa-whatsapp {
    font-size: 30px;
    color: white
}

/* ==============================  HEADER NAVBAR END  ==============================  */

/* ==============================  HOME SECTION START  ==============================  */
.home-containment {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.containment {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left-home {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}

.info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.heading {
    font-size: 3.5rem;
    font-weight: bold;
    color: black;
}

.animated-heading {
    font-size: 3rem;
    font-weight: 700;
    text-align: start;
    color: yellow;
}

.description {
    font-size: 2rem;
    font-weight: bold;
    text-align: justify;
}

.icons {
    margin-top: 2rem;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.social-icons {
    display: flex;
    list-style: none;
    gap: 3rem;
}

.icon {
    font-size: 3rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.fa-instagram {
    background: linear-gradient(45deg, #E4405F, #F58529, #FFDC80, #833AB4);
    -webkit-background-clip: text;
    color: transparent;
    transition: background 0.3s ease;
}

.right-home {
    width: 50%;
    height: 100%;
    text-align: right;
    position: fixed;
    top: 100px;
    right: 0;
    transition: all 0.3s ease;
}

.image-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container .image {
    width: 70%;
    object-fit: cover;
    display: block;
}

/* ==============================  HOME SECTION END  ==============================  */

/* ==============================  COMMON SECTION STYLE  ==============================  */
.About-containment,
.Gallery-containment,
.Services-containment,
.Contact-containment {
    width: 100%;
    height: auto;
    display: flex;
    background: white;
    justify-content: center;
    align-items: center;
    position: relative;
}

.About-container,
.Gallery-container,
.Services-container,
.Contact-container {
    margin-left: 0;
    margin-right: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    margin-top: 8rem;
}

.About-underline,
.Gallery-underline,
.Services-underline,
.Contact-underline {
    position: relative;
    margin-bottom: 1.25rem;
}

.skills-title,
.Gallery-title,
.Services-title,
.Contact-title {
    font-size: 3rem;
    font-weight: bold;
    color: black;
}

.skills-line,
.Gallery-line,
.Services-line,
.Contact-line {
    height: 1.5px;
    position: absolute;
    right: 0;
    width: 95%;
    background-color: #d1d5db;
    display: block;
}

.skills-description,
.Gallery-description,
.Services-description,
.Contact-description {
    color: #4b5563;
    font-size: 1.5rem;
    padding: 20px 0;
    font-weight: bold;
    width: 100%;
}

/* ==============================  COMMON SECTION STYLE  ==============================  */

/* ==============================  ABOUT SECTION START  ==============================  */
.About-common {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.left-container {
    width: 50%;
}

.image-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-left .image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.image-left .image1 {
    width: 100%;
    height: 100%;
    margin: 20px 0;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.right-container {
    width: 50%;
    padding: 0 0 0 30px;
    box-sizing: border-box;
}

.info-About {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    height: auto;
}

.heading-About {
    font-size: 3.5rem;
    font-weight: bold;
    color: black;
}

.description-About {
    list-style-type: none;
    margin: 0;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
}

.description-About li {
    margin-bottom: 1rem;
    position: relative;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: justify;
}

.years {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: justify;
}

.About-line {
    height: 2.1px;
    position: absolute;
    right: auto;
    width: 40%;
    background-color: orangered;
    display: block;
}

.content-box {
    padding: 2rem 0;
    width: 100%;
    height: 100px;
    border-radius: 30px;
    background-image: url(images/support-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.About-content {
    width: 90%;
    height: 90px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.call-us {
    flex: 1;
    text-align: left;
    box-sizing: border-box;
}

.call-us h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.call-us p {
    font-size: 16px;
    color: white;
    margin: 0;
}

.phone {
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

.phone-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid #efaa15;
    overflow: hidden;
}

.phone-numbers {
    color: #fff;
    text-align: left;
    padding: 0 30px;
}

.phone-numbers h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}

.phone-numbers p {
    font-size: 2rem;
    margin: 0;
}

/* ==============================  ABOUT SECTION END  ==============================  */


/* ==============================  SERVICES SECTION START  ==============================  */
.work-container {
    width: 100%;
    margin: 0 auto;
}

.work-box {
    padding: 2rem 0;
    width: 100%;
    height: 150px;
    border-radius: 20px;
    background-image: url(images/Background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.work-content {
    width: 100%;
    height: 140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.work-us {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}

.text-container {
    margin-top: 80px;
    flex: 1;
    text-align: center;
}

.Services-img {
    width: 200px;
    height: 200px;
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.work-us h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.work-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: justify;
}

.work-title1 {
    display: none;
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    justify-content: center;
}

.work-card {
    display: grid;
    border: 1px solid var(--light-gray);
    border-radius: 4px;
    margin-top: 50px;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    cursor: pointer;
}

.work-card:hover {
    transform: translateY(-5px);
}

.work-image {
    position: relative;
    overflow: hidden;
}

.work-image .image-fault {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.work-card:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--hover-darken);
}

.work-info {
    padding: 15px;
    text-align: center;
}

.work-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
}

/* ==============================  SERVICES SECTION END  ============================== */


/* ==============================  GALLERY SECTION START  ==============================  */
:root {
    --primary-color: #f7941d;
    --secondary-color: #333;
    --light-gray: #ebebeb;
    --white: #ffffff;
    --black: #000000;
    --hover-darken: rgba(0, 0, 0, 0.1);
}

.page-container {
    width: 100%;
    margin: 0 auto;
}

.header-section {
    text-align: center;
    margin-bottom: 30px;
}

.page-title {
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.title-underline {
    height: 3px;
    width: 200px;
    background-color: var(--primary-color);
    margin: 0 auto;
}

.filter-section {
    margin-bottom: 30px;
}

.filter-buttons {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 8px 16px;
    background-color: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
}

.filter-btn:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.filter-btn.active {
    background-color: var(--primary-color);
    color: var(--white);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
    justify-content: center;
}

.product-card {
    border: 1px solid var(--light-gray);
    border-radius: 4px;
    padding: 0 50px;
    margin: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
    cursor: pointer;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    position: relative;
    overflow: hidden;
}

.product-image .image-fault {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.product-card:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--hover-darken);
}

/* .product-info {
    padding: 15px;
    text-align: center;
} */

.product-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.product-price {
    font-size: 1.5rem;
    color: var(--primary-color);
    font-weight: 500;
}

/* ==============================  CONTACT SECTION START  ==============================  */
.contact-left {
    padding: 40px;
    max-width: 600px;
    margin: auto;
}

.contact-title h2 {
    font-size: 5rem;
    color: #4e54c8;
    margin-bottom: 10px;
}

.contact-title p {
    font-size: 2rem;
    color: #666;
    margin-bottom: 30px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
}

.contact-icon {
    background: #f0f0f0;
    padding: 12px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.contact-item:hover .contact-icon {
    background: greenyellow;
    color: #fff;
}

.contact-icon i {
    font-size: 2rem;
    color: #4e54c8;
}

.details .label {
    font-weight: bold;
    font-size: 1.5rem;
    color: #4e54c8;
}

.details span:last-child {
    font-size: 1.5rem;
    color: #444;
}

.contact-social {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}

.contact-social a {
    background: #f0f0f0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transition);
    text-decoration: none;
}

.contact-social a:hover {
    background: #4e54c8;
    color: #fff;
}

.contact-social i {
    font-size: 2.5rem;
    color: #4e54c8;
}

.contact-social a:hover i {
    color: #fff;
}

/* ==============================  CONTACT SECTION END  ==============================  */