html,
body {
    overflow-x: hidden;
    /* Prevent horizontal scrolling */
    margin: 0;
    padding: 0;
}

body.dark .divider .outer-line {
    border-bottom: 1px solid #888;
}

body a {
    text-decoration: none;
}

#bs-1529739293881 {
    background-color: #fff !important;
    color: rgb(255, 255, 255);
}

#bs-1529739293881 a {
    color: rgb(31 31 30);
    text-decoration: none;
    font-weight: 300;
}

#bs-1529739293881 a:hover {
    color: rgb(146 148 148)
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

#ac-211539321230222 a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgb(47 172 230) !important;
    display: none;
}

.astroid-header-section header.astroid-header:not(.astroid-header-sticky) {
    padding: 10px 0;
    z-index: 1;
}

.astroid-banner-inner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #f8f9fa;
    padding: 160px 0;
}

.astroid-component-section {
    padding: 20px 0;
}

.center {
    text-align: center !important;
}

.astroid-banner-inner .astroid-banner-title {
    color: #717378;
    text-align: left;
    display: none;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
}

._wht {
    color: #fff;
}

.top-text h2 span {
    color: #4f5150;
}

.divider .outer-line {
    width: 25%;
    border-bottom: 1px solid #ddd;
}

.divider span {
    display: inline-block;
    vertical-align: middle;
}

.top-text h2 {
    line-height: 36px;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: system-ui;
    color: #3e3f3e;
}

.top-text h4 {
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    margin: 23px 0 25px;
    font-weight: 400;
}

/*-------------------------------------------Hope Page video Banner---------------------------------------*/
.video-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
}

.cont_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
}

.video-banner figcaption {
    position: absolute;
    left: -9999px;
    /* screen readers ke liye accessible, user ko nahi dikhega */
}



.cont_video h1 {
    font-size: 30px;
    color: #e7eaea;
    font-family: sans-serif;
    font-weight: 500;
}

.cont_video p {
    font-size: 16px;
    margin-top: 10px;
    color: #9fa1a0;
}

/* overlay_video_banner effect for better readability */
.overlay_video_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/*----------------------------------------------------------------------------Block About Us---------------------------------*/
.content-block {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 24px 0px 24px 0px;
    gap: 20px;
}

.text-column {
    flex: 1;
    min-width: 300px;
    padding: 0 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.text-column h2 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #333;
}

.text-column p {
    font-size: 16px;
    line-height: 30px;
    color: #393737;
    font-weight: 500;
    font-family: "Varela Round", sans-serif;
    text-align: justify;
}

.text-column button {
    display: block;
    margin-top: -37px;
    padding: 9px 30px;
    font-size: 16px;
    background: #bbbdbc;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s cubic-bezier(0.25, 0.1, 0.28, 1.21);
    margin-left: auto;
    margin-right: auto;
}

.text-column button:hover {
    background: #383938;
    color: #ffff;
}

.image-column {
    flex: 1;
    min-width: 300px;
    display: flex;
    gap: 32px;
}

.image-column img {
    width: 294px;
    height: 400px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.image-column img:hover {
    transform: rotate(360deg);
}

/*---------------------------------------------------Crousel slider home page------------------*/
._hdrTitle {
    margin: 40px 0;
}

.custom-carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-carousel-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    /* 🔑 KEY */
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE */
}

.custom-carousel-track::-webkit-scrollbar {
    display: none;
    /* Chrome */
}

.custom-carousel-item {
    flex: 0 0 calc(33.333% - 20px);
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
}

.custom-carousel-item img {
    width: 100%;
    height: 424px;
    object-fit: cover;
    border-radius: 8px;
}

.custom-carousel-item h3 {
    margin: 10px 0;
    font-size: 18px;
    color: #333;
}

.custom-carousel-item p {
    font-size: 14px;
    color: #555;
    margin: 0;
    font-family: "Varela Round", sans-serif;
}

.custom-carousel-track.dragging {
    cursor: grabbing;
}

/*----------------------------------------------------------------------Crafting Excellence-----------------------*/
.craft-container {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    background: #ffff;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 10px;
}

.header_craft {
    background-color: #5d5f5f;
    color: white;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 10px;
}

.header_craft h2 {
    font-size: 30px;
    font-weight: 600;
    font-variant: small-caps;
}

.col_craft-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
}

.col-craft {
    flex: 0 0 calc(25% - 20px);
    text-align: center;
    transition: transform 0.3s ease;
}

