@charset "utf-8";
/* CSS Document */

        body { background: #020430; color: #6ce3fc; font-family: 'Segoe UI', 'Roboto', Arial, sans-serif; }
        .navbar { box-shadow: 0 2px 8px rgba(0,0,0,.08); }
        .navbar-brand { font-weight: 700; font-size: 1.4rem; color: #020430 !important; }
        .hero-section { background: linear-gradient(80deg, #020430 0%, #000448 45%, #020430 100%); color: #fff; padding: 120px 0 160px 0; }
        .hero-title { font-size: 3.75rem; font-weight: 800; line-height: 1.2; }
        .hero-subtitle { font-size: 1.2rem; margin: 24px auto; max-width: 700px; }
        .btn-lg { padding: 15px 40px; border-radius: 8px; font-size: 1.1rem; font-weight: 600; }
        .stats { background: #fff; border-radius: 16px; padding: 24px 12px; box-shadow: 0 4px 20px rgba(0,0,0,.06); margin-top: 40px; }
        .stats .stat { text-align: center; padding: 16px; border-right: 1px solid #e5e7eb; }
        .stats .stat:last-child { border: none; }
        .stats h2 { color: #5b2703; font-size: 2.5rem; font-weight: 800; margin-bottom: 8px; }
        .stats p { color: #6b7280; font-size: 1rem; margin: 0; }
        .section-title { font-size: 2.5rem; font-weight: 800; color: #6ce3fc; margin-bottom: 48px; }
        .services .card { border: none; border-radius: 12px; box-shadow: 0 3px 14px rgba(0,0,0,.08); transition: transform 0.3s ease; background: #000448}
        .services .card:hover { transform: translateY(-6px); box-shadow: 0 6px 20px rgba(0,0,0,.12); }
		.services .card h2 { color: #6ce3fc}
        .services .fa { font-size: 2.5rem; color: #fff; margin-bottom: 14px; }
        .services h5 { font-weight: 700; font-size: 1.2rem; color: #fff; }
        .services p { color: #dadcfd; font-size: 1rem; }
        .portfolio-card { border: none; border-radius: 12px; overflow: hidden; box-shadow: 0 3px 12px rgba(0,0,0,.08); transition: all 0.3s ease; }
        .portfolio-card:hover { transform: scale(1.03); box-shadow: 0 6px 24px rgba(0,0,0,.14); }
        .portfolio-card img { width: 100%; height: 200px; object-fit: cover; }
        .portfolio-card h5 { font-weight: 700; font-size: 1.1rem; margin-top: 12px; }
        .testimonial { border: none; border-radius: 12px; box-shadow: 0 3px 12px rgba(0,0,0,.06); background: #000448}
        .testimonial .card-body{ color: #e2e3fa}
        .testimonial .card-body small strong{ color: #6ce3fc;font-size: 18px;}
        .testimonial-img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; border: 3px solid #020430; }
        .team-member { text-align: center; }
        .team-member img { width: 170px; height: 170px; border-radius: 50%; margin-bottom: 12px; border: 4px solid #5b2703; }
                @media (max-width: 768px) {
					.team-member img { width: 170px; height: 160px; border-radius: 50%; margin-bottom: 12px; border: 4px solid #5b2703; }
				}
.timeline-event { padding: 20px; margin-bottom: 20px; border-left: 5px solid #fff;border-radius: 5px;background: #020430}
        .timeline-event strong { color: #6ce3fc; font-weight: 700; }
        .timeline-event1 { border-bottom: 2px solid #959595; padding: 5px; margin-bottom: 20px;border-radius: 10px; }
        .timeline-event1 strong { color: #5b2703; font-weight: 700; }
        .timeline-event1 img { border-radius: 10px;}
        .footer {  color: #fff; padding: 40px 0 20px 0; border-top: 5px solid #000448}
        .footer a { color: #fff; text-decoration: none; }
        .footer a:hover { color: #5b2703; }
        @media (max-width: 768px) {
            .hero-title { font-size: 1.75rem; }
            .hero-subtitle { font-size: 1rem; }
            .stats .stat { border: none; border-bottom: 1px solid #e5e7eb; }
            .stats .stat:last-child { border: none; }
            .section-title { font-size: 1.8rem; }
        }
.nav-link1
{
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	margin: 10px 20px;
}
/* Hide sidebar on desktop */
@media (min-width: 769px) {
    #mobileSidebar, #mobileOverlay {
        display: none;
    }

}
@media (max-width: 769px) {
	.nav-link1
{
	color: #000000;
	font-size: 18px;
	font-weight: 500;
	margin: 0px;
}

}

/* Sidebar */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -260px;
    width: 260px;
    height: 100vh;
    background: #fff;
    box-shadow: 3px 0 15px rgba(0,0,0,0.2);
    z-index: 9999;
    transition: 0.3s ease;
    padding: 20px 15px;
    overflow-y: auto;
}

.mobile-sidebar.open {
    left: 0;
}

/* Overlay */
.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    backdrop-filter: blur(2px);
    z-index: 9998;
    display: none;
}
.mobile-overlay.show {
    display: block;
}

/* Sidebar header */
.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.sidebar-logo {
    width: 130px;
}
.close-btn {
    font-size: 26px;
    cursor: pointer;
	color: #000;
}

/* Sidebar menu items */
#sidebarMenu li {
    border-bottom: 1px solid #f2f2f2;
	list-style: none;
}
#sidebarMenu li:last-child {
    border-bottom: none;
}

#sidebarMenu li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 5px 0;
    color: #000;
    text-decoration: none;
}

/*
#sidebarMenu li a i {
    font-size: 20px;
    width: 25px;
    text-align: center;
    color: #d36b63;
}
*/



.list li
{
	list-style: none;
}
.list li::before
{
	font-family: 'FontAwesome'; /* Or 'Font Awesome 5 Brands', 'Font Awesome 6 Pro' */
    content: "\f00c";
	padding-right: 10px;
	color: #090c4f;
	font-size: 18px;
}

/* Section Styles */
section {
  padding: 80px 0;
}

.section-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
  color: var(--text-dark);
}

.section-description {
  text-align: center;
  color: var(--text-light);
  font-size: 1.1rem;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* About Section */
.about {
/*  background: var(--bg-light);*/
}
.about h4{
  color: #090c4f;
	font-size: 28px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
  width: 100%;
}

.stat-card {
  background: #000448;
  padding: 30px;
	height: 300px;
	margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.stat-card1 {
  background: #000448;
  padding: 30px;
	height: auto;
	margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
}

.stat-card1:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.stat-card1 h2 .number{
  background: #fff;
  padding: 0px 15px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
	color: #000;
}

.stat-number {
  font-size: 44px;
  font-weight: bold;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 10px;
  color: #6ce3fc;
}

.stat-label {
  color: var(--text-light);
  font-size: 1.3rem;
	font-weight: bold;
}

.why-choose {
  margin-top: 60px;
  width: 100%;
}

.why-choose h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 10px;
	color: #6ce3fc;
}

/* Swiper */
.swiper {
  width: 100%;
  padding-bottom: 40px;
}

/* Cards */
.benefit-card {
	background: #020430;
  border: 1px solid #6ce3fc;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
/*  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2);*/
  transition: .3s;
}

.benefit-card:hover {
/*  border: none;*/
  transform: translateY(-5px);
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.7);
 
}

.benefit-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.benefit-card h4 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: var(--text-dark);
}

.benefit-card p {
  color: var(--text-light);
}


/* Services Section */
.services {
  background: var(--bg-light);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.service-card {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  border-top: 4px solid var(--primary-color);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.service-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--text-dark);
}

.service-card p {
  color: var(--text-light);
  margin-bottom: 20px;
}

.service-features {
  list-style: none;
  margin-bottom: 20px;
}

.service-features li {
  padding: 8px 0;
  color: var(--text-light);
  border-bottom: 1px solid var(--border-color);
}

.service-features li:before {
  content: '✓ ';
  color: var(--primary-color);
  font-weight: bold;
}



/* Special Services Section */
.special-services {
  background: var(--bg-white);
}

.special-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

/* Technologies Section */
.technologies {
  background: var(--bg-light);
}

.technologies-content {
  max-width: 1000px;
  margin: 0 auto;
}

.tech-category {
  background: white;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.tech-category h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 10px;
}

.tech-icon {
  font-size: 1.8rem;
}

.tech-tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tech-tag {
  padding: 10px 18px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
}

.tech-tag:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

/* Portfolio Section */
.portfolio {
  background: var(--bg-light);
}

.portfolio-filters {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.portfolio-swiper {
  padding-bottom: 50px;
}

.portfolio-card img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.filter-btn {
  padding: 10px 25px;
  border: 2px solid var(--primary-color);
  background: white;
  color: var(--primary-color);
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: var(--transition);
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--primary-color);
  color: white;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.portfolio-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: var(--transition);
  position: relative;
}

.portfolio-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.portfolio-image {
  width: 100%;
  height: 250px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-overlay-content {
  color: white;
  text-align: center;
  padding: 20px;
}

.portfolio-content {
  padding: 25px;
}

.portfolio-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--text-dark);
}

.portfolio-meta {
  display: flex;
  justify-content: space-between;
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.portfolio-type {
  display: inline-block;
  padding: 5px 15px;
  background: var(--bg-light);
  border-radius: 15px;
  font-size: 0.85rem;
  color: var(--primary-color);
  font-weight: 600;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  overflow-y: auto;
}

.modal.active {
  display: block;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  max-width: 900px;
  margin: 50px auto;
  background: white;
  border-radius: 15px;
  padding: 40px;
  z-index: 2001;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text-light);
  transition: var(--transition);
}

.modal-close:hover {
  color: var(--text-dark);
  transform: rotate(90deg);
}

.case-study-header h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.case-study-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.meta-item {
  padding: 8px 15px;
  background: var(--bg-light);
  border-radius: 20px;
  font-size: 0.9rem;
}

.case-study-section {
  margin-bottom: 30px;
}

.case-study-section h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.result-card {
  background: var(--bg-light);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.result-card strong {
  display: block;
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.testimonial-quote {
  background: var(--bg-light);
  padding: 25px;
  border-radius: 10px;
  border-left: 4px solid var(--primary-color);
  font-style: italic;
  margin: 20px 0;
}

.tech-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.tech-tag {
  padding: 8px 15px;
  background: var(--primary-color);
  color: white;
  border-radius: 20px;
  font-size: 0.85rem;
}

/* Team Section */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.team-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  text-align: center;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.team-image {
  width: 100%;
  height: 280px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  position: relative;
}

.team-info {
  padding: 25px;
}

.team-card h3 {
  font-size: 1.3rem;
  margin-bottom: 8px;
  color: var(--text-dark);
}

.team-designation {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 15px;
}

.team-expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 15px;
}

.expertise-tag {
  padding: 5px 12px;
  background: var(--bg-light);
  border-radius: 15px;
  font-size: 0.8rem;
  color: var(--text-light);
}

.team-experience {
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.team-bio {
  color: var(--text-light);
  font-size: 0.9rem;
  line-height: 1.6;
}

.team-social {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}

.team-social a {
  font-size: 1.2rem;
  transition: var(--transition);
}

.team-social a:hover {
  transform: scale(1.2);
}

/* Testimonials Section */
.testimonials {
  background: var(--bg-light);
}
.testimonial-swiper {
  padding-bottom: 50px;
}

.testimonial-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-carousel {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-container {
  position: relative;
  min-height: 300px;
}

.testimonial-item {
  display: none;
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.testimonial-item.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.quote-mark {
  font-size: 4rem;
  color: var(--primary-color);
  line-height: 1;
  opacity: 0.3;
}

.testimonial-text {
  font-size: 1.1rem;
  font-style: italic;
  color: var(--text-dark);
  margin: 20px 0;
  line-height: 1.8;
}

.testimonial-rating {
  color: #ffd700;
  font-size: 1.5rem;
  margin: 15px 0;
}

.testimonial-author {
  margin-top: 25px;
}

.author-name {
  font-weight: bold;
  font-size: 1.1rem;
  color: var(--text-dark);
}

.author-designation {
  color: var(--text-light);
  font-size: 0.9rem;
}

.author-company {
  color: var(--primary-color);
  font-weight: 600;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary-color);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  transition: var(--transition);
  z-index: 10;
}

.carousel-btn:hover {
  background: var(--secondary-color);
  transform: translateY(-50%) scale(1.1);
}

.carousel-btn.prev {
  left: -25px;
}

.carousel-btn.next {
  right: -25px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--border-color);
  cursor: pointer;
  transition: var(--transition);
}

.dot.active {
  background: var(--primary-color);
  width: 30px;
  border-radius: 6px;
}

/* Industries Section */
.industries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
}

.industry-card {
  background: white;
  padding: 30px;
	margin-bottom: 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: var(--transition);
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.industry-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}

.industry-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--text-dark);
}



/* Statistics Section */
.statistics {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
}

.statistics .section-title {
  color: white;
}

.statistics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}

.statistic-card {
  text-align: center;
  padding: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
  transition: var(--transition);
}

.statistic-card:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-5px);
}

.statistic-number {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.statistic-label {
  font-size: 1.1rem;
  opacity: 0.9;
}

/* Contact Section */
.contact {
  background: var(--bg-light);
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  margin-top: 40px;
}

.contact-info h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.contact-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

.contact-icon {
  font-size: 1.8rem;
  flex-shrink: 0;
}

.contact-item strong {
  display: block;
  color: var(--text-dark);
  margin-bottom: 5px;
}

.contact-item p {
  color: var(--text-light);
  margin: 0;
}

.contact-form {
  background: white;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: var(--text-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  font-size: 1rem;
  transition: var(--transition);
  font-family: inherit;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary-color);
}

.btn-full {
  width: 100%;
  padding: 15px;
  font-size: 1.1rem;
}

.form-message {
  margin-top: 20px;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  display: none;
}

.form-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  display: block;
}

.form-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  display: block;
}

/* Footer */
/*
.footer {
  background: var(--text-dark);
  color: white;
  padding: 60px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-section h3,
.footer-section h4 {
  margin-bottom: 20px;
  color: white;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 12px;
}

.footer-section ul li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--transition);
}

.footer-section ul li a:hover {
  color: white;
  padding-left: 5px;
}

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

.footer-social a {
  font-size: 1.5rem;
  transition: var(--transition);
}

.footer-social a:hover {
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
*/

/* Responsive Design */
/* Responsive adjustments for editor */
@media (max-width: 1024px) {
  .editor-panel {
    width: 350px;
  }
}

@media (max-width: 768px) {
  html, body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  
  .hamburger-btn {
    display: flex;
  }
  
  .editor-toolbar {
    padding: 0 10px;
    height: 60px;
    overflow: visible;
  }
  
  .toolbar-left,
  .toolbar-center,
  .toolbar-right {
    gap: 8px;
  }
  
  .toolbar-logo {
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
  }
  
  .auto-save-status {
    display: none;
  }
  
  .toolbar-center {
    display: none;
  }
  
  .view-toggle-btn,
  .toolbar-btn {
    padding: 8px 12px;
    font-size: 0.8rem;
    white-space: nowrap;
  }
  
  .toolbar-btn span {
    display: none;
  }
  
  .editor-panel {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 60px);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .editor-panel.active {
    transform: translateX(0);
  }
  
  .pdf-modal-content {
    margin: 20px 10px;
    padding: 20px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
  
  body.edit-mode .editable-section::before {
    font-size: 0.7rem;
    padding: 3px 6px;
    top: 5px;
    right: 5px;
  }

@media (max-width: 768px) {
  .nav-menu,
  .nav-social {
    display: none;
  }

  .nav-menu.active {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    background: white;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    gap: 0;
    z-index: 999;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .nav-menu.active .nav-link {
    padding: 15px 10px;
    border-bottom: 1px solid var(--border-color);
    font-size: 1rem;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  
  .nav-menu.active .nav-link:last-child {
    border-bottom: none;
  }
  
  .nav-menu.active .nav-link:hover {
    background: var(--bg-light);
  }

  .nav-toggle {
    display: flex;
  }
  
  .builder-container.mobile-view {
    max-width: 100%;
    box-shadow: none;
    width: 100%;
    overflow-x: hidden;
  }
  
  * {
    max-width: 100%;
  }

  .hero-title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .hero-subtitle {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .hero-description {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  .hero-content {
    padding: 0 20px;
  }
  
  .btn {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-title {
    font-size: 2rem;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
  
  .contact-form {
    padding: 25px 20px;
  }
  
  .contact-info {
    padding: 0 10px;
  }

  .carousel-btn {
    width: 44px;
    height: 44px;
    font-size: 1.3rem;
  }
  
  .carousel-btn.prev {
    left: 5px;
  }

  .carousel-btn.next {
    right: 5px;
  }

  .tech-tags-container {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .editor-toolbar {
    padding: 0 8px;
  }
  
  .toolbar-logo {
    font-size: 0.8rem;
    max-width: 100px;
  }
  
  .toolbar-center {
    display: none;
  }
  
  .toolbar-right {
    gap: 5px;
  }
  
  .view-toggle-btn {
    font-size: 0.75rem;
    padding: 6px 8px;
  }
  
  .toolbar-btn {
    font-size: 0.75rem;
    padding: 6px 10px;
  }
  
  .pdf-actions {
    flex-direction: column;
  }
  
  .pdf-actions .btn {
    width: 100%;
  }
  
  .pdf-modal-content {
    margin: 10px;
    padding: 15px;
  }
  
  .editor-group input,
  .editor-group textarea,
  .editor-group select {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .services-grid,
  .portfolio-grid,
  .special-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .service-card,
  .portfolio-card {
    margin: 0 auto;
    max-width: 100%;
  }

  .hero-cta {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    gap: 15px;
  }
  
  .hero-content {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .btn {
    width: 100%;
  }

  .tech-category {
    padding: 15px;
  }

  .tech-tag {
    font-size: 0.75rem;
    padding: 6px 12px;
  }
  
  .container {
    padding: 0 15px;
  }
  
  section {
    padding: 40px 0;
  }
  
  .section-title {
    font-size: 1.5rem;
    padding: 0 10px;
  }
  
  .section-description {
    padding: 0 10px;
  }
  
  .filter-btn {
    padding: 8px 15px;
    font-size: 0.85rem;
  }
  
  .portfolio-filters {
    padding: 0 10px;
    gap: 10px;
  }
  
/*
  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
*/
}

@media (max-width: 375px) {
  .editor-toolbar {
    height: 60px;
    padding: 0 5px;
  }
  
  .toolbar-logo {
    font-size: 0.75rem;
    max-width: 80px;
  }
  
  .toolbar-btn {
    padding: 5px 8px;
    font-size: 0.7rem;
  }
  
  .hamburger-btn span {
    width: 20px;
    height: 2px;
  }
}

@media (max-width: 320px) {
  html, body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  
  .editor-toolbar {
    padding: 0 5px;
  }
  
  .toolbar-logo {
    font-size: 0.7rem;
    max-width: 70px;
  }
  
  .toolbar-right {
    gap: 3px;
  }
  
  .toolbar-btn {
    padding: 4px 6px;
    font-size: 0.65rem;
  }
  
  .container {
    padding: 0 10px;
  }
  
  .hero-title {
    font-size: 1.5rem;
  }
  
  .hero-subtitle {
    font-size: 1.1rem;
  }
  
  .section-title {
    font-size: 1.3rem;
  }
  
  .stats-grid,
  .benefits-grid,
  .services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
	
.team-section{position:relative;padding:120px 0 80px;overflow:hidden}
.team-block-two{position:relative;margin-bottom:40px}
.team-block-two .inner-box{position:relative;padding-right:40px}
.team-block-two .inner-box:hover .image img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.team-block-two .inner-box:hover .social-links{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1;visibility:visible}
.team-block-two .image-box{position:relative}
.team-block-two .image-box:before{position:absolute;left:50px;top:30px;bottom:30px;right:-30px;background-image:url(../images/team-bg.png);content:"";border-radius:10px}
.team-block-two .image-box .image{position:relative;overflow:hidden;margin-bottom:0;border-radius:10px;z-index:1;border: 2px solid #ff3838}
.team-block-two .image-box .image img{width:100%;-webkit-transition:all 400ms ease;transition:all 400ms ease;}
.team-block-two .info-box{position:relative;padding:20px 0 0}
.team-block-two .info-box .name{font-weight:800;z-index:2;margin-bottom:7px;font-size: 20px;}
.team-block-two .info-box .name:hover{color:var(--theme-color2)}
.team-block-two .info-box .designation{position:relative;display:block;font-size:14px;font-weight:500;color:#6a6a6a;text-transform:uppercase;letter-spacing:1px;z-index:2;line-height:1em;-webkit-transition:all 400ms ease;transition:all 400ms ease}
.team-block-two .share-icon{position:absolute;right:20px;bottom:-25px;height:50px;width:50px;line-height:50px;text-align:center;font-size:16px;color:#fff;background-color:var(--bg-theme-color2);-webkit-transition:all 300ms ease;transition:all 300ms ease;border-radius:7px;z-index:3}
.team-block-two .social-links{position:absolute;right:20px;bottom:20px;padding:15px 0;margin-top:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:bottom;transform-origin:bottom;z-index:3;visibility:hidden;opacity:0;border-radius:8px 8px 0 0;-webkit-transition:all 400ms ease;transition:all 400ms ease}
.team-block-two .social-links a{position:relative;height:35px;width:50px;display:block;font-size:14px;line-height:35px;text-align:center;color:var(--theme-color1);-webkit-transition:all 300ms ease;transition:all 300ms ease}
.team-block-two .social-links a:hover{color:var(--theme-color2)}

	