* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}


html,
body {
    overflow-x: hidden;
    width: 100%;
}

/* p {
    font-size: 20px;
} */

/* navbar area */
/* Transparent navbar initially */
.transparent-navbar {
    background: transparent !important;
    transition: background-color 0.4s ease;
}

/* Solid color after scrolling */
.transparent-navbar.scrolled {
    background: #0EA5E9 !important;
    padding: 10px;
}
.navbar {
    padding: 0 !important;
}
.header-bar button:hover {
    color: #0EA5E9;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all .3s;
    color: #000 !important;
}

.transparent-navbar.scrolled .navbar-toggler-icon {
    filter: brightness(0) invert(1) !important;
}

.transparent-navbar.scrolled .nav-link {
    filter: brightness(0) invert(1) !important;
}

.transparent-navbar.scrolled .header-bar button {
    border: 1px solid #fff;
    color: #fff;

}

.transparent-navbar.scrolled .header-bar a {
    color: #fff;

}

/* .transparent-navbar.scrolled .header-bar button:hover{
    color: #000 !important;
} */
.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #0EA5E9 !important;
    font-weight: 600 !important;
}

/* Open dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* fixes small jump */
}

/* Keep link active on hover */
.nav-item.dropdown:hover .nav-link {
    color: #000;
}

.nav-link {
    color: #0EA5E9 !important;
    position: relative;
    font-weight: 500 !important;
}

.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    /* width: 0; */
    height: 1px;
    transform: scale(0);
    transition: all .3s;
    right: 0;
    transform-origin: center;
}

.nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffff;
    width: 100%;
    height: 1px;
    transform: scale(1);
    transition: all .3s;
}

.nav-link:hover {
    color: #0EA5E9 !important;
}

.header-bar button {
    width: 150px;
    height: 40px;
    background-color: transparent;
    border: 1px solid#fff;
    color: #fff;
    transition: all.3s;
}

.header-bar button a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: all.3s;
}

.header-bar button:hover {
    color: #0EA5E9;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all.3s;
}

.header-bar button:hover a {
    color: #0EA5E9;
    transition: all.3s;
}

header {
    position: fixed;
    /* stays on top */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;

    background: rgba(255, 255, 255, 0.15);
    /* transparent layer */
    backdrop-filter: blur(12px);
    /* main blur */
    -webkit-backdrop-filter: blur(12px);
    /* Safari support */

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);

    padding: 8px 20px;
}

.navbar-brand{
    padding: 0px !important;
}
.navbar-brand img {
    height: 100px;
    width: 100px;
}

.scrolled {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #0EA5E9 !important;
    padding: 10px;

}


/* banner start */


.banner {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 800px;
    background-attachment: fixed;
    position: relative;
    padding: 100px;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 6s ease;
    z-index: -1;
}

/* dark overlay */
.slide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(0 0 0 / 42%), rgb(0 0 0 / 42%));
}

/* zoom only active slide */
.swiper-slide-active .slide-bg {
    transform: scale(1.1);
}

/* .mySwiper,
.swiper-slide,
.banner {
    height: 100vh;
} */


.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    /* Centers the video */
    z-index: 1;
    object-fit: cover;
    /* Ensures the video covers the entire banner area */
}

.banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(116deg, #000000b8 0%, #ffffff18 110%);
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

.banner2 {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    position: relative;
}

.banner3 {
    background-image: linear-gradient(rgb(0 0 0 / 42%)), url(https://ironfortresssolutions.com/wp-content/uploads/2026/02/banner-new.jpg) !important;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    /* background-attachment: fixed; */
    position: relative;
}

.banner-content {
    position: relative;
    
    z-index: 100;
    text-transform: uppercase;
    text-align: start !important;
}

.banner-content3 {
    position: relative;
    z-index: 100;
    text-transform: uppercase;
}

.banner-content3 h1 {
    color: #fff;
    margin-top: 200px;
    font-size: 30px !important;
    font-weight: 700;
}

.banner-content p {
    font-size: 16px;
    color: #fff;
    /* line-height: 30px; */

    /* margin: 0 auto; */
    /* margin-top: 30px; */
    font-weight: 500;
    text-align: left;
}

.textt-primary {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 20px;
    color: #000 !important;
}

.textt-primary::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    /* text-decoration: dotted; */
    color: #fff;
    height: 8px;
    background-color: #0EA5E9;
    width: 8px;
    border-radius: 50%;
}

.banner-content h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-align: left !important;
    margin: 15px 0;
}

