/**
*
* ---------------------------------------------------------------------------
*
* Template : Blue - A One-Page HTML Portfolio/Business Template
* Author : Muhammad Morshd
* Author URI : http://morsheds.com
*
* --------------------------------------------------------------------------- 
*
*/

/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #818181;
}

figure, p, address {
    margin: 0;
}

p {
    line-height: 25px;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
}

main > section {
    padding: 70px 0;
}

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.btn-blue {
    background-color: rgba(0,158,227, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #009EE3;
}

/* Sweep To Right */
.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
		  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
		  
	-webkit-transition-property: color;
	   -moz-transition-property: color;
		-ms-transition-property: color;
			transition-property: color;
		  
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
		  
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	
	-webkit-transform: scaleX(0);
	   -moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
			
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
			
	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		-ms-transition-property: transform;
			transition-property: transform;
			
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
			
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
	color: #009EE3;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
			transform: scaleX(1);
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title.white {
    color: #fff;
}

.sec-title h2 {
    font-size: 36px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}

.sec-title.white h2 {
    color: #fff;
}

.sec-title h2:after {
    border-bottom: 1px solid #009ee3;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}

.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}

.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}


/**
/*	Preloader
/* ==========================================*/

#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*Battery*/
.loder-box {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 1px;
  height: 100px;
  left: 50%;
  margin-left: -64px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 128px;
}

.battery{
    width: 60px;
    height: 25px;
    top: 35%;
    border: 1px #2E2E2E solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
       -moz-animation: charge 5s linear infinite;
            animation: charge 5s linear infinite;
    margin: 0 auto;
}

.battery:after {
  background-color: #2E2E2E;
  border-radius: 0 1px 1px 0;
  content: "";
  height: 10px;
  position: absolute;
  right: -5px;
  top: 7px;
  width: 3px;
}

@-webkit-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@-moz-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}





/**
/*	Header
/* ==========================================*/

/* ===== Base Styles ===== */
       /* Header Styles */
#navigation {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.3s ease;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-header {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 50px;
    width: auto;
    transition: all 0.3s ease;
}

.navbar-brand:hover .logo-img {
    transform: scale(1.05);
}

/* Hamburger Icon */
.navbar-toggle {
    display: none;
    background: transparent;
    border: none;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #08296C;
    margin: 5px 0;
    transition: all 0.3s ease;
}

/* Navigation Links */
.navbar-collapse {
    display: flex;
    justify-content: flex-end;
}

.navbar-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.navbar-nav > li {
    margin-left: 25px;
}

.nav-link {
    color: #08296C;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    transition: all 0.3s ease;
}

/* Hover Effect */
.nav-link:hover {
    color: #00AEEF;
}

.nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #00AEEF;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
}

.nav-link:hover:after {
    width: 100%;
}

/* Active Link Style */
.nav-link.active {
    color: #00AEEF;
}

.nav-link.active:after {
    width: 100%;
}

/* Mobile Menu Styles */
@media screen and (max-width: 768px) {
    .navbar-toggle {
        display: block;
        z-index: 1001;
    }
   
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: #ffffff;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 80px 30px 30px;
        transition: right 0.3s ease-in-out;
        z-index: 1000;
    }
    
    .navbar-collapse.show {
        right: 0;
    }
    
    .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    
    .navbar-nav > li {
        margin: 15px 0;
        width: 100%;
    }
    
    .nav-link {
        padding: 10px 0;
        font-size: 16px;
        display: block;
    }
    
    .nav-link:after {
        display: none;
    }
    
    /* Hamburger animation */
    .navbar-toggle.active .icon-bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    .navbar-toggle.active .icon-bar:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggle.active .icon-bar:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    /* Prevent scrolling when menu is open */
    body.menu-open {
        overflow: hidden;
    }
}

/*=================================================================
	Home Slider
==================================================================*/


#home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}

.caption-content h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.caption-content > span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

