/* IntelyTech Business HTML Template */


/*** 

====================================================================
	All Fonts
====================================================================

***/


/* 
	
	font-family: 'IBM Plex Sans', sans-serif;
	font-family: 'Urbanist', sans-serif;
	
*/


/* ======================================
	Css Files
========================================= */

@import url('global.css');
@import url('font-awesome.css');
@import url('animate.css');
@import url('owl.css');
@import url('rtl.css');
@import url('dark-body.css');
@import url('jquery-ui.css');
@import url('preloader.css');
@import url('custom-animate.css');
@import url('magnific-popup.css');
@import url('odometer-theme-default.css');
@import url('swiper.min.css');
@import url('icomoon.css');
@import url('nice_select.css');
@import url('bootstrap-select.min.css');

/* Module Css */

@import url('module-css/header.css');
@import url('module-css/about.css');
@import url('module-css/banner.css');
@import url('module-css/services.css');
@import url('module-css/partners.css');
@import url('module-css/unlash.css');
@import url('module-css/feature.css');
@import url('module-css/what-we-are.css');
@import url('module-css/blog.css');
@import url('module-css/product.css');
@import url('module-css/transforming.css');
@import url('module-css/team.css');
@import url('module-css/footer.css');
@import url('module-css/contact.css');
@import url('module-css/counter.css');
@import url('module-css/faq.css');
@import url('module-css/video.css');
@import url('module-css/project.css');
@import url('module-css/testimonial.css');
@import url('module-css/pricing.css');
@import url('module-css/page-title.css');
@import url('module-css/scroll-to-top.css');
.img-st {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    ;
}

.box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    margin-top: 15px;
    background-color: #acd1dab8;
}

/****SEO  START****/

.location-heading {
    background-color: #0b2c3d;
    color: #fff;
    text-align: center;
    padding: 7px 0px;
    margin: 30px 0px;
    display: block;
    font-size: 26px;
  }
  
  .footer-product span {
    background: #0b2c3d;
    padding: 6px 0;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    font-weight: 600;
    display: block;
}
  
  .footer-product ul{
  padding-left: 0;
  }
  
  .footer-product ul li {
  list-style-type: none;
  margin: 10px 0;
  position: relative;
  padding-left: 20px;
  }
  
  .footer-product ul li::before {
    content: "";
    height: 13px;
    width: 13px;
    display: block;
    background: #fffbff;
    position: absolute;
    top: 7px;
    left: 0px;
    border-radius: 40%;
    border: 2px solid #0b2c3d;
}

  .footer-product ul li a {
  color: #0b2c3d;
  }
  
  .footer-product ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  }
  .footer-product ul li a i {
  margin-right: 10px;
  }
  
  .footer-product span.location {
  font-size: 22px;
  background: no-repeat;
  color: #0b2c3d;
  font-weight: 800;
  margin-bottom: 20px;
  display: block;
  text-align: left;
  }

.heading-one {
    font-size: 30px;
    color: #000;
    background: #0b2c3d17;
    margin-bottom: 15px !important;
    line-height: 32px !important;
    padding: 12px;
    border-bottom: 2px solid #0b2c3d;
    border-radius: 3px;
    margin-top: 20px;
}

@media screen and (max-width: 600px) {
    .heading-one {
        font-size: 26px !important;
    }
  }

  .heading-two ~ .heading-three {
    margin-left: 0.6%;
}

.heading-two {
    font-size: 24px;
    color: #000;
    background: #0b2c3d17;
    margin-bottom: 15px !important;
    line-height: 30px !important;
    padding: 12px;
    border-left: 2px solid #0b2c3d;
    border-radius: 3px;
    margin-top: 15px;

}

.heading-two ~ p {
    padding-left: 1.5%;
}

@media screen and (max-width: 600px) {
    .heading-two {
        font-size: 19px !important;
    }
  }

.heading-three {
    font-size: 18px;
    color: #000;
    background-image: linear-gradient(to right, #0b2c3d17 , #fff);
    margin-bottom: 12px !important;
    line-height: 24px !important;
    padding: 12px;
    border-left: 2px solid #0b2c3d;
    border-radius: 3px;
    margin-top: 12px;

}

.heading-three ~ p {
    padding-left: 1.5%;
}


.triangle li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent!important;
  border-left: 10px solid #0b2c3d;
  position: absolute;
  left: 0;
  top: 7px;
  }

  .triangle {
	padding-left:2rem;
}
  
  ul.triangle li {
	position: relative;
	padding-left: 20px;
	padding-bottom:10px;
  }