.col-craft img {
    width: 100%;
    max-width: 150px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.col-craft img:hover {
    opacity: 1;
}

.col-craft h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #058793;
    text-transform: uppercase;
    font-weight: 600;
}

.description {
    text-align: center;
    padding: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.description p {
    font-size: 16px;
    color: #555;
    font-family: "Varela Round", sans-serif;
}

.estimate-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    background: #bbbdbc;
    color: #000;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: fit-content;
}

.estimate-button:hover {
    background: #383938;
    color: #ffff;
}

/*------------------------------------------------------------------Contact Deatil------------------------------*/
.contact-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    margin: 30px 0;
}

.contact-box {
    flex: 1;
    min-width: 250px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 12px 12px 3px rgba(0, 0, 0, 0.2);
    height: 234px;
}

.contact-box:hover {
    background-color: #838685;
    color: #fff;
    box-shadow: 12px 12px 2px rgba(0, 0, 0, 0.3);
}

.contact-box i {
    font-size: 40px;
    margin: 20px 0px;
    transition: color 0.3s ease;
}

.contact-box a {
    color: #1f1f21;
}

.contact-box:hover a {
    color: #fff;
}

.contact-box:hover i {
    color: #fff;
}

.contact-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-box p {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Raleway", sans-serif;
}

/*--------------------------------------------contact form-----------------------------------*/
#as7-6295ffd36afb5855043081 {
    background: #838685;
    padding: 30px 0;
}

._bnrTitle {
    margin: 0;
}

.contact-form-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.contact-form {
    padding: 10px;
    max-width: 90%;
    width: 100%;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.contact-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.contact-form .form-group {
    margin-bottom: 15px;
    width: 100%;
}

.contact-form .form-row .form-group {
    flex: 1;
    min-width: 48%;
}

.contact-form .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #e8e8f0;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.contact-form .form-group textarea {
    resize: none;
}

.contact-form .submit-btn {
    display: block;
    width: 234px;
    padding: 10px;
    background-color: #31abe5;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.contact-form .submit-btn:hover {
    background-color: #136389;
}

/*-------------------------------------------------------------------------Footer----------------------------*/
.btm_ftr1 {
    background: none;
}


/* Footer General */
footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 50px 0 20px;
    font-size: 14px;
}

.head-ftr {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 20px;
    color: #030d29;
}

.footer-about {
    text-align: center;
}

.footer-about .footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-about p,
.footer-contact p {
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
    --tw-text-opacity: 1;
    color: rgb(31 31 30);
    font-weight: 300;
    font-style: normal;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 4px;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-contact a {
    color: #ffffff;
    text-decoration: none;
}

.footer-contact a:hover {
    text-decoration: underline;
}

.footer-social .social-icons {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.footer-social .social-icons .fab {
    color: #270a6b;
    font-size: 18px;
    width: 48px;
    height: 48px;
    border: 1px solid #555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.footer-social .social-icons .fab:hover {
    color: #f8f9fa;
    background-color: #a09a93;
    transition-duration: all 0.3s ease;
}

/* Developed By Section */
.developed-by {
    border-top: 1px solid #4c4646;
    margin: 24px 0px;
    width: 80%;
}

.developed-by p {
    margin: 15px 0;
    font-size: 13px;
    color: rgb(31 31 43);
    font-weight: 500;
}

.developed-by img {
    transition: transform 0.3s, box-shadow 0.3s;
    width: 128px;
    height: 42px;
}

.developed-by img:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

/* Responsive Columns (Joomla Bootstrap) */
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.footer-container>div {
    flex: 1 1 200px;
    /* 4 columns on desktop, stack on mobile */
}

/*-----------------------Footer -2 Bottom--------------------*/
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0;
    border-top: 1px solid #333333;
    font-size: 12px;
    color: #aaa;
    flex-wrap: wrap;
}

/* Left */
.footer-bottom-left p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

/* Right */
.footer-bottom-links {
    list-style: none;
    display: flex;
    gap: 18px;
    margin: 0;
    padding: 0;
}

.footer-bottom-links li a {
    color: #aaa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links li a:hover {
    color: #fff;
}

/* WhatsApp Button & Calling Button Styles */
.whatsapp-button {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    cursor: pointer;
    transition-duration: 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #13ab4c;
    transition-duration: 0.3s ease;
}

.whatsapp-button i {
    font-size: 24px;
}

.calling-button {
    position: fixed;
    bottom: 30px;
    left: 20px;
    background-color: #868787;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    cursor: pointer;
    transition-duration: 0.3s ease;
}

.calling-button i {
    font-size: 24px;
}

.calling-button:hover {
    background-color: #414242;
    transition-duration: 0.3s ease;
}

/*-----------------------------------------------------------------------About-Us-Page---------------------------*/
.about-us-block {
    padding: 40px 20px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px;
    border-radius: 8px;
}

.about-us-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.about-us-content {
    flex: 1;
    min-width: 300px;
}

.about-us-content ul li {
    list-style-type: disclosure-closed;
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    font-family: "Varela Round", sans-serif;
    margin-bottom: 9px;
}

.about-us-content h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.about-us-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    font-family: "Varela Round", sans-serif;
    text-align: justify;
}