/* Default styles for background colors

.btn-effect:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;

    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

.btn-effect:hover,
.btn-effect:active {
    color: #0e83cd;
}

.btn-effect:hover:after,
.btn-effect:active:after {
    width: 100%;
} */


/* Project laughtbox setup */

.fancybox-item.fancybox-close {
    background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../img/right.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    right: 0;
}

.fancybox-prev span {
    background: url("../img/left.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    left: 0;
}

/*=================================================================
	About
==================================================================*/

#about {
    background-color: #08296C; /* Changed to deep blue */
    color: #f8f9fa;
    padding: 80px 0;
    font-family: 'Roboto', sans-serif;
}

#about h3 {
    color: #ffffff;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 15px;
}

#about h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: #009ee3; /* Accent color */
}

#about .welcome-block h3 {
    margin: 0 0 50px;
}

#about .welcome-block img {
    border: 5px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin-right: 30px;
    max-width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

#about .welcome-block img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

#about .message-body {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 50px;
    color: #e9ecef;
}

#about .message-body p {
    margin-bottom: 20px;
}

#about .recent-works {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 10px;
    height: 450px;
}

#about .work-item {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#about .work-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#about .btn-border {
    border: 2px solid #009ee3;
    color: #009ee3;
    background: transparent;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 30px;
}

#about .btn-border:hover {
    background: #009ee3;
    color: #08296C;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px #08296ca4;
}

.owl-buttons {
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
    float: right;
    padding: 5px 10px;
    border-radius: 30px;
}

.owl-buttons > div {
    display: inline-block;
    padding: 0 8px;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
}

.owl-buttons > div:hover {
    color: #f8b739;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    #about {
        padding: 50px 0;
    }
    
    #about .welcome-block img {
        margin-right: 0;
        margin-bottom: 20px;
        float: none;
        display: block;
        width: 100%;
    }
    
    #about h3 {
        font-size: 24px;
    }
    
    #about .welcome-block h3 {
        margin-top: 30px;
    }

    #about .message-body {
        font-size: 15px;
    }
}

/*=================================================================
	About
==================================================================*/

#products {
    padding: 100px 0;
    background-color: #f8f9fa;
    position: relative;
    overflow: hidden;
}

#products::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #1a3e6f, #f8b739, #1a3e6f);
}

#products .sec-title {
    margin-bottom: 70px;
}

#products h2 {
    color: #1a3e6f;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

#products h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #f8b739;
}

#products .sec-title p {
    color: #6c757d;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 300;
}

#products .product-item {
    background: #fff;
    padding: 40px 25px;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-top: 3px solid transparent;
}

#products .product-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-top-color: #f8b739;
}

#products .product-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(26, 62, 111, 0.1);
    border-radius: 50%;
    color: #1a3e6f;
    transition: all 0.3s ease;
}

#products .product-item:hover .product-icon {
    background: #1a3e6f;
    color: #fff;
    transform: scale(1.1);
}

#products .product-item h3 {
    color: #1a3e6f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

#products .product-item p {
    color: #6c757d;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#products .product-grade {
    display: inline-block;
    padding: 5px 15px;
    background: rgba(248, 183, 57, 0.2);
    color: #1a3e6f;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}

/* Icons styling */
.fas {
    transition: all 0.3s ease;
}

#products .product-item:hover .fas {
    transform: scale(1.1);
}

/* Responsive design */
@media (max-width: 992px) {
    #products .product-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    #products {
        padding: 60px 0;
    }
    
    #products h2 {
        font-size: 28px;
    }
    
    #products .sec-title {
        margin-bottom: 40px;
    }
    
    #products .product-item {
        padding: 30px 20px;
    }
}

/*=================================================================
	Application
==================================================================*/
#applications {
    background-color: #f5f7fa;
    padding: 80px 0;
}

#applications .sec-title h2 {
    color: #1a3e6f;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#applications .sec-title p {
    color: #6c757d;
    font-size: 18px;
    margin-top: 15px;
}

.project-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0 15px;
    list-style: none;
}

.portfolio-item {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
    position: relative;
}

.portfolio-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 100%;
}

