:root {
  --blue-color: #031633;
  --green-color: #33d1cc;
  --yellow-color: #ffab00;
  --dark-color: black;
  --section-color: #eff7fa;
}

body {
  font-family: "Roboto", sans-serif;
  
}

.shadow {
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}


.navbar {
  background-color: #ffffff;
  
}


.nav-link {
  color: #032c66;
  font-size: 1.5rem;
  font-weight: 3rem;
}

.navbar-brand p {
  font-size: 20px;
  color: white;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}



.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.navbar .navbar-toggler[aria-expanded="true"] {
  border-color: #e7102a;
}

.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:hover {
  color: #e7102a;
}



.main-btn {
  background-color: #032c66;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ffffff;
  padding: 1rem 3rem;
  margin-left: 20px;
  border-radius: 20px;
}

.main-btn:hover {
  color: #032c66;
  background-color: #e7102a;
}

.locations{
background-color: var(--section-color);
}



.locations .main-btn {
  width: 250px;
  background-color: #032c6600;
  font-size: 0.9rem;
  font-weight: 300;
  color: #080808;
  padding: 0.7rem 0;
  margin-left: 20px;
  border-radius: 20px;
  border: #868686 2px solid;
}

.locations .main-btn:hover {
  color: #032c66;
  background-color: #e9e7e7;
}





.landing {
  position: relative;
  overflow: hidden;
}

.graphic-img {
  position: absolute;
  width: 100px; 
  opacity: 0.8; 
}

.graphic1 {
  width: 10%;
  top: -5%;
  left: 5%;
  transform: rotate(-10deg);
}



.graphic2 {
  width: 22%;
  bottom: -25%;
  right: 10%;
  transform: rotate(10deg);
}



.landing .main-btn {
  background-color: #032c66;
  font-size: 2.5rem;
  color: #ffffff;
  padding: 1rem 2rem;
  border: #eff7fa 2px solid;
  border-radius: 20px;
}

.landing .main-btn:hover {
  color: #e7102a;
  background-color: #ffffff;
}

.landing p {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  text-align: center;
  padding-top: 25px;
  width: 50%;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex span {
  font-size: 1.9rem;
  font-weight: 500;

}

.navbar {
  right: 0;
}



.srch {
  color: #e7102a;
}

.landing {
  width: 100%;
  min-height: calc(80vh - 72px);
  background: linear-gradient(rgba(3, 44, 102, 0.952), rgba(3, 44, 102, 0.7)), url(../img/back.webp);
  background-repeat: no-repeat;
  background-size: cover;
}


.landing h1 {
  font-size: 3.1rem;
  font-weight: bold;
}

p{
  font-size: 1.2rem;
}


.main-box::after {
  content: "";
  width: 120px;
  height: 2px;
  background-color: #e7102a;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.feat .icon-holder {
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}



.feat .icon-holder .number {
  color: var(--section-color);
  font-size: 12rem;
}

.features .icon-holder .icon {
  color: #e7102a;
}

.features .feat h4 {
  color: var(--dark-color);
}

.blogs {
  background-color: var(--section-color);
}

.blogs ul li {
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.blogs ul li.active {
  color: var(--dark-color);
  background-color: var(--yellow-color);
}

.blogs ul li:not(.active):hover {
  color: var(--yellow-color);
}

.blogs .box {
  padding: 5px;
  overflow: hidden;
  position: relative;
}

.blogs .box::before {
  content: attr(data-work);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  background-color: rgb(3 44 102 / 90%);
  display: flex;
  justify-content: center;
  color: white;
  font-weight: bold;
  align-items: center;
  font-size: 1.5rem;
  transition: 0.3s;
  transform: translateX(calc(-100% - 5px));
}

.blogs .box:hover::before {
  transform: translateX(0);
}

.stuff .pp {
  max-width: 80%;
  margin: auto;
}

.team {
  background-color: var(--section-color);
}

.team h3 {
  color: var(--dark-color);
}

.team h4 {
  background-color: #e7102a;
}

.start-project {
  background-color: var(--blue-color);
}

.start-project h3 {
  font-size: 50px;
}

.start-project p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
}


.card .card-text {
  font-size: 20px;
  line-height: 1.2;
}

.real-blogs .row img {
  overflow: hidden;
}

.subsc {
  background-color: var(--dark-color);
}

.subsc .btn {
  background-color: var(--blue-color);
  color: var(--dark-color);
}

.subsc input[type="text"] {
  border: none;
  border-bottom: 1px solid white;
}

.subsc input[type="text"]:focus {
  outline: none;
}

.subsc input[type="submit"] {
  background-color: var(--yellow-color);
  color: var(--dark-color);
}

.subsc ::placeholder {
  color: white;
}

.footer {
  background-color: var(--blue-color);
}

.info .copywrite div span {
  color: #ffffff;
}

.footer .contact ul svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-width: 20px;
}