/* RIGHT IMAGES CONTAINER */
.about-us-images {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* IMAGE BOX (FIXED SIZE) */
.about-us-images a {
    width: calc(50% - 10px);
    height: 398px;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

/* IMAGE ITSELF */
.about-us-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

/* ZOOM EFFECT (SAFE) */
.about-us-images a:hover img {
    transform: scale(1.08);
}



/*----------------------------------------------------------------------------Service-Page-----------------------*/
.services-block {
    padding: 40px 20px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 20px;
    border-radius: 8px;
}

.service-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center;
}

.service-row:nth-child(even) {
    flex-direction: row-reverse;
}

.service-content {
    flex: 1;
    padding: 20px;
    min-width: 300px;
}

.service-content h2 {
    font-size: 32px;
    color: #1d5b78;
    font-weight: 550;
    font-family: sans-serif;
    margin-bottom: 15px;
}

.service-content p {
    font-size: 17px;
    color: #666;
    line-height: 1.6;
    font-family: "Varela Round", sans-serif;
}

.service-content .view-more-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background: #bbbdbc;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-content .view-more-btn:hover {
    padding: 10px 30px;
    transition: transform 0.3s ease;

}

.service-content .view-more-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.service-content .view-more-btn:hover::after {
    transform: translateX(0);
}

.service-content .view-more-btn:hover {
    transform: translateX(5px);
    background: #383938;
    color: #ffff;
}

.service-image {
    flex: 1;
    min-width: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-image img {
    width: 100%;
    max-width: 578px;
    border-radius: 8px;
    transition: transform 0.5s ease;
}

.service-image img:hover {
    transform: scale(1.05);
}

.why-us-block {
    padding: 40px 20px;
    background-color: #f8f9fa;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.why-us-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.why-us-content {
    flex: 1;
    padding: 20px;
    min-width: 300px;
}

.why-us-content h2 {
    font-size: 48px;
    color: #383938;
    margin-bottom: 10px;
    font-weight: 600;
}

._hdtitle {
    color: #3d4459;
    font-family: "Varela Round", Sans-serif;
    font-size: 50px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.2em;
}

.why-us-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
    font-family: "Varela Round", sans-serif;
}

.why-us-points {
    flex: 1;
    padding: 20px;
    min-width: 300px;
}

.why-us-points .point {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    font-family: "Varela Round", sans-serif;
}

.why-us-points .point span {
    font-size: 18px;
    font-weight: 600;
    color: #383938;
    font-family: "Varela Round", sans-serif;
}

/*------------------------------------------------------------------------Glass Services---------------------------*/

.diamond-glass-services {
    padding: 40px 20px;
    text-align: center;
}

