@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
 
:root {
    --brand: #0c00ad;
    --dark: #092032;
    /* --body: #516171; */
    --body:  #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    }

body {
    font-family: 'Poppins', sans-serif;
    color: var(--body);
    line-height: 1.7;
}


/* CSS Reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  


  .services .section-header {
    margin-bottom: 0px; /* Remove the margin at the bottom of the section-header */
  }
  
  .services .service-items {
    margin-top: 0px; /* Remove the margin at the top of the service-items */
  }
  

  /* Your other CSS styles below */
  

#preloader{
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #0c0a0a 
    url(../LOGO IMG/preloader.gif)
  no-repeat center ;
  z-index: 1;
  
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

p{
color: #7a7a7a ;
}

h1, h2, h3, h4, h5, h6, p, a {
    font-family: 'Poppins', sans-serif !important;
    /* font-weight: 500; Adjust the font weight as needed */
    /* font-size: 16px; Adjust the font size as needed */
    /* color: var(--body);  */
    /* Use your desired text color */
  }

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 10px;
    padding-bottom: 10px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #070404 !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 1s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
    color: #fff;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.nav-link{
  font-family:'Poppins', Sans-serif;
  font-size: 16px;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}


.btn {
    padding: 8px 26px;
}


.btn-brand {
  border-color: var(--brand);
  background-color: var(--brand);
  color: #fff;
}


.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.company{
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.company h5 {
    margin-top: 14px;
    margin-bottom: 14px;
}

.company img {
    width: 90px;
}

#milestone {
    background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85)), url(../img/bg_banner1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}
/*above credential text */
.col-lg-5{
  text-align: center;
  position: relative;
  padding: 10px;
}

/* header section */
.section-header {
    position: relative;
    max-width: 700px;
    margin: 0 auto 60px auto;
    padding-bottom: 25px;
}

.section-header h2 {
    font-family: 'Montserrat', sans-serif;
    color: #233870;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;

}

.section-header::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 5px;
    background: #e3eafc;
    border-radius: 0 0 5px 5px;
    bottom: 0;
    left: calc(50% - 50px);
}

.section-header p {
    font-family: "Poppins", sans-serif;
    color:#7a7a7a;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}




/* <!--change in new css -------------------------------------------> */
 
 


/* Initial styles for the card */
.item {
    background-color: #fff;
     /* Set the initial background color */
    transition: background-color 0.3s; /* Add a smooth transition effect */
  }
  
  /* Change the background color on hover */
  .item:hover {
    background-color: #cccccc; /* Change to the desired hover background color */
  }
  

  



  .item .image-container img {
    /* Your regular image styles here */
   
    transition: filter 0.3s; 
    /* Add a smooth transition effect for the filter property */
  }
  .item:hover .image-container img {
transform:scale(1.15);
    /* filter: grayscale(100%); */
  }

                
 

/* btn */

    /* Force the text color to be blue using !important */
/* .btn {
    color:blue !important;
  } */
  
 
  .mservice {
    background-color: #fff;
  }






















/* <!-- item start --> */
                
/* //////////////////////////////////////footer */

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(/img/c2\ img\ carousal.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #025697; /* You can specify the background color separately if needed */
}


.f1 {
  height: 65vh;
  width: 100%;
}

footer .footer-top {
    padding-top: 0px;
    padding-bottom: 0px;
}




.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 0px;
    padding-top: 0px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}


.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1ff00;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}


.customer-logos slider{
  display: flex;
  margine: 10px;
  padding: 10px;
  align-items: space-between;
}
/* our Partner */
.logo-img {
  max-width: 100px; /* Adjust the width as per your requirement */
  height: 75px; /* This maintains the aspect ratio */
}


/*/////////////////////////////// cardbutton ///////////////////////////////////// */

.service .btn{
	font-size: 16px;
	background-color: transparent;
	border:1px solid #555555;
	color:#555555;
	padding: 8px 15px;
	cursor: pointer;
}
/* 
.services {
    margin-bottom: 20px; /* Adjust this value as needed */
   */
/* popup content  ------------------------------------------------------- 
/*  */
.service .read-more-cont{
	display: none;
}

.popup-box{
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top:0;
	background-color: rgba(0,0,0,0.5);
	z-index: 500;
	visibility: hidden;
	opacity:0;
	transition: all 0.5s ease-in-out;
}

