@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800&display=swap'); */

* {
    margin: 0px;
    padding: 0px;
    font-family: "Montserrat", sans-serif;
    outline: none;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}

/************************/
.container {
    max-width: 1200px;
}

/************************/
.slick-dots li button:before {
    color: white !important;
    font-size: 8px !important;
    opacity: 0.65 !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: white !important;
    font-size: 12px !important;
}

.slick-dots li {
    margin: 10px 10px !important;
}

.slide:after {
    content: "";
    background-color: #00000099;
    opacity: 0.05;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.slidesd:after {
    content: "";
    background-color: #0000001a;
    opacity: 0.35;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.slides7 {
    /*background: #202020 url(https://www.scitechscientifics.com/images/footer-glob.png) no-repeat !important;
    background-position: top left;
    position: relative;*/
    background: #fff !important;
}

.slides7:after {
    content: "";
    background-color: #00000099 !important;
    opacity: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/************************/
.Zind-certif {
    position: relative;
    z-index: 9;
}

.banner1-certifed ul li {
    width: 113px;
    height: 128px;
    margin-right: 10px;
    background: #ffffffc2;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 8px 40px -5px rgb(9 31 67 / 10%);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
    border-color: #ebebf5;
}

.banner1-certifed ul li img {
    margin: 8px auto;
    display: table;
}

.banner1-certifed ul li:hover {
    background: #fff;
}

.banner1-certifed ul li:nth-child(2),
.banner1-certifed ul li:nth-child(4) {
    background: #2f3c63c2;
}

.banner1-certifed ul li:hover:nth-child(2),
.banner1-certifed ul li:hover:nth-child(4) {
    background: #2f3c63;
}

.banner1-certifed h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 5px;
    line-height: 40px;
    font-weight: 700;
    text-shadow: 0 1px 1px #343434cc;
}

.banner1-certifed h1 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 0px;
    line-height: 40px;
    font-weight: 700;
    text-shadow: 0 1px 1px #343434cc;
}

.banner1-certifed h3 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 5px;
    line-height: 40px;
    font-weight: 700;
    text-shadow: 0 1px 1px #343434cc;
}