.facebook {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1877f2;
}

.twitter {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1da1f2;
}

.footer .linkedin {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0077b5;
}

.footer .youtube {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0000;
}

.techs img,
.box img {
  max-width: 100%;
  height: 100%;
  max-height: 250px;
  object-fit: cover;
}





:root {
  --btn-glow-color: #00e5ff;
}

.start-project .main-btn {
  background-color: #032c66;
  font-size: 1rem;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 20px;
}

.main-btn:hover {
  color: #ffffff;
  background-color: #e7102a;
}

.start-project .main-btn {
  position: relative;
  isolation: isolate;
  transition: transform .2s ease;
  will-change: box-shadow, transform;
}


.start-project .main-btn {
  animation: btn-glow 1.6s ease-in-out infinite;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}


.start-project .main-btn:hover,
.start-project .main-btn:focus {
  transform: translateY(-1px);
}


.start-project .main-btn::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: -1;
  filter: blur(10px);
  background: radial-gradient(circle, var(--btn-glow-color) 0%, transparent 60%);
  opacity: .5;
}


@keyframes btn-glow {
  0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 10px rgba(0, 229, 255, .0), 0 0 20px rgba(0, 229, 255, .0);
  }

  50% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 12px rgba(0, 229, 255, .6), 0 0 26px rgba(0, 229, 255, .4);
  }

  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 10px rgba(0, 229, 255, .0), 0 0 20px rgba(0, 229, 255, .0);
  }
}


@media (prefers-reduced-motion: reduce) {
  .start-project .main-btn {
    animation: none;
  }

  .start-project .main-btn::after {
    opacity: .35;
  }
}



/* header button */
.landing .main-btn {
  background-color: #032c66;
  font-size: 2rem;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 20px;
}

.landing .main-btn:hover {
  color: #ffffff;
  background-color: #e7102a;
}

.landing .main-btn {
  position: relative;
  isolation: isolate;
  transition: transform .2s ease;
  will-change: box-shadow, transform;
}


.landing .main-btn {
  animation: btn-glow 1.6s ease-in-out infinite;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}


.landing .main-btn:hover,
.landing .main-btn:focus {
  transform: translateY(-1px);
}


.landing .main-btn::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  z-index: -1;
  filter: blur(10px);
  background: radial-gradient(circle, var(--btn-glow-color) 0%, transparent 60%);
  opacity: .5;
}


@keyframes btn-glow {
  0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 10px rgba(0, 229, 255, .0), 0 0 20px rgba(0, 229, 255, .0);
  }

  50% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 12px rgba(0, 229, 255, .6), 0 0 26px rgba(0, 229, 255, .4);
  }

  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 10px rgba(0, 229, 255, .0), 0 0 20px rgba(0, 229, 255, .0);
  }
}


@media (prefers-reduced-motion: reduce) {
  .landing .main-btn {
    animation: none;
  }

  .landing .main-btn::after {
    opacity: .35;
  }
  
}



/* contact form */
input:focus,
textarea:focus,
keygen:focus,
select:focus {
  outline: none;
}

::-moz-placeholder {
  color: #666;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #666;
  font-weight: 300;
}


/* Contact Form Styling */

.textcenter {
  text-align: center;
}