/* Ordered List Styling */
ol[type="1"] {
  counter-reset: list-counter;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

ol[type="1"] > li {
  counter-increment: list-counter;
  list-style: none;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

ol[type="1"] > li::before {
  content: counter(list-counter) ". ";
  font-weight: bold;
  color: #000;
  position: absolute;
  left: 0;
  top: 0;
}

/* Circle List Styling */
ul.circle {
  padding-left: 1.5rem;
  margin-top: 0.5rem;
}

ul.circle > li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

ul.circle > li::before {
  content: "";
  display: inline-block;
  background-color: #0b2c3d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0.46em;
}

   
.accro .accordion {
	background-color: #eee;
	color: #333;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
	margin-bottom: 10px;
	font-weight: 400;
	}
  
  .accro  .active, .accordion:hover {
  background-color: #ccc;
  }
  
  .accro .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  }
  
  .accro .active:after {
  content: "\2212";
  }
  
  .accro .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  }
  
  
  .accordion.footer:hover {
	background-color: #fff;
  }

  .box-one {
    height: 290px;
    text-align: center;
  }

  .imgs {
	border: 2px solid #0b2c3d;
	padding: 5px;
    object-fit: contain;
    height: 100%;
    width: 100%;
  }

  ul {
    list-style-type: none;
  }

  ol,
.circle ul {
    padding-left: 2rem !important; 
}

  .table-responsive {
    margin-left: 1.5%;
  }

  table {
  border: 1px solid #0b2c3d !important;
}

thead tr th {
  background-color: #0b2c3d17 !important;
  /* color: white; */
}

tr th {
  background-color: #0b2c3d17 !important;
  /* color: white; */
}

thead {
  background-color: #0b2c3d17 !important;
  /* color: white; */
}

/****SEO  END****/


.circle2 {
	border-radius: 50%;
	box-shadow: 0px 0px 2px 2px #f37675;
	position: fixed;
	right: 30px;
	bottom: 250px;
	z-index: 9999;
  }
  
  .pulse {
	animation: pulse-animation 2s infinite;
  }
  
  .circle1 {
	border-radius: 50%;
	box-shadow: 0px 0px 2px 2px #f37675;
	position: fixed;
	right: 30px;
	bottom: 170px;
	z-index: 9999;
  }
  
  @keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px #f37675;
	}
	100% {
		box-shadow: 0 0 0 20px #f37675;
	}
  }
 
        /* ======================================
        ||         FULL STYLESHEET           ||
        ====================================== */

        /* Shared Styles */
        
        /* Modal Overlay and Container */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1050;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .modal-overlay.show {
            display: flex;
            opacity: 1;
        }

        .modal-content-wrapper {
            background-color: white;
            border-radius: 1rem;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            max-width: 500px;
            width: 90%;
            transition: transform 0.3s ease, opacity 0.3s ease;
            transform: translateY(-50px);
            opacity: 0;
        }

        .modal-overlay.show .modal-content-wrapper {
            transform: translateY(0);
            opacity: 1;
        }

        /* Modal Header */
        .modal-header {
            background-color: #25D366;
            color: white;
            padding: 1rem;
            border-top-left-radius: 1rem;
            border-top-right-radius: 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .modal-header h5 {
            margin: 0;
            font-size: 1.25rem;
            font-weight: 500;
        }

        .modal-header .close-btn {
            background: none;
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
            line-height: 1;
        }

        /* Modal Body */
        .modal-body {
            padding: 1.5rem;
        }

        /* Form Styling */
        .form-group {
            margin-bottom: 1rem;
        }

        .form-label {
            font-weight: 500;
            color: #4a4a4a;
            display: block;
            margin-bottom: 0.5rem;
        }

        .form-control {
            width: 100%;
            border-radius: 0.75rem;
            border: 1px solid #e0e0e0;
            padding: 0.75rem 1rem;
            box-sizing: border-box;
            transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
        }

        .form-control:focus {
            outline: none;
            border-color: #0d6efd;
            box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
        }

        .btn-submit {
            background-color: #25d366;
            border: none;
            font-weight: bold;
            color: white;
            border-radius: 0.75rem;
            padding: 0.75rem 1.5rem;
            width: 100%;
            cursor: pointer;
            transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
        }

        .btn-submit:hover {
            background-color: #128c7e;
            transform: translateY(-2px);
        }

        /* Corner Modal Specific Styles */
        .corner-modal-overlay {
            justify-content: flex-end;
            align-items: flex-end;
            padding: 20px;
        }

        .corner-modal-overlay .modal-content-wrapper {
            width: 100%;
            max-width: 400px;
            transform: translateY(50px);
            margin: 0;
        }
        
        /* --- MOBILE RESPONSIVE STYLES --- */
        @media (max-width: 768px) {
            .floating-contact-btn {
                bottom: 2rem; /* Space from the bottom on mobile */
                right: 1rem; /* Space from the right on mobile */
                gap: 0.75rem;
            }
            .floating-contact-btn > div,
            .floating-contact-btn > a {
                width: 50px;
                height: 50px;
            }
            .floating-contact-btn img {
                width: 35px;
            }
        }
    