
/*------------------------------------------------------
	BASIC STYLES 
--------------------------------------------------------*/
body {
  background: white;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 28px;
  color: #777777;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
.section-heading {
  margin-bottom: 70px;
  text-align: center;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 56px;
}

.section-heading h2 em {
  font-style: normal;
  color: #ed3237;
}

.section-heading h6 {
  color: #ed3237;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.section-heading h2 span {
  color: #ed3237;
  font-weight: 700;
  opacity: 1;
  text-transform: capitalize;
}
.section-heading span {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ed3237;
  opacity: 0.15;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #31373a;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}


h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  line-height: 1.7;
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/* p {
  margin: 1rem 0 20px 0;
} */
p img {
  margin: 0;
}
p.lead {
  font-size: 28px;
  line-height: 36px;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
  color: #31373a;
}

a,
a:visited {
  /* color: #ed3237; */
  text-decoration: none !important;
  outline: 0;
}

/* a:hover,
a:focus,
a:active {
  color: #777777;
} */

p a,
p a:visited {
  line-height: inherit;
}

::-moz-selection {
  background-color: #d3dde0;
  text-shadow: none;
}

::-webkit-selection {
  background-color: #d3dde0;
  text-shadow: none;
}

::selection {
  background-color: #d3dde0;
  text-shadow: none;
}

img::selection {
  background-color: transparent;
}

img::-moz-selection {
  background-color: transparent;
}

.subtract-bottom {
  margin-bottom: -40px !important;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 20px !important;
}

.add-bottom {
  margin-bottom: 40px !important;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

.footer-menu,
.copyright-text {
  text-align: center;
}

.main-nav ul,
.main_menu,
.main_menu li ul,
#filters,
.pages,
.project-single .meta-post,
.archive-wrapper .archive-list,
.categories ul,
.thumbs,
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:visited {
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.service-section,
.first-widget {
  position: relative;
  margin-top: 108px;
}


/*------------------------------------------------------
	HEADER STYLES 
--------------------------------------------------------*/
/* 
.icons-social a {
  display: inline-block; 
  transition: background-color 0.3s ease; 
}

.icons-social a:hover {
  background-color: floralwhite; 
  border-radius: 50%;
}

.small-header {
  background-color: #ff554e;
  padding: 8px;
}

.header_parent {
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

  
.contact_details{
  display: flex;
  width: 60%;
  align-items: center;
  justify-content: space-around;
}
.conatct a,
.email a {
  margin-right: 15px;
  color: white;
  padding: 7px;
  border-radius: 5px;
  font-weight: 600;
}

.site-header {
  
  position: sticky;
  top: 0px;
  width: 100%;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 3px;
  z-index: 1001;
  overflow: visible;
  transition: padding 0.3s ease-in-out;
  -moz-transition: padding 0.3s ease-in-out;
  -webkit-transition: padding 0.3s ease-in-out;
}

.logoImage {

  max-width: 20rem;
  
}

.header_icon{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fd5b5b;
color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_icon:hover{
  color: black;
}
.main-nav ul li {
  float: left;
  display: block;
  position: relative;
}

.main-nav1{
  display: flex;
   justify-content: space-between;
   width: 80%;
   margin: 0 auto;
   align-items: center;
   padding: 2rem;
}
.main-nav ul li a {
  color: #31373a;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 7px 14px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.main-nav ul li a:hover {
  color: #ed3237;
}


.main-nav ul li a i {
  font-size: 13px;
  color: white;
}
.icons-social {
  background-color: #ff554e;
  margin-left: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.main-nav ul li.active a {
  color: #ed3237;
  background-color: #f1f4f5;
}
.main-nav ul li ul {
  display: none;
  top: 100%;
  left: 0;
  margin-top: 5px;
  position: absolute;
  width: 220px;
  background-color: white;
  border: 2px solid #f1f4f5;
}
.main-nav ul li ul li {
  margin-left: 0;
  width: 100%;
  border-bottom: 1px solid #dce4e6;
}
.main-nav ul li ul li:last-child {
  border-bottom: none;
}
.main-nav ul li ul li a {
  background-color: transparent !important;
  color: #777777 !important;
  text-transform: capitalize;
  font-weight: 600;
}
.main-nav ul li ul li a:hover {
  color: #ed3237 !important;
}
.main-nav ul li ul li:last-child a {
  border-bottom: none;
}



a.menu-toggle-btn {
  float: right;
  margin-right: 20px;
  color: #31373a;
  font-size: 14px;
  display: block;
  margin-top: 21px;
}
a.menu-toggle-btn i {
  font-size: 18px;
}

.main_menu li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main_menu li ul li {
  margin-left: 20px;
}
.main_menu li ul li:before {
  content: "-";
  color: gray;
  margin-right: 10px;
} 

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn {
  padding: 10px 16px; 
  font-size: 16px; 
  border: none; 
  cursor: pointer; 
}

.dropdown {
  position: relative; 
}

.dropdown:hover .dropdown-content {
  display: block; 
}

.dropdown-content {
  display: none; 
  position: absolute; 
  background-color: #f9f9f9; 
  min-width: 160px; 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
  z-index: 1; 
}


.dropdown-content a {
  color: black; 
  padding: 12px 16px;
  text-decoration: none; 
  display: block; 
}

.dropdown-content a:hover {
  background-color: #f1f1f1; 
}


.dropdown-content.show {
  display: block; 
}

.dropdown-content a:hover {
  background-color: #ddd; 
  color: #333;
}
.dropdown-content {
  transition: all 0.3s ease; 
}
.dropdown-content {
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.menu-item {
  position: relative;
}
.menu-link {
  display: block;
  padding: 15px;
  color: white;
  text-decoration: none;
}
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #444;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-menu-item a {
  padding: 10px 15px;
  color: white;
  text-decoration: none;
  display: block;
}


.menu-toggle-btn {
  font-size: 24px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
}


.close-icon {
  display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content.show {
  display: block;
}

.responsive_menu {
  display: none;
  position: absolute;
  padding: 20px;
  width: 100%;
  padding: 20px;
  background-color: rgba(49, 55, 58, 0.98);
  z-index: 1000; 
  border-top: 1px solid #ddd; 
}
.responsive_menu.active {
  display: block;
}
.responsive_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.responsive_menu ul li {
  border-bottom: 1px solid #ddd; 
}

.responsive_menu ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #f5efef; 
}
.X-mark{
  font-size: 35px;
  position: relative;
  left: 200px;
  top: 10px;
  color:white;
}
.responsive_menu li {
  width: 100%;
}
.responsive_menu a {
  width: 100%;
} */


/* new header style  */

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
  padding: 0px 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.icons-social a {
  display: inline-block; 
  transition: background-color 0.3s ease; 
}


.main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_logo {
  margin-right: auto; 
}
.main-nav1{
  display: flex;
   justify-content: space-between;
   width: 80%;
   margin: 0 auto;
   align-items: center;
   padding: 10px 0;
}
.main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; 
  justify-content: center; 
  flex-grow: 1; 
}


.main-nav ul li {
  float: left;
  display: block;
  position: relative;
}


.main-nav ul li a {
  color: #31373a;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 7px 14px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.main-nav ul li a:hover,
.main-nav ul li.active a {
  color: #eb1e28;
}

.header_logo img {
  max-width: 150px;
}

.social-icons li {
  margin-left: 8px; 
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  min-width: 160px;
  overflow-y: auto; 
  max-height: 300px; 
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.responsive-navigation {
  display: none;
}

.menu-icon,
.close-icon {
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
  z-index: 1001; 
  position: relative; 
  color: red;
}


.close-icon {
  display: none;
}

.responsive_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9); 
  z-index: 999; 
  padding-top: 100px;
  overflow-y: auto; 
}

.responsive_menu.open {
  display: block;
  opacity: 1;
}


.responsive_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.responsive_menu li {
  padding: 8px 0;
}

.responsive_menu li a {
  font-size: 16px; 
  color: #fff;
  text-decoration: none;
  display: block;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.responsive_menu.open li a {
  opacity: 1;
  transform: translateY(0);
}
.responsive_menu li a:hover {
  color: #eb1e28;
}

.menu-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1001;
  position: fixed;
  top: 15px; /* Reduced top space */
  right: 20px;
}

.menu-toggle-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1001; 
  position: fixed;
  top: 20px;
  right: 20px;
} 

.sub-menu {
  display: none;
}

.sub-menu.open {
  display: block;
  max-height: 400px; 
  overflow-y: auto;
}

.sub-menu-item {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
}


.header_icon {
  font-size: 20px;
  margin-left: 8px;
  color: #333;
}

.header_icon:hover {
  color: #eb1e28;
}


@media (max-width: 991px) {
  .main-nav {
    display: none;
  }

  .responsive-navigation {
    display: block;
  }

  .header_logo img {
    max-width: 120px;
  }

  .responsive_menu ul li {
    font-size: 18px;
  }

  .responsive_menu ul li a {
    padding: 12px 0;
  }
}


@media (max-width: 767px) {
  

  .header_logo img {
    max-width: 90px; /* Smaller logo for more space */
  }


  .main_menu li a {
    font-size: 16px;
  }


  .responsive_menu li a {
    font-size: 15px; /* Slightly smaller font size */
    padding: 10px 0; /* Tighter padding */
  }
}


/* front video after header style */


.frontvideo {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start; 
  align-items: flex-start; 
  /* Animation */
  animation: fadeIn 2s ease-in-out;
}

.caption {
  position: absolute; 
  top: 57px;
  left: 100px;
  z-index: 10;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
 
}

.slogan-container {
  display: inline-block;
  text-align: left; 
  text-align:justify ;
}

.slogan-text {
  font-size: 24px;
  line-height: 1.4;
  background-color:#db5a43;
  padding: 1rem;
  border-radius: 0 10px 0 10px;
  width: fit-content;
}

.slogan-text-secondary {
  margin-top: 10px; 
  margin-left: 49px;
}

.slogan-description {
  margin-top: 10px;
  max-width: 600px;
  text-align: left; /* Align text to the left */
  font-size: 18px;
  color: aliceblue;
  word-wrap: break-word;
  width: 98%; /* Ensure it takes full width available */
}

/* Highlighted text styling */
.highlighted-text {
  color: white;
  font-family: inherit;
}

/* Responsive styling for smaller screens */
@media screen and (max-width: 768px) {
  .caption {
    top: 10px;
    left: 10px;
    max-width: 100%; /* Ensure it doesn’t exceed the viewport width */
  }
  
  .slogan-text {
    font-size: 12px;
  }
  
  .slogan-description {
    font-size: 13px;
  }
  .frontvideo{
    height: 60vh;
  }
}

/* Animation for video-overlay */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*------------------------------------------------------
	General Styling 
--------------------------------------------------------*/
.light-content {
  background-color: white;
  width: 100%;
}

.dark-content {
  /* background-color: #31373a; */
  background-color: #f1f5f7;
  width: 100%;
  padding: 70px 0 80px 0;
}
.dark-content .section-header .section-title {
  color: white;
}
.dark-content .section-header .section-desc {
  color: #939ea4;
}

.section-header {
  text-align: center;
}
.section-header .section-title {
  font-size: 30px;
  font-weight: 600;
}

.larger-text {
  font-size: 18px;
  line-height: 36px;
}

.light-text {
  color: #aaaaaa;
}

.large-button {
  padding: 15px 20px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.large-button.white-color {
  color: #31373a;
  background-color: white;
}

.main-button {
  padding: 12px 15px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

a.main-button.accent-color {
  background-color: #ed3237;
  color: white;
}
a.main-button.accent-color:hover {
  background-color: #31373a;
}

.icon-button {
  margin-left: 15px;
}

.last-item-margin {
  margin-bottom: 100px;
}

label {
  font-weight: normal;
  color: #aaaaaa;
}

input,
textarea {
  border: 0;
  color: #777777;
  padding: 8px 14px;
  background-color: #f1f4f5;
  border: 1px solid #f1f4f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

input:focus,
textarea:focus {
  background-color: white;
  border-color: #dce4e6;
}

.mainBtn {
  background-color: #ed3237;
  padding: 7px 17px;
  color: white;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 250ms ease-in;
  -moz-transition: background 250ms ease-in;
  -ms-transition: background 250ms ease-in;
  -o-transition: background 250ms ease-in;
  transition: background 250ms ease-in;
}
.mainBtn:hover {
  background-color: #ff6962;
}

button {
  outline: 0;
  border: 0;
}

input.mainBtn:focus,
input.mainBtn {
  background-color: #ed3237;
  border: 0;
}

#homeIntro {
  background-image: url("../images/includes/homeintro.jpg");
}



#contact {
  background-image: url("../images/includes/contact.jpg");
}

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}

.parallax-overlay {
  background-color: rgba(0, 0, 0, 0.65);
}

.pageTitle {
  padding-top: 70px;
  padding-bottom: 70px;
}

.page-title {
  color: white;
  margin: 5px 0 0 0;
  font-size: 30px;
  font-weight: 800;
}

.page-location {
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 14px;
  padding: 7px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.home-intro-content {
  padding: 11em 0;
  text-align: center;
}
.home-intro-content h2 {
  font-size: 36px;
  font-weight: 800;
  color: white;
}
.home-intro-content p {
  margin: 55px 0;
  font-size: 18px;
  line-height: 32px;
}
.home-intro-content .large-button:hover {
  opacity: 0.8;
}

blockquote {
  margin: 30px 0;
  display: block;
  color: #aaaaaa;
}

/***************************************Welcome to namrata advertising******************************************************/
#welcome {
  padding: 100px 0;
}

.servicwelcome_headlinee_headline {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif;
}

.welcome_headline .highlight {
  font-weight: bolder;
  color: #ff554e;
  font-family: "Poppins", sans-serif;
}

#welcomeParagraph {
  font-size: 1.6rem;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
 padding-top: 15px;
 padding-bottom: 20px;
  text-align: justify;
}

#welcomeButton {
  background-color: #ff554e;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#welcomeButton:hover {
  background-color: #ff6b6b;
  box-shadow: 0 8px 16px rgba(255, 107, 107, 0.3);
}

