@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  /* font-family: 'Montserrat', sans-serif !important; */
  font-family: 'Poppins', sans-serif !important;

}
.mb-2{
  font-family: 'Poppins', sans-serif !important;
}

.logo-img2 {
  display: block;
  height: 100px;
  padding: 0;
}

.bg-nav .logo-img {
  display: block;
}

.logo-img {
  display: none;
}

.logo-img {
  height: 70px !important;
  padding: 10px 0;
}

.bg-nav {
  background: #fff;
}

.logo-img {
  display: none;
}


.logo-img{
  height: 95px !important;
}

@media (max-width: 980px) {
  .logo-img {
    height: 66px !important;
  }

  .heading-mob1 {
    font-size: 36px !important;
    line-height: 1.2 !important;
    
  }
  
  .testimonials12 {
    padding: 5% 6% 13% 6% !important;

  }
  
}


.mob-banner {
  display: none;
}
.mob-hidden {
  display: block;
}
.desk-hidden {
  display: none;
}
.responsive-heading-2 {
  font-family: 'Montserrat', sans-serif !important;
	font-size: 45px; 
}
@media (max-width: 980px) {

  .mob-banner {
      display: block;
  }

  .mob-banner::after {
      content: '';
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;


      background: rgba(0, 0, 0, 0.350);

      z-index: 5;
      padding-left: 30px;
  }

  .mob-hidden {
      display: none;
  }
  .desk-hidden {
      display: block;
  }
  .responsive-heading-2 {
		font-size: 24px; 
	}
}


@media (min-width: 1800px) {
  .carousel-item img{
    height: 100% !important;
  }
}

@media (max-width: 980px) {
  #welcome h6 {
    width: 100% !important;
  }
}

.cust-btn {
    align-items: center;
    border-style: solid;
    border-width: 1px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
  
    justify-content: center;
    letter-spacing: .02em;
  
    padding: 12px 40px !important;
    position: relative;
    transition: background-color .2s, color .2s;
    border-color: #fff !important;
    color: #fff !important;
    border-radius: 0 !important;
    margin-top: 10px;
}

.cust-btn:hover {
    background: #15161f;
    /* border: 1px solid #fff; */
}


.banner-para {
  width: 60%;
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 980px) {
  .banner-para {
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
  }
}

.contact-form{
  bottom: 80px !important;
}

@media (max-width: 980px) {
  .contact-form{
  bottom: 10px !important;
  }
}



/* navbar22222222222222222 */


.nav-container {
  /*max-width: 1200px;*/
  width: 100%;/
  margin: auto;
  padding: 3% 0;
}



/* ............/navbar/............ *
      
      /* desktop mode............/// */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  /* box-shadow: 0px 5px 10px 0px #aaa; */
  /* position: fixed; */
  width: 100%;
  background: #fff;


  /* color: #000; */
  /* opacity: 0.85; */
  /* height: 50px; */
  z-index: 12;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 90px;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.menu-items a {
  font-family: "Montserrat", sans-serif;
  /* color: #FF3131; */
  color: #000;
  /* margin: 12px; */
  font-size: 16px;
  font-weight: 600;

  transition: color 0.3s ease-in-out;
  text-decoration: none;
}

.menu-items a:hover {
  color:#FF3131 ;
  transition: color 0.3s ease-in-out;
}

.logo {
  order: 1;
  /* font-size: 2.3rem; */
  /* margin-top: 0.5rem; */
  /* height: 50px; */
}


@media(max-width: 1180px) and (min-width: 760px) {
  .menu-items {
    order: 2;
    display: flex;
    align-items: center;
    margin-top: -45px !important;
  }
}


/* ......../ media query /.......... */

