
 
 @import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
 
 
   Responsive Slider
-------------------- */
@media (max-width: 767px) {
  .single_slider {
    min-height: 60vh;              /* Mobile वर कमी उंची */
    align-items: flex-start !important; /* वर हलवा */
    padding-top: 100px;            /* Menu खाली gap */
  }

  .slider_text h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .slider_text p {
    font-size: 14px;
  }

  .slider_text .boxed-btn3 {
    font-size: 13px;
    padding: 6px 12px;
  }
}

/* --------------------
   Navigation Links
-------------------- */
#navigation li a,
#navigation li a:hover {
  text-decoration: none !important;
}

/* --------------------
   Services Section
-------------------- */
.single_service .thumb {
  width: 100%;
  height: 220px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single_service .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .single_service .thumb {
    height: 180px; 
  }
}

/* --------------------
   Outline Button
-------------------- */
.outline-btn {
  display: inline-block;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  border: 2px solid #000;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease;
}

.outline-btn:hover {
  background-color: #000;
  color: #fff;
}

/* --------------------
   Call Info
-------------------- */
.call-info {
  display: flex;
  flex-direction: */
  gap: 4px;              */
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.call-info span {
  white-space: 
}


.grid {
  margin: -15px;
}

.grid-item {
  padding: 15px;
}

.single_gallery {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease-in-out;
}

.single_gallery:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

.single_gallery .thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.single_gallery:hover .thumb img {
  transform: scale(1.06);
}


.gallery_hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.75));
  opacity: 0;
  transition: all 0.3s ease;
}

.single_gallery:hover .gallery_hover {
  opacity: 1;
}

/* Title */
.gallery_hover h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  line-height: 1.4;
}

/* Icon */
.gallery_hover .icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #ff5a3c;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.gallery_hover .icon a:hover {
  background: #fff;
  color: #ff5a3c;
}

 
 @-webkit-keyframes pulse{
  0%{
    -webkit-transform: scale(0.9);
  }
  50%{
    -webkit-transform: scale(1.1);
  }
  100%{ 
    -webkit-transform: scale(0.9);
  }
}
.mypage-alo-phone {
    position: fixed;
    right: 30px;
    bottom:80px;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 200000 !important;
}
.mypage-alo-ph-img-circle {
     width: 60px;
    height: 60px;
    top: 29px;
    left: 64px;
    position: absolute;
     z-index: 200000 !important;
    
        background:  url(https://i.imgur.com/J9AXAq7.png) no-repeat center center; no-repeat center center;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        opacity: .7;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #ED1C24;
        background-size: 70%;
      -webkit-animation: pulse 01s infinite;
}
/*.mypage-alo-ph-circle-fill {*/
  
/*    width: 60px;*/
/*    height: 60px;*/
/*    top: 28px;*/
/*    left: 28px;*/
/*    position: absolute;*/
/*    -webkit-transition: all 0.2s ease-in-out;*/
/*    -moz-transition: all 0.2s ease-in-out;*/
/*    -ms-transition: all 0.2s ease-in-out;*/
/*    -o-transition: all 0.2s ease-in-out;*/
/*    transition: all 0.2s ease-in-out;*/
/*    -webkit-border-radius: 100%;*/
/*    -moz-border-radius: 100%;*/
/*    border-radius: 100%;*/
/*    border: 2px solid transparent;*/
/*    -webkit-transition: all .5s;*/
/*    -moz-transition: all .5s;*/
/*    -o-transition: all .5s;*/
/*    transition: all .5s;*/
/*    background-color: rgba(241, 168, 5, 0.5);*/
/*    opacity: .75 !important;*/
/*    -webkit-animation: pulse 1s infinite;*/
/*}*/
.mypage-alo-ph-circle{
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color:#ffb56b;
    opacity: .5;
}


button.wh-ap-btn {
	outline: none;
	width: 60px;
	height: 60px;
	z-index:200000 !important;
	border: 0;
	background-color: #2ecc71;
	padding: 0;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
	content: "";
	background-image: url("//i.imgur.com/cAS6qqn.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
}

button.wh-ap-btn:hover {
	opacity: 1;
	background-color: #20bf6b;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index:99999999;
}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 15px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}

button.wh-ap-btn::before {
	/*content: "Chat with me";*/
	display: block;
	position: absolute;
	margin-left: -130px;
	margin-top: 16px;
	height: 25px;
	background: #49654e;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	border-radius: 3px;
	width: 0;
	opacity: 0;
	padding: 0;
	transition: opacity 0.4s, width 0.4s, padding 0.5s;
	padding-top: 7px;
	border-radius: 30px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.wh-fixed > a:hover button.wh-ap-btn::before {
	opacity: 1;
	width: auto;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
}

/* animacion pulse */

/*.whatsapp-pulse {*/
/*	width: 60px;*/
/*	height: 60px;*/
/*	right: 10px;*/
/*	bottom: 10px;*/
/*	background: #10b418;*/
/*	position: fixed;*/
/*	text-align: center;*/
/*	color: #ffffff;*/
/*	cursor: pointer;*/
/*	border-radius: 50%;*/
/*	z-index: 99;*/
/*	display: inline-block;*/
/*	line-height: 65px;*/
/*}*/

/*.whatsapp-pulse:before {*/
/*	position: absolute;*/
/*	content: " ";*/
/*	z-index: -1;*/
/*	bottom: -15px;*/
/*	right: -15px;*/
/*	background-color: #10b418;*/
/*	width: 90px;*/
/*	height: 90px;*/
/*	border-radius: 100%;*/
/*	animation-fill-mode: both;*/
/*	-webkit-animation-fill-mode: both;*/
/*	opacity: 0.6;*/
/*	-webkit-animation: pulse 1s ease-out;*/
/*	animation: pulse 1.8s ease-out;*/
/*	-webkit-animation-iteration-count: infinite;*/
/*	animation-iteration-count: infinite;*/
/*}*/

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		-webkit-transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0.3);
		opacity: 1;
	}
	50% {
		transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

 
 
 .popup-form {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            max-width: 400px;
            background: linear-gradient(135deg, #c0212f, #0a3057); /* Dark blue gradient */

            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            padding: 20px;
            z-index: 1000;
            display: none;
        }
        
        @media screen and (max-width: 480px) {
    .popup-form {
        width: 70%;       /* Slightly smaller on mobile */
        max-width: 300px; /* Reduce max-width */
        padding: 15px;    /* Less padding for small screens */
    }
    #openPopupBtn{
        font-size: 13px;
    
    padding: 5px 10px;
    }
     .popup-form h2 {
            font-size:20px;
            color: #333;
        }
       
        
         .close-btn {
            
           
           
            border: none;
            font-size: 12px;
            cursor: pointer;
            color: #333;
        }

}

        .popup-form h2 {
            margin: 0 0 20px;
            color: white;
        }
         .popup-form p {
            margin: 0 0 20px;
            color: white;
        }

        .popup-form input[type="text"],
        .popup-form input[type="email"],
        .popup-form input[type="tel"] {
            width:95%;
            padding: 10px;
            margin-bottom: 15px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }

        .popup-form button {
            /*width: 100%;*/
            padding: 10px;
            background-color: white;
            color: black;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }

        .popup-form button:hover {
            background-color: #EDEADE;
        }

        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            z-index: 999;
        }

        .close-btn {
            position: absolute;
            top: 10px;
            right: 15px;
            background: transparent;
            border: none;
            font-size: 18px;
            cursor: pointer;
            color: #333;
        }

        .close-btn:hover {
            color: #ff0000;
        }

        