.fade-in {
  animation: fadeIn 2s ease forwards;
  opacity: 0;
}

.slide-up {
  animation: slideUp 1.5s ease forwards;
  transform: translateY(50px);
  opacity: 0;
}

.pulse {
  animation: pulse 2s infinite;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Welcome Section Styling */



/*------------------------------------------------------
	Call To Action 
--------------------------------------------------------*/
.cta {
  padding: 35px 0;
  border-bottom: 1px solid #dce4e6;
  text-align: center;
}
.cta .cta-title {
  display: inline-block;
  margin: 0 50px 0 0;
  font-size: 16px;
}

/*------------------------------------------------------
	Services Styling 
--------------------------------------------------------*/
.service-box-wrap {
  background-color: #fff;
  opacity: 0;
  animation: fadeInUp 0.5s ease forwards;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.service-box-wrap:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); 
}

.image-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.service-img {
  width: 100%;
  height: auto;
  border-radius: 10px; 
  display: block;
}

.corner-fold {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #ff554e; /* Color of the fold */
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transition: all 0.3s ease;
}

.image-wrapper:hover .corner-fold {
  background-color: #ed3237; /* Color change on hover */
}

.service-title {
  font-weight: 700;
  font-size: 23px;
  color: #ff554e;
  margin: 28px 0;
}

