@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-transform: capitalize;
    transition: all .2s linear;
    text-decoration: none;
}

html{
    font-size: 62.5%;
}

body{
    overflow-x: hidden;
}
.heading {
    color: red !important;
}
.heading, .clients .section-header h2, .section-head h1, .testimonials .section-header h2, .section-head-1 h4{
    margin: 2rem;
    padding-top: 6rem;
    display: inline-block;
    font-size: 3.5rem;
    color: #f83333;
    position: relative;
    letter-spacing: .2rem;
}

.heading::before, .heading::after,
.clients .section-header h2::before, .clients .section-header h2::after,
.section-head h1::before, .section-head h1::after,
.testimonials .section-header h2::before, .testimonials .section-header h2::after,
.section-head-1 h4::before, .section-head-1 h4::after {
    content: '';
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    border-top: .4rem solid red;
    border-left: .4rem solid red;
}

.faq .heading::before, .faq .heading::after{
    border-top: .4rem solid #f83333;
    border-left: .4rem solid #f83333;
}

.heading::before, .clients .section-header h2::before, .section-head h1::before, .testimonials .section-header h2::before, .section-head-1 h4::before{
    top: 5.8rem;
    left: -2rem;
}

.heading::after, .clients .section-header h2::after, .section-head h1::after, .testimonials .section-header h2::after, .section-head-1 h4::after{
    bottom: -.5rem;
    right: -2rem;
    transform: rotate(180deg);
}



.row .btn:hover{
    letter-spacing: .1rem;
    opacity: .9;
    color: white;
    background: #00bfff;
}
    
/*
.communicate .btn:hover{
    letter-spacing: .1rem;
    opacity: .9;
    color: white;
    background: #00bfff;
}
*/
.header {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Keep logo left */
    width: 100%;
    padding: 1rem 2rem;
    position: fixed;
    top: 40px; /* or whatever your .top-bar height is */
    left: 0;
    z-index: 1000;
    transition: top 0.3s;
    background: #1a237e; /* Changed background color */
    color: #fff; /* Changed text color */
}

.header .logo {
    margin-right: 2rem;
}

.header .navbar {
    flex: 1; /* Take remaining space */
    display: flex;
    justify-content: center; /* Center navbar items horizontally */
}

.header .navbar ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0;
    margin: 0;
}

.header .navbar ul li{
    margin: 0 1.5rem;
}

.header .navbar ul li a{
    font-size: 2rem;
    color: #f83333;
}

.header .navbar ul li a:hover{
    color: #00bfff; /* Changed hover color */
    text-decoration: underline;
}

.header .logo i{
    padding: 0.5rem;
}
/* Make the header logo smaller and keep aspect ratio */

.header .logo img {
  height: 48px;      /* or 40px for even smaller */
  width: auto;       /* keeps the aspect ratio */
  max-width: 160px;  /* optional: prevents it from being too wide */
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
/* Prevent selection and copying of the navbar logo */
.logo,
.logo img {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    pointer-events: none;
}

.header .fa-bars{
    color: #f83333;
    cursor: pointer;
    font-size: 3rem;
    display: none;
}

.home{
    min-height: 100vh;
    width: 100vw;
    /* background-image: url(../images/img1.jpg); */
    background-size: 100% 90vh;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    padding: 0 1rem;
    position: relative;
    overflow: hidden !important;
}

.home h1{
    color: #fff;
    font-size: 5.5rem;
}

.home h2{
    color: #fff;
    font-size: 3rem;
}

.home .wave{
    position: absolute;
    bottom: -3rem;
    left: 0;
    height: 18rem;              /* Increased from 11rem */
    width: 100%;
    background: url(../images/wave.png);
    background-size: 100rem 18rem; /* Match new height */
    animation: waves 8s linear infinite;
    background-repeat: repeat-x;
}

.home .wave2{
    animation-direction: reverse;
    animation-duration: 6s;
    opacity: .3;
}

.home .wave3{
    animation-duration: 4s;
    opacity: .5;
}

@keyframes waves{
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: 100rem;
    }
}

.about{
    min-height: 55vh;
    width: 100vw;
    top: -3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    line-height: 10rem;
}

