.mycursor {
    cursor: pointer;
}

.margin-left{
    margin-left: 40%!important;
}

.about-us-bg {
/* background-image: linear-gradient(
to right,
rgba(32, 95, 162, 1),
rgba(32, 95, 162, 0.2)
),url('../img/about-us-bg.jpg'); */
background-size: cover;
height: 550px;
background-position: center;
}
.about-us-bg p{
padding: 1rem;
font-family: "Montserrat", Sans-serif;
font-size: 1.1rem;
color: white;
}

.about-us-bg h1{
padding: 1rem;
margin-top: 2rem;
color: white;
}
.client-image{
height: 100%;
width: 180px;
}
.products .icon-box {
    margin-bottom: 27px !important;
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
    .mob-content {
        text-align: center;
    }
}

.container-btn a {
    color: #000;
}

.container-btn a:hover {
    color: #000;
}

.myheading {
    font-size: 39px !important;
    margin: 0 !important;
    font-weight: 700 !important;
    line-height: 56px !important;
    color: #231f20 !important;
    font-family: "Gloucester MT Extra Condensed";
}

.myheading span {
    color: #205fa2 !important;
}

/* banner */
.slide-content img {
display: block;


width: 100%;
height: 60vh;

/* image-rendering: -webkit-optimize-contrast;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges; */
}

@media (max-width: 768px) {
    .slider-column {
        display: none;
    }
}

.slider-section .container {
width: 100%;
height: 50%;
margin-top: 7%;
margin-inline: auto;
padding-inline: 1.25rem;
}
.swiper-button-prev:after{
color:white;

font-size: 1.5rem;
}
.swiper-button-next:after{
color:white;

font-size: 1.5rem;
}
.swiper {
&-button-next::after,
&-button-prev::after {
display: flex;
align-items: center;
justify-content: center;
font-size: 0.75rem;
font-weight: 800;
padding: 1rem;
width: 2rem;
height: 2rem;
opacity: 0.75;
border-radius: 50%;
color: var(--white-100);
background: var(--black-300);
}
}


.slide-heading {
display: flex;
justify-content: space-between;
/* align-items: center; */
width: 90%;
position: absolute;
top: 20%;
left: 5%;
margin: 0;
z-index: 10;
}

.slide-heading h1 {
color: black;
font-size: 60px;
}

.slide-heading h4 {
color: #4b4c4c;
}


.slide-heading h2 {

color: black;
font-size: 40px;
}

.slide-heading span {
color: #205fa2;
}




/* clients section  */

.clients .container{
    padding-left:1%;
    padding-right:1%
}
.clients .container .row .client-image{
    padding-left:0;
    padding-right:0;
}
/* product section */
.product-item-image{
overflow: hidden;
}
/* about us */
.about{
    clear:both;
}
.about .container{
    margin:0;padding:0
}
.about-image-box{
    padding-right:0;
}
.about-image-box img{
    width:100%;height:550px
}
.about-us-main-heading{
border-left:4px solid white; padding-left:2%;
padding: 1rem;
    margin-top: 2rem;
    color: white;;
}
.aboutus-checkmark{
color:white!important;
font-size:1rem;
padding-left:1rem
}
.aboutus-checkmark i{
    margin-right:10px
}
/* testing machine */
.testing-machine-image{
    height: 400px !important;
}


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1; 
  }
  .featured-services .icon-box::before {
    content: '';
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
  }
  .featured-services .icon-box:hover::before {
    background: #205fa2;
    top: 0;
    border-radius: 0px;
  }
  .featured-services .icon {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align:center;
  }
  .featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #1f5e9f;
    transition: all 0.3s ease-in-out;
  }
  .featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #205FA2;
    text-align:center;
  }
  
  .featured-services .title a {
    color: #231f20;
  }
  .featured-services .description p{
    font-size: 14px;
    padding-top:0!important;
    padding: 30px;
    word-spacing: 0;
    line-height: 22px;
    margin-bottom: 0;
    text-align:justify;
  }
  .featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description ,.featured-services .icon-box:hover .title  {
    color: #fff;
  }
  .featured-services .icon-box:hover .icon i {
    color: #fff;
  }
 .description{
    text-align:center
 }  
 /* blog section */
 .blog-section-padding{
 padding:2rem;
 }
 .blog-detials-images-height{
 height:15rem
 }

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .product-box {
        width: 45%;
        /* Adjust width for smaller screens */
    }
    .about-us-bg{
        height: 650px!important;
    }
    .about-us-bg p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .product-box {
        width: 100%;
        
        /* Make each box occupy full width on very small screens */
    }
}


/* product-box */
 /* Additional styles can be added as needed */
 .product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: flex-start;
    margin:2%;
}
.margin-padding-0{
    margin: 0 !important;
    padding:0 !important;
}

.extra-height img{
    height: 320px !important;
}
.product-box {
    /* min-height: 50%; */
    width: 340px;
    margin: 10px;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.product-box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.product-box img {
    aspect-ratio: 4/4;
    width: 100%;
    height: auto;
    transition: transform 1s ease;
    /* Smooth transform transition */
}

.product-box:hover img {
    transform: scale(1.1);
    /* Zoom in on hover */
}

.product-box:hover h1 {
    text-decoration: underline;
}



.product-box h3 {
    height: 70px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #205fa2;
    margin-top: 16px;
}


.product-box p {
    height: 100px;
    overflow: hidden;
    margin: 10px 0;
    color: #555;
}

.product-box button {
    background-color: #205fa2;
    border: 1px solid #205fa2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.product-box button:hover {
    background-color: transparent;
    color: #205fa2;
}


/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .product-box {
        width: 45%;
        /* Adjust width for smaller screens */
    }
}

@media (max-width: 480px) {
    .product-box {
        width: 100%;
        /* Make each box occupy full width on very small screens */
    }
}