.service-description {
  font-size: 14px;
  color: #666;
  text-align: justify;
}

.service_headline {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.service-img {
  width: 100%;
  height: auto;
  border-radius: 10px; 
  display: block;
  position: relative;
}

/* Folded Corner Effect */
.image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #ff554e; /* Color of the fold */
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  transition: all 0.3s ease;
}

.image-wrapper:hover::after {
  background-color: #ed3237; /* Change color on hover */
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .service-box-wrap {
    margin-bottom: 20px;
  }
}


/*------------------------------------------------------
	Portfolio Styling 
--------------------------------------------------------*/

#Grid .mix {
  display: none;
  opacity: 0;
}

#filters {
  margin: 0px 0px 50px 0px;
}
#filters li {
  display: inline;
  margin-right: 20px;
  cursor: pointer;
  color: #31373a;
}
#filters li:after {
  content: "/";
  color: #c3c3c3;
  margin-left: 20px;
}
#filters li:last-child:after {
  content: "";
}
#filters li.active {
  color: #ed3237;
}

.pages {
  margin: 20px 0 100px 0;
}
.pages li {
  display: inline;
  margin-right: 10px;
}
.pages li a {
  padding: 10px 12px;
  background-color: #f1f4f5;
  color: #31373a;
}
.pages li a.active {
  color: #ed3237;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* General Styling */
.thumb-post img {
  width: 100%;  
  height: auto;
  display: block;
}

.portfolio-holder {
  display: flex;
  flex-wrap: wrap;
}

.portfolio-post {
  margin-bottom: 30px;
}
.portfolio_image_title{
  color: white;
}

.portfolio_image_title:hover{
  color: red;
}
.portfolio_expand_icon{
  color: white;
}
.portfolio_expand_icon:hover{
  color: red;
}
.gallery_expand_icon{
  color: white;
}
.gallery_expand_icon:hover{
  color: rgb(255, 147, 147);
  font-size: 20px;
}
.gallery_image_title{
  color: white;
  font-size: 1.5rem;
}
.gallery_image_title:hover{
  color: rgb(255, 147, 147);
  font-size: 1.8rem;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  opacity: 0;
  transition: opacity 0.3s ease;
}

.thumb-post {
  position: relative;
  overflow: hidden;
}

.image-container{
  position: relative;
  overflow: hidden;
    border-radius: 10px; 
}

.thumb-post:hover .overlay {
  opacity: 1;
}

/* Responsive Grid Adjustments */
@media (max-width: 768px) {
  .portfolio-post {
      flex-basis: 100%; /* Full-width columns on tablets and smaller devices */
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .portfolio-post {
      flex-basis: 50%; /* Two-column layout for medium screens */
  }
}

@media (min-width: 993px) {
  .portfolio-post {
      flex-basis: 33.33%; /* Three-column layout for large screens */
  }
}

/* Adjustments for Fancybox or Expand Icon */
.portfolio-expand {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.portfolio-infos {
  text-align: center;
  color: #fff;
  z-index: 2;
  margin-top: 20px;
}

/*------------------------------------------------------
	Testimonials Styling 
--------------------------------------------------------*/
/* Testimonials Section */
.testimonials-section {
  position: relative;
  max-width: 100%;
  padding: 50px 0;
  background-color: #f9f9f9;
  overflow-x: hidden; /* Prevent horizontal scroll */
}

.testimonials {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px; /* Added padding to prevent horizontal scroll on small screens */
}

.testimonials-img{
  width: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: calc(100% - 40px); /* Adjust width for mobile view */
  min-height: 350px;
  margin: 0 auto; /* Center the slide */
  background: #fff;
  overflow-x: hidden; /* Prevent horizontal overflow */
}

/* Testimonial card styling */
/* General styles for the testimonials section */
.testimonials-section {
  position: relative;
  max-width: 100%;
  padding: 50px 0;
  background-color: #f9f9f9;
}


.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%; /* Full width for mobile */
  min-height: 350px;
  margin: 0 20px; /* Margin for spacing */
  background: #fff;
}

/* Testimonial card styling */
.testimonials-section .card {
  position: relative;
  margin: 0 auto;
  background: #333;
  padding: 40px 20px;
  text-align: center;
  overflow: hidden;
  max-width: 350px; /* Control card width */
  border-radius: 10px;
}

.testimonials-section .card .layer {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#f44f03, #e98a1e);
  z-index: 1;
  transition: 0.5s;
}

.testimonials-section .card:hover .layer {
  top: 0;
}

.testimonials-section .card .content {
  position: relative;
  z-index: 2;
  height: 260px;
}

.testimonials-section .card .content p {
  font-size: 16px; /* Smaller font for mobile */
  line-height: 22px;
  margin-bottom: 20px;
  color: #fff;
}

.testimonials-section .card .content .imgBx {
  width: 84px;
  height: 84px;
  margin: 0 auto 10px;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.testimonials-section .card .content h2 {
  font-size: 18px;
  color: white;
}

.testimonials-section .card .content h2 span {
  color: #03a9f4;
  font-size: 14px;
  transition: 0.5s;
}

.testimonials-section .card:hover .content h2 span {
  color: #fff;
}


/* Media Queries for Responsive Design */

/* Mobile Styles (up to 576px) */
@media (max-width: 576px) {
  .swiper-slide {
    width: 90%; /* Almost full width for mobile */
    margin: 10px auto; /* Center the slide */
  }

  .testimonials-section .card {
    padding: 30px 15px; /* Less padding for smaller screens */
    max-width: 100%; /* Ensure full width on small screens */
  }

  .testimonials-section .card .content p {
    font-size: 14px; /* Smaller text */
  }

  .testimonials-section .card .content h2 {
    font-size: 16px;
  }

  .swiper-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Tablet Styles (up to 768px) */
@media (max-width: 768px) {
  .swiper-slide {
    width: 90%; /* Adjust width for tablets */
    margin: 15px auto;
  }

  .testimonials-section .card {
    max-width: 320px;
    padding: 40px 20px;
  }

  .testimonials-section .card .content p {
    font-size: 15px;
  }

  .testimonials-section .card .content h2 {
    font-size: 17px;
  }
}

/* Larger screen styling */
@media (min-width: 992px) {
  .testimonials {
    max-width: 80%; /* Max width for larger screens */
  }

  .swiper-slide {
    width: 350px;
  }

  .testimonials-section .card {
    max-width: 350px;
    padding: 60px 40px;
  }

  .testimonials-section .card .content p {
    font-size: 14px;
  }
}


/*------------------------------------------------------
	Our Team Styling 
--------------------------------------------------------*/

.leftdiv {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
.rightdiv {
  position: absolute;
  /* right: 13px; */
  left: 70%;
  top: 60%;
  transform: translateY(-50%);
}

#welcomeButtonn {
  /* background-color: #ed3237; */
  background-color: #000000;
  color: #fff;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}
#welcomeButton:hover {
  background-color: #ed3237;
}
/*------------------------------------------------------
	Sidebar Styling 
--------------------------------------------------------*/
.sidebar {
  /* margin-top: 100px; */
  margin-bottom: 100px;
}

.sidebar-widget {
  margin-bottom: 60px;
}

.widget-title {
  font-size: 14px;
  font-weight: 800;
  margin: 0 0 30px 0;
}

.last-post {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dce4e6;
}
.last-post .thumb {
  overflow: hidden;
  margin-right: 15px;
}
.last-post .thumb img {
  width: 100%;
}
.last-post .content {
  overflow: hidden;
}
.last-post .content span {
  color: #aaaaaa;
  font-size: 14px;
  margin: 0 0 10px 0;
  line-height: 14px;
}
.last-post .content h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.last-post .content h4 a {
  color: #31373a;
}
.last-post .content h4 a:hover {
  color: #ed3237;
}

.categories ul li:before {
  content: "-";
  color: #aaaaaa;
  margin-right: 10px;
}

.thumbs {
  margin-left: -6px;
  overflow: hidden;
}

.thumbs li {
  list-style: none;
  float: left;
  margin: 6px;
  width: 76px;
  height: 76px;
  overflow: hidden;
  -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;
}

.thumbs li img {
  display: block;
  width: 100%;
  padding: 3px;
  background-color: #f1f4f5;
}

.thumbs li a img {
  border: none;
}
.testimonials-section .card .content p {
  text-align: justify;
}

.testimonials-section h2 {
  font-size: 2.5rem;
  color: #333;
  font-family: "Poppins", sans-serif;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 10px;
  transition: transform 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-10px);
}

.testimonial-content p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}

.testimonial-author h5 {
  font-size: 1.25rem;
  color: #333;
}

.testimonial-author p {
  font-size: 1rem;
  color: #777;
}

/* hoardings */

.section {
  padding: 4rem 2rem;
  margin-bottom: 2rem;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.section h4 {
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #d80000;;
    font-weight: 600;
}


.section p {
  font-size: 1.2rem;
  line-height: 1.6;
}

.section img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}



.container {
  max-width: 1200px;
} 

.hero {
  position: relative;
  background-image: url('images/hero-hoardings.jpg');
  background-size: cover;
  background-position: center;
  height: 32vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(247, 81, 81, 0.8) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-content {
  text-align: center;
  color: #fff;
  max-width: 600px;
  padding: 20px;
  animation: fadeIn 2s ease-in-out;
}

.hero-content h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #333333;
}

.hero-content p {
  font-size: 1.5rem;
  margin-bottom: 30px;
  line-height: 1.6;
  color: whitesmoke;
  text-align: justify;
}
.cta-button {
  background-color: #ffebe9;
  color: rgb(0, 0, 0);
  padding: 10px 20px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #ffe0e0;
  color: rgb(202, 58, 58)
}


.benefits {
  padding: 20px; /* Space around the section */
  background-color: #f9f9f9; /* Light background for contrast */
  border-radius: 10px; /* Rounded corners */
  text-align: center; /* Center the content */
}

.benefits-title {
  font-size: 24px; /* Increase font size */
  color: #333; /* Dark text color */
  margin-bottom: 20px; /* Space below the title */
  font-weight: bold; /* Bold text */
  
  position: relative; /* For the decorative line */
}

.benefits-title:after {
  content: ""; /* Decorative line */
  display: block; /* Make it block-level */
  width: 50px; /* Width of the line */
  height: 4px; /* Height of the line */
  background-color: #ed3237; /* Line color */
  margin: 10px auto 0; /* Center the line below the title */
  border-radius: 2px; /* Rounded edges for the line */
}


.benefits-list {
  list-style-type: none; /* Remove default bullets */
  padding: 0; /* Remove default padding */
}

.benefit-item {
  display: flex; /* Use flexbox for alignment */
  align-items: center; /* Center items vertically */
  margin-bottom: 15px; /* Space between items */
}

.benefit-item .icon {
  width: 10px; /* Width of the icon */
  height: 10px; /* Height of the icon */
  background-color: #ed3237; /* Icon color */
  border-radius: 50%; /* Make it a circle */
  margin-right: 10px; /* Space between icon and text */
}

.benefit-item p {
  margin: 0; /* Remove default margin */
  color: #666; /* Text color */
}




/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-content p {
    font-size: 1.2rem;
  }

  .cta-button {
    padding: 10px 20px;
  }
}

/* meet our team  */

.team-member {
  background-color: #fff;   
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover {
  transform: translateY(-10px);  
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.team_img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  
}

h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

p {
  font-size: 14px;
  color: #777;
}

.team-section h2 {
  font-weight: 700;
}

.container {
  max-width: 1000px;
}


/* new footer style  */

footer {
  /* background-color: #232323; */
  background-color: #f0f0f0;
  padding: 25px 0px 15px;
  color: #180a0a;
}

.footer-para {
  text-align: justify;
  letter-spacing: -0.4px;
}

footer h4 {
  color: #ed3237;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.25px;
  padding: 1rem 0;
}

.footer-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

footer .footer-item {
  margin-bottom: 10px; /* Adjust this value as needed */
}
footer .footer-item:nth-child(2) {
  margin-top: 10px; /* Reduce the space above the Useful Links section */
  width: fit-content;
}
footer .footer-item:last-child {
  margin-top: 10px; /* Adjust spacing above the Contact Us section if needed */
}

footer p {
  color: #000000;
  padding: 1.2rem 0;
}

footer ul.social-icons {
  padding: 0;
  list-style: none;
}

footer ul.social-icons li {
  display: inline-block;
  margin-right: 15px;
}

footer ul.social-icons li a {
  width: 34px;
  height: 34px;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  background-color: #fffefe;
  color: #e20d0d;
  border-radius: 50%;
  transition: all 0.3s;
}

footer ul.social-icons li a:hover {
  background-color: #ff554e;
  color: #000000;
}

footer ul.menu-list {
  list-style: none;
  padding-left: 0;
  text-align: justify;
}

footer ul.menu-list li {
  padding: 0.2rem 0;
  margin: 1rem 0;
}

footer ul.menu-list li a {
  font-size: 14px;
  color: #0e0e0e;
  transition: all 0.3s;
}

footer ul.menu-list li a:hover {
  color: #ed3237;
}

.social-icons-section {
  border-top: 1px solid #d80000;
  padding-top: 20px;

}


/* footer contact form  */
footer .contact-form input {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0px 15px;
  color: #aaa !important;
  background-color: #ffffff;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
}

footer .contact-form input:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #343434;
}

footer .contact-form textarea {
  border-radius: 20px;
  height: 120px;
  max-height: 200px;
  min-height: 120px;
  display: inline-block;
  padding: 15px;
  color: #aaa !important;
  background-color: #ffffff;
  font-size: 13px;
  text-transform: none;
  box-shadow: none;
  border: none;
  margin-bottom: 15px;
}

footer .contact-form textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder {
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder {
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
  background-color: transparent;
  color: #fff;
  background-color: #ed3237;
  border: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  cursor: pointer;
}



footer .contact-form button.filled-button:hover {
  background-color: #fff;
  color: #ed3237;
}

/* Sub-footer Style */

.sub-footer {
  background-color: #343434;
  text-align: center;
  padding: 20px 0px;
}

.sub-footer p {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.sub-footer a {
  color: #fff;
}

/* clients  */

.section-header h2 {
  font-size: 2.5rem; /* Increased for better visibility */
  color: #f75555;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 1.5rem; /* Adjusted for smaller screens */
  padding-bottom: 40px; /* Reduced for responsiveness */
  color: #373738;
  width: 90%; /* Use a smaller width for better alignment */
}

#clients {
  padding: 60px 0;
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 20px; /* Reduced padding for better responsiveness */
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: auto; /* Ensures the height is flexible */
}

#clients img {
  max-width: 100%; /* Responsive images */
  height: auto; /* Maintain aspect ratio */
}

#seeMore {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 1.2rem;
  background-color: #f75555;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

#seeMore:hover {
  background-color: #d64545;
}

