
/* TRANSPARENT Background */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3); /* Opacity .3 */
  backdrop-filter: blur(2px); 
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  transition: opacity .6s ease;
}

/* Main loader box */
.loader-wrapper {
  position: relative;
  width: 150px;
  height: 150px;
}

/* Rotating logo */
.loader-logo {
  width: 70px;
  height: 70px;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: logoRotate 3s linear infinite;
}

/* Common ring style */
.ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 6px solid transparent;
}

/* Individual colored half-circles */
.ring-red {
  border-top: 6px solid #DC143C;
  animation: rotateRed 2s linear infinite;
}

.ring-yellow {
  border-right: 6px solid #FF9900;
  animation: rotateYellow 2.4s linear infinite;
}

.ring-blue {
  border-left: 6px solid #004B93;
  animation: rotateBlue 2.8s linear infinite;
}

/* Animations */
@keyframes logoRotate {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes rotateRed {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes rotateYellow {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

@keyframes rotateBlue {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Hidden after load */
#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}



/*header part css start*/
#header{
	background: #004B93;
}

#navmenu ul li {
	padding: 10px;
	
}
#navmenu ul li a{
	font-size: 20px;
	font-weight: bold;
	color:#DC143C ;
	border-bottom: 2px solid transparent;
	transition:all linear .33s ;


}
#navmenu ul li a:hover{
	font-size: 20px;
	font-weight: bold;
	color:#FF9900;
	border-bottom: 2px solid #FF9900;
	transition:all linear .33s ;

}


/*navbar part css end*/
/*banner part css start*/
#banner_part, #skill_part, #service_part{
	background: url(../img/delowarbanner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	

}

#banner_part .banner_overlay, #skill_part .banner_overlay, #service_part .service_overlay{
	width: 100%;
	height: 100%;
	background: rgba(0, 75, 147, 0.33);
	padding: 15vh 0px;
}


.banner_body .banner_cont{	
	text-align: center;
	

}
.banner_body .banner_cont h1{
	color:#DC143C ;
	font-size: 60px;
	font-weight: bold;
}
.banner_body .banner_cont .animated_text{
	color: #FF9900;
	padding-top: 20px;
  font-size: 35px;
  font-weight: bold;
		 
}
.banner_body .banner_cont .animated_text{
   position: relative;
   height: 80px;
   overflow: hidden;

   

}
.banner_body .banner_cont .animated_text .first_text{
   width: 100%;
   overflow: hidden;
   text-wrap: nowrap;
    animation:textanimat1 6s infinite ;
    display: inline-block;
}
.banner_body .banner_cont .animated_text .second_text{
  
   overflow: hidden;
   text-wrap: nowrap;
    animation:textanimat2 6s infinite ;
    display: inline-block;

}
@keyframes textanimat1{
  0%{
    width: 0px;
  }
  25%{
    width: 90%;
  }
  50%{
    width: 0px;
  }
   
  75%{
    width: 0%;
  }
  100%{
    width: 0px;
  }
}
@keyframes textanimat2{
  0%{
    width: 0px;
  }
  25%{
    width: 0%;
  }

  50%{
    width: 0px;
  } 
  75%{
    width: 100%;

  }
  100%{
    width: 0px;
  }
}

.banner_body .banner_cont p{
		color: white;
		padding-top: 20px;
}
.banner_cont ul {
  display: flex; 
  align-items: center;
  padding: 0;
  margin-bottom: 50px;
}

.banner_cont ul li {
  list-style: none;
  margin-right: 20px;
  padding-top: 20px;
}

.banner_cont ul li a {
  display: flex;             
  justify-content: center;    
  align-items: center;        
  height: 50px;              
  width: 50px;                
  font-size: 25px;            
  color: white;
  background: #DC143C;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  transition: all linear .3s;     
}
.banner_cont ul li:hover a{
	transform: scale(1.2);                
  font-size: 25px;            
  color: white;
  background: #FF9900;
  border-radius: 10px;
  transition: all linear .3s;
}

/*banner section css end*/
/*About section css start*/