.popup-box.open{
  visibility: visible;
	opacity:1;	
}
.popup-box .popup-content{
	background-color: #ffffff;
	width: 600px;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	border-radius: 8px;
}

.popup-box .popup-header{
	padding: 15px 40px 15px 15px;
	border-bottom: 1px solid #dddddd;
}
.popup-box .popup-header h3{
	margin:0;
	color:#E91E63;
	font-size: 20px;
}
.popup-box .popup-header .popup-close-icon{
	position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #555555;
    font-size: 28px;
    line-height: 30px;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.popup-box .popup-body{
	padding: 15px;
	max-height: 300px;
	overflow-y: auto;
}
.popup-box .popup-body img{
	width: 100%;
	display: block;
	margin-top: 15px;
}
.popup-box .popup-body p{
	font-size: 16px;
	color:#555555;
	margin:0 0 15px;
}

.popup-box .popup-footer{
	padding: 15px;
	border-top:1px solid #dddddd;
	text-align: right;
}

.popup-box .popup-footer .btn{
	padding: 8px 15px;
	border:1px solid #555555;
	color:#555555;
	font-size: 16px;
	background-color: transparent;
	cursor: pointer;
	border-radius: 4px;
}
.popup-box .popup-footer .btn:focus{
	outline: none;
}
.login_form{
    display: none;
}

/*responsive*/
/* 
@media(max-width: 767px){
	.services .service-items .item{
	  flex:0 0 100%;
      max-width: 100%;
   }
   .popup-box .popup-content{
   	 width: calc(100% - 30px);
   }
} */


.btn-login{
    padding: 10px 15px;
  cursor: pointer;
  background-color: black;
  color: white;
  }
  .model{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid black;
    z-index: 10; 
  }

  overlay{
    width: 100%;
    position: fixed;
    top: 0%;
    height: 100vh;
     background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 1;
   
  }

/* ///////////////////////
////////////////////////////////////////////////////////////////







/////////////////////////////////////////////////////////////////////////////////////////////// */

 
body{
    font-family: sans-serif;
    margin:0;
    line-height: 1.5;
}

*{
    box-sizing: border-box;
    margin: 0;
}

.container{
    max-width: 1170px;
    margin: auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
/* /////////////////////// */
.textdesign{
   margin-bottom: 0px;
}
.section-title{
    margin-top: 10px;
    padding-top: 10px;
   flex:0 0 100%;
   max-width: 100%;
   margin-bottom: 60px;
}
.section-title h1{
   text-align: center;
   font-size: 36px;
   color:#000000;
}
.services{
    min-height: 100vh;
    padding:80px 0;
}

.services .service-items{
   flex:0 0 100%;
   max-width: 100%;
}
.services .service-items .item{
   flex:0 0 33.33%;
   max-width: 33.33%;
   padding: 15px;
}

/* Center the card within the section */
.kservice {
    /* display: flex; */
    padding-left: 300px;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 75vh; /* Adjust the height as needed */
}

/* Add space between the service items (optional) */
.item {
    margin-bottom: 20px; /* Adjust the margin as needed */
}




.services .service-items .item-inner{
   border:1px solid #dddddd;
   padding: 30px;

}
.services .service-items .read-more-cont{
   display: none;
}
.services .service-items .item-inner h3{
    /* font-family: "Montserrat", sans-serif; */
   font-size: 20px;
   color:#0d1b5d;
   margin-bottom: 10px;
   position: relative;
}
.services .service-items .item-inner h3::before{

 content: '';
 height: 1px;
 width: 80px;
 background-color: #000000;
 position: absolute;
 left:0;
 bottom:-5px;
 font-family: "Montserrat", sans-serif;
}

.services .service-items .item-inner p{
    /* font-family: "Poppins", sans-serif; */
   color:#555555;
   font-size: 16px;
   font-weight: 500;
   margin:0 0 30px;
}
.services .service-items .item-inner .btn{
   font-size: 16px;
   background-color: transparent;
   border:1px solid #555555;
   color:#555555;
   padding: 8px 15px;
   cursor: pointer;
}


.popup-box{
   position: fixed;
   height: 100%;
   width: 100%;
   left: 0;
   top:0;
   background-color: rgba(0,0,0,0.5);
   z-index: 500;
   visibility: hidden;
   opacity:0;
   transition: all 0.5s ease-in-out;
}

.popup-box.open{
 visibility: visible;
   opacity:1;	
}
.popup-box .popup-content{
   background-color: #ffffff;
   width: 600px;
   position: absolute;
   left: 50%;
   top:50%;
   transform: translate(-50%,-50%);
   border-radius: 8px;
}

.popup-box .popup-header{
   padding: 15px 40px 15px 15px;
   border-bottom: 1px solid #dddddd;
}
.popup-box .popup-header h3{
   margin:0;
   color:#E91E63;
   font-size: 20px;
}
.popup-box .popup-header .popup-close-icon{
   position: absolute;
   height: 30px;
   width: 30px;
   text-align: center;
   color: #555555;
   font-size: 28px;
   line-height: 30px;
   right: 5px;
   top: 5px;
   cursor: pointer;
}
.popup-box .popup-body{
   padding: 15px;
   max-height: 300px;
   overflow-y: auto;
}
.popup-box .popup-body img{
   width: 100%;
   display: block;
   margin-top: 15px;
}
.popup-box .popup-body p{
   font-size: 16px;
   color:#555555;
   margin:0 0 15px;
}
.popup-box .popup-footer{
   padding: 15px;
   border-top:1px solid #dddddd;
   text-align: right;
}
.popup-box .popup-footer .btn{
   padding: 8px 15px;
   border:1px solid #555555;
   color:#555555;
   font-size: 16px;
   background-color: transparent;
   cursor: pointer;
   border-radius: 4px;
}
.popup-box .popup-footer .btn:focus{
   outline: none;
}










/*  
.service-items .item-inner .image-container {
   max-width: 100%;
   overflow: hidden;
   position: relative;
}
.service-items .item-inner .image-container img {
   width: 100%; /* Adjust the width as needed */
   /* height: auto; /* Maintain aspect ratio */
   /* display: block; */
   /*margin: 0 auto;  Center the image horizontally }*/
/* Set a fixed width and height for the image container */
.service-items .item-inner .image-container {
    width: 300px; /* Adjust the width as needed */
    height: 250px; /* Adjust the height as needed */
    overflow: hidden;
    position: relative;
 }
 

 /* Set a fixed width and height for the images */
 .service-items .item-inner .image-container img {
    width: 100%; /* Make sure the image takes up the full container width */
    height: 100%; /* Make sure the image takes up the full container height */
    object-fit: cover; /* Crop the image to fit the container */
    display: block;
    margin: 0 auto; /* Center the image horizontally */
 }
 







/* ////////////////////////////heading container  next component/////////// */



/* 
.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .heading_container h2 {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
  }
  
  .heading_container h2::before, .heading_container h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background-color: #fec016;
  }
  
  .heading_container h2::before {
    left: -5px;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  
  .heading_container h2::after {
    right: -5px;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }



   .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  
 */


  


 .heading_container {


    display: flex;
    flex-direction: column;
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
    text-align: center; /* Center text horizontally */
    height: 100vh; /* Optionally set a height for vertical centering */
  }
  
  .heading_container h2 {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
  }
  
  .heading_container h2::before,
  .heading_container h2::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 1px;
    background-color: #fec016;
    transform: translateY(-50%); /* Vertically center the pseudo-elements */
    margin-bottom: 20px;
    top:0px;
  }
  .section{
    margin: 0px;
    padding: 0px;
  }
  .heading_container h2::before {
    left: -15px;
  }
  
  .heading_container h2::after {
    right: -15px;
  }
  

  .section {
    margin-top: 0px;
    padding-top: 0px;
}



/* ////////////////////////////// */



.heading_container {
   
}

.ssmargin{
    margin-top: 0px;
}

.lservice{
    margin-bottom: 0px;}


.are{
  padding-top: 0px !important;
}


/* Style the container for the 'who_section' */
.who_section {
    background-color: #f0f0f0; /* Set your desired background color */
    padding: 20px;
  }
  
  /* Style the image */
  .img-box1 img {
    max-width: 100%; /* Ensure the image doesn't exceed its container */
    height: auto; /* Maintain the aspect ratio */
    display: block; /* Remove any default spacing below the image */
  }
  
  /* Style the text content in the right column */
  .detail-box {
    padding: 20px;
  }
  
  .heading_container h2 {
    font-size: 24px; /* Adjust the font size to your preference */
    color: #333; /* Set your desired text color */
    margin-bottom: 10px; /* Add spacing below the heading */
  }
  
  /* Style the paragraphs */
  .detail-box p {
    font-size: 16px; /* Adjust the font size to your preference */
    color: #666; /* Set your desired text color */
    margin-bottom: 10px; /* Add spacing between paragraphs */
  }
  
 
/* card for drone trianng */


.about,
.single {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}

.about .col-md-12,
.about .col-md-6,
.single .col-md-12,
.single .col-md-6 {
    margin-bottom: 30px;
}

.about .about-img,
.single .single-img {
    position: relative;
    overflow: hidden;
}

.about .about-img img,
.single .single-img img {
    width: 100%;
}

.about .about-content,
.single .single-content {
    position: relative;
    width: 80%;
    margin: -100px auto 0 auto;
    padding: 30px;
    background: #ffffff;
}

.about .about-content h2,
.single .single-content h2 {
    font-size: 25px;
    font-weight: 700;
}

.about .about-content p,
.single .single-content p {
    font-size: 16px;
    font-weight: 500;
    color: #7a7a7a !important;
}

.about .btn,
.single .btn {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background: #999999;
    border-radius: 0;
}

.about .btn:hover,
.single .btn:hover {
    background: #4F84C4;
}

    
/* cta////// */
/* 
.cta {
    background-image: url('/skill_Img/softskill1.jpg');  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;   }


  .cta::before{
    content: '';
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    
    background:rgba(0, 0, 0, 0.07);
    z-index: 1;
  } */

/* 
  .cta {
    background-image: url('/skill_Img/softskill1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;  
    position: relative;  
  }
  
  .cta::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;  
    background: rgba(0, 0, 0, 0.5); 
    z-index: 1;
  } */

  
  .cta {
    background-image: url('/skill_Img/softskill1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    padding-bottom:200px;
  }
  
  .cta-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .cta-overlay h2 {
    font-size: 36px;
    color: #fff;
    margin: 0;
  }
  
  .cta-overlay p {
    font-size: 18px;
    color: #fff;
  }
  
  /* Add additional styles as needed for your button and other elements within the overlay */
  



.cta .container {
    display: grid;
    gap: 30px;
  }
  
  .cta-card {
    /* background-color: var(--yellow-green); */
    padding: 50px 30px 40px;
    color: var(--white);
    border-radius: var(--radius-50) 0;
  }
  
  .cta-card .card-title {
    color: var(--white);
    line-height: 1.3;
  }
  
  .cta-card .card-text { margin-block: 10px 30px; }
  
  .cta-card .btn:is(:hover, :focus-visible) {
    background-color: var(--white);
    color: var(--smoky-black);
  }
  
  .cta-banner {
    height: 260px;
    border-radius: 0 var(--radius-50);
    overflow: hidden;
    background-color: var(--light-gray);
  }
.item ,item-inner ,h5 ,h6{
color: #666;
}


 
 



 

























 /* Show one card on screens up to 600px */
 @media screen and (min-width: 270px) and (max-width: 330px) {
  .services .service-items .item {
    flex: 0 0 100%;
    max-width: 100%;
}
    .popup-box {
      display: none;
  }
 

  /* Show the popup box when it's open on smaller screens */
  .popup-box.open {
      display: block;
      /* Additional styles to adjust the appearance of the popup box on smaller screens */
      /* ... */
  }

  /* Additional adjustments for the content inside the popup box on smaller screens */
  .popup-box .popup-content {
    width: 80%; /* Adjust the width as needed */
    max-width: 300px; /* Set a maximum width if necessary */
    /* Additional styles to fit the content comfortably on smaller screens */
    /* ... */
}

.service-items .item-inner .image-container {
  width: 200px; /* Adjust the width as needed */
  height: 180px; /* Adjust the height as needed */
  overflow: hidden;
  position: relative;
}


/* Set a fixed width and height for the images */
.service-items .item-inner .image-container img {
  width: 100%; /* Make sure the image takes up the full container width */
  height: 100%; /* Make sure the image takes up the full container height */
  object-fit: cover; /* Crop the image to fit the container */
  display: block;
  margin: 0 auto; /* Center the image horizontally */
}


 
}

 /* Show one card on screens up to 600px */
 @media screen and (min-width: 330px) and (max-width: 363px) {
  .services .service-items .item {
    flex: 0 0 100%;
    max-width: 100%;
}

    .popup-box {
      display: none;
  }
 

  /* Show the popup box when it's open on smaller screens */
  .popup-box.open {
      display: block;
      /* Additional styles to adjust the appearance of the popup box on smaller screens */
      /* ... */
  }

  /* Additional adjustments for the content inside the popup box on smaller screens */
  .popup-box .popup-content {
    width: 80%; /* Adjust the width as needed */
    max-width: 300px; /* Set a maximum width if necessary */
    /* Additional styles to fit the content comfortably on smaller screens */
    /* ... */
}

.service-items .item-inner .image-container {
  width: 230px; /* Adjust the width as needed */
  height: 230px; /* Adjust the height as needed */
  overflow: hidden;
  position: relative;
}


}

 /* Show one card on screens up to 600px */
@media screen and (min-width: 364px) and (max-width: 600px) {
    .services .service-items .item {
      flex: 0 0 100%;
      max-width: 100%;
 }
      .popup-box {
        display: none;
    }
   

    /* Show the popup box when it's open on smaller screens */
    .popup-box.open {
        display: block;
        /* Additional styles to adjust the appearance of the popup box on smaller screens */
        /* ... */
    }

    /* Additional adjustments for the content inside the popup box on smaller screens */
    .popup-box .popup-content {
      width: 80%; /* Adjust the width as needed */
      max-width: 300px; /* Set a maximum width if necessary */
      /* Additional styles to fit the content comfortably on smaller screens */
      /* ... */
  }

  
 /* Set a fixed width and height for the images */
 .service-items .item-inner .image-container img {
    width: 100%; /* Make sure the image takes up the full container width */
    height: 100%; /* Make sure the image takes up the full container height */
    object-fit: cover; /* Crop the image to fit the container */
    display: block;
    margin: 0 auto; /* Center the image horizontally */
 }
 

 }
  
  /* Show one card on screens from 601px to 768px */
  @media screen and (min-width: 600px) and (max-width: 699px) {
    .services .service-items .item {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .popup-box {
      display: none;
  }


  .service-items .item-inner .image-container {
    width: 220px; /* Adjust the width as needed */
    height: 220px; /* Adjust the height as needed */
    overflow: hidden;
    position: relative;
  }
  .service-items .item-inner .image-container img {
    width: 90%; /* Make sure the image takes up the full container width */
    height: 90%; /* Make sure the image takes up the full container height */
    object-fit: cover; /* Crop the image to fit the container */
    display: block;
    margin: 0 auto; /* Center the image horizontally */
 }
 

  /* Show the popup box when it's open on smaller screens */
  .popup-box.open {
      display: block;
      /* Additional styles to adjust the appearance of the popup box on smaller screens */
      /* ... */
  }

  /* Additional adjustments for the content inside the popup box on smaller screens */
  .popup-box .popup-content {
    width: 90%; /* Adjust the width as needed */
    max-width: 600px; /* Set a maximum width if necessary */
    /* Additional styles to fit the content comfortably on smaller screens */
    /* ... */
}
.popup-box {
  width: 80%; /* Adjust the width as needed */
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  /* Other styles for the tablet view */
}



  }
  
  
  /* Show two cards on screens from 769px to 1024px */
  @media screen and (min-width: 700px) and (max-width: 800px) {
    .services .service-items .item {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .popup-box {
      display: none;
  }

  /* for card image */


  .service-items .item-inner .image-container {
    width: 280px; /* Adjust the width as needed */
    height: 250px; /* Adjust the height as needed */
    overflow: hidden;
    position: relative;
  }
  
  
  /* Set a fixed width and height for the images */
  .service-items .item-inner .image-container img {
    width: 100%; /* Make sure the image takes up the full container width */
    height: 100%; /* Make sure the image takes up the full container height */
    object-fit: cover; /* Crop the image to fit the container */
    display: block;
    margin: 0 auto; /* Center the image horizontally */
  }
  

  /* Show the popup box when it's open on smaller screens */
  .popup-box.open {
      display: block;
      /* Additional styles to adjust the appearance of the popup box on smaller screens */
      /* ... */
  }

  /* Additional adjustments for the content inside the popup box on smaller screens */
  .popup-box .popup-content {
    width: 90%; /* Adjust the width as needed */
    max-width: 500px; /* Set a maximum width if necessary */
    /* Additional styles to fit the content comfortably on smaller screens */
    /* ... */
}
.popup-box {
  width: 80%; /* Adjust the width as needed */
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  /* Other styles for the tablet view */
}

}

   

 
 



  /* Show two cards on screens from 769px to 1024px */
  @media screen and (min-width: 801px) and (max-width: 1023px) {
    .services .service-items .item {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .popup-box {
      display: none;
  }

  /* for card image */


  .service-items .item-inner .image-container {
    width: 359px; /* Adjust the width as needed */
    height: 290px; /* Adjust the height as needed */
    overflow: hidden;
    position: relative;
  }
  
  
  /* Set a fixed width and height for the images */
  .service-items .item-inner .image-container img {
    width: 100%; /* Make sure the image takes up the full container width */
    height: 100%; /* Make sure the image takes up the full container height */
    object-fit: cover; /* Crop the image to fit the container */
    display: block;
    margin: 0 auto; /* Center the image horizontally */
  }
  

  /* Show the popup box when it's open on smaller screens */
  .popup-box.open {
      display: block;
      /* Additional styles to adjust the appearance of the popup box on smaller screens */
      /* ... */
  }

  /* Additional adjustments for the content inside the popup box on smaller screens */
  .popup-box .popup-content {
    width: 90%; /* Adjust the width as needed */
    max-width: 500px; /* Set a maximum width if necessary */
    /* Additional styles to fit the content comfortably on smaller screens */
    /* ... */
}
.popup-box {
  width: 80%; /* Adjust the width as needed */
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  /* Other styles for the tablet view */
}

}



@media screen and (max-width: 720px) {


  footer .col-lg-4 {
      width: 100%; /* Occupy full width for tablets */
      text-align: center;
      padding: 20px; /* Add padding for better spacing */
      box-sizing: border-box; /* Include padding in the width */
    }
    
    footer .footer-bottom {
      text-align: center; /* Center-align copyright text */
      padding: 20px; /* Add padding for better spacing */
    }
    
    footer .navbar-brand img {
      max-width: 30%; /* Adjust image size for tablets */
      height: auto;
    }
    
    footer p {
      margin-bottom: 20px; /* Add some space between paragraphs */
    }
    
    footer .social-icons a {
      margin: 0 5px; /* Adjust spacing between social icons */
    }
    
    .f1 {
      height: 100%;
      width: 100%;
    }
    
    
      }
      
  
      @media screen and (min-width: 721px) and (max-width: 1025px) {
  
  
            footer .col-lg-4 {
              width: 100%; /* Occupy full width for tablets */
              text-align: center;
              padding: 20px; /* Add padding for better spacing */
              box-sizing: border-box; /* Include padding in the width */
            }
            
            footer .footer-bottom {
              text-align: center; /* Center-align copyright text */
              padding: 20px; /* Add padding for better spacing */
            }
            
            footer .navbar-brand img {
              max-width: 20%; /* Adjust image size for tablets */
              height: auto;
            }
            
            footer p {
              margin-bottom: 20px; /* Add some space between paragraphs */
            }
            
            footer .social-icons a {
              margin: 0 5px; /* Adjust spacing between social icons */
            }
            
            .f1 {
              height: 100%;
              width: 100%;
            }}
            
  
  
          
  
  
  
  
  @media screen and (min-width: 1024px) and (max-width: 1600px) {
  
  
  
  
        footer .col-lg-4 {
          width: 100%; /* Occupy full width for tablets */
          text-align: center;
          padding: 20px; /* Add padding for better spacing */
          box-sizing: border-box; /* Include padding in the width */
        }
  
        footer .footer-bottom {
          text-align: center; /* Center-align copyright text */
          padding: 20px; /* Add padding for better spacing */
        }
  
        footer .navbar-brand img {
          max-width: 20%; 
          height: auto;
        }
  
        footer p {
          margin-bottom: 20px; /* Add some space between paragraphs */
        }
  
        footer .social-icons a {
          margin: 0 5px; /* Adjust spacing between social icons */
        }
  
        .f1 {
          height: 100%;
          width: 100%;
        }}
  
  
  