.banner-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    /* line-height: 25px; */
    /* text-align: left !important; */
    font-weight: 400;
}

.banner-content button {
    width: 200px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content button a {
    color: #fff;
    text-decoration: none;
    /* font-weight: 700; */
    transition: all .3s;
}

.banner-content button:hover {
    color: #fff;
    background-color: #0EA5E9;
    border: 1px solid #0EA5E9;
    transition: all.3s;
}

.banner-content button:hover a {
    color: #fff;
    transition: all.3s;
}

.banner-content i {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    gap: 8px;
    align-items: center;
    opacity: .9;
    transition: all.3s;
    transform: rotate(-90deg);
}

.banner-content a:hover i {
    transform: rotate(-130deg);
    transition: all.3s;
}


.btn-primary {
    background-color: #0EA5E9 !important;
    border: none !important;
    transition: all.3s;
}

.btn-primary:hover {
    background-color: #E8D04B !important;
    transition: all.3s;
}

/* about us */
.what-we-do {
    padding: 100px 0;
}

.what-we-do-image {
    position: relative;
    padding: 0 80px 117px 0;
    margin-right: 30px;
}

.what-we-do-img-1 figure,
.what-we-do-img-2 figure {
    display: block;
    border-radius: 0px;
}

.what-we-do-img-1 img,
.what-we-do-img-2 img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
    clip-path: polygon(0px 0px, calc(100% - 100px) 0px, 100% 100px, 100% 100%, 0px 100%);

}

.what-we-do-img-1 {
    position: relative;
}

.what-we-do-img-1::before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    background: linear-gradient(90.15deg, #0EA5E9 1.15%, #0EA5E9 98.84%);
    border-radius: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    clip-path: polygon(0px 0px, calc(100% - 100px) 0px, 100% 100px, 100% 100%, 0px 100%);

}

.what-we-do-img-1 img {
    aspect-ratio: 1 / 1.01;
}