.diamond-glass-services h1 {
    font-size: 32px;
    color: #333;
    margin-bottom: 50px;
    font-family: 'DM Sans', sans-serif;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.gallery-item {
    position: relative;
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}

.gallery-item img {
    width: 95%;
    height: 474px;
    filter: brightness(103%) contrast(96%) saturate(81%) blur(0px) hue-rotate(336deg);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 10px 10px 0px 1px rgba(0, 0, 0, 0.07);
}

.gallery-item figcaption {
    width: 218px;
    margin-left: auto;
    margin-right: auto;
}

.service-name {
    width: 228px;
    margin-top: 24px;
    margin-bottom: 20px;
    padding: 10px;
    background: #bbbdbc;
    color: #000;
    text-align: center;
    font-size: 16px !important;
    text-transform: capitalize;
    font-weight: bold;
    transition: background 0.3sease;
    border-radius: 5px;
}

.service-name:hover {
    background: #383938;
    color: #ffff;
}

/*-------------------------------------------------------------Mirror Service------------------------------*/
.mService-row {
    display: flex;
    align-items: center;
    padding: 40px 20px;
    position: relative;
}

.mService-row:nth-child(odd) {
    background-color: #e8f8f5;
    background-image: url('images/BG-mirror-service-page.png');
    border-top-right-radius: 175px;
}

.mService-row:nth-child(even) {
    background-color: none;
    background-image: url('dummy-background2.jpg');
}

.Mservice-img {
    flex: 1;
    max-width: 50%;
    padding: 20px;
    animation: float 3s ease-in-out infinite;
}

.Mservice-img img {
    width: 100%;
    height: auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 35%;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 35%;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
}

.Mservice-img-2 {
    flex: 1;
    max-width: 50%;
    padding: 20px;
    animation: float 3s ease-in-out infinite;
}

.Mservice-img-2 img {
    width: 100%;
    height: auto;
    border-top-left-radius: 35%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 35%;
    border-bottom-left-radius: 60px;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
}

.mService-cont {
    flex: 1;
    max-width: 50%;
    padding: 20px;
}

.mService-cont h2 {
    font-size: 32px;
    color: #1e5f7a;
    font-weight: 550;
    font-family: sans-serif;
    margin-bottom: 15px;
}

.mService-cont p {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    font-family: "Varela Round", sans-serif;
}

.mService-cont .view-more-btn {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    background: #bbbdbc;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
    width: 178px;
    text-align: center;
    font-size: 18px;
}

.mService-cont .view-more-btn:hover {
    background: #383938;
    color: #ffff;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/*------------------------------------------------------------------------Product & Services Gallery --------------------*/
.sGallery-container {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sGallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sGallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.sGallery-item img {
    width: 100%;
    height: 362px;
    object-fit: cover;
    border-radius: 10px;
}

.sGallery-item .service-name {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 278px;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sGallery-item:hover .service-name {
    opacity: 1;
}

/* Lightbox Styles */
.lightbox {
    display: none;
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
}

.lightbox .prev,
.lightbox .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    z-index: 1001;
}

.lightbox .prev {
    left: 20px;
}

.lightbox .next {
    right: 20px;
}

.lightbox .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 1001;
}

/*--------------------------------------------------------------------------Estimate Form-----------------------*/
.esitmate-form-wrapper {
    max-width: 768px;
    margin: 30px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.esitmate-form-wrapper h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    font-size: 24px;
}

.esitmate-form-group {
    margin-bottom: 15px;
}

.esitmate-form-group label {
    display: block;
    margin-bottom: 5px;
    color: #555;
    font-weight: bold;
}

.esitmate-form-inline {
    display: flex;
    gap: 10px;
}

.esitmate-form-inline .esitmate-form-group {
    flex: 1;
}

.esitmate-form-group input,
.esitmate-form-group select,
.esitmate-form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

.esitmate-form-group textarea {
    resize: none;
}

.esitmate-form-group button {
    width: 100%;
    padding: 12px;
    background: #1d5d73;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.esitmate-form-group button:hover {
    background: #0056b3;
}

.success,
.error {
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.success {
    background: #d4edda;
    color: #155724;
}

.error {
    background: #f8d7da;
    color: #721c24;
}

._techm {
    width: 148px;
}

/*--------------------Companies Logo Slider------------------------**/
.trusted-companies {
    padding-bottom: 30px;
    background: none;
    color: #494949;
}

.logo-slider {
    height: 80px;
    position: relative;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 50px;
    width: max-content;
    animation: scroll-logos 45s linear infinite;
}

.logo-track img {
    height: 90px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.85;
    transition: all 0.3s ease;
}

.logo-track img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* Animation */
@keyframes scroll-logos {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/*--------------------Get in Touch ------------------------------**/
/* Section */
.get-in-touch {
    padding: 60px 15px;
    background: #fff;
    color: #090808;
    border-radius: 5px;
}

.section-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 8px;
}

/* Decorative Line */
.section-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #3c3d39, #ffffff);
    margin: 0 auto 40px;
    border-radius: 5px;
}

/* Layout */
.contact-wrapper {
    display: flex;
    gap: 40px;
    max-width: 1100px;
    margin: auto;
}

/* LEFT INFO */
.contact-info {
    flex: 1;
    padding: 28px 0px;
}

.contact-info h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-info h3 i {
    color: #3c3e3e;
    font-size: 15px;
}

.contact-info p {
    font-size: 14px;
    color: #363636;
    margin-bottom: 18px;
}

.contact-info a {
    color: #434443;
    text-decoration: none;
}

.contact-info a:hover {
    color: #05503d;
}

/* RIGHT FORM (NEW CLASS) */
.inquiry-form-box {
    flex: 1;
    background: #f0eff3;
    padding: 25px;
    border-radius: 10px;
}

.inquiry-form-box h3 {
    margin-bottom: 8px;
}

.form-intro {
    font-size: 14px;
    color: #373030;
    margin-bottom: 18px;
}

.inquiry-form-box input,
.inquiry-form-box select,
.inquiry-form-box textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
}

.inquiry-form-box button {
    width: 162px;
    padding: 12px;
    background: #bbbdbc;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: 0.3s;
}

.inquiry-form-box button:hover {
    background: #383938;
    color: #ffff;
}

/*----------------------------------Counter Section for Happy Clients-----------*/
/* SECTION */
.iaag-counter-section {
    padding: 10px 20px;
    margin-top: 15px;
    background: #fff;
    text-align: center;
}

/* TITLE */
.iaag-counter-title {
    font-size: 30px;
    margin-bottom: 50px;
}

/* WRAP */
.iaag-counter-wrap {
    display: flex;
    justify-content: center;
    gap: 60px;
    max-width: 1200px;
    margin: auto;
}

/* BOX */
.iaag-counter-box {
    min-width: 200px;
}

/* NUMBER */
.iaag-counter-number {
    font-size: 52px;
    font-weight: 700;
    color: #3d3d3d;
    display: block;
}

/* LABEL */
.iaag-counter-label {
    margin-top: 8px;
    font-size: 15px;
    letter-spacing: 0.4px;
    color: #535454;
}

.plus {
    font-weight: 700;
    margin-left: 3px;
}

/*------------Google Map--------------------------------------*/
.footer-map {
    width: 100%;
    height: 418px;
    overflow: hidden;
    margin: 40px 0;
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 2px solid #a1a2a2;
}

/*------------------------------------------------Glass & Mirror Section Home Page --------------------*/
.iaag-products-section {
    padding: 30px 15px;
    background: #ffff;
    margin-top: 30px;
    border-radius: 8px;
}

.iaag-products-title {
    line-height: 36px;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #778085;
    text-align: center;
}

/* GRID */
.iaag-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

/* CARD */
.iaag-product-card {
    text-decoration: none;
}

/* IMAGE WRAPPER */
.iaag-product-image {
    position: relative;
    overflow: hidden;
    /* image stays inside */
    border-radius: 8px;
}

/* IMAGE */
.iaag-product-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* IMAGE ZOOM */
.iaag-product-card:hover img {
    transform: scale(1.08);
}

/* PRODUCT NAME OVER IMAGE */
.iaag-product-name {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.55);
    /* transparent */
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    transition: background 0.3s ease, color 0.3s ease;
}