/* Media Queries for Additional Responsiveness */
@media (max-width: 768px) {
  .section-header h2 {
    font-size: 2rem; /* Smaller heading for mobile */
  }
  
  .section-header p {
    font-size: 1.2rem; /* Smaller paragraph for mobile */
    padding-bottom: 20px; /* Reduced padding */
  }
  
  #clients .client-logo {
    padding: 10px; /* Less padding on smaller screens */
  }
}

@media (max-width: 576px) {
  .section-header h2 {
    font-size: 1.5rem; /* Even smaller heading for extra small devices */
  }
  
  #seeMore {
    width: 90%; /* Button width for small devices */
  }
}

/*------------------------------------------------------
	About Us Styling 
--------------------------------------------------------*/


/* Gradient text styling */
.gradient-text {
  font-size: 2rem;
  font-weight: bold;
  background: linear-gradient(90deg, #ff554e, #ff554e, #621492);
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: gradientAnimation 3s ease infinite;
  text-align: center;
}

/* Keyframes for gradient animation */
@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.rightOne {
  flex: 1;
  padding-left: 20px; /* Add some space between the image and text */
}
#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
  background-color: #ed3237;
  font-size: 20px;
  color: #121212;
  letter-spacing: 0.5px;
  font-weight: 700;
  transition: all 0.3s;
}
#tabs ul li a i {
  float: right;
  margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
}
.tabs-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}