.portfolio-image-container img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 62, 111, 0.9);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}

.portfolio-item:hover .mask {
    opacity: 1;
}

.portfolio-item:hover img {
    transform: scale(1.05);
}

.mask h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.mask p {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.mask .fancybox {
    color: #fff;
    background: #f8b739;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
}

.mask .fancybox:hover {
    background: #fff;
    color: #f8b739;
    transform: scale(1.1);
}

@media (max-width: 992px) {
    .portfolio-item {
        width: calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    #applications {
        padding: 60px 0;
    }
    
    .portfolio-item {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    
    #applications .sec-title h2 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    #applications .sec-title h2 {
        font-size: 26px;
    }
    
    #applications .sec-title p {
        font-size: 16px;
    }
    
    .portfolio-image-container img {
        height: 200px;
    }
}

/*=================================================================
	Quality
==================================================================*/

#quality {
    background-image: url(../img/parallax/quality-bg.jpg); /* Add your own background image */
    position: relative;
    padding: 100px 0;
}

#quality .overlay {
    background-color: rgba(8, 41, 108, 0.85); /* Dark blue overlay */
    padding: 80px 0;
}

#quality .quality-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px 25px;
    border-radius: 8px;
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border-top: 3px solid transparent;
}

#quality .quality-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border-top-color: #009ee3;
}

#quality .quality-item i {
    color: #009ee3;
    margin-bottom: 25px;
    transition: all 0.4s ease;
    position: relative;
    display: inline-block;
}

#quality .quality-item:hover i {
    color: #fff;
    transform: scale(1.1) rotate(5deg);
    animation: iconPulse 1s ease infinite;
}

@keyframes iconPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.15); }
    100% { transform: scale(1); }
}

#quality .quality-item h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

#quality .quality-item h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #009ee3;
    transition: all 0.4s ease;
}

#quality .quality-item:hover h3:after {
    width: 80px;
    background: #fff;
}

#quality .quality-item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

#quality .quality-item:hover p {
    color: #fff;
    transform: translateX(5px);
}

/* Add a subtle shine effect on hover */
#quality .quality-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: all 0.6s ease;
}

#quality .quality-item:hover:before {
    left: 100%;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    #quality .quality-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #quality {
        padding: 60px 0;
    }
    
    #quality .overlay {
        padding: 60px 0;
    }
    
    #quality .sec-title h2 {
        font-size: 28px;
    }
    
    #quality .quality-item {
        padding: 30px 20px;
    }
}




/*=================================================================
	Contact
==================================================================*/

#contact {
    background-color: #f8f9fa;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

#contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #1a3e6f, #009ee3, #1a3e6f);
}

#contact .sec-title h2 {
    color: #1a3e6f;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

#contact .sec-title h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #009ee3;
}

#contact .sec-title p {
    color: #6c757d;
    font-size: 18px;
    margin-top: 15px;
}

/* Contact Form Styles */
.contact-form {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.contact-form:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.input-field {
    margin-bottom: 25px;
    position: relative;
}

.form-control {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    padding-left: 15px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #009ee3;
    box-shadow: 0 0 0 3px rgba(0, 158, 227, 0.2);
}

textarea.form-control {
    width: 100%;
    height: 165px;
    padding-top: 15px;
    resize: none;
}

/* Floating Label Effect */
.input-field label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #999;
    transition: all 0.3s ease;
    pointer-events: none;
}

.input-field input:focus + label,
.input-field input:not(:placeholder-shown) + label,
.input-field textarea:focus + label,
.input-field textarea:not(:placeholder-shown) + label {
    top: -10px;
    left: 10px;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    color: #009ee3;
}

/* Submit Button */
#submit {
    background-color: #1a3e6f;
    border: none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 15px 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 1;
}

#submit:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(26, 62, 111, 0.3);
}

#submit:active {
    transform: translateY(-1px);
}

#submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #009ee3;
    z-index: -1;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    transform-origin: right;
}

#submit:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

/* Contact Details */
.contact-details {
    background: #fff;
    padding: 90px;
    border-radius: 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.4s ease;
}