#about_part ,#why_chose{
	 position: relative;        
   padding-bottom: 150px;
	background: url(../img/about_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 0px;
}
#about_part .about_body .about_img{
	border: 5px solid white;
	padding: 20px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1.0);
	overflow: hidden;
}
#about_part .about_body .about_img img{
	border: 5px solid white;
	transition: all linear .33s;

}
#about_part .about_body .about_img:hover  img{
	border: 5px solid white;
	transform: scale(1.1);
	transition: all linear .33s;


}

#about_part .about_body .title_body{
	padding-top: 30px;
	display: flex;
  justify-content: center;

}
#about_part .about_body .title_body .section_title{
	background: #004B93;
	position: relative;
	border: 3px solid red;
	color: #DC143C;
	font-weight: bold;
	transition: all linear .33s;
}
#about_part .about_body .title_body .section_title .title_circle{
	background: white;
	position: absolute;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	border: 2px solid red;
	top: 0px;
	right: -15px;
	transition: all linear .5s;
    transform: translateY(-50%); 
}

#about_part:hover .title_circle{
	top: -40px;
	right: 270px !important;
	transition: all linear .5s;
	color: #FF9900;

}
#about_part:hover .section_title h1{
	color: #FF9900;
	transition: all linear .33s;
}
#about_part .about_body .about_content{
	text-align: justify;
}
#about_part .about_body .about_content h2{
	color: #DC143C;
	font-weight: bold;
}
#about_part .about_body .about_content h5{
	color: #FF9900;
	font-weight: bold;
}
#about_part .about_body .button_part .button_hire , .button_cv{
	background: #DC143C; 
	color: white;
	font-weight: bold;
	margin-right: 10px;
	font-size: 25px;
	transition: all linear .33s;

}
#about_part .about_body .button_part .button_hire:hover {
	color:#004B93;
	background:#FF9900 ;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1.0);
	transition: all linear .33s;
}

#about_part .about_body .button_part .button_cv:hover {
	color:#004B93;
	background:#FF9900 ;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1.0);
	transition: all linear .33s;
}


/*About section css end*/
/*skill section css start*/
.progress-bar {
  width: 0; /* Always start from 0 */
  transition: width 1.5s ease-in-out; /* Smooth transition */
}


/*skill section css end*/
/*why chose section css start*/

/* Title animation base */
.section-title {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #DC143C;
  text-transform: capitalize;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

/* Underline animation */
.section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #DC143C, #FF9900);
  border-radius: 5px;
  transition: width 0.7s ease-in-out;
}

/* Show animation */
.section-title.show {
  opacity: 1;
  transform: translateY(0);
}

.section-title.show::after {
  width: 100%;
}


#why_chose .chose_body img{
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .33);
}

#why_chose .chose_body .why_body .why_icon{
	font-size: 50px;
	color: #DC143C;
}

#why_chose .chose_body .why_body:hover .why_icon{
	color: #FF9900;
}
#why_chose .chose_body .why_body .why_cont:hover h2{
	color: #FF9900;
}

#why_chose .chose_body .why_body .why_cont h2{
	font-size: 23px;
	padding-top: 15px;
	color: #DC143C;
}
#why_chose .chose_body .why_body .why_cont p{
	text-align: justify;
}


#why_chose .chose_body .why_body_border{
	border-bottom: 2px solid lightgray;
	padding: 15px 0px;
}


/*why chose section css end*/
/*service section css end*/



/* Service Boxes */
#service_part .service_box {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  border: 3px solid #FF4500 !important; 
  box-shadow: 13px 10px 23px 7px rgba(252,252,252,0.2);
  transition: all 0.4s ease;
  
}

#service_part .service_box:hover {
  transform: scale(1.05); 
  border: 3px solid #FFD700; 
  box-shadow: 0px 0px 15px 5px rgba(252,252,252,0.7); 
}

/* Service Box Icon */
#service_part .service_box .icon {
  font-size: 60px;
  color: #DC143C;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

#service_part .service_box:hover .icon {
  color: #FF9900;
}

/* Service Box Title */
#service_part .service_box h4 {
  font-size: 22px;
  font-weight: 700;
  color: #DC143C;
  margin-bottom: 15px;
  transition: color 0.4s ease;
}