@media (max-width: 1180px) {


  .navbar {
    /* opacity: 0.95; */
  }

  .navbar {
    /* box-shadow: 0px 5px 10px 0px #aaa; */
    /* position: fixed; */
    width: 100%;


    /* color: #000; */
    /* opacity: 0.85; */
    /* height: 50px; */
    z-index: 12;
  }

  .menu-items {
    order: 2;
    display: flex;
    align-items: center;
    margin-top: -27px;
  }

 

  .nav-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 4.5% 3%;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: block;
    position: relative;
    height: 64px;
  }

  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    right: 20px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 20px;
    width: 25px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #FF3131;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 150px;
    background: #fff;
    height: 100vh;
    max-width: 300px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -70px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    /* box-shadow: 5px 0px 10px 0px #aaa; */
    position: relative;
    z-index: 200;
  }

  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;
    top: 0px;
    /* left: 15px; */
    /* font-size: 2rem; */
    z-index: 500;
    height: 65px;
  }

  .navbar-container input[type="checkbox"]:checked~.menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked~.hamburger-lines .line3 {
    transform: rotate(-35deg);
  }
}



/* Nabvar dropdowm ********************/

.dropdown-menu.show{
  background: #fff !important;

}

.dropdown-item {
display: block;
width: 100%;
/* padding: 0.25rem 1rem; */
/* padding: 0; */
clear: both;
/* font-weight: 400; */
color: white;
text-align: inherit;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border: 0;
font-size: 14px;

}

.dropdown-menu a:hover{
background:#fff!important;

}

.dropdown-menu{
padding: 0.5rem 0.9rem 0.5rem 0 !important;
}

.dropdown-menu[data-bs-popper] {

left: -20px !important;
margin-top: 1.6rem !important;
}

@media (max-width: 768px) {
.dropdown-menu[data-bs-popper] {

  left: 0;
  margin-top: 0.125rem;
}
#welcome{
  padding: 6% 0 5% 6%!important;
}

.dropdown-menu[data-bs-popper] {

  left: 0px !important;
  margin-top:0 !important;
  }


.dropdown-menu{
  padding: 0.5rem 0.4rem 0.5rem 0 !important;
}

.dropdown-menu a {
  margin-left: 0;
  color: #FF3131;
  margin: 8px;
  font-size: 12px;
  font-weight: 400px;
  transition: color 0.3s ease-in-out;
  text-decoration: none;
}

.dropdown-menu a:hover{
  background: white;
}

.navbar .menu-items .dropdown-menu li {
  margin-bottom: 0rem;
  font-size: 1.3rem;
  font-weight: 500;
}


}


.dropdown-menu a {
margin-left: 0;
  color: #000;
}

/* ///////////////// */




.form-control {
  width: 100%;
  background: #fff !important;
  border-bottom: 1px solid #FF3131 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  color: #000 !important;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FF3131 !important;
  opacity: 1; /* Firefox */
}

#footer a{
  text-decoration: none;
  color: white;
}






.contact-form {
  border: 2px solid #000 !important;
}

.carousel-item::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;


  background: rgba(0, 0, 0, 0.400);
  /* background:rgb(158, 158, 158); */


  z-index: 5;
  padding-left: 30px;
}

.carousel-container {
  position: absolute;
  top: 20%;
  z-index: 10;
  right: 0;
  left: 0;
  padding: 10% 5% 7%;
}

@media (max-width: 980px) {
  .carousel-container {
      position: absolute;
      top: 15%;
      z-index: 10;
      right: 0;
      left: 0;
      padding: 10% 5% 7%;
  }

  .carousel-container p {
      width: 100% !important;
  }

}


.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: none !important;

}

.cust-card {
  transition: .5s ease;

  position: relative;
  height: 320px;
  width: 100%;

}

.cust-card:hover {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px,
   rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;


.p a{
    text-decoration: none !important;
    color: inherit !important;
}
}
.form-clor{
    flex: 0 0 auto;
    width: 49%!important;
    display: inline-block;
    }
    .btnnews {
      color: #FF3131 !important; 
      border-color: #FF3131 !important;
    }
    .btnnews a {
      color: #FF3131 !important; 
      border-color: #FF3131 !important;
    }

    .dropdown-menu li:hover .sub-menu {
 visibility: visible;
}

.dropdown:hover .dropdown-menu {
	 display: block;
	 width: 215px;
}

.navbar-right .dropdown-menu {
 right:none !important; 
}
.form-control{
  width: 100%!important;
}
.btnnewssd{
  color: #FF3131 !important;
    border-color: #FF3131 !important;
}

