* {
    margin: 0;
    padding: 0;
}

.container-margin {
    margin-top: 3rem;
}

body img {
    font-family: sans-serif;
}

.fa {
    color: #ff9d23;
}

/* Top Header */
.top-header {
    background-color: #143d60;
    color: #fff;
    padding: 9px 20px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: top 0.3s;
}

.top-header a {
    text-decoration: none;
    color: white;
}

/* Main Header */
.navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.main-header {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 43px;
    z-index: 999;
    transition: top 0.3s;
}

.main-header.fixed {
    top: 0;
}

.main-header,
.navbar,
.collapse,
.navbar-nav,
.nav-item a {
    color: black;
    font-weight: 550;
}

.main-header,
.navbar,
.collapse,
.navbar-nav,
.nav-item a:hover {
    color: #ff9d23;
    font-weight: 550;
}

.dropdown-menu .dropdown-item {
    font-size: 17px;
}

.main-header .navbar-brand img {
    width: 200px;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* marquee  */
.marquee-tag {
    background-color: #0f0d10;
    color: white;
}

marquee {
    margin-top: 9rem;
}

/* About munna steel works */

.munna-steel-works .munna-steel-row .welcome {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.munna-steel-works .munna-steel-row .welcome span {
    color: #ff9d23;
}

.munna-steel-works,
.munna-steel-row .welcome .paragraph p {
    text-align: justify;
    padding: 20px;

}

.javed-img img {
    transition: transform 0.5s ease;
    padding-top: -10px;
    width: 70%;
}

.munna-img {
    text-align: right;
}

.my-button .button {
    border: none;
}

.button {
    background-color: #ff9d23;
    color: white;
    padding: 5px 10px;
    font-weight: bold;
}

.button:hover {
    background-color: #143D60;
    color: #fff;
}

/* Home Services */

.munnas-services .our-services .munna-steel-row .steel-work {
    color: white;
    padding: 35px 35px;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.munnas-services {
    background-color: #143d60;
    padding-bottom: 30px;
}

.inner-section img {
    width: 100%;
}

.inner-section h4 {
    color: #ff9d23;
    padding-top: 20px;

}

.inner-section p {
    color: white;
    font-weight: 100;
}

.munnas-services .inner-section p {
    text-align: justify;
}

.second-section {
    padding-top: 20px;
}

/* hover effect */
.inner-section {
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.inner-section img {
    transition: transform 1.4s ease, filter 1.4s ease;
    transform-style: preserve-3d;
    border-radius: 10px;
    display: block;
    width: 100%;
}

/* Tilt + Shine Effect */
.inner-section:hover img {
    transform: rotateY(10deg) scale(1.02);
    filter: brightness(1.1) contrast(1.1);
}

/* Shine overlay effect */
.inner-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.6) 100%);
    transform: skewX(-25deg);
    transition: left 0.75s ease;
    pointer-events: none;
}

.inner-section:hover::after {
    left: 125%;
}


/* letest services */

.munna-bg-color {
    background-color: #ff9d23;
}

.munna-bg-color .up p {
    font-weight: bolder;
    font-size: 2rem;
    color: white;
    padding: 15px;
    padding-top: 25px;
}

.letest-buton button {
    background-color: white;
    color: #ff9d23;
    margin-top: 46px;
    justify-content: end;
    width: 200px;
    border-radius: 10px;
    height: 50px;
}

.letest-buton button:hover {
    background-color: #143D60;
    color: white;

}

/* hover effect */

.letest-img {
    overflow: hidden;
    border-radius: 10px;
}

.letest-img img {
    transition: transform 0.6s ease-in-out;
    transform: scale(1);
}

/* Hover par zoom in */
.letest-img:hover img {
    transform: scale(1.1);
}

/* Testimonial */
.padding-bottom {
    padding-bottom: 30px;
}

.our-testimonial {
    background-color: #143D60;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 20;
}

.our-testimonial .testimonial-container {
    background-color: #285c89;
    display: grid;
    place-items: center;
    height: 45vh;
    overflow: hidden;
    padding: 10px;
}

.our-testimonial .customer-feedback {
    color: white;
    padding: 25px 25px;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonial-container {
    background-color: #393E46;
    color: #fff;
    border-radius: 5px;
    margin: 20px auto;
    padding: 50px 80px;
    max-width: 768px;
    position: relative;
}

.fa-quote {
    color: #ff9d23;
    font-size: 28px;
    position: absolute;
    top: 70px;
}

.fa-quote-right {
    left: 40px;
}

.fa-quote-left {
    right: 40px;
}

.testimonial {
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 30px;
}

.user {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user .user-image {
    border-radius: 50%;
    border: 3px solid #FF9f23;
    height: 75px;
    width: 75px;
    object-fit: cover;
}

.user .user-details {
    margin-left: 10px;
}

.user .username {
    margin: 0;
}

.user .role {
    margin: 10px 0;
}

.progress-bar {
    background-color: #FF9D23;
    height: 4px;
    width: 100%;
    margin-bottom: 40px;
    animation: grow 10s linear infinite;
    transform-origin: left;
}

/* Top services */

.top-services {
    background-color: #ff9d23;
}

/* our client */

.swiffy-slider {
    background-color: #ff9d23;
}

/* Why Chooes us */
.why-choose-us {
    background-color: #ff9d23;
    padding: 50px 20px;
    text-align: center;
}

.why-choose-us h2 {
    color: #ffffff;
}

.reason-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;

    /* ✅ width: 22% removed */
    /* ✅ margin removed — Bootstrap handles spacing now */
}

.reason-box:hover {
    transform: scale(1.05) rotateZ(-3deg);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.reason-box h3 {
    font-size: 18px;
    color: #143D60;
}

.reason-box p {
    font-size: 15px;
    margin-top: 10px;
}

/* Footer Section */

footer {
    margin-top: 60px;
}

ul {
    margin: 0px;
    padding: 0px;
}

.site-footer .footer-top {
    background-color: #143D60 !important;
    position: relative;
    font-size: 16px;
}

.site-footer .footer-top .aon-site-link .text-nowrap li a {
    text-decoration: none;
    font-size: 18px;
}

.site-footer .footer-top .aon-site-link .text-nowrap li a:hover {
    color: #ff9d23;
    cursor: pointer;
}

.dental-social-icon i {
    text-align: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    border-radius: 50%;
    background-color: white;
    color: #ff9d23;

}

.fa-instagram:hover {
    color: #e4405f;
    cursor: pointer;
}

.fa-facebook:hover {
    color: #3b5998;
    cursor: pointer;

}

.fa-whatsapp:hover {
    color: #25d366;
    cursor: pointer;

}

.fa-youtube-play:hover {
    color: #ff0000;
    cursor: pointer;

}

.fa-linkedin:hover {
    color: #0077b5;
    cursor: pointer;

}

.site-footer>.footer-top,
.site-footer>.footer-bottom {
    position: relative;
    z-index: 1;
}

.footer-top {
    padding: 80px 0px 50px 0px;
}

.aon-news-text {
    margin-bottom: 15px;
}

.aon-socila-icon {
    list-style: none;
}

.aon-f-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.aon-foo-copyright {
    background-color: #E3D270;
    font-family: "";
}

.aon-footer-text {
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
}

.aon-footer-coinfo {
    color: #fff;
    font-size: 20px;
    font-family: "Cormorant";
}

.aon-footer-coinfo li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.aon-footer-logo {
    padding-right: 20px;
}

.aon-footer-coinfo li:last-child {
    margin-bottom: 0px;
}

.aon-footer-coinfo li i {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 46px;
    height: 46px;
    border-radius: var(--site-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

@media only screen and (max-width:991px) {
    .sf-widget-newsletter {
        margin-bottom: 0px;
    }
}

.aon-site-link {
    max-width: 400px;
    margin: auto;
}

@media only screen and (max-width:767px) {
    .aon-site-link {
        max-width: 100%;
        margin: 30px auto;
    }
}

.aon-widget-foo-list {
    list-style: none;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.aon-widget-foo-list li {
    width: 50%;
    padding: 10px 0px;
}

.aon-widget-foo-list li a {
    color: #fff;
}

.aon-widget-foo-list li:hover a {
    text-decoration: underline;
}

.aon-footer-bottom-area {
    color: #777;
    background-color: #E3D270;
    padding: 37px 20px;
    border-radius: var(--site-radius);
}

.aon-footer-bottom-area span {
    color: #000;
}

.aon-doctorAbout-wrap {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 10px;
}

.aon-doctorAbout-left {
    position: relative;
    text-align: center;
}

.aon-doctorAbout-pic {
    width: 180px;
    height: 180px;
    padding: 8px;
    border-radius: 100%;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    position: relative;
}

.aon-doctorAbout-pic img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.aon-doctorAbout-pic .fa {
    position: absolute;
    bottom: -10px;
    left: 50%;
    background: #4ecd69;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0px -15px;
    text-align: center;
    display: table;
    border-radius: 30px;
    z-index: 1;
}

.aon-doctorAbout-pic::after {
    content: "";
    width: 184px;
    height: 184px;
    border-radius: 100%;
    margin: -2.5px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 5px solid #fe8900;
    border-bottom: 5px solid #fe8900;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    opacity: 1;
    transform: rotate(115deg);
}

.aon-doctorAbout-pic:after {
    animation: rotate 1.5s ease linear;
}

.aon-doctorAbout-left:hover .aon-doctorAbout-pic:after {
    opacity: 1;
    animation: rotate 1.5s infinite linear;
}

.aon-news-text {
    color: #fff;
}

.aon-news-form {
    position: relative;
    margin-bottom: 50px;
}

.aon-news-form .form-control {
    height: 54px;
}

.aon-news-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #75B16C;
    padding: 3px 10px;
    background: none;
    border: none;
    font-size: 24px;
}

/* mini footer */

.mini-footer {
    padding: 20px;
    text-align: center;
    background-color: #000;
    color: #fff;
}

.mini-footer .mini-inner .mi-foot a {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

.mini-footer .mini-inner .mi-foot a:hover {
    color: #ff9d23;
}


/* Phone icon */

.whatsapp-button {
    z-index: 1000;
}

.phone-button {
    z-index: 1000;
}

/* ******************************************************************  About ***************************************************************** */
.about-page {
    background-image: url('../img/ban-img.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

/* breadcrum */
.home-decoret {
    text-decoration: none;
    color: #ff9d23;
    font-weight: bold;
}

/* ******************************************************************  contact ****************************************************************** */

/* Munna Steel Contact Form Styles */

.contact-form {
    background: #ffffff;
    padding: 15px 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
}

.contact-form label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.contact-form textarea {
    resize: vertical;
    min-height: 100px;
}

.location {
    margin-top: 30px;
}

/* ******************************************************************  Site-map ****************************************************************** */

.site-map .our-site-map li a {
    color: black;
    text-decoration: none;
}

.site-map .our-site-map h4 {
    color: black;
}

/*******************************************************************  gallery  *********************************************************************/

.my-gal {
    padding: 40px 0;
}

.section-padding {
    padding: 20px 0;
}

.text-center {
    text-align: center;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.gallery a {
    flex: 1 1 calc(25% - 10px);
    box-sizing: border-box;
}

.gallery img {
    width: 100%;
    height: auto;
    display: block;
}

.filter .btn {
    margin: 5px;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #143d60;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    color: #ff9d23;
}

.filter .btn-active {
    background-color: #ff9d23;
    color: #fff;
}

/* Styles for the popup */

.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #143d60;
    background-color: #143d60;
}

.popup-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.popup-content img {
    width: 100%;
    height: auto;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #f7e9e9;
    text-decoration: none;
    cursor: pointer;
}

/**************************************************************** service-page  ********************************************************************* */

.service-page .para h3 {
    text-transform: uppercase;
}

.img-zoom-container {
    position: relative;
}

#zoomLens {
    position: absolute;
    border: 2px solid #000;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    visibility: hidden;
    cursor: none;
    overflow: hidden;
    z-index: 10;
}

#zoomLens::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 200%;
    height: 200%;
    background-repeat: no-repeat;
    background-size: 200% 200%;
}

.service-page .para {
    margin-top: 50px;
}

.service-page .para h4 {
    text-transform: uppercase;
}

/*************************************************************** Thanku You ********************************************************************/

.thank-you {
    background-color: #143d60;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
}

.thank-you-box {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.thank-you h1 {
    color: #ff9d23;
}

.thank-you p {
    font-size: 18px;
    color: #333333;
}

.thank-you a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 25px;
    background-color: #ff9d23;
    color: white;
    text-decoration: none;
    border-radius: 6px;
}

.thank-you a:hover {
    background-color: #143d60;
}