#service_part .service_box:hover h4 {
  color: #FF9900;
}

/* Service Box Description */
#service_part .service_box p {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  flex-grow: 1;
  text-align: justify;
}

/* Responsive */
@media (max-width: 991.98px) {
  #service_part .service_box {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  #service_part .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  #service_part .service_box h4 {
    font-size: 18px;
  }

  #service_part .service_box .icon {
    font-size: 45px;
    margin-bottom: 15px;
    text-align: center;
  }

  #service_part .service_box p {
    font-size: 14px;
    text-align: justify;
  }
}

/*service section css end*/
/*package section css start*/
#package_part{
	 position: relative;        
   padding-bottom: 150px;
	background: url(../img/about_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 0px;
}



.package_title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #DC143C;
  margin-bottom: 10px;
  position: relative;
}

.package_title h2::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #00AF09;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

.package_title p {
  color: #666;
  font-size: 1rem;

}

.package_type {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.price-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  transition: all 0.4s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
  border: 2px solid transparent;
  text-align: center;
}

.price-card:hover {
  transform: scale(1.07);
  border: 3px solid #DC143C;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .3);
}

.price-card.active {
  border: 3px solid #DC143C;
  
}

.package-logo {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.price-card h3 {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.price-card p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 20px;
  min-height: 50px;
}

.price-card h4 {
  color: #DC143C;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.book-btn {
  background: #DC143C;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.book-btn:hover {
  background: #FF9900;
  box-shadow: 0 4px 12px rgba(220, 20, 60,.3);
}

/*package section css end*/
/*count section css start*/
#counter_part {
  background: #004B93;
  padding: 60px 0;
}

.counter_box {
  width: 180px; 
  height: 180px; 
  background: #fff;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: all 0.5s ease, box-shadow 0.3s ease;
}

.counter_box:hover {
  transform: rotate(45deg) scale(1.1);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.counter_inner {
  transform: rotate(-45deg); 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.counter_icon {
  width: 50px; 
  height: 50px;
  background: #dc143c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px; 
  color: #fff;
  margin-bottom: 15px;
  transition: transform 0.5s ease, background 0.3s ease;
}

.counter_box:hover .counter_icon {
  transform: rotate(360deg);
  background: #ff9900;
}

.counter_number {
  font-size: 36px; 
  font-weight: bold;
  color: #dc143c;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.counter_box:hover .counter_number {
  color: #ff9900;
}

.counter_title {
  font-size: 21px; 
  font-weight: bold;
  color: #dc143c;
  text-align: center;
  transition: color 0.3s ease;


}

.counter_box:hover .counter_title {
  color: #ff9900;
}
/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  position: relative;
}

.close {
  color: #aaa;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

#bookForm input {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: 1px solid #ccc;
}

#bookForm button {
  background-color: #DC143C;
  color: #fff;
  border: none;
  padding: 12px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

#bookForm button:hover {
  background-color: #a00f2e;
}

.book-btn {
  color: #fff;
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 5px;
  cursor: pointer;
}

/*count section css end*/
/*galery  section css start*/
#portfolio_part {
  background: url(../img/about_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#portfolio_part .portfolio-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: all 0.4s ease;
  height: 300px;
}

#portfolio_part .portfolio-box img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

#portfolio_part .portfolio-box:hover img {
  transform: scale(1.1);
  filter: brightness(70%);
}

#portfolio_part .portfolio-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(220, 20, 60, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  opacity: 0;
  transition: all 0.4s ease;
  transform: scale(0.9);
}

#portfolio_part .portfolio-box:hover .portfolio-overlay {
  opacity: 1;
  transform: scale(1);
  border-radius: 12px;
}

#portfolio_part .portfolio-overlay h5 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;

}
#portfolio_part .portfolio-overlay a {
  background: #FF9900;
  
}

#portfolio_part .btn-warning {
  color: #000;
  font-weight: 600;
}

.filter-btn.active {
  background: #DC143C;
  color: #fff;
}


/*galery section css end*/
/*review section css end*/
/* basic resets */
#review_part { 
  background: #004B93;

}