.what-we-do-img-2 {
    position: absolute;
    max-width: 270px;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.what-we-do-img-2 img {
    aspect-ratio: 1 / 0.68;
}

.company-experience-box.what-we-do-circle {
    position: absolute;
    top: 170px;
    right: 0;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    padding: 15px;
    z-index: 1;
}

.company-experience-box.what-we-do-circle h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.company-experience-box.what-we-do-circle p {
    color: #fff;
    text-transform: capitalize;
    line-height: 1.4em;
    margin: 0;
}

.what-we-do-body {
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 40px;
    padding-bottom: 40px;
}

.what-we-do-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.what-we-do-body ul li {
    background-image: url(https://ironfortresssolutions.com/wp-content/uploads/2026/02/icon-check.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px;
}

.what-we-do-body ul li:last-child {
    margin-bottom: 0;
}

.what-we-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.what-we-item {
    width: calc(50% - 15px);
    display: flex;
    align-items: center;
}

.what-we-item .icon-box {
    margin-right: 20px;
}

.what-we-item .icon-box img {
    width: 100%;
    max-width: 50px;
}

.what-we-item-content {
    width: calc(100% - 70px);
}

.what-we-item-content h3 {
    font-size: 20px;
    line-height: 1.4em;
    text-transform: capitalize;
}

.company-experience-box {
    width: calc(35% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(90.15deg, #0EA5E9 1.15%, #0b1c2d 50%, #0EA5E9 98.15%);
    background-size: 200% auto;
    text-align: center;
    border-radius: 30px;
    padding: 20px;
    transition: all 0.4s ease-in-out;
}

.company-experience-box:hover {
    background-position: right center;
}

.section-title h3 {
    font-size: 30px;
    font-weight: 500;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 500;
}

.section-title h2 span {
    font-weight: 700;
    background: linear-gradient(90.15deg, #0EA5E9 0%, #0EA5E9 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* services */
.service-box {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    /* border-radius: 25px; */
}

.services {
    background-color: #0EA5E9;
    padding: 100px 0;
}

.service-content {
    padding: 20px;
    position: relative;
    overflow: hidden;
    /* border-radius: 25px 25px 0 0; */
    z-index: 10;
}

.service-content::before {
    content: "";
    position: absolute;
    background-color: #E8D04B;
    top: -230px;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all .3s;
}

.service-box:hover .service-content::before {
    top: 0;
    transition: all.3s;
}

.service-content h3 {
    color: #fff;
}

.service-content p {
    color: #fff;
}

.service-main h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}

.service-image img {
    /* border-radius: 0 0 25px 25px; */
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.service-main p {
    color: #fff;
}



/* feature */
.feature-content h2 {
    font-size: 45px;
    font-weight: 700;
    color: #0EA5E9;
}

.feature {
    /* background-color: #305CDE; */
    padding: 70px;
    position: relative;
    overflow: hidden;
}

.feature-new h2 {
    color: #0EA5E9;
    font-size: 45px;
    text-align: center;
    font-weight: 700;
}

.feature-box {
    padding: 20px;
    position: relative;
    display: flex;
    z-index: 100;
    overflow: hidden;
    border-radius: 25px;
    background: rgb(139 139 139 / 14%);
    backdrop-filter: blur(10px);
}

.feature-box::before {
    content: "";
    bottom: -300px;
    left: 0;
    background-color: #E8D04B;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    transition: all.3s;
}

.feature-box:hover::before {
    background-color: #E8D04B;
    bottom: 0;
    transition: all.3s;
}

.feature-design p {
    font-size: 15px;
}

.feature-content1 img {
    width: 60px;
    height: 60px;
    background-color: #E8D04B;
    padding: 5px;
    border-radius: 10px;
    transition: all.5s;
}

.feature-box:hover .feature-content1 img {
    transition: all.5s;
    background-color: #0EA5E9;
}



.feature-content1 {
    display: flex;
    gap: 15px;
    padding: 10px;
}

.btn-secondary {
    background-color: transparent !important;
    border: 3px solid #fff !important;
    transition: all.3s;
}

.btn-secondary:hover {
    background-color: #0EA5E9 !important;
    transition: all.3s;
}

.feature-box {
    transition: transform .25s ease, box-shadow .25s ease;
}

.feature-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.20);
}

/* how we work */
.work-box {
    background-color: #0EA5E9;
    padding: 30px;
}

.work-content h3 {
    color: #fff;
}

.work-content p {
    color: #fff;
}

.work-number {
    display: flex;
    justify-content: space-between;
}

.work-number h5 {
    color: #fff;
}

.work-design {
    position: relative;
}

.work-design::before {
    content: "";
    position: absolute;
    background-color: #0EA5E9;
    top: -90px;
    left: -45px;
    width: 40px;
    /* border-radius: 50%; */
    transform: rotate(135deg);
    height: 140px;
}

.work-text {
    padding: 40px;
}

.work-text h2 {
    font-size: 55px;
    font-weight: 700;
    color: #0EA5E9;
}

.work-img {
    padding: 20px;
}

.work-img img {
    border-radius: 0 80px 0 0;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.work-img1 img {
    border-radius: 0 80px 0 0;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.work-para p {
    font-size: 13px;
}

.we-work {
    padding: 100px;
}

/* testimonmial */
.testimonmial {
    width: 100%;
    background-color: #0EA5E9;
    padding: 70px 0;
}

.testimonmial-content h5 {
    padding-top: 100px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.testimonmial-content h2 {
    font-size: 45px;
    font-weight: 600;
    color: #000;

}

.content1 {
    background-color: transparent;
    padding: 15px;
    margin-bottom: 20px;
}

.content1 p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 1rem;
    color: #000;
}

.content2 h4 {
    background-color: #E8D04B;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    color: #fff;
}

.content2 h3 {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 400;
    color: #000;
    transition: 0.3s;
}

.content2 p {
    color: #000;
    font-weight: 300;
    font-size: 13px;
}

/* ensure slides center and content width looks consistent */
.testimonialSwiper {
    padding: 1rem 0;
}

.testimonialSwiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.testimonialSwiper .content1 {
    width: 100%;
    max-width: 720px;
    /* controls single-slide width on large screens */
    box-sizing: border-box;
    padding: 18px;
}

/* optional: make the name/initial look nicer when in slider */
.content2 h4 {
    flex-shrink: 0;
}

/* Testimonials styling */
.swiper {
    padding: 18px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.testimonial-card {
    width: 100%;
    /* max-width: 360px; */
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 15px;
}

.testimonial-card p {
    margin: 0 0 12px 0;
    line-height: 1.45;
    color: #fff;
}

.testimonial-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.testimonial-meta img {
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 50%;
    background: #E8D04B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

/* Fix: consistent class name */
.testimonial-edit h3 {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
    color: #E8D04B !important;
}

.testimonial-edit p {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

/* Navigation / pagination color */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.testi-design {}

.star {
    list-style: none;
    color: #E8D04B;
    display: flex;
    padding: 0;
}

.testi-len {
    padding: 30px;
}

.counter {
    color: #E8D04B;
    font-size: 45px;
    font-weight: 700;
}



.line-code {
    position: relative;
}

.line-code::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 250px;
    background-color: #ffffff52;
    width: 1px;
}

.result {
    color: #E8D04B !important;
    font-size: 45px;
    font-weight: 700;
}

/* middle */
.area-cnt {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://ironfortresssolutions.com/wp-content/uploads/2026/02/area.jpg);

    height: 400px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.area-content {}

.area-content h4 {
    color: #E8D04B;
    font-size: 25px;
    font-weight: 400;
}


.area-content h2 {
    color: #E8D04B;
    font-weight: 700;
}

/* contact */
.content4 img {
    background-color: #0EA5E9;
    width: 70px;
    padding: 15px;
    border-radius: 5px;
}

.content5 {
    padding: 10px;
}

.content5 h4 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.content5 h3 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.contact-section {
    /* margin-top: 100px; */
}

.contact-image {
    padding: 100px;
}

.contact-section h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.contact-section p {
    color: #000;
}

.contact-section h2 {
    font-size: 48px;
    font-weight: 700;
    color: #0EA5E9;
    margin-bottom: 20px;
}

/* .contact-image {
    background: url(https://ironfortresssolutions.com/wp-content/uploads/2026/02/contact_bg.png) center/cover no-repeat;
    height: 100%;
    width: 100%;
    padding: 100px 0;
    margin-top: 100px;
} */


/* Footer Section Start Here */
footer {
    background-color: #0EA5E9;
    position: relative;
    padding-top: 25px;
}

/* footer:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #222222f5;
          z-index: 0;
        } */
.footer-box h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 17px;
    color: var(--s-white);
}

.footer-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.footer-box h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box ul li {
    margin-bottom: 0.5rem;
}

.footer-box li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all.3s;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    transition: all.3s;

}

.footer-box a {
    text-decoration: none;
    color: #fff;
}

.footer-box ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
    transition: all.3s;
}

.footer1stRow {
    padding: 2rem 0 1.5rem 0;
    position: relative;
    z-index: 1;
    /* border-top: 1px solid #2525251e; */
}

.socialmediaicon li a i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    padding: 0;
    color: #112F4E;
    transition: 0.3s;
    border-radius: 100px;
}

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

.socialmediaicon ul li a i:hover {
    transform: rotate(360deg);
    background-color: #fff;
    color: #112F4E;
}

.SocialIcon h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.copyRight {
    border-top: 1px solid #ffffff5b;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.copyRight a {
    /* text-decoration: none; */
    color: #fff;
}

.copyRight p {
    color: #fff;
}


.process-box {
    background-color: #0EA5E9;
    color: #fff;
    padding: 50px;
    border-radius: 20px;
}

.process-gap {
    padding: 100px;
}



/* About page */
.new-content {
    text-align: center;
}

.new-content h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
}

.new-content a {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb a {
    color: #fff !important;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}


.about-us h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.about-us h2 {

    font-size: 40px;
    font-weight: 700;
    color: #0EA5E9;
    margin-bottom: 20px;
}

.about-us p {
    margin-top: 0;
    font-size: 16px;
}

.about1 {
    padding: 100px;
}

.about-image {
    position: relative;
}

.about-image img {
    height: 400px !important;
    object-fit: cover;
    width: 100%;
}

.black-bg {
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #0EA5E9;
    left: -25px;
    top: 100px;
    z-index: -3;
}

.about-us .header-bar button {
    background-color: #0EA5E9;
    color: #fff;
    padding: 0;
}

.about-us .header-bar button:hover a {
    color: #000;
}

/* our mission */
.mission {
    width: 100%;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(120deg,
            #0EA5E9,
            #1c5a94,
            #0c4f92,
            #0EA5E9);
    background-size: 400% 400%;
    animation: gradientMove 20s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.mission-content h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 50px;
}

.mission-content h3 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.mission-content p {
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px;
}

.mission-box {
    background-color: #fff;
    margin-top: 50px;
    /* width: 264px; */
    height: 290px;
    margin-bottom: 30px;
    padding: 40px;
    gap: 10px;
}

.mission-box-content h3 {
    color: #000;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;

}

.mission-box-content h5 {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 0rem;
    color: #5f5f5f;
    font-weight: 600;

}

.work-para {
    text-align: center;
}

/* Service page area */

/* services */
.services-content1 h3 {
    color: #0EA5E9 !important;
    font-weight: 700 !important;

}

.services1 {
    padding: 100px 0;
}

.services-content1 {
    margin-top: 20px;
}

.services-content1 p {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0rem;
    font-weight: 400;
}

.services-image img {
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
    width: 100%;
    clip-path: polygon(0px 0px, calc(100% - 70px) 0px, 100% 70px, 100% 100%, 0px 100%);
}

/* service info */
.aboutSection {
    /* margin-top: 100px; */
    padding: 50px;
}

.allServicesListBody h2 {
    color: #0EA5E9;
}

.innerServicesBtn i {
    color: #0EA5E9;
}

.innerServicesBtn a {
    text-decoration: none;
    color: #0EA5E9;

    font-weight: 600;
}

.innerServicesBtn:hover {
    background-color: #0EA5E9;
    border-radius: 15px !important;

}

.innerServicesBtn a:hover {
    color: #fff;
}

.innerServicesBtn .revSite-btn:hover {
    background-color: #0EA5E9 !important;
    color: #fff !important;
}

.innerServicesBtn:hover i {
    color: #fff;
    /* turn the icon white */
}

.innerServicesPage h1 {
    color: #0EA5E9;
}

.innerServicesPage p {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
}

.innerli li {

    font-weight: 600;
    font-size: 15px;
}


.fq-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.FAQs-box {
    background-image: url(https://ironfortresssolutions.com/wp-content/uploads/2026/02/faq.jpg);
    border-radius: 30px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}


/* contact */
.content4 img {
    background-color: #0EA5E9;
    width: 70px;
    padding: 20px;
    border-radius: 100px;
}

.contactUSPage {
    background-color: #0EA5E9;
}

.content5 {
    padding: 10px;
}

.content5 h4 {
    font-size: 16px;
    color: #0EA5E9;
    font-weight: 400;
}

.content5 h3 {
    font-size: 17px;
    font-weight: 600;
}

.contact-section {}

.contact-set {
    padding: 100px;
}

.contact-section h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0EA5E9;
    margin-bottom: 5px;
}

.contact-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #0EA5E9;
    margin-bottom: 20px;
}

.main-len {
    padding: 100px 0;
}

.navbar-toggler {
    filter: brightness(0) invert(1);
}

@media(min-width:1200px) {
    .work-text h2 {
        font-size: 45px;
        font-weight: 700;
        color: #0EA5E9;
    }

    .feature-content h2 {
        font-size: 35px;
        font-weight: 700;
        color: #0EA5E9;
    }
}

@media(max-width:1200px) {
    .section-title p {
        font-size: 14px;
    }

    .about1 {
        padding: 50px;
    }

    .service-main h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .work-text h2 {
        font-size: 45px;
        font-weight: 700;
        color: #0EA5E9;
    }

    .work-img img {
        border-radius: 0 80px 0 0;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .work-img1 img {
        border-radius: 0 80px 0 0;
        width: 100%;
        height: 310px;
        object-fit: cover;
    }
}

@media(max-width:992px) {

    .what-we-do-img-1 img,
    .what-we-do-img-2 img {
        width: 100%;
        height: 500px;
    }

    .process-gap {
        padding: 40px;
    }

    .about-us h4 {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 15px;
        margin-top: 40px;
    }

    .service-content h3 {
        color: #fff;
        font-size: 20px;
    }

    .service-image img {
        /* border-radius: 0 0 25px 25px; */
        height: 240px;
        width: 100%;
        object-fit: cover;
    }

    .feature-content h2 {
        font-size: 40px;
        font-weight: 700;
        color: #0EA5E9;
    }

    .work-text h2 {
        font-size: 24px;
        font-weight: 700;
        color: #0EA5E9;
    }

    .work-design::before {
        content: "";
        position: absolute;
        background-color: #0EA5E9;
        top: -90px;
        left: -55px;
        width: 55px;
        border-radius: 50%;
        transform: rotate(135deg);
        height: 140px;
        display: none;
    }
}

@media(max-width:767px) {
    .textt-primary {
        font-size: 11px;
        font-weight: 500;
        line-height: 1.2em;
        letter-spacing: 0.2em;
        position: relative;
        padding-left: 20px;
        color: #000 !important;
    }

    .about1 {
        padding: 30px;
    }

    .services-image img {
        border-radius: 20px;
        height: 250px;
        object-fit: cover;
        width: 100%;
        clip-path: polygon(0px 0px, calc(100% - 70px) 0px, 100% 70px, 100% 100%, 0px 100%);
    }

    .banner-content h1 {
        color: #fff;
        font-size: 35px;
        font-weight: 700;
        text-align: left !important;
        margin: 15px 0;
    }

    .new-content h3 {
        color: #fff;
        font-size: 30px;
    }

    .banner-content p {
        font-size: 12px;
        color: #fff;
        /* line-height: 30px; */
        /* margin: 0 auto; */
        /* margin-top: 30px; */
        font-weight: 500;
        text-align: left;
    }

    .banner {
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 600px;
        background-attachment: fixed;
        position: relative;
        padding: 30px;
        overflow: hidden;
    }

    .section-title h2 {
        font-size: 35px;
        font-weight: 500;
    }

    .service-main h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .feature-content h2 {
        font-size: 25px;
        font-weight: 700;
        color: #0EA5E9;
    }

    .feature-new h2 {
        color: #0EA5E9;
        font-size: 30px;
        text-align: left;
        font-weight: 700;
    }

    .feature-design p {
        font-size: 11px;
    }

    .work-text h2 {
        font-size: 24px;
        font-weight: 700;
        color: #0EA5E9;
    }

    .work-design::before {
        content: "";
        position: absolute;
        background-color: #0EA5E9;
        top: -90px;
        left: -55px;
        width: 55px;
        border-radius: 50%;
        transform: rotate(135deg);
        height: 140px;
        display: none;
    }


    .testimonial-card p {
        margin: 0 0 12px 0;
        line-height: 1.45;
        color: #fff;
        font-size: 15px;
    }

    .we-work {
        padding: 30px;
    }

    .contact-image {
        padding: 40px;
    }

    .navbar-brand img {
        height: 70px;
        width: 70px;
    }

    .aboutSection {
        /* margin-top: 100px; */
        padding: 20px;
    }

    .contact-set {
        padding: 0px;
    }

}

@media(max-width:450px) {
    .feature-box {
        padding: 10px;
        position: relative;
        display: flex;
        z-index: 100;
        overflow: hidden;
        border-radius: 25px;
        background: rgb(139 139 139 / 14%);
        backdrop-filter: blur(10px);
    }

    .feature-design h3 {
        font-size: 20px;
    }

    .feature-content1 {
        display: flex;
        gap: 5px;
        padding: 10px;
    }

    .feature-content1 img {
        width: 50px;
        height: 50px;
        background-color: #E8D04B;
        padding: 5px;
        border-radius: 10px;
        transition: all .5s;
    }

    .feature-design p {
        font-size: 9px;
    }

    .service-main h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .service-content::before {
        content: "";
        position: absolute;
        background-color: #E8D04B;
        top: -300px;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: all .3s;
    }

    .feature {
        /* background-color: #305CDE; */
        padding: 30px;
        position: relative;
        overflow: hidden;
    }

    .feature-content h2 {
        font-size: 23px;
        font-weight: 700;
        color: #0EA5E9;
    }

    .area-content h2 {
        color: #E8D04B;
        font-weight: 700;
        font-size: 15px;
    }

    .we-work {
        padding: 20px 0;
    }

    .work-text h2 {
        font-size: 20px;
        font-weight: 700;
        color: #0EA5E9;
    }

    .contact-section p {
        color: #000;
        font-size: 11px;
    }

    .contact-section h2 {
        font-size: 30px;
        font-weight: 600;
        color: #0EA5E9;
        margin-bottom: 20px;
    }

    .contact-image {
        padding: 20px;
    }

    .section-title h2 {
        font-size: 30px;
        font-weight: 500;
    }

    .section-title p {
        font-size: 13px;
    }

    .company-experience-box.what-we-do-circle {
        position: absolute;
        top: 170px;
        right: 0;
        height: 130px;
        width: 130px;
        border-radius: 50%;
        padding: 15px;
        z-index: 1;
    }

    .company-experience-box.what-we-do-circle h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .navbar-brand img {
        height: 50px;
        width: 50px;
    }

    .black-bg {
        position: absolute;
        width: 100%;
        height: 75%;
        background-color: #0EA5E9;
        left: -25px;
        top: 100px;
        z-index: -3;
    }

    .about-image img {
        height: 300px !important;
        object-fit: cover;
        width: 100%;
    }
.banner-ul li{
 font-size: 10px;
    font-weight: 700;
}

}

/* Back To Top CSS Start Here */
.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #E8D04B;
    cursor: pointer;
    border: 2px solid var(--s-primary);
    /* mix-blend-mode: multiply; */
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.btn-txt {
    z-index: 10;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #0EA5E9;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.button:hover {
    box-shadow: 1px 1px 200px var(--s-white);
    color: #fff;
    border: none;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}

.navbar-toggler {
    filter: invert(1) brightness(0) !important;
}


.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* visibility: hidden; */
    overflow: hidden;
}

.reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}
.banner-ul li{
    font-weight: 700;
    font-size: 15px;
}
.banner-ul{}