/*
 Theme Name: Astra Child
 Theme URI: https://yourwebsite.com/astra-child
 Description: A child theme for the Astra theme.
 Author: Your Name
 Author URI: https://yourwebsite.com
 Template: astra
 Version: 1.1.0
*/

/* Footer Styling */
.footer-area {
  background: #79489D;
  color: #fff;
  padding: 50px 0;
  font-family: Arial, sans-serif;
}

.footer-area .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-column {
  flex: 1 1 23%;
  /*min-width: 200px;*/
  
}

.footer-column:nth-child(1) {
  flex: 1 1 18%;
}

.single-footer-widget {
  margin-bottom: 20px;
}

.logo img {
  width: 150px;
  margin-bottom: 15px;
}

h3 {
  color: #f4a933;
  font-size: 18px;
  margin-bottom: 10px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul li {
  margin-bottom: 8px;
}

ul li a {
  color: #fff;
  text-decoration: none;
}

ul li a:hover {
  color: #f4a933;
}

.social {
  display: flex;
  gap: 10px;
}

.social li {
  display: inline-block;
}

.social li a {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s;
}

.social li a:hover {
  color: #f4a933;
}

.copyright-area {
  background: #64308a;
  padding: 20px 0;
  text-align: center;
}

.copyright-area p,
ul li {
  font-size: 14px;
  margin: 0;
}

.copyright-area ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.circle-map img {
  display: block;
  margin: 20px auto;
  max-width: 100px;
}

.footer-contact-list span {
  font-weight: bold;
}


.solutions-head {
  display: block;
  color: #000;
}



div:has(> .ast-builder-footer-grid-columns) {
  background-color: #8E11A7;
}





/****** CSS for header  *************/


/* Fixed Header Styling */
.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; /* Ensure it stays above other elements */
  background-color: #8E11A7; /* Header background */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow for emphasis */
  padding: 20px 0; /* Add top and bottom padding */
}

/* Adjust Container for Fixed Header */
.custom-header .header-container {
  padding-top: 20px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #fff; /* Text color */
}

/* Logo Styling */
.custom-header .custom-logo img {
  max-height: 80px; /* Increase logo size */
}

.custom-header .custom-logo .site-title {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
}

/* Navigation Menu Styling */
.custom-header .custom-navigation .menu {
  list-style: none;
  display: flex;
  gap: 20px; /* Space between menu items */
  margin: 0;
  padding: 0;
}

.custom-header .custom-navigation .menu li {
  margin: 0;
}

.custom-header .custom-navigation .menu a {
  color: #fff; /* Ensure menu items are visible */
  text-decoration: none;
  font-weight: bold;
  padding: 5px 10px; /* Add padding to menu links */
  transition: color 0.3s, background-color 0.3s;
}

.custom-header .custom-navigation .menu a:hover {
  color: #f0e130; /* Highlight text color on hover */
  background-color: rgba(255, 255, 255, 0.2); /* Subtle hover effect */
  border-radius: 4px;
}

/* Prevent Content Overlap */
#content {
  margin-top: 120px; /* Adjust based on the header's height */
}

/* Responsive Styling */
@media (min-width: 992px) {
  
  .slide-btn::after {
    content: "...........";
    position: absolute;
    top: 32%;
    right: -98px;
    transform: translate(0%, -50%);
    font-size: 36px;
    line-height: 1;
    background-image: radial-gradient(#B84B9C, #53469A, #453692);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 1px;
  }
}



input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Slight shadow */
}


/***** Mobile menu ***********/

/* Hamburger Menu Icon Styling */
.hamburger-menu {
  display: none; /* Hidden by default */
  flex-direction: column;
  cursor: pointer;
  background: none;
  border: none;
  padding: 10px;
}

.hamburger-menu .bar {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  transition: all 0.3s ease;
}


/* Show Hamburger Menu on Mobile Screens */
@media (max-width: 768px) {

  #digi-solutions .elementor-widget-image-box {
    margin-bottom: 10px;
  }
  
  .hamburger-menu {
    display: flex;
    z-index: 1000;
  }

  /* Hide the navigation menu by default */
  .custom-navigation {
    display: none;
    position: absolute;
    top: 100%; /* Position below the header */
    left: 0;
    width: 100%;
    background-color: #8E11A7;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
  }

  .custom-navigation.active {
    display: block;
  }

  .custom-navigation .menu {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .custom-navigation .menu a {
    display: block;
    padding: 10px;
  }
}


/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  /* Your CSS rules for extra small screens */
  .footer-column {
    flex: 100%;
  }
  .products-btn .slide-btn, .products-btn .slide-btn-last {
    display:block;
    padding-bottom:4px;
    width:100%;
    text-align:center;
  }
}

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  /* Your CSS rules for small screens */

  
}




/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* Your CSS rules for tablets */

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Your CSS rules for desktops */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* Your CSS rules for large desktops */
}