.section_title { color:#DC143C; font-weight:700; font-size:28px; }

/* slider outer */
.slider {
  overflow: hidden;
  position: relative;
  padding: 30px 0px;
}

/* track (flex row) */
.slider-track {
  display: flex;
  gap: 24px;
  will-change: transform;
}

/* each slide occupies width depending on breakpoints */
.slide {
  flex: 0 0 calc((100% - 48px) / 3); 
  box-sizing: border-box;
}

/* review card */
.review_card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  height: 100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.review_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 40px rgba(0,0,0,0.12);
}

.review_card img {
  width:100px; height:100px; object-fit:cover; border-radius:50%;
  border:4px solid #fff; box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* title, stars, para */
.review_card h4 { margin:6px 0 0; color:#DC143C; font-size:18px; }
.review_card .stars { color:#FF9900; font-size:16px; }
.review_card p { color:#444; font-size:15px; line-height:1.5; margin-top:6px; }

/* responsiveness */
/* 2 per view */
@media (max-width: 992px) {
  .slide { flex: 0 0 calc((100% - 24px) / 2); } /* gap = 24 */
}
/* 1 per view */
@media (max-width: 576px) {
  .slide { flex: 0 0 100%; }
  .slider-track { gap: 16px; }
  .review_card { padding:20px; }
}

/*review section css end*/
/*contact section css start*/
#contact_part {
  background: url(../img/about_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0;
}

.section_head h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
}
.section_head h2 span {
  color: #dc143c;
}
.section_head p {
  color: #555;
  font-size: 1rem;
}

/* Contact Form */
.contact_form {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
.contact_form:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(220, 20, 60, 0.15);
}
.contact_form input,
.contact_form textarea {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 1rem;
  width: 100%;
  transition: border 0.3s ease;
}
.contact_form input:focus,
.contact_form textarea:focus {
  border-color: #dc143c;
  box-shadow: 0 0 8px rgba(220,20,60,0.2);
  outline: none;
}

.btn-send {
  background: #dc143c;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-send:hover {
  background: #ff9900;
  transform: scale(1.05);
}

/* Contact Info Cards */
.info_card {
  border-bottom: 3px solid red;
  padding: 10px 0px;
  text-align:left;  
  position: relative;
}

.icon_wrap {
  width: 70px;
  height: 70px;
  background: #dc143c;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  transition: all 0.6s ease;
}
.info_card:hover .icon_wrap {
  background: #ff9900;
  transform: rotate(360deg);
}
.info_card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}
.info_card p {
  color: #555;
  font-size: 1rem;
}

/* Social Icons */
.socials a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #dc143c;
  color: #fff;
  font-size: 20px;
  margin: 0 8px;
  transition: all 0.3s ease;
}
.socials a:hover {
  background: #ff9900;
  transform: scale(1.15) rotate(10deg);
}

/*contact section css end*/
/*blog section css end*/
#blog_part {
  background: #f8f9fa;
}

.blog_box img {
  transition: transform 0.3s;
  height: 300px;
}

.blog_box img:hover {
  transform: scale(1.05);
}

.blog_box h5 {
  color: #DC143C;
  margin-bottom: 10px;
}

.blog_box p {
  font-size: 14px;
  color: #333;
}

.blog_box a {
  color: #fff;
  background: #DC143C;
  transition: all 0.3s;
}

.blog_box a:hover {
  background: #FF9900;
  text-decoration: none;
}


/*blog section css end*/
/*footer section css end*/
#footer_part {
  background: #004B93;
  color: #fff;
  padding: 60px 0 20px;
}

.footer_title {
  color: #DC143C;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}

.footer_title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background:#FF9900 ;
  margin-top: 8px;
  border-radius: 3px;
}

.footer_text {
  color: #ddd;
  font-size: 15px;
  line-height: 1.6;
}

.footer_links,
.footer_contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_links li,
.footer_contact li {
  margin-bottom: 10px;
}

.footer_links li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.footer_links li a:hover {
  color: #FF9900;
  padding-left: 5px;
}

.footer_contact li i {
  color: #DC143C;
  margin-right: 8px;
}

.footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 30px;
  padding-top: 15px;
  font-size: 14px;
  color: #ddd;
}

/*footer section css end*/


/*book popup*/




