.main-menu li a.nav-link,
.btn {
	font-family: 'Montserrat', sans-serif;
}

* {
	font-family: 'Montserrat', sans-serif;
}


.lead {
	text-align: justify;
	/* word-spacing:3.5px; */
	font-size: 15.8px;
	color: white;
}

@media only screen and (max-width: 480px) {
	#mobileloader {
		margin-top: -10px;
	}
}

@media only screen and (max-width: 480px) {
	#mobileloader {
		font-size: 39px;
		font-weight: 600;
	}
}

@keyframes jumpIn {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	30% {
		transform: translateY(-10px);
	}

	60% {
		transform: translateY(5px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.page-loader__letter {
	display: inline-block;
	font-size: 2.4rem;
	opacity: 0;
	animation: jumpIn 0.6s ease forwards;
	animation-delay: calc(0.1s * var(--i));
}

.page-loader__letter:nth-child(1) {
	color: #000;
	--i: 0;
}

.page-loader__letter:nth-child(2) {
	color: #000;
	--i: 1;
}

.page-loader__letter:nth-child(3) {
	color: #000;
	--i: 2;
}

.page-loader__letter:nth-child(4) {
	color: #000;
	--i: 3;
}

.page-loader__letter:nth-child(5) {
	color: #000;
	--i: 4;
}

.page-loader__letter:nth-child(6) {
	color: #000;
	--i: 5;
}

.page-loader__letter:nth-child(7) {
	color: #000;
	--i: 6;
}

.page-loader__letter:nth-child(8) {
	color: #000;
	--i: 7;
}

.page-loader__letter:nth-child(9) {
	color: #000;
	--i: 8;
}

.page-loader__letter:nth-child(10) {
	color: #000;
	--i: 9;
}

.page-loader__letter:nth-child(11) {
	color: #000;
	--i: 10;
}

.page-loader__letter:nth-child(12) {
	color: #000;
	--i: 11;
}


#active-menu1 {
	color: #175cff;
}

@media only screen and (min-width:320px) and (max-width:767px) {
	#service-banner {
		padding: 30px 0;
		background: #09274a;
	}
}

#service-head {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 1rem;
	letter-spacing: 1px;
	color: #032d60;
}

#h2 {
	font-size: 40px;
}

#service-dropline {
	border-bottom: 3px solid #175cff;
	width: 55px;
	margin-bottom: 13px;
}

#active-menu3 {
	color: #175cff;
}

#about-banner1 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 100px;
	padding: 60px 0;
	height: 400px;
}


#bannerbtn1 {
    display: none;
  }

  @media (max-width: 768px) {
    #bannerbtn1 {
      display:inline-block;
    }
  }

  #bannertxt1 {
    display: none;
  }

  @media (max-width: 768px) {
    #bannertxt1 {
      display: block;
    }
  }

  #bannercontent {
    display: none;
  }

  @media (max-width: 768px) {
    #bannercontent {
      display: block;
    }
  }



  @media only screen and (max-width: 767px) {
    #about-banner1{
     padding: 10px 0;
     background-attachment: scroll;
     height: 250px;
     background-size: cover;
  }
  }

.intl-tel-input.separate-dial-code .selected-dial-code {
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px;
}

#imgiconsize {
	width: 70px;
}
#textalign {
    text-align: justify;
    word-spacing: -1px;
    text-align-last: left;
    word-break: break-word;
    hyphens: none;
    font-size: 14px;
    line-height: 1.5;
}

#techheading {
	text-align: center;
	color: #032d60;
	font-size: 24px;
}

#fs-30 {
	font-size: 30pxf;
}

#fs-15 {
	font-size: 15px;
}

#color {
	color: #032d60;
}

#seccolor {
	background-color: #f7fbff;
}

#margintop {
	margin-top: 55px;
}


/* Intro Section */
.intro {
    margin: 40px 0;
    text-align: center;
}

.intro p {
    font-size: 1rem;
    line-height: 1.8;
    color: #000;
}

/* Technologies Section */
.technologies {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.tech-item {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.tech-item h2 {
    color: #032d60;
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.tech-item p {
    font-size: 0.9rem;
    color: #000;
    line-height: 1.5;
}


/* Mobile Responsiveness */
@media (max-width: 768px) {
    .technologies {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    header h1 {
        font-size: 1.8rem;
    }

    .intro p {
        font-size: 1rem;
    }

    .technologies {
        grid-template-columns: 1fr;
    }

    .tech-item {
        padding: 15px;
    }
}
#h3{

color: #032d60;
font-size: 20px;
}
@media (max-width: 768px) {
    #text-center{

        text-align: justify;
    }

}
#text-center{

    text-align: center;
}

/* Hero Section */
#hero {
    background: linear-gradient(135deg, #cde5ff, #0fc8fc);
    color: white;
    padding: 100px 20px;
    text-align: center;
    border-radius: 0 0 30px 30px;
    background-size: cover;
    background-position: center;
}

#hero-heading {
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
}

#hero-description {
    font-size: 1em;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    padding-top: 10px;
}

/* Tech Stack Section */
#tech-stack {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
    justify-items: center;
}

.tech-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 40px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.8s ease-out forwards;
    width: 100%;

    position: relative;
    overflow: hidden;
}

.tech-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.tech-item h2 {
    font-size: 1.1em;
    color: #032d60;
    margin-bottom: 20px;
    font-weight: 600;
}

.tech-item p {
    font-size: 0.9em;
    color: #666;
    line-height: 1.6;
}

/* Icons */
.icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.nodejs-icon img{
    width: 80px;
    height: 80px;
    object-fit: contain;
    transition: transform 0.3s ease;
}


.tech-item:hover .nodejs-icon img {
    transform: scale(1.2);
}

/* Animation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#nodejs {
    animation-delay: 0.3s;
}

#python-django {
    animation-delay: 0.5s;
}

#java-spring {
    animation-delay: 0.7s;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    #hero-heading {
        font-size: 1.8em;
    }

    #hero-description {
        font-size: 1em;
    }

    .tech-item {
        padding: 25px;
    }

    .nodejs-icon img{
        width: 50px;
        height: 50px;
    }
	#text-center{
		text-align: justify;
	}
}
#h2{

	font-size: 21px;
	color: #032d60;
}
#text-center{
	text-align: center;
}


/* Tools section */
.tools {
    padding: 40px 0;
    background-color: white;
    text-align: center;
}

.tools h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.tool-item {
    background-color: #f1f1f1;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.tool-item:hover {
    background-color: #e0e0e0;
}

.tool-item h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.tool-item p {
    font-size: 1rem;
}
#color1{

	color: #032d60;
	font-size: 18px;
}


.security-tech {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.tech-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 280px;
    flex-grow: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tech-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.icon-container {
    font-size: 3rem;
    color: #3498db;
    margin-bottom: 20px;
}

.tech-card h2 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.tech-card p {
    font-size: 1rem;
    color: #7f8c8d;
}