.about .row{
    line-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 4rem;
}

.about .row .content{
    text-align: center;
}

.about .row .content h3{
    font-size: 3rem;
    color: black;
}

.about .row .content p{
    font-size: 2rem;
    color: #333;
    padding: 1rem 0;
}

.section-head{
    margin-bottom: 60px;
    text-align: center;
    margin-top: -8rem;
}
.section-head p{
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0 0 25px rgba(0,0,0,0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: -2rem;
    border: 5px solid rgba(0,0,0,0.07);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.item:hover {
    background: #c8d8e4;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.item:hover .item,
.item:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.item h6 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #2f2f2f;
    font-family: 'Poppins', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.item p {
    font-size: 15px;
    font-family: 'Poppins', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 26px;
}
.item:hover h6,
.item:hover p {
    color: #2b6777;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: yellow;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one {
    background: rgba(247,198,5,0.2);
    color: #c0c0c0;
}
.item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: #c0c0c0;
}
.item .feature_box_col_three {
    background: rgba(0,147,38,0.15);
    color: #c0c0c0;
}
.item .feature_box_col_four {
    background: rgba(0,108,255,0.15);
    color: #c0c0c0;
}
.item .feature_box_col_five {
    background: rgba(146,39,255,0.15);
    color: #c0c0c0;
}
.item .feature_box_col_six {
    background: rgba(23,39,246,0.15);
    color: #c0c0c0;
}
.item p{
    font-size: 15px;
    font-family: 'Poppins', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 26px;
}
.item h6{
    margin-bottom: 20px;
    font-family: 'Poppins', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color:#2f2f2f;
}   

.counters {
	background-image: url(../images/img2.jpg) !important;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #fff;
	padding: 40px 20px;
}

.counters .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	text-align: center;
}

.counters .container > div {
    background: #c0c0c0; /* Consistent dark background */
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    padding: 30px 10px 25px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.2s;
}

.counters .container > div:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

/* Icon style */
.counters i {
    color: #f83333;
    font-size: 3.5rem;
    margin-bottom: 10px;
}

/* Counter number */
.counters .counter {
    font-size: 3.2rem;
    font-weight: bold;
    color: #f83333;
    margin: 10px 0 5px 0;
    letter-spacing: 1px;
}

/* Counter label (including 24/7 Services) */
.counter-label {
    font-weight: 500;
    color: #f83333;
    margin: 8px 0 0 0;
    letter-spacing: 0.5px;
     font-size: 1.1rem;
    color: #888;
    margin-bottom: 8px;
}

/* Counter title (if you use h3 or similar) */
.counters h3 {
     font-size: 1.5rem;
    color: #f83333;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Responsive for mobile */
@media (max-width: 700px) {
    .counters .container {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
    }
    .counters .container > div {
        padding: 18px 5px 15px 5px;
    }
    .counters i {
        font-size: 2.2rem;
    }
    .counters .counter {
        font-size: 2.1rem;
    }
    .counter-label {
        font-size: 1.2rem;
    }
    .counters h3 {
        font-size: 1.1rem;
    }
}
.section-head-1{
    margin-bottom: 60px;
    background-size: 200%;
    background-position: left;

  }
  .section-head-1 p{
    color:#333;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .item {
    background: #c0c0c0;
    text-align: center;
    padding: 30px 25px;
    box-shadow: 0 0 25px rgba(0,0,0,0.07);
    border-radius: 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(0,0,0,0.07);
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7 ease 0s;
    
  }
  .item:hover {
    background-image: linear-gradient(to bottom right, #66ffcc 0%, #ffccff 100%);
    background-position: right;
    transition: background-position 3s;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.7s ease 0s;
  }
  .item:hover .item,
  .item:hover span.icon{
    background:#fff;
    border-radius: 10px;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item:hover h6,
  .item:hover p{
    color:#2b6777;
    -webkit-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
  }
  .item .icon{
    font-size:40px;
    margin-bottom: 25px;
    color:yellow;
    width:90px;
    height:90px;
    line-height: 96px;
    border-radius: 50px;
  }
  .item .feature_box_col_one{
    background:rgba(247,198,5,0.2);
    color:#52ab98;
  }
  .item .feature_box_col_two{
    background: rgba(255, 77, 28, 0.15);
    color:#52ab98;
    
  }
  .item .feature_box_col_three{
    background:rgba(0,147,38,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_four{
    background:rgba(0,108,255,0.15);
    color:#52ab98;
    
  }
  .item .feature_box_col_five{
    background:rgba(146,39,255,0.15);
    color:#52ab98;
  }
  .item .feature_box_col_six{
    background:rgba(23,39,246,0.15);
    color:#52ab98;
  }
  .item p{
    font-size: 15px;
    font-family: 'Poppins', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 26px;
  }
  .item h6{
    margin-bottom: 20px;
    font-family: 'Poppins', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color:#2f2f2f;
  }

.communicate{
    text-align: center;
    align-items: center;
    background-image: url(../images/img3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    min-height: 35vh;
    padding: 40px 20px;
    margin-bottom: 0;
    padding-bottom: 0;
}  

.communicate h3{
    margin-top: 3rem;
    font-size: 3rem;
}

.communicate p{
    font-size: 2rem;
}
/* Prevent text selection and copying on the entire website */
body, body * {
    user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    -moz-user-select: none !important;
}

.testimonials {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}

.testimonials .testimonial-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin: 0 15px 30px 15px;
    background: #ffffff;
    flex-wrap: wrap;
    width: 100%;
    max-height: 500px; /* Increased max-height */
     box-shadow: 0 4px 24px rgba(0,0,0,0.35) !important; /* Dark shadow */
    border: none !important; /* Remove border */
}



.testimonial-img {
    width: 340px;         /* Increased size */
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    margin: 0 auto 1.5rem auto;
    box-shadow: none;
    border: none;
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    background: transparent;
    box-shadow: none;
    border: none;
}
/* .testimonials .testimonial-text {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
    /*min-height: 400px;
    max-height: 500px;  
    overflow: hidden;
}
*/
.testimonials .testimonial-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonials .testimonial-text h4 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.testimonials .testimonial-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dddddd;
}

.testimonials .owl-dot.active {
    background-color: #4F84C4;
}

@media (max-width: 575px) {
    .testimonials .testimonial-text {
        padding: 25px;
    }
}

.clients {
    position: relative;
    padding: 0px 0;
    text-align: center;
    margin-top: 0rem;
    margin-bottom: -10rem;
    margin-top: 0 !important;
    padding-top: 0;
}

.clients .section-header p {
    padding-bottom: 10px;
    margin-top: 2.5rem;
    text-align: center;
    font-size: 2rem;
    color: #333;
    padding: 1rem 0;
}

.clients img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 15px 0;
}

.clients img:hover {
    opacity: .5;
}

.clients .owl-nav,
.clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

.clients .owl-dot.active {
    background-color: #4F84C4;
}    


.client-section{
    min-width: 100vw;
    min-height: 95vh;
    text-align: center;
    background-color: #222;
    margin-top: 0;
    padding-top: 0;
}

.client-section .heading{
    color: #00bfff;
     display: inline-block;
    position: relative;
    margin: 2rem auto;
    /* Remove left: 50% and transform */
}

.client-section .heading::before, .team .heading::after{
    border-color: #00bfff;
}
.client-section .heading::before,
.client-section .heading::after {
    border-top: .4rem solid red;
    border-left: .4rem solid red;
}

.client-section{
    display: inline-block;
    flex-direction: row;
    align-items: center;
    justify-content: center;
     text-align: center;
}

.client-section .card{
    height: 35rem;
    width: 25rem;
    background-color: #fff;
    text-align: center;
    margin: 2rem 1rem; /* less margin for better alignment */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.8) 100%);
    transition: 0.5s;
      box-shadow: 0 12px 32px 0 rgba(0,0,0,0.8), 0 1.5px 6px 0 rgba(0,0,0,0.7);

}

.client-section .card:hover{
    transform: translateY(-10px);
    cursor: pointer;
}



/* Center the image vertically and horizontally in the card */
.client-section .card .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px; /* Adjust as needed for your card height */
  margin-bottom: 1rem;
}

.client-section .card .image img {
 width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 4px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  background: #fff;
  display: block;
  object-fit:contain;
  object-position: center center;
  padding: 0;
  margin: 0;
}

.client-section .card .info h3{
    font-size: 2rem;
    color: #333;
}

.client-section .card .info span{
    font-size: 1.8rem;
    color: #00bfff;
}

.client-section .card .info .icons a{
    margin-top: 4rem;
    padding-top: 0 1rem;
    font-size: 2rem;
    color: #333;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.client-section .card .info .icons .fa-facebook-f:hover, .footer .icons .fa-facebook-f:hover{
    color: #4267B2;
    text-decoration: none;
}

.client-section .card .info .icons .fa-twitter:hover, .footer .icons .fa-twitter:hover{
    color: #1DA1F2;
    text-decoration: none;
}

.client-section .card .info .icons .fa-instagram:hover, .footer .icons .fa-instagram:hover{
    color: #C13584;
    text-decoration: none;
}

.client-section .card .info .icons .fa-linkedin:hover, .footer .icons .fa-linkedin:hover{
    color: #2867B2;
    text-decoration: none;
}

.client-section .card::before, .team .row .card::after{
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 13.5rem;
    width: 13.5rem;
    z-index: -1;
}

.client-section .card::before{
    background: #00bfff;
    top: -3rem;
    right: -4rem;
}

.client-section .card::after{
    background: #ccc;
    bottom: -3rem;
    left: -4rem;
}


/* If you want a background image instead, use this (replace the URL): */
.clients {
    background: url('../images/4311978.png') center center/cover no-repeat;
    /* Or use a color: background: rgba(40, 53, 147, 0.08); */
    position: relative;
    padding: 90px 0;
    text-align: center;
    margin-bottom: -10rem;
}
.clients .section-header {
    background: url('../images/4311978.png') center center/cover no-repeat;
    border-radius: 1.5rem;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    color: #fff; 
    box-shadow: 0 4px 24px rgba(40,53,147,0.07);
}

.clients .section-header,
.clients .partners-marquee {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
}

.contact{
    text-align: center;
    align-items: center;
}

.contact .heading{
    margin-bottom: 5rem;
}

.contact-in
		{
			width: 80%;
			height: auto;
			margin: auto auto 5rem auto;
			display: flex;
			flex-wrap: wrap;
			padding: 10px;
			border-radius: 10px;
			background: #fff;
			box-shadow: 0px 0px 10px 0px #666;
		}

		.contact-map
		{
			width: 100%;
			height: auto;
			flex: 50%;
		}
		.contact-map iframe
		{
			width: 100%;
			height: 100%;
		}
		.contact-form
		{
			width: 100%;
			height: auto;
			flex: 50%;
			text-align: left;
		}
		.contact-form-txt
		{
            margin-left: 2rem;
			width: 95%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
        .contact-form-email
		{
            margin-left: 2rem;
			width: 95%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
		.contact-form-txt::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        .contact-form-email::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
		.contact-form-txtarea
		{
            margin-left: 2rem;
			width: 95%;
			height: 130px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 10px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
			font-family: 'Poppins', sans-serif;
		}
		.contact-form-txtarea::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}

		.contact-form-btn
		{
            margin-left: 2rem;
            outline: none;
            border: 2px solid #00bfff;
            border-radius: 5rem;
            background: #fff;
            color: #00bfff;
            font-size: 1.5rem;
            cursor: pointer;
            height: 3.5rem;
            width: 15rem;
            box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
            transition: background 0.2s, color 0.2s, border-color 0.2s;
		}
        .contact-form-btn:hover {
            letter-spacing: .1rem;
            opacity: .9;
            color: #fff;
            background: #00bfff;
            border-color: #00bfff;
        }
		.contact-form-phone
		{
            margin-left: 2rem;
			width: 95%;
			height: 40px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
		.contact-form-phone::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}



        .footer {
            position: relative;
            padding: 0 0 30px 0;
            background: #333;
        }
        
        .footer .footer-top {
            background: #002e5f;
            padding: 60px 0 30px 0;
        }
        
        .footer .footer-top .footer-info,
        .footer .footer-top .footer-links,
        .footer .footer-top .footer-contact,
        .footer .footer-top .footer-newsletter {
            margin-bottom: 30px;
        }
        
        .footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #ffffff;
            color: #00bfff;
            line-height: 1;
            padding: 9px 0;
            margin-right: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }
        
        .footer .footer-top .social-links a:hover {
            background: #00bfff;
            color: #ffffff;
        }
        
        .footer .footer-top h4 {
            font-size: 16px;
            font-weight: 700;
            color: #ffffff;
            text-transform: uppercase;
            position: relative;
            padding-bottom: 12px;
            margin-bottom: 20px;
            letter-spacing: 1px;
        }
        
        .footer .footer-top h4::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 0;
            width: 50px;
            border-bottom: 2px solid #ffffff;
        }
        
        .footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer .footer-top .footer-links ul i {
            padding-right: 8px;
            color: #ffffff;
            font-size: 16px;
        }
        
        .footer .footer-top .footer-links ul li {
            border-bottom: 1px solid #ffffff;
            padding: 7px 0;
        }
        
        .footer .footer-top .footer-links ul li:first-child {
            padding-top: 0;
        }
        
        .footer .footer-top .footer-links ul a {
            font-size: 14px;
            color: #ffffff;
        }
        
        .footer .footer-top .footer-links ul a:hover {
            color: #00bfff;
        }
        
        .footer .footer-top .footer-contact p {
            color: #ffffff;
            line-height: 26px;
        }
        
        .footer .footer-top .footer-newsletter input[type="email"] {
            padding: 6px 8px;
            width: 60%;
            border: 1px solid #ffffff;
            background: transparent;
            color: #ffffff;
        }
        
        .footer .footer-top .footer-newsletter input[type="submit"] {
            border: 0;
            width: 40%;
            padding: 6px 0;
            text-align: center;
            color: black;
            border: 1px solid #ffffff;
            background: #ffffff;
            transition: 0.3s;
            cursor: pointer;
        }
        
        .footer .footer-top .footer-newsletter input[type="submit"]:hover {
            color: #ffffff;
            background: #00bfff;
            border: 1px solid #00bfff;
            letter-spacing: .2rem;
        }
        
        .footer .footer-top .footer-newsletter p {
            color: #ffffff;
            font-size: 14px;
        }
        
        .footer .credit,
        .footer .copyright {
            text-align: center;
            padding-top: 30px;
        }
        
        @media (min-width: 768px) {
            .footer .credit {
                text-align: right;
            }
            
            .footer .copyright {
                text-align: left;
            }
        }

        .back-to-top {
            position: fixed;
            display: none;
            background-color: #00bfff;
            color: #ffffff;
            width: 45px;
            height: 45px;
            text-align: center;
            line-height: 1;
            font-size: 44px;
            right: 15px;
            bottom: 15px;
            transition: background 0.3s;
            z-index: 9;
        }
        
        .back-to-top i {
            color: #ffffff;
        }

        .back-to-top i:hover {
            color: black;
        }

        .faq{
            min-height: 70vh;
            width: 100vw;
            text-align: center;
            padding: 0 2rem;
            background: url(../images/faq.jpg);
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        .faq .row{
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 2rem;
        }
        
        .faq .row .accordion-container{
            width: 50%;
            text-align: left;
        }

        .faq .row .accordion{
            margin-left: 1rem;
            margin-right: 2rem;
        }
        
        .faq .row .accordion-container .accordion .accordion-header{
            background-color: #00bfff;
            margin: 1rem 0;
            box-shadow: .1rem .1rem .3rem rgba(0,0,0,.3);
            cursor: pointer;
            margin-left: 1rem;
            margin-right: 2rem;
        }
        
        .faq .row .accordion-container .accordion .accordion-header span{
            display: inline-block;
            text-align: center;
            height: 4rem;
            width: 5rem;
            line-height: 4rem;
            font-size: 2rem;
            background: #333;
            color: #fff;
            clip-path: polygon(0% 0%,75% 0%,100% 50%,75% 100%); 
        }
        
        .faq .row .accordion-container .accordion .accordion-header h3{
            display: inline;
            color: #333;
            font-weight: 400;
            padding-left: .5rem;
            font-size: 1.5rem;
        }
        
        .faq .row .accordion-container .accordion .accordion-body{
            padding: 1rem;
            color: #444;
            box-shadow: .1rem .1rem .3rem rgba(0,0,0,.3);
            background-color: #fff;
            font-size: 1.3rem;
            display: none;
            margin-left: 1rem;
            margin-right: 2rem;
        }
        .faq .row .accordion-container .accordion .accordion-body.open {
    display: block !important;
}
        
@media (max-width: 1200px){
    .faq{
        min-height: 70vh;
    }
}        

@media (max-width: 1000px){
    html{
        font-size: 50%;
    }

    .header .logo img{
        width: 20%;
        height: 3rem;
        top: 0;
        left: 0;
        background-size: cover;
    }

    .header .fa-bars{
        display: block;
        color: 	white;
        margin-right: 1rem;
    }

    .header .fa-bars:hover{
        color: #00bfff;
    }

    .header .navbar{
        position: fixed;
        top: -120%;
        left: 0;
        height: auto;
        width: 100%;
        background-color: white;
        z-index: 1000;
        border-top: .1rem solid rgba(0,0,0,.3);
    }

    .header .navbar ul{
        height: 100%;
        width: 100%;
        flex-flow: column;
    }

    .header .navbar ul li{
        margin: 1rem 0;
    }

    .header .navbar ul li a{
        color: grey;
        font-size: 2.4rem;
    }

    .header .fa-times{
        transform: rotate(90deg);
    }

    .header .nav-toggle{
        top: 5.8rem;
    }

    .home h1{
        color: #fff;
        font-size: 4rem;
    }
    
    .home h2{
        color: #fff;
        font-size: 2rem;
    }

    .about{
        min-height: 38vh;
        width: 100vw;
        margin-top: -3rem;
        margin-bottom: -2rem;
        top: -2rem;
        text-align: center;
        position: relative;
        overflow: hidden;
        line-height: 6rem;
    }
    
    .about .row{
        line-height: 2rem;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 4rem;
    }
    
    .about .row .content{
        text-align: center;
    }
    
    .about .row .content h3{
        font-size: 2rem;
        color: var(--color);
    }
    
    .about .row .content p{
        font-size: 1.3rem;
        color: #333;
        padding: 1rem 0;
    } 

    .clients {
        position: relative;
        padding: 90px 0;
        text-align: center;
        margin-top: -15rem;
        margin-bottom: -8rem;
    }

    .clients .section-header p {
        padding-bottom: 10px;
       /* margin-top: 2.5rem; */
        text-align: center;
        font-size: 2rem;
    }

    .client-section{
        min-height: auto;
    }

    .client-section .row{
        flex-direction: column;
    }

    .contact{
        text-align: center;
        align-items: center;
    }
    
    .contact .heading{
        margin-bottom: 3rem;
        margin-top: -2rem;
    }

    .contact-in
		{
			width: 80%;
			height: auto;
			margin: auto auto 5rem auto;
			display: flex;
			flex-wrap: wrap;
			padding: 10px;
			border-radius: 10px;
			background: #fff;
			box-shadow: 0px 0px 10px 0px #666;
		}

		.contact-map
		{
			width: 100%;
			height: auto;
			flex: 50%;
		}
		.contact-map iframe
		{
			width: 100%;
			height: 100%;
		}
		.contact-form
		{
			width: 100%;
			height: auto;
			flex: 50%;
			text-align: left;
		}
        .contact-form-txt
        {
            width: 90%;
            height: 20px;
            color: #000;
            border: 1px solid #bcbcbc;
            border-radius: 50px;
            outline: none;
            margin-bottom: 20px;
            padding: 15px;
        }
        .contact-form-email
		{
            margin-left: 2rem;
			width: 90%;
			height: 20px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
		.contact-form-txt::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        .contact-form-email::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
		.contact-form-txtarea
		{
            margin-left: 2rem;
			width: 90%;
			height: 110px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 10px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
			font-family: 'Poppins', sans-serif;
		}
		.contact-form-txtarea::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}
        
        .contact-form-btn {
    background: #fff !important;
    color: #00bfff !important;
    border: 2px solid #00bfff !important;
    border-radius: 5rem !important;
    font-size: 1.5rem !important;
    cursor: pointer !important;
    height: 3.5rem !important;
    width: 15rem !important;
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.3) !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s !important;
}

.contact-form-btn:hover {
    background: #00bfff !important;
    color: #fff !important;
    border-color: #00bfff !important;
}
		.contact-form-phone
		{
            margin-left: 2rem;
			width: 90%;
			height: 20px;
			color: #000;
			border: 1px solid #bcbcbc;
			border-radius: 50px;
			outline: none;
			margin-bottom: 20px;
			padding: 15px;
		}
		.contact-form-phone::placeholder
		{
			color: #aaa;
            font-size: 1.5rem;
		}

        .back-to-top {
            width: 30px;
            height: 30px;
            font-size: 30px;
        }

        .faq{
            padding: 0;
            min-height: 60vh;
        }
    
        .faq .row{
            padding: 0 1.5rem;
            flex-flow: column;
        }
    
        .faq .row .accordion-container{
            width: 100%;
        }
}