.team {
  background-color: #f7f7f7;
  margin-top: 140px;
  margin-bottom: -140px;
  padding: 120px 0px;
}

.team-item img {
  width: 100%;
  overflow: hidden;
}

.team-item .down-content {
  background-color: #fff;
  padding: 30px;
}

.team-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  
}

.team-item .down-content span {
  color: #ed3237;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.team-item .down-content p {
  margin-bottom: 20px;
}
.more-info {
  margin-top: 98px;
}

.more-info .left-image img {
  width: 100%;
  overflow: hidden;
}

.more-info .more-info-content {
  background-color: #f7f7f7;
}

.about-info .more-info-content {
  background-color: transparent;
}

.about-info .right-content {
  padding: 0px !important;
  margin-right: 30px;
}

.more-info .right-content {
  padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
  text-transform: uppercase;
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.more-info .right-content h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
}

.more-info .right-content em {
  font-style: normal;
  color: #ed3237;
}

.more-info .right-content p {
  margin-bottom: 30px;
  text-align: justify;
  padding-left: 33px;
}

.fun-facts {
  margin-top: 52px;
  background-image: url(../images/includes/funfacts.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}

.fun-facts span {
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: block;
}

.fun-facts h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px;
}

.fun-facts em {
  font-style: normal;
  color: #ed3237;
}