/***** testimonials - carsole *****/
.carousel-indicators {
  z-index: +99999 !important;
}

.carousel-indicators [data-bs-target] {
  width: 10px !important;
  height: 10px !important;
  background-color: #FF3131 !important;
}

.carousel-indicators {
  margin-bottom: -2rem;
}

.carousel-item::after {
  background: transparent !important;
  background: transparent !important;
}

.carousel-indicators {
  margin-bottom: -3rem !important;
}

<!-- Top Bar -->
.bg-light {
  padding: 5px 0;
}

.top-bar {
  background-color: lightgrey; /* Light grey background */
  padding: 5px 0;
}

.top-bar a {
  color: #000;
  text-decoration: none;
}

.top-bar a:hover {
  color: #000;
  text-decoration: underline;
}

.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: large;
}

.social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.social-icons li a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.top-bar span {
  font-size: 15px;
  margin-right: 15px;
}

.top-bar i {
  margin-right: 5px;
}

.ml-3 {
  margin-left: 15px;
}

.d-flex {
  display: flex;
}

.right {
  text-align: right;
}

.txt-video {
  width: 60%; 
  font-size: 16px; 
  line-height: 1.6;
}

.txt-area {
  position: absolute; 
  top: 19%; 
  z-index: 10; 
  right:0; 
  left: 0; 
  padding: 5% 5% 7%;
}

.bg-nav.shadow .menu-items a {
  color: #000 !important;
}

.bg-nav.shadow .menu-items a:hover {
  color: #000 !important;
}

@media (min-width:320px) and (max-width: 768px) {

  .bg-light {
    padding: 5px 0;
  }

  .left {
    text-align: center;
  }

  .right {
    text-align: center;
    display: grid;
  }

  .txt-area {
    padding: 20% 5% 7%;
  }

  .txt-video {
    width: 100%;
  }

  .menu-items a {
    color: #000;
  }

  .logo-img {
    margin-top: 5px;
  }

  .top-bar-mob {
    padding-top: 25px;
    position: relative;
  }

  .logo-img2 {
    height: 61px !important;
  }
}

/***** phone desktop and mobile *****/
.ph-desk {
	color: #fff !important;
	text-decoration: none;
}

.ph-desk:hover {
	color: #fff !important;
	text-decoration: none;
}


@media (min-width: 320px) and (max-width: 768px) {
	.ph-desk {
		color: #fff !important;
  		text-decoration: none;
	}

	.ph-desk:hover {
		color: #fff !important;
  		text-decoration: none;
	}
}









.features-section {
        max-width: 1100px;
        margin: 80px auto;
        padding: 40px 20px;
    }

    .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 30px;
    }

    .feature-item {
        background: #ffffff;
        padding: 25px;
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        gap: 18px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .feature-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    }

    .feature-icon {
        font-size: 22px;
        color: #1e73be;
        min-width: 40px;
        text-align: center;
    }

    .feature-text {
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }


.mob {
  display: none
}

@media (min-width: 320px) and (max-width: 768px) {
  .mob {
    width: 100% !important;
    
    display: block;
  }

  .desk {
    display: none;
  } 
}

.our-projects { font-size: 24px;   }

@media (min-width: 1080px) and (max-width: 1250px) {

	.our-projects { font-size: 19px;   }
	.our-projects-p { font-size: 11px;   }
	
}

@media (min-width: 1250px) and (max-width: 1350px) {
	.our-projects { font-size: 19px;   }
	.our-projects-p { font-size: 13px;   }
	
}

/* Mobile equal spacing fix */
@media (max-width: 768px) {

  .design-card .col-lg-4 {
    margin-bottom: 25px !important;   /* cards ke darmiyan equal gap */
  }

  .design-card i {
    font-size: 40px;
    display: block;
    margin-bottom: 8px !important;   /* icon aur heading ke darmiyan same gap */
  }

  .design-card h3 {
    font-size: 22px !important;
    margin: 0;
  }
  .newsection {

    margin-top: -62px !important;
  }
  .sectionhd {

    margin-top: -13%;

  }
  .form-control {
    font-size: 12px !important;

  }

}