/* Make all .col-lg-4.col-sm-6 children the same height, only for this section */
.row > .col-lg-4.col-sm-6 {
    display: flex;
    flex-direction: column;
}

.row > .col-lg-4.col-sm-6 > * {
    flex: 1 1 100%;
    min-height: 350px; /* Adjust as needed for your content */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Remove underline on navbar hover */
.navbar ul li a,
.navbar ul li a:hover,
.navbar ul li a:focus {
    text-decoration: none !important;
}

.partners-marquee {
  width: 100%;
  overflow: hidden;
  background: transparent;
  padding: 2rem 0;
  position: relative;
}

#partners .partners-marquee,
#partners .marquee-track {
    background: transparent !important;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 100s linear infinite;
  align-items: center;
  gap: 4rem;
  background: transparent;
}

.marquee-track img {
  height: 90px;
  width: 160px;
  object-fit: contain;
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  box-shadow: none;
  filter: grayscale(0.2);
  transition: filter 0.3s, transform 0.3s;
  display: block;
  background: transparent;
}

.marquee-track img:hover {
  filter: grayscale(0) drop-shadow(0 2px 8px #00bfff55);
  transform: scale(1.08);
}

/* Pause marquee on hover */
.partners-marquee:hover .marquee-track {
  animation-play-state: paused;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Make client logos align in a single row and look consistent */
.clients .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.clients .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Adjust as needed */
}

.clients .owl-carousel img {
    max-height: 80px;   /* All logos same height */
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 70px; 
    right: 10px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    z-index: 9999;
    transition: background 0.2s;
    text-decoration: none;
}
.whatsapp-float:hover {
    background: #128c7e;
    color: #fff;
}

/* WhatsApp shake animation */
@keyframes shake {
    0% { transform: translate(0, 0) rotate(0deg);}
    10%, 30%, 50%, 70%, 90% { transform: translate(-10px, 0) rotate(-15deg);}
    20%, 40%, 60%, 80% { transform: translate(10px, 0) rotate(15deg);}
    100% { transform: translate(0, 0) rotate(0deg);}
}
.whatsapp-float.shake {
    animation: shake 0.7s;
}
@keyframes tumbleY {
    0%   { transform: rotateY(0deg);}
    100% { transform: rotateY(360deg);}
}

.header .logo img {
    width: 150%;
    height: 5rem;
    top: 0;
    left: 0;
    animation: tumbleY 3s linear infinite;
    /* You can use rotateX for a flip effect, or combine both for a complex spin */
    /* Example for a more complex 3D spin:
    animation: tumbleY 2s linear infinite, tumbleX 2s linear infinite alternate;
    */
}
:root {
    --primary-color: #002e5f;
    --secondary-color: #00bfff;
    --accent-color: #25d366;
    --white: #fff;
    --border-radius: 5rem;
    --box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);
    --transition: all 0.2s linear;
    --font-main: 'Poppins', sans-serif;
}