.fun-facts p {
  color: #fff;
  margin-bottom: 40px;
  color: #fff;
    margin-bottom: 40px;
    font-size: 1.6rem;
    font-family: 'Poppins';
    text-align: justify;
}

.fun-facts .left-content {
  margin-right: 45px;
  margin-top: 70px;
}
#ourSolutions {
  color: white;
}
.count-area-content {
  text-align: center;
  background-color: rgba(250, 250, 250, 0.1);
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
  width: 100%;
    height: 74%;
}

.count-digit {
  margin: 5px 0px;
  color: #ed3237;
  font-weight: 700;
  font-size: 36px;
}
.count-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

.widget_button{
color: red;
}
.widget_button:hover{
color: rgb(248, 89, 89);
}

/* Awards  */

.awards-header {
  text-align: center;
  margin-bottom: 40px;
}

.awards-header h2 {
  font-size: 2.5rem;
  color: #f75555;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.awards-header p {
  font-size: 1.5rem;
  color: #373738;
}

#awards-section {
  padding: 60px 15px; /* Added horizontal padding for smaller screens */
}

.awards-wrap {
  margin-bottom: 30px;
}

.award-logo {
  padding: 15px; /* Reduced padding for smaller screens */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
}

.award-logo img {
  max-width: 100%;
  height: auto;
  transition: transform 0.4s ease-in-out;
}