/* NAME HOVER (ONLY COLOR CHANGE) */
.iaag-product-card:hover .iaag-product-name {
    background: rgb(109 111 111);
    color: #fff;
}

.blog article {
    padding: 15px;
}

.blog article p {
    text-align: justify;
}

.terms-of-service {
    padding: 15px;
}

.terms-of-service p {
    text-align: justify;
}

.article-blog {
    padding: 15px;
}

/* Pulse Animation for attraction */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

/* Responsive Styles------------------------------------------------------Mobile Responsive-------------------------------------------------------------------- */
@media (max-width: 768px) {

    .astroid-framework h1,
    .astroid-framework .h1 {
        font-size: 22px;
        line-height: 1.2em;
    }

    .astroid-framework h2,
    .astroid-framework .h2 {
        font-size: 24px;
        line-height: 1.2em;
    }

    .contact-wrapper {
        flex-direction: column;
    }

    .video-banner {
        position: relative;
        width: 100%;
        height: 234px;
        overflow: hidden;
    }

    .overlay_video_banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }

    .cont_video h1 {
        font-size: 14px;
        font-weight: 300;
    }

    .cont_video p {
        font-size: 12px;
    }

    .astroid-banner-inner {
        padding: 70px 0;
    }

    .content-block {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        margin: 0px;
        gap: 20px;
    }

    .image-column {
        flex-direction: row;
        justify-content: center;
        gap: 4px;
    }

    .image-column img {
        margin: 0 auto;
        width: 198px;
        height: 274px;
    }

    .custom-carousel-item {
        flex: 0 0 auto;
        /* Single item visible on smaller screens */
    }

    .craft-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        background: #ffff;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-bottom: 5px;
    }

    .col-craft {
        flex: 0 0 calc(50% - 24px);
    }

    .header_craft h2 {
        font-size: 20px;
        font-weight: 500;
        font-variant: small-caps;
    }

    .col-craft h3 {
        margin-top: 10px;
        font-size: 14px;
        color: #058793;
        text-transform: uppercase;
        font-weight: 500;
    }

    .description {
        padding: 15px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .description p {
        font-size: 16px;
        color: #555;
        text-align: justify;
    }

    .astroid-banner-inner .astroid-banner-title {
        color: #717378;
        text-align: center;
    }

    .about-us-block {
        padding: 0px 15px;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin: 4px;
        border-radius: 8px;
    }

    .about-us-container {
        flex-direction: column;
    }

    .about-us-content h2 {
        font-size: 22px;
        color: #333;
        margin-bottom: 15px;
        text-align: center;
    }

    .about-us-images img {
        width: 100%;
    }

    .about-us-images a {
        height: 218px;
    }

    .service-row {
        flex-direction: column;
    }

    .services-block {
        padding: 8px 10px;
        background-color: #fff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin: 5px;
        border-radius: 8px;
    }

    .service-content {
        flex: 1;
        padding: 4px;
        min-width: 300px;
    }

    .service-content h2 {
        font-size: 22px;
        font-weight: 550;
        font-family: sans-serif;
        margin-bottom: 15px;
    }

    .service-content p {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        font-family: "Varela Round", sans-serif;
        text-align: justify;
    }

    .service-row:nth-child(even) {
        flex-direction: column;
    }

    .service-image img {
        max-width: 100%;
    }

    .why-us-block {
        padding: 20px 10px;
        background-color: #f8f9fa;
        margin: 5px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    ._hdtitle {
        color: #3d4459;
        font-family: "Varela Round", Sans-serif;
        font-size: 26px;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 1.2em;
    }

    .why-us-content {
        flex: 1;
        padding: 10px;
        min-width: 300px;
    }

    .why-us-points {
        flex: 1;
        padding: 10px;
        min-width: 300px;
    }

    .diamond-glass-services {
        padding: 10px 0px;
        text-align: center;
    }

    .diamond-glass-services h1 {
        font-size: 26px;
        color: #333;
        margin-bottom: 30px;
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
    }

    .gallery-item {
        width: 100%;
    }

    .service-name {
        width: 218px;
    }

    .mService-row {
        flex-direction: column;
        text-align: center;
    }

    .mService-cont h2 {
        font-size: 22px;
        font-weight: 500;
        font-family: sans-serif;
        margin-bottom: 15px;
    }

    .Mservice-img,
    .mService-cont {
        max-width: 100%;
    }

    .Mservice-img-2 {
        max-width: 100%;
    }

    .sGallery-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .lightbox img {
        max-width: 100%;
        max-height: 70%;
    }

    .esitmate-form-inline {
        flex-direction: column;
    }

    .top-text h2 {
        line-height: 22px;
        font-size: 22px;
        font-weight: 600;
        text-transform: capitalize;
        font-family: system-ui;
    }

    .top-text h4 {
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        font-size: 18px;
        margin: 20px 0 15px;
        font-weight: 400;
    }

    .contact-form .form-row .form-group {
        flex: 1 1 100%;
        min-width: 100%;
    }

    .footer-about {
        text-align: center;
        padding: 20px;
    }

    .footer-links {
        padding: 20px;
    }

    .footer-contact {
        padding: 20px;
    }

    .footer-social {
        padding: 20px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-bottom-right {
        order: 1;
        /* links upar */
        margin-bottom: 10px;
    }

    .footer-bottom-left {
        order: 2;
        /* copyright niche */
    }

    .footer-map {
        height: 298px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .logo-slider {
        height: 58px;
    }

    .logo-track img {
        height: 58px;
    }

    .iaag-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .iaag-product-image img {
        height: 190px;
    }

    .iaag-product-name {
        font-size: 14px;
        padding: 7px 14px;
    }

    .text-column {
        flex: 1;
        min-width: 300px;
        padding: 15px 20px;
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .iaag-counter-wrap {
        flex-direction: row;
        gap: 10px;
    }

    .iaag-counter-section {
        padding: 0;
        margin: 10px 0;
        background: #ffff;
        text-align: center;
        color: #2f2f2e;
    }

    .iaag-counter-box {
        min-width: 128px;
    }

    .iaag-counter-label {
        margin-top: 0px;
        font-size: 14px;
        font-family: system-ui;
        line-height: 14px;
    }

    .iaag-counter-number {
        font-size: 20px;
    }
}