/* Unified button style for all buttons */
.btn,
.communicate .btn,
.contact-form-btn {
    background: #fff !important;
    color: #00bfff !important;
    border: 2px solid #00bfff !important;
    border-radius: 5rem !important;
    font-size: 1.5rem !important;
    cursor: pointer !important;
    height: 3.5rem !important;
    width: 15rem !important;
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.3) !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s !important;
}

/* Hover state for all buttons */
.btn:hover,
.communicate .btn:hover,
.contact-form-btn:hover {
    background: #00bfff !important;
    color: #fff !important;
    border-color: #00bfff !important;
}


/* Add to your style.css for navbar hover effect */
.navbar ul li a {
    position: relative;
    transition: color 0.2s, top 0.2s;
    top: 0;
}

.navbar ul li a:hover,
.navbar ul li a:focus {
    color: #fbfdfd !important;
    top: -4px; /* Moves the link up on hover */
    text-decoration: underline;
}

.client-section .card {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.5s cubic-bezier(.4,0,.2,1), transform 0.7s cubic-bezier(.4,0,.2,1);
}
.client-section .card.in-view {
  opacity: 1;
  transform: translateX(0);
}

/* Header background color change on scroll */
.header {
    background: transparent;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
/* Change navbar background to a lighter dark color on scroll */

/* Example: use #222d36 for a light green */
.header.scrolled {
    background: #c0c0c0; /* light green */
    box-shadow: 0 .2rem .5rem rgba(0,0,0,.4);
}

/* Adjusted styles for .col-lg-4.col-sm-6 items */
.col-lg-4.col-sm-6 .item {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center all children horizontally */
    text-align: center;
}

.col-lg-4.col-sm-6 .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto; /* Center horizontally, add space below */
    width: 70px;  /* Adjust as needed */
    height: 70px; /* Adjust as needed */
    border-radius: 50%;
    background: transparent !important; /* Or your preferred background */
    font-size: 40px;
}