.contact-details:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.contact-details h3 {
    border-bottom: 2px solid #009ee3;
    color: #1a3e6f;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}

.contact-details h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 2px;
    background: #1a3e6f;
    transition: all 0.4s ease;
}

.contact-details:hover h3::after {
    width: 100px;
}

.contact-details p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    transition: all 0.3s ease;
}

.contact-details p i {
    color: #009ee3;
    font-size: 18px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 5px;
    transition: all 0.3s ease;
}

.contact-details p:hover i {
    color: #1a3e6f;
    transform: scale(1.2);
}

.contact-details p:hover {
    color: #1a3e6f;
    transform: translateX(5px);
}

.contact-details span {
    display: block;
    margin-left: 33px;
    color: #777;
    transition: all 0.3s ease;
}

.contact-details p:hover span {
    color: #555;
}

/* Responsive Design */
@media (max-width: 991px) {
    #contact {
        padding: 80px 0;
    }
    
    .contact-form,
    .contact-details {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    #contact {
        padding: 60px 0;
    }
    
    #contact .sec-title h2 {
        font-size: 28px;
    }
    
    .contact-form,
    .contact-details {
        padding: 30px;
    }
    
    .contact-info{
        padding: 0;
    }
}

   /*============================================================
    Footer
==============================================================*/
#footer {
    background-color: #1a3e6f;
    color: #fff;
    padding: 70px 0 0;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

#footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #009ee3, #f8b739, #009ee3);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.footer-about {
    padding-right: 20px;
}

.footer-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
}

.footer-description {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 15px;
}

.footer-social {
    display: flex;
    gap: 15px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 16px;
}

.footer-social a:hover {
    background: #009ee3;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 158, 227, 0.3);
}

.footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #009ee3;
    transition: width 0.3s ease;
}

.footer-links:hover .footer-title::after,
.footer-contact:hover .footer-title::after {
    width: 80px;
}

.footer-links ul,
.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s ease;
}

.footer-links li:last-child,
.footer-contact li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-links i,
.footer-contact i {
    color: #009ee3;
    margin-right: 10px;
    font-size: 12px;
    transition: all 0.3s ease;
}

.footer-links a:hover i {
    color: #fff;
    transform: scale(1.2);
}

.footer-contact li {
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: flex-start;
    line-height: 1.6;
}

.footer-contact i {
    margin-top: 5px;
    flex-shrink: 0;
}

.footer-contact li:hover i {
    color: #f8b739;
    transform: scale(1.1);
}

.footer-contact li:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}

#year {
    font-weight: 600;
    color: #fff;
}

.footer-legal {
    display: flex;
    gap: 20px;
}

.footer-legal a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.footer-legal a:hover {
    color: #fff;
    transform: translateY(-2px);
}

.footer-legal a i {
    margin-left: 5px;
    color: #f8b739;
}

/* Responsive styles */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    #footer {
        padding: 50px 0 0;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-about {
        padding-right: 0;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .footer-legal {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-social {
        justify-content: center;
    }
    
    .footer-title {
        font-size: 18px;
    }

    .caption-content h2 {
        font-size: 28px;
    }

    .caption-content > span {
        font-size: 20px;
    }
}

/* whats up */
.whatsapp-float {
			position: fixed;
			width: 60px;
			height: 60px;
			bottom: 40px;
			right: 40px;
			background-color: #25d366;
			color: #FFF;
			border-radius: 50px;
			text-align: center;
			font-size: 30px;
			box-shadow: 2px 2px 3px #999;
			z-index: 100;
			display: flex;
			align-items: center;
			justify-content: center;
			animation: pulse 2s infinite;
		}

		.whatsapp-float:hover {
			background-color: #128C7E;
			animation: none;
		}

		@keyframes pulse {
			0% {
				transform: scale(1);
			}
			50% {
				transform: scale(1.1);
			}
			100% {
				transform: scale(1);
			}
		}

		.fa-whatsapp {
			margin-top: 5px;
		}