#openPopupBtn {
    position: fixed;
    top: 50%;
    font-size: 18px;
    right: 20px;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: right center;
    padding: 12px 25px;
    background: linear-gradient(135deg, #c0212f, #0a3057); /* Dark blue gradient */
    color: #fff;
    border: none;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    z-index: 1001;
    box-shadow: -3px 3px 12px rgba(0,0,0,0.5);
    font-weight: 600; /* Extra bold */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

#openPopupBtn:hover {
    background: linear-gradient(135deg,  #c0213f, #0a3060); /* Gradient swap on hover */
    transform: translateY(-50%) rotate(90deg) scale(1.1);
    box-shadow: -4px 4px 18px rgba(0,0,0,0.6);
    color: white;
}

/* Optional: subtle attention animation */
@keyframes pulse {
    0% { transform: translateY(-50%) rotate(90deg) scale(1); }
    50% { transform: translateY(-50%) rotate(90deg) scale(1.05); }
    100% { transform: translateY(-50%) rotate(90deg) scale(1); }
}

#openPopupBtn.animate {
    animation: pulse 2s infinite;
}

.blur{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    background: url('1.jpg') no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    backdrop-filter: blur(8px) !important ; 
  }

 .container1 {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cardglass {
    width: 350px;
    padding: 50px;
    border-radius: 20px;
    background: rgb(241 0 0 / 56%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    color: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .cardglass:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  }

  .cardglass h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .cardglass p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #f0f0f0;
  }
  
  
  
  
  
  .projects-section1 {
    padding: 60px 5%;
    background: transparent;
    margin-top:-80px;
  }

  .projects-section1 h2 {
    text-align: center;
    font-size: 2.2rem;
    color: white;
    margin-bottom: 40px;
    letter-spacing: 1px;
  }

  .projects-container1 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }

  .project-card1 {
    position: relative;
    width: 380px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    background: #000;
    transition: transform 0.3s ease;
  }

  .project-card1:hover {
    transform: translateY(-10px);
  }

  .project-card1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: opacity 0.3s ease;
  }

  .project-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.85);
    color: white;
    padding: 20px;
  }

  .project-info h3 {
    font-size: 1.2rem;
    margin: 0 0 5px;
    color: white;
  }

  .project-info p {
    font-size: 0.9rem;
    margin: 5px 0;
    color: white;
        font-weight: 600;

        z-index:999 !important;

  }

  .project-status {
      color: white !important;
    /*background: #c95d2a;*/
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 0;
    text-align: center;
    /*margin-top:-40px;*/
    z-index:999 !important;
    /*display:inline-block;*/
    /*width:40%;*/
    
  }
  .project-status h5{
      color: red !important;
  }

  @media (max-width: 768px) {
    .projects-container1 {
      flex-direction: column;
      align-items: center;
    }

    .project-card1 {
      width: 90%;
    }
  }