.col-lg-4.col-sm-6 .item .icon i,
.col-lg-4.col-sm-6 .item .icon img {
    display: block;
    margin: 0 auto;
}

.testimonials .testimonial-item {
    max-height: 720px;
    min-height: 720px;
     display: block !important;
    align-items: flex-start !important;
     background: transparent !important;
}

.testimonials .testimonial-text {
    justify-content: center !important;
    max-height: 500px;
    min-height: 500px;
    overflow: hidden;
    transition: max-height 0.3s;
    width: 100%;
    display: block !important;
    text-align: center !important;
    padding: 30px 15px;
   /* flex: 0 0 auto !important; /* Prevent stretching */
}
.testimonials .testimonial-text.expanded {
    max-height: 1000px;
}

.partners-marquee,
.marquee-track {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}


.top-bar {
        background: #222;
    color: #e74c3c; /* Red text */
    font-size: 15px;
    padding: 8px 0;
    /* Do NOT set position: fixed here */
}
.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-bar-left a,
.top-bar-left span,
.top-bar-right a {
    color: #e74c3c; /* Red text */
    margin-right: 20px;
    text-decoration: none;
    transition: color 0.2s;
}
.top-bar-left a:hover,
.top-bar-left span:hover,
.top-bar-right a:hover {
    color: #fff; /* White on hover */
}
.top-bar-left i,
.top-bar-right i {
    margin-right: 6px;
    color: #e74c3c;
}
.work-time {
  font-size: 0.95em;
  color: #e74c3c;
  margin-left: 12px;
  vertical-align: middle;
}
.work-time i {
  margin-right: 4px;
}

.counters {
    color: #f8f9fa;
    padding: 60px 0;
}
.counters .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.counters .container > div {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 32px 24px;
    text-align: center;
    min-width: 180px;
    flex: 1 1 200px;
    transition: box-shadow 0.2s;
}
.counters i {
    color: #e74c3c;
    margin-bottom: 16px;
}
.counter {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin: 16px 0 8px 0;
    min-height: 40px;
}
