@font-face {
  font-family: melloida;
  src: url(./assets/fonts/melloida/MelloidaDEMO-ExtraBold.ttf);
}

@font-face {
  font-family: rushblade;
  src: url(./assets/fonts/rushblade/Rushblade.ttf);
}

@font-face {
  font-family: technology;
  src: url(./assets/fonts/technology/Technology.ttf);
}

@font-face {
  font-family: talina;
  src: url(./assets/fonts/talina/Talina\ DEMO.otf);
}

@font-face {
  font-family: handil;
  src: url(./assets/fonts/handil/HandilPro-Medium.otf);
}

@font-face {
  font-family: Montserrat-semi;
  src: url(./assets/fonts/Montserrat/static/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: Montserrat-regular;
  src: url(./assets/fonts/Montserrat/static/Montserrat-Regular.ttf);
}

.nav-item {
  font-family: Montserrat-regular;
  /* padding: 5px; */
  letter-spacing: 1px;
  color: #000 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #102461 !important;
  font-weight: 600;
}

.navbar-nav .nav-item .nav-link {
  font-size: 15px;
}

.nav-quote {
  background-color: #342ff4;
  border-radius: 20px;
  color: #fff;
  padding: 10px 50px;
}

.get-quote-head {
  /* padding: 20px 100px; */
}

/* Gradient Background */
.gradient-bg {
  background: linear-gradient(to right, #ffffff, #c0e0e8, #2b3a67, #0b3d91);
  padding: 10px 30px;
}

/*Logo adjustments if needed */
.navbar-brand img {
  max-height: 50px;
}

/* Navbar Items */
.navbar-nav .nav-link {
  color: #fff !important;
  font-family: Montserrat-regular;
  font-size: 14px;
  margin: 0 10px;
}

@media (max-width:992.99px) {
  .navbar-nav .nav-link {
    color: #000 !important;
    font-family: Montserrat-regular;
    font-size: 14px;
    margin: 0 10px;
  }
}

.dropdown-menu{
  border: none;
  background-color:#0b3d91;
  
}

.dropdown-menu .dropdown-item{
  color: #fff;
}

.dropdown-menu .dropdown-item:hover{
  color: #000;
}

.navbar-toggler{
  border: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  /* outline: 0; */
  box-shadow: none !important;
}

.navbar-toggler .navbar-toggler-icon{
  color: #fff !important;
}

/* .navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #f1f1f1 !important;
} */

/*Get Quote Button */
.quote-btn {
  background-color: #342ff4;
  border-radius: 20px;
  padding: 5px 30px;
  color: white;
  /* font-weight: bold; */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  font-family: melloida;
  text-decoration: none;
}

.quote-btn:hover {
  background-color: #1f1acc;
  color: white;
}

/* Responsive: stack menu on mobile, keep button inside */
@media (max-width: 991.98px) {
  .quote-btn {
    display: block;
    margin-top: 10px;
  }
}



/* hero start*/

.hero-section {
  /* background: linear-gradient(to right, #0f2027, #203a43, #2c5364); */
  background-image: url(./assets/img/45337653_9129518.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  overflow: hidden;
}

.hero-section .carousel-item img {
  height: 100vh;
  object-fit: cover;
}

.hero-section h1 {
  font-family: Montserrat-semi;
  /* Or your custom font */
}

.hero-section p {
  font-family: Montserrat-regular;
}

.lead {
  font-size: 15px;
}

@media (max-width: 991.98px) {
  .hero-section {
    text-align: center;
  }

  .hero-section .carousel-item img {
    height: 300px;
  }
}

.btn-btn-banner {
  background-color: #0b3d91;
  border: none;
  border-radius: 20px;
  color: #fff;
}

/* hero end */

/* home about start */

.global-title {
  font-family: Montserrat-semi;
  color: #342ff4;
  font-size: 40px;
}

.global-paragraph {
  font-family: Montserrat-regular;
  font-size: 18px;
  text-align: justify;
}

.home-above-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.about-img {
  width: 100% !important;
  padding: 20px;
}

.about-button a {
  background-color: #282823;
  text-decoration: none;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  box-shadow: 5px 5px 20px #000;
}

.about-button a:hover {
  box-shadow: 5px 5px 30px #000;
  color: #d5d5d5;
  /* transition: 1s; */
}

.about-button {
  margin-top: 30px;
  text-align: center;
}

/* home about end */

/* home-service start */

.service-img {
  border-radius: 30px;
}

.service-text {
  color: #0b3d91;
  text-align: center;
  padding: 12px;
  font-size: 25px;
  font-weight: 650;
}

/* home service end */

/* home our vision start */

.home-our-vision {
  background-color: #e8ebff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.vision-para {
  font-size: 18px;
  text-align: justify;
  font-weight: 700;
}

.vision-left {
  align-self: center;
}

.vision-right {
  text-align: center;
}

/* home our vision end */

.owl-carousel .item {
  background: #ebebeb;
  box-shadow: 5px 5px 20px;
  padding: 30px 0;
  margin: 10px;
  color: white;
  text-align: center;
  border-radius: 10px;
}

.background-product-carousel {
  box-shadow: 5px 5px 20px;
  border-radius: 30px;
  padding: 20px;
}

.product-name h4 {
  color: #000;
}

.owl-next {
  right: 1px;
  position: absolute;
  top: 280px;
}

.owl-prev {
  left: 1px;
  position: absolute;
  top: 280px;
}

.owl-prev span {
  background-color: aliceblue;
  padding: 20px;
  border-radius: 35px;
}

.owl-next span {
  background-color: aliceblue;
  padding: 20px;
  border-radius: 35px;
}

.blog-btn-home span {
  background-color: #1f1acc;
  font-size: 12px;
  padding: 5px 30px;
  color: #fff;
  border-radius: 5px;
}

.blog-btn-home a {
  text-decoration: none;
  font-family: Montserrat-regular;
}

.blog-date-time {
  color: #7b7a7a;
  font-size: 18px;
}

.home-blog-img-align {
  color: #53534f;
  font-size: 18px;
}

.blog-btn-home {
  right: 10px;
  text-align: right;
  margin-top: 50px;
  /* margin-bottom: 50px; */
}

.fixed-card {
  width: 100%;
  padding: 20px;
  /* height: 520px;        Fixed height */
  overflow: hidden;
  /* Hide anything beyond height */
  padding: 15px;
  margin: 10px auto;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.fixed-card .blog-img {
  border-radius: 10px;
  object-fit: cover;
  /* max-height: 820px; */
  width: 100%;
  height: 465px;
}

.fixed-card h5 {
  font-weight: 600;
  margin-top: 10px;
}

.blog-btn-home {
  margin-top: auto;
}


/* home quote start */

.home-get-quote {
  background-image: url(./assets/img/2151967421.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quote-form {
  background-color: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  /* width: 90%; */
  /* max-width: 900px; */
  margin-top: 50px;
  margin-bottom: 50px;
}

.quote-form h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

.form-control {
  border-radius: 2px;
  height: 50px;
}

textarea.form-control {
  height: 120px;
  resize: none;
}

.btn-submit {
  background-color: #342ff4;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: 8px 80px;
}

.btn-submit:hover {
  background-color: #2b27d1;
}

.text-start button {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}

/* home quote end */

/* home testimonial start */

.testimonial-section {
  background-color: #fcf7f7;
  border-radius: 20px;
  padding: 60px 30px;
  margin: 50px auto;
  max-width: 1200px;
  box-shadow: 1px 4px 17px;
}

.testimonial-section h6 {
  color: #342ff4;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}

.testimonial-section h2 {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 40px;
  color: #222;
  text-align: left;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-card .stars {
  color: #fdc900;
  margin-bottom: 10px;
}

.testimonial-card p {
  font-size: 15px;
  color: #555;
}

.testimonial-card .user {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.testimonial-card .user img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 12px;
}

.testimonial-card .user-name {
  font-weight: 600;
  color: #333;
}

/* home testimonial end */

/* footer start */

.footer {
  background-color: #1c1c1a;
  color: white;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer h5 {
  font-weight: 700;
  margin-bottom: 20px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
  color: #ccc;
}

.footer ul li a {
  color: #ccc;
  text-decoration: none;
}

.footer ul li a:hover {
  color: #fff;
}

.footer .logo {
  width: 280px;
  margin-bottom: 15px;
}

.footer p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
}

.footer-links {
  font-family: Montserrat-regular;
}

.footer-links ul li a {
  display: ruby-text;
}

.footer .social-icons {
  margin-top: 30px;
}

.footer .social-icons i {
  font-size: 22px;
  margin: 0 10px;
  color: white;
  background-color: transparent;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}

.footer iframe {
  border: 0;
  width: 100%;
  height: 180px;
  border-radius: 8px;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
}

.social-icons {}

.social-icons h5 {
  font-family: Montserrat-regular;
}

.social-icons a img {
  width: 35px;
  color: #fff;
}

/* footer end */

/* about us page start */

.achievements {
  background: url('./assets/img/Group\ 6.png') no-repeat center center/cover;
  position: relative;
  padding: 80px 20px;
  color: white;
  text-align: center;
}

.achievements .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  /* dim overlay */
  padding: 60px 0;
}

.section-title {
  font-size: 36px;
  margin-bottom: 50px;
  font-weight: 600;
}

.stats-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

.stat-box {
  max-width: 200px;
}

.stat-box .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: #3e00ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-box .icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
  /* makes icons white */
}

.stat-box h3 {
  font-size: 32px;
  margin: 10px 0;
}

.stat-box p {
  font-size: 16px;
  opacity: 0.9;
}


.top-banner {
  background-image: url(./assets/img/Maskgroup.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.top-banner h2 {
  text-align: center;
  align-self: center;
  margin-top: 100px;
  color: #fff;
  font-size: 45px;
  letter-spacing: 1px;
  font-family: Montserrat-regular;
  font-weight: 600;
}

.top-banner p {
  text-align: center;
  align-self: center;
  color: #aaaab4;
  font-family: Montserrat-regular;
}

.about-sec-1{
  margin-top: 50px;
  margin-bottom: 50px;
}


.about-us {
  padding: 80px 20px;
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.about-images {
  position: relative;
  width: 350px;
  min-width: 300px;
}

.about-images .bg-img {
  width: 100%;
  border-radius: 20px;
}

.about-images .fg-img {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 250px;
  border-radius: 60px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.about-text {
  flex: 1;
  max-width: 800px;
}

.about-text h2 {
  color: #3e00ff;
  font-size: 32px;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #333;
  text-align: justify;
}

.contact-info-section {
  background-color: #22221f;
  padding: 40px 20px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
}

.contact-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 300px;
  margin: 20px;
}

.icon {
  width: 70px;
  height: 70px;
  background-color: #3b2fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon img {
  width: 35px;
  height: 35px;
}

.info h3 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
}

.info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}


/* contact page start */

.contact-form-section {
  padding: 60px 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  font-family: 'Segoe UI', sans-serif;
}

.contact-form-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.form-box {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  flex: 1 1 500px;
}

.form-box h2 {
  font-size: 28px;
  color: #2e2eff;
  margin-bottom: 30px;
}

.form-box input,
.form-box textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 20px;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  font-size: 16px;
}

.input-row {
  display: flex;
  gap: 10px;
}

.input-row input {
  flex: 1;
}

.form-box textarea {
  resize: none;
}

.form-box button {
  background-color: #2e2eff;
  color: #fff;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
}

.form-box button:hover {
  background-color: #1e1edc;
}

.form-image {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-image img {
  max-width: 100%;
  height: auto;
}

.contact-top-banner {
  background-image: url(./assets/img/c-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
}

.contact-top-banner h2 {
  text-align: center;
  align-self: center;
  margin-top: 100px;
  color: #fff;
  font-size: 45px;
  letter-spacing: 1px;
  font-family: Montserrat-regular;
  font-weight: 600;
}

.contact-top-banner p {
  text-align: center;
  align-self: center;
  color: #aaaab4;
  font-family: Montserrat-regular;
}

.contact-map{
padding: 0;
margin: 0;
overflow: hidden;
}

/* contact page end */

/* portfolio start */

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  padding: 50px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.service-card {
  background: white;
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2e2eff;
  margin-bottom: 15px;
  text-align: center;
}

.card-images {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 15px;
}

.card-images img {
  width: 45%;
  border-radius: 12px;
  object-fit: cover;
}

.service-card p {
  font-size: 15px;
  color: #333;
  flex-grow: 1;
  margin-bottom: 15px;
  text-align: center;
}

.service-card button {
  align-self: center;
  background-color: #2e2eff;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 10px 25px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.service-card button:hover {
  background-color: #1a1ad6;
}

.port-detail{
  margin-top: 50px;
  margin-bottom: 50px;
}

.port-detail p{
  font-size: 20px;
  text-align: justify;
}

.port-detail-head{
  align-self: center;
}

.port-description{
  box-shadow: 1px 2px 15px #d5d5d5;
  border-radius: 30px;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.port-why{
margin-top: 50px;
margin-bottom: 50px;
}

.align-self{
  align-self: center;
}

.port-why ul li{
font-size: 20px;
font-family: Montserrat-regular;
font-weight: bold;
}

.port-description h4{
text-align: center;
color: #342ff4;
font-size: 20px;
padding: 10px;
}

.port-description img{
  padding: 10px;
  }

  .port-description p{
    padding: 1px;
    font-size: 20px;
    }


    /* product page start */

    .camera-products {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
      padding: 40px 20px;
      font-family: 'Segoe UI', sans-serif;
    }
    
    .camera-card {
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 16px;
      padding: 20px;
      /* width: 280px; */
      text-align: center;
      box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
      transition: transform 0.3s ease;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    
    .camera-card:hover {
      transform: translateY(-5px);
      border-color: #2e2eff;
    }
    
    .camera-card img {
      width: 100%;
      height: auto;
      max-height: 220px;
      object-fit: contain;
      margin-bottom: 15px;
    }
    
    .camera-card h4 {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #333;
    }
    
    .camera-card button {
      background-color: #2e2eff;
      color: white;
      border: none;
      padding: 4px 53px;
      font-size: 14px;
      border-radius: 10px;
      cursor: pointer;
      transition: background-color 0.2s ease;
      font-family: Montserrat-regular;
      /* text-align: right !important; */
    }
    
    .camera-card button:hover {
      background-color: #1a1ad6;
    }

.btn-btn-product{
  text-align: right;
}    


.camera-card-detail-main {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 16px;
  padding: 20px;
  /* width: 280px; */
  text-align: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  margin-top: 20px;
  margin-bottom: 20px;
}

.camera-card-detail-main:hover {
  transform: translateY(-5px);
  border-color: #2e2eff;
}

.camera-card-detail-main img {
  width: 100%;
  height: auto;
  /* max-height: 10%; */
  object-fit: contain;
  margin-bottom: 15px;
}

.camera-card-detail {
  background: #fff;
  /* border: 1px solid #ccc; */
  border-radius: 16px;
  padding: 20px;
  /* width: 280px; */
  text-align: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
  margin-top: 20px;
  margin-bottom: 20px;
}

.camera-card-detail:hover {
  transform: translateY(-5px);
  border-color: #2e2eff;
}

.camera-card-detail img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: contain;
  margin-bottom: 15px;
}

.sub-title{
  color: #1a1ad6;
  font-size: 25px;
  text-align: left;
}

.camera-card-detail-ul{
  text-align: left;
  font-family: Montserrat-regular;
}

.description-para{
  text-align: justify;
  font-size: 17px;
  font-family: Montserrat-regular;
}


/* whatsapp float start */

.whatsapp-float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 4px 4px 6px #999;
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
}

/* whatsapp float end */