.banner1-certifed h5 {
    text-shadow: 0 1px 1px #343434cc;
    color: #b7e91a;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

/************************/
.certificate-dtl {
    position: relative;
}

.certificate-text {
    position: absolute;
    bottom: 0px;
    background: #2e3b61d1;
    color: #fff;
    left: 0;
    right: 0;
    padding: 20px;
}

.certificate-text h4 {
    font-size: 20px;
}

.certificate-text h4 span {
    font-size: 25px;
    color: #7fb512;
    font-weight: 600;
}

.Zind-certif {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

/************************/
.fixed-top {
    position: absolute;
    display: block;
    top: 0;
    padding: 0px 0 0;
    /* box-shadow: 0 1px 1px 0 rgb(0 0 0 / 15%); */
    /* box-shadow: 0px 0px 12px rgb(0 0 0 / 30%); */
    background: hsl(0deg 0% 100% / 38%);
    padding: 2px 0 2px;

}

.fixed-top.header-scrolled {
    padding: 5px 0;
    transition: all.5s ease;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);
}

.header-scrolled .logo {
    margin-top: 11px;
    transition: all.5s ease;
    top: -13px;
}

.header-scrolled .scrollto img {
    width: auto;
    height: auto;
    transition: all.5s ease;
}

.header-scrolled .navigation-right-top {
    display: none;
}

.header-scrolled .main-nav>ul {
    padding: 0px 0;
}

/*.head-bg{
    background: rgba(255,255,255,0.9);
    border-radius: 10px;
}*/
.logo {
    position: absolute;
    transition: all .5s ease;
    top: 0px;
    left: 0px;
    width: 200px;
    /* background: #fff; */
    padding: 3px 0 11px 0;
    border-radius: 5px;
}

.header-scrolled {
    position: fixed;
}

.scrollto img {
    width: auto;
    height: auto;
    transition: all.5s ease;
}

.main-nav {
    float: right;
    transition: all.3s ease-in-out;
}

.main-nav>ul {
    margin: 0px 0 0px;
    display: flex;
    align-items: center;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: 10px 15px;
    font-family: 'Roboto', sans-serif;
}

.main-nav .drop-down ul li:after {
    display: none;
}


.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: #fff;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.3s;
    padding: 10px;
    background-color: rgb(255 255 255 / 100%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    border: none;
    /* border-radius: 3px; */
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 195px;
    position: relative;
}

.main-nav .drop-down ul li {
    border-bottom: 1px solid #f4f4f7;
    margin-top: 0px;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down ul li a {
    padding: 8px 10px;
    color: #000;
    border-radius: 2px;
    font-weight: 400;
    transition: all 200ms linear;
    font-size: 14px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    width: 100%;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li>a:hover {
    color: #fff;
    background-color: #050579;
}

.main-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px;
    font-size: 15px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/*******************/
.drop-downed ul {
    display: flex !important;
    padding: 5px !important;
}

.drop-downed ul li {
    min-width: 160px !important;
    display: inline-block;
    border-left: 1px solid #0000001a;
    padding: 10px 10px !important;
}

.drop-downed ul li:first-child {
    border-left: 0px;
}

.drop-downed ul li a {
    display: block !important;
    padding: 5px 0px !important;
    border-radius: 0px !important;
}

.drop-downed ul li a:hover {
    color: #91c316 !important;
    background-color: #7fb51200 !important;
}

.drop-downed ul li span {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

/*******************/
.mega_wdth {
    width: 50%;
    display: inline-block;
}

.mega_wdth span {
    font-weight: 600;
    display: block;
    letter-spacing: 0.50px;
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    padding-left: 6px;
}

/*******************/
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #416b9d;
    transition: 0.4s;
}

.mobile-nav a {
    display: block;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-family: Montserrat;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #ee2324;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #004289;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/************************/
.navigation-right-top {
    float: right;
    width: 100%;
}

.navigation-right-top ul {
    float: right;
    width: auto;
}

.navigation-right-top ul li {
    float: left;
    width: auto;
    font-size: 14px;
    line-height: normal;
    font-weight: 900;
    color: #91c316;
    margin-right: 15px;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    top: 0px;
}

.navigation-right-top ul li a {
    color: #000;
    font-weight: 400;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -ms-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.4px;
}

/* .top-link a::after {
    content: '';
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #7fb512;
    top: 0;
    left: -110%;
} */

/*.navigation-right-top ul li:last-child{
    margin-right: 0;
    top: 0;
}*/
.navigation-right-top ul li a:hover {
    color: #050579;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -ms-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    transition: color .5s ease-out;
}

.top-link a:hover::after {
    left: 110%;
}

/*.prod-slider-head{
    transform: translate(100px, 0px);
    position: relative;
    z-index: 99;
    opacity: 0;
}
.slide:hover .prod-slider-head{
    transform: translate(0px, 0px);
    transition: 0.8s;
    opacity: 1;
}*/
.prod-slider-head h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0 1px 1px #343434cc;
}

.prod-slider-head p {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.4px;
    text-shadow: 0 1px 1px #343434cc;
}

.prod-slider-head a {
    color: #fff;
    background: #02a9bc;
    padding: 14px 20px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
}

.prod-slider-head a:hover {
    background: #45537ee8;
}

.prod-slider-ctg ul {
    text-align: center;
}

.prod-slider-ctg ul li {
    display: inline-flex;
    width: 130px;
    height: 115px;
    margin: 5px 10px;
}

.prod-slider-ctg ul li:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    transition: transform ease-in-out .2s;
}

.prod-slider-ctg ul li img {
    background: #ffffffcc;
    padding: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.prod-slider-ctg ul li:hover img {
    background: #fff;
}

.prod-slider-ctg ul li a h6 {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 400;
}

.footer {
    position: fixed;
    bottom: 0;
    z-index: 111;
    /* background: #ffffffc0; */
    background: #0000009c;
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copy-right p {
    text-align: center;
    color: #ffffff;
}

/************************/

.text-container {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-out;
}

.text-container.in-sight {
    opacity: 1;
    transform: translateY(0);
}


.text-container h2,
.text-container h1,
.text-container h3,
.text-container p,
.banners-btn {
    opacity: 0;
    /* transform: translateY(40px); */
    /* transform: scale(1.03); */
    transition: all 0.6s ease-out;
}

.text-container.in-sight h2 {
    opacity: 1;
    transform: scale(1.05);
    transition-delay: 0.4s;
}

.text-container.in-sight h1 {
    opacity: 1;
    transform: scale(1.05);
    transition-delay: 0.4s;
}

.text-container.in-sight h3 {
    opacity: 1;
    transform: scale(1.05);
    transition-delay: 0.4s;
}

.text-container.in-sight p {
    opacity: 1;
    transform: scale(1.05);
    transition-delay: 0.6s;
}

.image-animate {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

.image-animate.in-sight {
    opacity: 1;
    transform: translateY(0);
}




.banners-btn {
    opacity: 1;
    transform: scale(1.05);
    transition-delay: 0.9s;
    margin-top: 15px;
    display: block;
    margin-left: -2px;
    margin-top: 12px;
}

/* Image hidden by default */
.section-img {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.8s ease-out;
}

.header-contact-btn {
    margin-left: 0px !important;
    margin-top: 0px !important;
}

/* When container is in view, animate image */
.text-container.in-sight .section-img {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.6s;
}

/* .header-contact-btn{
    background-color: #000;
    border-radius: 5px;
}

.header-contact-btn a{
    color: #fff !important;

} */


/* /-/-/-/-/-/-/-/-/-/ Inner pages css starts /-/-/-/-/-/-/-/-/-/-/ */

/* about-us */

.inner-page-thumnail {
    width: 100%;
    min-height: 300px;
    /* background-color: #004289; */
    background: url(../images/tumnail-bg.jpg)left no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.inner-page-thumnail .tumnail-left h1 {
    color: #fff;
    font-weight: 700;
}

.tumnail-right {
    display: flex;
    align-self: flex-end;
}

.tumnail-right ul li {
    color: #fff;
    display: inline-block;
    padding: 9px 5px;
    font-size: 18px;

}

.tumnail-right ul li a {
    color: #fff;
}

/* about us ends */

/* contact-us page css*/

.contact-section-container {
    padding: 50px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(38, 38, 110, 0) 100%), url(../images/pro-bg.jpg) no-repeat;
    background-size: cover;
}

/*--------------------------------------------------------------
        # Left Column - Contact Form
        --------------------------------------------------------------*/
.contact-form-wrapper {
    background-color: #f1f1f1;
    padding: 25px;
    /* height: 100%; */
}

.form-title {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 5px;
}

.form-subtitle {
    font-size: 15px;
    margin-bottom: 15px;
    color: #777777;
}

.contact-form .form-control {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: 50px;
    padding: 10px 15px;
    font-size: 14px;
}

.contact-form .form-control::placeholder {
    color: #999999;
}

.contact-form .form-control:focus {
    border-color: #006bb3;
    box-shadow: none;
}

.contact-form textarea.form-control {
    height: auto;
    min-height: 120px;
}

.contact-form .submit-button {
    background: linear-gradient(to right, #201f7c, #3b4cca);
    color: #ffffff;
    border: none;
    padding: 15px 30px;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.contact-form .submit-button:hover {
    background-color: #0261a0;
}

.form-footer-text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #777777;
}

.form-footer-text a {
    color: #006bb3;
    text-decoration: none;
    font-weight: 500;
}

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

/*--------------------------------------------------------------
        # Right Column - Contact Info
        --------------------------------------------------------------*/
.contact-info-wrapper {
    padding: 0px;
    background-color: #ffffff;
    height: 100%;
}

.info-badge {
    display: inline-block;
    background-color: #006bb3;
    color: #ffffff;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.info-title {
    font-size: 28px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 15px;
}

.info-description {
    font-size: 15px;
    line-height: 26px;
    color: #777777;
    margin-bottom: 40px;
}

.contact-details-group {
    margin-bottom: 0px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}

.contact-item .icon-box {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(to right, #201f7c, #3b4cca);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.contact-item .icon-box img {
    width: 24px;
    height: 24px;
}

.contact-item .text-content div {
    font-size: 15px;
    line-height: 24px;
    color: #555555;
}

.map-image {
    width: 100%;
    height: 250px;
    border-radius: 8px;
}


.text-content span {
    font-size: 18px;
    font-weight: 600;
    display: block;
}

/* contact-us ends */

/* why choose us */

.why-choose-us-section {
    width: 100%;
    /* min-height: 750px; */
    /* background: url(../images/pro-bg.jpg)center no-repeat; */
    background-size: cover;
    padding: 50px 0 0 0;
    position: relative;
    overflow: hidden;
    /* Important for containing the background pattern */
}

.why-choose-us-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f1f5f9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.5;
}

/* .quality-excellence-title span{
    color: #4f0003;
} */

/* Ensures content is visually above the background pattern */
.why-choose-us-section .container {
    position: relative;
    z-index: 2;
}

.why-choose-us-image img {
    width: 100%;
    max-width: 300px;
    margin-top: 25px;
}

/*--------------------------------------------------------------
        # Background Pattern
        --------------------------------------------------------------*/
.background-circuit-pattern {
    position: absolute;
    left: 35%;
    top: 50%;
    transform: translateY(-50%);
    width: 650px;
    opacity: 0.2;
    z-index: 1;
    user-select: none;
    /* Make it non-interactive */
    pointer-events: none;
}

/*--------------------------------------------------------------
        # Left Column: Content
        --------------------------------------------------------------*/
.choose-us-badge {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #4f0003;
    border-radius: 15px;
    padding: 2px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #4f0003;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.choose-us-badge .badge-square {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #4f0003;
    /* The orange square color */
    margin-right: 8px;
}

.quality-excellence-title {
    background: linear-gradient(to right, #4f0003 0%, #3a003b 50%, #201f7c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* color: #201f7c; */
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}

.section-description {
    color: #5e6b82;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
    max-width: 500px;
}

/* Features (Icon + Text) */
/* .features-container {
    margin-bottom: 45px;
} */

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-icon {
    width: 60px;
    height: auto;
    margin-right: 20px;
    flex-shrink: 0;
    /* Prevents icon from shrinking */
}

.feature-title {
    color: #201f7c;
    font-size: 20px;
    font-weight: 700;
}

.feature-description {
    color: #5e6b82;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

/* Button */
.get-started-btn {
    display: inline-block;
    background-color: #201f7c;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 35px;
    border-radius: 30px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.get-started-btn:hover {
    background-color: #1a3a6a;
    color: #ffffff;
}

/*--------------------------------------------------------------
        # Right Column: Image Gallery
        --------------------------------------------------------------*/
.image-column {
    display: flex;
    justify-content: center;
}

.image-gallery {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}

.gallery-image {
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(45, 62, 98, 0.12);
}

.gallery-image-one {
    width: 250px;
    height: 420px;
    transform: perspective(350px) rotateX(0deg) rotateY(-13deg);
}

.gallery-image-two {
    width: 250px;
    height: 420px;
    transform: perspective(350px) rotateX(0deg) rotateY(13deg);
    /* Nudges the second image down to match the design */
}

.value-card {
    background-color: #ffffff;
    padding: 20px 18px 25px 26px;
    border-top: 2px solid#201f7c;
    border-left: 2px solid#201f7c;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 50px;
}

.value-card-2,
.value-card-4 {
    border-right: 2px solid#201f7c !important;
    border-left: 0;
    padding: 20px 25px 25px 23px !important;
}

.value-number-2,
.value-number-4 {

    right: -25px !important;
    left: auto !important;
}

.value-number {
    position: absolute;
    top: -25px;
    /* Position half outside */
    left: -25px;
    /* Position half outside */
    width: 50px;
    height: 50px;
    background: linear-gradient(to right, #201f7c, #3b4cca);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.value-title {
    font-size: 20px;
    font-weight: 600;

    /* Space for the number circle */
    margin-bottom: 4px;
}

.value-description {
    font-size: 14px;
    color: #6c757d;
    line-height: 22px;
}

/*--------------------------------------------------------------
        # Responsive Design
        --------------------------------------------------------------*/
@media (max-width: 991px) {
    .why-choose-us-section {
        padding: 60px 0;
        text-align: center;
    }

    .content-column {
        /* margin-bottom: 50px; */
    }

    .section-description {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .feature-item {
        flex-direction: column;
        align-items: center;
    }

    .feature-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .background-circuit-pattern {
        display: none;
        /* Hide decorative pattern on smaller screens */
    }

    .image-gallery {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .quality-excellence-title {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 576px) {
    .image-gallery {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .gallery-image {
        width: 85%;
        max-width: 300px;
        height: auto;
    }

    .gallery-image-two {
        margin-top: 0;
        /* Reset margin on stacked layout */
    }
}

/* why choose us ends */


/* about-us starts */

/*--------------------------------------------------------------
        # Main Hero Section Container
        --------------------------------------------------------------*/
.about-us {
    width: 100%;
    min-height: 600px;
    background: url(../images/about-us-bg.svg)bottom right no-repeat;
    background-size: contain;
    position: relative;
    padding: 75px 0 0px 0;
    overflow: hidden;
    /* Prevents absolutely positioned elements from spilling out */
}

.about-us:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #f1f5f9; */
    /* background: linear-gradient(to right, #4f0003c2 0%, #3a003bad 50%, #201f7c 100%); */
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
}

/*--------------------------------------------------------------
        # Background Graphics & Illustrations
        --------------------------------------------------------------*/
.hero-illustration {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 500px;
    max-width: 45%;
    z-index: 1;
}

.hero-lightning-icon {
    position: absolute;
    left: 420px;
    bottom: 240px;
    width: 70px;
    z-index: 2;
}

.hero-photo-clipper {
    position: absolute;
    top: 60px;
    right: 0;
    width: 450px;
    height: 380px;
    clip-path: polygon(95% 0, 43% 43%, 65% 45%, 25% 95%, 0 55%, 35% 50%);
    z-index: 0;
}

.hero-photo-clipper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-years-experience {
    position: absolute;
    display: flex;
    bottom: -100px;

    left: 50%;
    transform: translateX(-50%);
    /* align-items: center; */
}

.about-years-experience-content {
    position: absolute;

    padding: 10px 30px;
}


.about-main-hero-title {
    margin-bottom: 9px !important;
    color: #000;
}


.about-years-experience-content .nummber-of-year {
    display: block;
    font-size: 60px;
    font-weight: 700;
    height: 76px;
    color: #fff;
}

.about-years-experience-content .textof-years {
    font-weight: 500;
    color: #fff;
}

/*--------------------------------------------------------------
        # Content Typography
        --------------------------------------------------------------*/
.help-badge {
    display: inline-block;
    background-color: #000;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 5px 15px;
    font-size: 13px;
    font-weight: 600;
    color: #888888;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.main-hero-title {
    /* color: #ffffff; */
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    margin-bottom: 22px;
}

.hero-description-text {
    color: #000;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 14px;
}

/*--------------------------------------------------------------
        # Features Block (Badge & List)
        --------------------------------------------------------------*/
.features-wrapper {
    display: flex;
    align-items: flex-start;
    /* Aligns items to the top */
    gap: 20px;
    margin-bottom: 22px;
}

.experience-badge-img {
    width: 160px;
    height: auto;
    flex-shrink: 0;
    /* Prevents the badge from shrinking */
}

.services-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    color: #5e6b82;
    margin-bottom: 10px;
}

.services-list li {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    color: #000;
}

.services-list .list-tick {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
}

/* The checkmark symbol inside the circle */
.services-list .list-tick::after {
    content: '';
    position: absolute;
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #004289;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/*--------------------------------------------------------------
        # 'More About Us' Button
        --------------------------------------------------------------*/
.more-about-us-btn {
    background: linear-gradient(to right, #201f7c, #3b4cca);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.more-about-us-btn:hover {
    background-color: #1a3a6a;
    color: #ffffff;
}


.choose-us-badge {
    font-size: 12px;
}

/* Stats Grid */
.stats-grid {

    height: 100%;
    position: relative;
    margin: 130px 0 10px 0;
}

.stat-item {
    background-color: #fff;
    padding: 35px 10px 10px 10px;
    border: 1px solid #f2f2f25d;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    border-radius: 20px;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 8px 0px;
}

.stat-item .icon i {
    color: #ffffff !important;
}

.stat-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    /* background-color: rgb(255 255 255); */
    background: linear-gradient(to right, #201f7c, #3b4cca);
    border: 1px solid #0003;
    border-radius: 50%;
    position: absolute;
    top: -36px;
}

.my-product-content h6 {
    font-size: 15px;
}

.stat-item .icon i {
    color: #FFCC29;
    font-size: 24px;
}

.stat-content {
    text-align: center;
}

.stat-content span {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #222;
}

.stat-content h2 sup {
    font-size: 1rem;
    font-weight: 600;
    color: #FFCC29;
    position: relative;
    top: -15px;
}

.stat-content p {
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
}

/* about-us-ends */

/* --- EXAMPLE 1: FAITHFUL & ELEGANT RECREATION --- */
.footer-1 {
    color: #e9ecef;
    position: relative;
}

.footer-1::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 550px;
    height: 100%;
    background: url(../images/pro-bg.jpg);
    background-size: contain;
}

.footer-1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0%;
    left: 0%;
    width: 100%;
    height: 10px;
    background: rgb(32, 31, 124);
    background-size: contain;
}

/* Subscribe Section Styling */
.footer-1 .subscribe-section {
    padding: 60px 0;
    /* Image from Unsplash by @theunsteady */
    background-image: linear-gradient(rgba(20, 20, 20, 0.75), rgba(20, 20, 20, 0.85)), url(https://images.unsplash.com/photo-1542103749-8ef59b94f475?w=900);
    background-size: cover;
    background-position: center;
}

.footer-1 .btn-subscribe {
    background-color: transparent;
    border: 2px solid #fdb813;
    color: #fdb813;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.footer-1 .btn-subscribe:hover {
    background-color: #fdb813;
    color: #111;
}

/* Main Footer Styling */
.footer-1 .main-footer {
    background-color: #14132b;
    padding: 60px 0;
}

.footer-1 .footer-logo {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}

/* Gold gradient for the 'M' */
.footer-1 .logo-m {
    display: inline-block;
    background: linear-gradient(45deg, #ffd700, #fdb813);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.footer-1 h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.footer-1 .list-unstyled li {
    margin-bottom: 0.7rem;
}

.main-footer-data {
    color: #000;
}

/* ======================= */


.project-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 30px;
    transition: transform 0.2s ease-in-out;
    border-left: 5px solid #201f7c;
    /* Accent border */
    height: 100%;
    /* Ensure cards in a row have equal height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #0002;
    position: relative;
    overflow: hidden;
}

.project-card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(to right, #201f7c, #3b4cca);
    ;
}

.project-card:hover {
    transform: translateY(-5px);
}

.project-card h5 {
    color: #343a40;
    font-weight: bold;
}

.project-card p {
    color: #6c757d;
    font-size: 0.95em;
    margin-bottom: 0;
}

.project-card .location {
    font-style: italic;
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
}

/* Custom styling for different themes or types of projects (optional) */
.project-card.theme-a {
    border-left-color: #28a745;
}

.project-card.theme-b {
    border-left-color: #ffc107;
}

.project-card.theme-c {
    border-left-color: #dc3545;
}

.project-col {
    margin-bottom: 20px;
}

.completed-project {
    padding: 50px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(38, 38, 110, 0) 100%), url(../images/pro-bg.jpg) no-repeat;
    background-size: cover;
}