.award-logo img:hover {
  transform: scale(1.05);
}

.awards-btn {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 1.2rem;
  background-color: #f75555;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.awards-btn:hover {
  background-color: #d64545;
}

/* Media Queries for Responsiveness */
@media (max-width: 992px) {
  .awards-header h2 {
    font-size: 2rem;
  }

  .awards-header p {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .awards-header h2 {
    font-size: 1.8rem;
  }

  .awards-header p {
    font-size: 1.1rem;
  }

  .awards-wrap {
    flex-direction: column; /* Stack items on smaller screens */
  }

  .award-logo {
    padding: 10px; /* Reduced padding */
  }
}

@media (max-width: 576px) {
  .awards-header h2 {
    font-size: 1.5rem;
  }

  .awards-btn {
    width: 90%; /* Make button full width */
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeIn {
  animation: fadeIn 0.5s ease-in-out forwards;
}

/*------------------------------------------------------
	Contact Page Styling 
--------------------------------------------------------*/


/* General Styling */
/* Contact Wrapper */
/* Contact Section Styles */
.bg-light {
  background-color: #f8f9fa;
}

.border {
  border: 1px solid #e0e0e0;
}

.rounded {
  border-radius: 0.5rem;
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.contact-information {
  padding: 20px;
}

.contact-item {
  margin-bottom: 15px;
}

.contact-item i {
  font-size: 24px;
  color: #f75555;
}

.contact-item h5 {
  margin-bottom: 5px;
}

.contact-item a {
  color: #333;
  text-decoration: none;
}

.contact-item a:hover {
  color: #f75555;
  text-decoration: underline;
}

.form-label {
  font-weight: bold;
}

.input-group {
  margin-bottom: 15px;
}

.text-danger {
  color: red;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .contact-item {
    text-align: center;
  }
}

.page-heading {
  background-image: url(../images/includes/page-heading-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 33px 0px;
  text-align: center;
}

.page-heading span {
  /* background-color: #fff; */
  color: #1e1e1e;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 12px;
  display: inline-block;
  /* margin-bottom: 30px; */
}


.page-heading span a {
  color: #1e1e1e;
}
.page-heading span a:hover {
  color: #1e1e1e;
}

.page-heading h3 {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
 margin-bottom: 20px;
}


/*------------------------------------------------------
	RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 991px) {

  .first-widget {
    margin-top: 0;
  }

  .blog-post .thumb-post {
    float: none;
  }

  .blog-post {
    margin-bottom: 50px;
    text-align: center;
  }

  .blog-post .thumb-post {
    margin: 0 auto 40px auto;
  }

  .project-img {
    margin-bottom: 40px;
    display: block;
  }
}
@media (max-width: 767px) {

  .cta .cta-title {
    display: block;
    margin-bottom: 30px;
  }

  .pageTitle {
    text-align: center;
  }
  .pageTitle .text-right {
    text-align: center;
  }

  .page-location {
    display: inline-block;
    margin-top: 30px;
  }

  .isotope-item {
    width: 100%;
    height: auto;
  }
}

/* ****************************************************** Gallery Page ************************************************** */

#projects .filters {
  margin-top: 50px;
}
#projects .filters ul {
  padding: 0;
}
#projects .filters ul li {
  list-style: none;
  display: block;
  padding: 15px 0px;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #9a9a9a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#projects .filters ul li.active,
#projects .filters ul li:hover {
  color: #ed3237;
}
#projects .filters-content {
  margin-top: 50px;
}
#projects .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
#projects .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}

#projects .filters-content .all {
  margin-bottom: 30px;
}

#projects .filters-content .item {
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#projects .filters-content .item:hover {
  opacity: 0.75;
}
#projects .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#projects .filters-content .item .p-inner h5 {
  font-size: 15px;
}
#projects .filters-content .item .p-inner .cat {
  font-size: 13px;
}
#projects .filters-content .item img {
  width: 100%;
}

#projects {
  padding-top: 120px;
}