.section1 {
  text-align: center;
  display: table;
  width: 100%;
}

.section1 .shtext {
  display: block;
  margin-top: 20px;
}

.section1 .seperator {
  border-bottom: 1px solid #a2a2a2;
  width: 35px;
  display: inline-block;
  margin: 20px;
}

.section1 h4 {
  font-size: 40px;
  color: #050505;
  font-weight: normal;
}

.section2 a {
  font-size: 18px;
  color: #050505;
  font-weight: normal;
}

.section2 {
  width: 1200px;
  margin: 25px auto;
}

.section2 .col2 {
  width: 48.71%;
}

.section2 .col2.first {
  float: left;
}

.section2 .col2.last {
  float: right;
}

.section2 .col2.column2 {
  padding: 0 30px;
}

.section2 span.collig {
  color: #a2a2a2;
  margin-right: 10px;
  display: inline-block;
}

.section2 .sec2addr {
  display: block;
  line-height: 26px;
}

.section2 .sec2addr p:first-child {
  margin-bottom: 10px;
}

.section2 .sec2contactform input[type="text"],
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
  padding: 18px;
  border: 0;
  background: #EDEDED;
  margin: 7px 0;
}

.section2 .sec2contactform textarea {
  width: 100%;
  display: block;
  color: #666;
  resize: none;
}

.section2 .sec2contactform input[type="submit"] {
  padding: 15px 40px;
  color: #fff;
  border: 0;
  background: #032c66;
  font-size: 16px;
  text-transform: uppercase;
  margin: 7px 0;
  cursor: pointer;
  border-radius: 30px;
}

.section2 .sec2contactform h3 {
  font-weight: normal;
  margin: 20px 0;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 19px;
  color: #000000;
}

.map {
  width: 100%;
  height: 550px;
}

/* @media querries */

@media only screen and (max-width: 1266px) {
  .section2 {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .container {
    padding: 0 30px 70px;
  }

  .section2 .col2 {
    width: 100%;
    display: block;
  }

  .section2 .col2.first {
    margin-bottom: 10px;
  }

  .section2 .col2.column2 {
    padding: 0;
  }

  body .sec2map {
    height: 250px !important;
  }
}

@media only screen and (max-width: 768px) {

.navbar {
    padding: 0 16px;       
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
  }

  
  .navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;   
    gap: 8px;                  
  }

  .navbar .nav-link,
  .nav-link {
    display: block;
    padding: 0;           
    margin: 0;
    font-size: 1.125rem;       
    text-align: center;
    font-weight: 600;
  }

  .navbar, .navbar * {
    transition: none !important;
  }

  .landing h1 {
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 30px;
  }

  .landing p {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }

  .landing .main-btn {
  background-color: #032c66;
  font-size: 1rem;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 20px;
}

  .navbar {
    height: 120px;
  }

  .section2 .sec2addr {
    font-size: 14px;
  }

  .section2 .sec2contactform h3 {
    font-size: 16px;
  }

  .section2 .sec2contactform input[type="text"],
  .section2 .sec2contactform input[type="email"],
  .section2 .sec2contactform textarea {
    padding: 10px;
    margin: 3px 0;
  }

  .section2 .sec2contactform input[type="submit"] {
    padding: 10px 30px;
    font-size: 14px;
  }

  .flex {
    display: grid;
  }

  .section2 {
    text-align: center;
    display: table;
    width: 80%;
  }
}


#goTopBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  background-color: #032c66;
  color: white;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 8px;
  transition: background-color 0.3s, transform 0.2s;
}

/* Hover effect */
#goTopBtn:hover {
  background-color: #032c66;
  transform: scale(1.1);
}



.locations span a {
  font-size: 14px;
  color: #000000;
  margin: 0 5px;
  text-decoration: none;
}


.city-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    justify-items: center;
    text-align: center;
    margin: 30px auto;
    max-width: 800px;
  }

  .city-grid a {
    display: inline-block;
    padding: 8px 12px;
    background-color: #f8f8f8;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap; 
  }

  .city-grid a:hover {
    background-color: #007bff;
    color: white;
  }