#projects .section-heading {
  margin-bottom: 60px;
}

#projects .section-heading h6 {
  color: #ed3237;
}

@media (max-width: 992px) {
  #projects .filters ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
  }
  #projects .section-heading {
    margin-bottom: 0px;
  }
}

/* Single Service */

.single-services {
  margin-top: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
  background-color: #ed3237;
  font-size: 20px;
  color: #121212;
  letter-spacing: 0.5px;
  font-weight: 700;
  transition: all 0.3s;
}
#tabs ul li a i {
  float: right;
  margin-top: 5px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #fff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
}
.tabs-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
  margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
}

/* Services */

.service_headline {
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
}

.service-item img {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.service-item .down-content {
  background-color: #f7f7f7;
  padding: 30px;
}

.service-item .down-content h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}

.service-item .down-content p {
  margin-bottom: 20px;
}

/* *********************************************************************************** */


/* rate us  */

.container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}


.feedback-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}

.feedback-heading{
  margin-bottom: 70px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.feedback-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  width: 420px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.feedback-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.icon img {
  width: 105px;
  height: auto;
  margin-bottom: 15px;
}

h2 {
  color:#d80000;
  margin-bottom: 10px;
  font-weight: bold;
    font-family: "Poppins", sans-serif;
}

.feedback-card p {
  color:#161515;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
}

.rate-button {
  display: inline-block;
  padding: 10px 20px;
  background-color:#ed3237;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.rate-button:hover {
  background-color: #db4343;
}

/* Timeline  */



.list-detail{
  list-style: none;
}

.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));
  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #c91010;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f9490a;;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color:#eeff00;
  border-color: #eeff00;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #f1f0ec;
  border-color: #ff7300;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #ff0000;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {

    content: 'desktop';
  }
}


.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  text-indent: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333; /* Icon color */
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #0099ff;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* mission and vission section */

.vision-container {
  text-align: center;
  padding: 20px;
}

.vision-container h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.vision-container h2 {
  font-size: 1.5em;
  color: #777;
  margin-bottom: 20px;
}

.vison-cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 50px;
}


.card-vision, .card-mission, .card-value {
  background: white;
  border-radius: 10px;
  padding: 20px;
  width: 390px;
  text-align: center;
  transition: transform 0.2s;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); 
}

.card-vision:hover,.card-mission:hover,.card-value:hover {
  transform: translateY(-5px); 
}

.vision_heading, .mission_heading,.value_heading {
  margin: 10px 0;
  color: #db4343;
}

.vision-para, .mission-para, .value-para {
  font-size: 1.5rem;
  color: #666;
  text-align: justify;
    /* word-spacing: -1px; */
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  vision-container {
      flex-direction: column; 
      align-items: center;
  }

  .card-vision, .card-mission,.card-value {
      width: 90%; 
  }
}



/* Service Page / */

.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.service-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
  width: 300px;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-content {
  padding: 20px;
  text-align: center;
}

.service-content h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.service-content p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}

.btn {
  text-decoration: none;
  background-color: #ff5722;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #e64a19;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .service-card {
    width: 100%;
  }
}
/* our-Network */

.section-heading {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
}

.section-heading::after {
  content: '';
  width: 100px;
  height: 4px;
  background-color: #db4d34; 
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}


.network-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 20px 20px 70px 20px;
  margin: 0 auto;
  max-width: 1200px;
}

.network-heading{
  font-weight: 700;
  font-size: 2rem;
}
.network-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  text-align: center;
  padding: 20px;
}

.network-card:hover {
  transform: translateY(-10px); 
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
}


.network-card img {
  width: 100%;
  /* height: auto; */
  height: 200px;
  border-radius: 8px;
  margin-bottom: 15px;
}


.network-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #333;
}


.network-card p {
  font-size: 1rem;
  color: #666;
}


@media (max-width: 600px) {
  .network-card h3 {
    font-size: 1.1rem;
  }
  
  .network-card p {
    font-size: 0.9rem;
  }
} 


.network_image-wrapper {
  position: relative;
  display: inline-block;
}

.network_image-wrapper img {
  width: 100%;
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

.zoom-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;;
  font-size: 2rem;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
}

.network_image-wrapper img {
  transform: scale(1.1); /* Slight zoom on hover */
}

.network_image-wrapper .zoom-icon {
  opacity: 1; /* Show the zoom icon on hover */
}

/* Modal styling */

/* Styling for the zoom icon */
.image-wrapper {
  position: relative;
  display: inline-block;
}



.image-wrapper:hover img {
  transform: scale(1.1); /* Slight zoom on hover */
}

.image-wrapper:hover .zoom-icon {
  opacity: 1; /* Show the zoom icon on hover */
}

/* Modal styling */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal-content {
  max-width: 40%;
  max-height: 70%;
  margin: auto;
  display: block;
  cursor: pointer; /* Change cursor to indicate it's clickable */
}

/* Styling for the close button (Font Awesome icon) */
.close {
  position: absolute;
  top: 20px;
  right: 40px;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #ff0000; /* Optional: Change color on hover */
}

/* Media query for smaller screens */
@media (max-width: 600px) {
  .zoom-icon {
    font-size: 1.5rem;
  }

  .close {
    font-size: 1.5rem;
  }
}



@media (max-width: 576px) {
  .testimonial-card {
      padding: 20px;
  }

  .testimonial-content p {
      font-size: 1rem;
  }

  .testimonial-author h5 {
      font-size: 1.15rem;
  }

  .testimonial-author p {
      font-size: 0.9rem;
  }
}



