/*
Theme Name: Digitechdevs
Theme URI: https://wordpress.com/theme/kiosko/
Author: Automattic
Author URI: https://automattic.com/
Description: Digitechdevs is a store theme for WooCommerce.
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: Digitechdevs
Tags: e-commerce, four-columns, wide-blocks, block-patterns, block-styles, featured-images, full-site-editing, rtl-language-support, sticky-post, template-editing, threaded-comments, translation-ready
*/

/*
 * Control the hover stylings of outline block style.
 * Unnecessary once block styles are configurable via theme.json
 * https://github.com/WordPress/gutenberg/issues/42794
 */
 
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
	background-color: var(--wp--preset--color--contrast);
	color: var(--wp--preset--color--base);
	border-color: var(--wp--preset--color--contrast);
}

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
 


a {
/*	text-decoration-color: var(--wp--preset--color--primary);
	text-decoration-thickness: 0.5px !important;
	text-underline-offset: 0.05em;*/
	text-decoration:none;
}

/* Reset browser default margins for blockquote element */
.wp-block-pullquote blockquote {
	margin: 0;
}

/* Search button inside style */
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding: 4px;
}

/* Adjust font size for comment reply title */
.wp-block-post-comments-form .comment-reply-title {
	font-size: var(--wp--preset--font-size--large);
}

/* Remove the bottom margin from the button */
.wp-block-post-comments-form .form-submit {
	margin-bottom: 0;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */
.wp-block-navigation__responsive-container.is-menu-open {
	padding: var(--wp--preset--spacing--50);
}

/* Adjust the top padding for the submenu items */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: var(--wp--preset--spacing--30);
}

/* Override the Gutenberg style to theme style */
.wp-block-post-author__byline,
.wp-block-post-author__bio {
	font-size: inherit;
}

/* Round the avatar and reset the vertical alignment */
.wp-block-post-author__avatar img {
	border-radius: 999px;
	line-height: 0;
}

/* Style tag cloud outline style  */
.wp-block-tag-cloud.is-style-outline a {
	border-color: var(--wp--preset--color--tertiary);
	border-radius: 999px;
	padding: 0 0.5rem;
}

.wp-block-tag-cloud.is-style-outline a:hover {
	color: var(--wp--preset--color--base);
	background-color: var(--wp--preset--color--primary);
}

/* Remove the default margin from author bio */
.wp-block-post-author__bio {
	margin: 0;
}

/* Remove the default margin from term description. */
.wp-block-term-description p:first-child {
	margin-top: 0;
}

.wp-block-term-description p:last-child {
	margin-bottom: 0;
}

/* Normalise font sizes for the latest comments and latest posts widgets */
.wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
	font-size: inherit;
}

/* Adjust font colour in the Calendar widget */
.wp-block-calendar table:where(:not(.has-text-color)) {
	color: var(--wp--preset--color--foreground);
}

/* Fix border radius setting for the avatar block */
.wp-block-avatar a,
.wp-block-avatar img {
	border-radius: inherit;
	vertical-align: middle;
}

/* Fix line height for various fields */
.wp-block-search__input,
.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
	line-height: inherit;
}

/* Style  border colour for search and Jetpack subscription blocks */
.wp-block-search__input,
.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type="email"] {
	border-color: var(--wp--preset--color--tertiary);
}

/* Needed to style input field for various Jetpack blocks */
.wp-block-jetpack-contact-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-jetpack-contact-form select,
.wp-block-jetpack-contact-form textarea,
.wp-block-jetpack-mailchimp input:not([type="submit"]):not([type="checkbox"]),
.wp-block-jetpack-revue input:not([type="submit"]):not([type="checkbox"]) {
	background-color: #fff;
	border: 1px solid var(--wp--preset--color--tertiary);
	font-size: inherit;
	line-height: inherit;
	padding: 0.5rem;
}

.wp-block-jetpack-contact-form.contact-form label {
	font-weight: 400;
}

.wp-block-jetpack-contact-form.contact-form label span {
	opacity: 0.7;
}

.wp-block-jetpack-contact-form.contact-form select {
	padding: 0.5rem;
}

.wp-block-jetpack-contact-form.contact-form textarea {
	margin-bottom: var(--wp--preset--spacing--40);
}

/* Style the feedback you get after submitting the contact form */
div[id^="contact-form-"] h4 {
	font-size: var(--wp--preset--font-size--medium);
	font-weight: inherit;
	line-height: 1.555555556;
}

div[id^="contact-form-"] .contact-form-submission {
	margin: 0;
	padding: 0;
}

/* Adjust vertical margins in the mailchimp block */
.wp-block-jetpack-mailchimp .wp-block-jetpack-button,
.wp-block-jetpack-mailchimp p {
	margin: var(--wp--preset--spacing--40) 0;
}

/* Adjust the size of the consent text in mailchimp block */
#wp-block-jetpack-mailchimp_consent-text {
	font-size: var(--wp--preset--font-size--small);
	margin-bottom: 0;
}

/* Remove underline from the price after discounted */
ins {
	text-decoration: none;
}

/* Fix the hardcoded wide width value in the stylesheet for TT3 */
.woocommerce.woocommerce-page main {
	max-width: calc(var(--wp--style--global--wide-size) + var(--wp--style--root--padding-right) + var(--wp--style--root--padding-left));
}
/*
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 100% !important;
}*/
.search-div{
	width:600px !important;

}

.flex-container-singel-product{
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
}

.singel-produc-left {

  padding: 0px;
	margin: 0;
  flex: 72%;
}

.singel-produc-right {

 padding: 0px;
	margin: 0;
  flex: 25%;
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 500px) {
  .fsingel-produc-right, .singel-produc-left {
    flex: 100%;
  }
}


 Override with a custom spacing preset (e.g., "my-spacing") */
.wp-block-group {
    --wp--style--block-gap: var(--wp--preset--spacing--0);*/
}

  /* Hamburger Icon */
  .menu-toggle {
	font-size: 24px;
    padding: 1rem;
    cursor: pointer;
    z-index: 1001;
    position: fixed;
    top: 71px;
    left: 0px;
    z-index: 9999;
    background: #db0011;
  }
  
  /* Mobile Nav */
  .mobile-nav {
	height: 100%;
	width: 250px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: -250px;
	z-index: 1002;
	transition: left 0.3s ease-in-out;
	box-shadow: 2px 0 8px rgba(0,0,0,0.1);
	padding-top: 60px;
  }
  
  .mobile-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .mobile-nav ul li {
	padding: 16px 20px;
	border-bottom: 1px solid #eee;
  }
  
  .mobile-nav ul li a {
	text-decoration: none;
	color: #333;
	font-size: 16px;
  }
  
  .nav-header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;

  }
  
  .close-nav {
	font-size: 20px;
	cursor: pointer;
	background: #ddd;
	top:300px
  }
  
  /* Overlay */
  .nav-overlay {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
	transition: 0.3s;
  }
  
  /* Active states */
  .mobile-nav.active {
	left: 0;
  }
  
  .nav-overlay.active {
	display: block;
  }

  html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li{
	display:none;
  }
  
  .container-home-box {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;

    }

    .box {
      background: #4CAF50;
      color: white;
      padding: 20px;
      text-align: center;
      border-radius: 8px;
      flex: 1 0 calc(100% / 2 - 10px); /* Default: 1 column (mobile) */
    }

    /* Medium devices - 2 columns */
    @media (min-width: 480px) {
      .box {
        flex: 1 0 calc(100% / 2 - 10px);
      }
    }

    /* Tablets - 3 columns */
    @media (min-width: 768px) {
      .box {
        flex: 1 0 calc(100% / 3 - 10px);
      }
    
      .live-search-wrapper-res{
            display:none;
      }
    }

    /* Desktops - 4 columns */
    @media (min-width: 992px) {
      .box {
        flex: 1 0 calc(100% / 4 - 10px);
      }
    }

    /* Large desktops - 6 columns */
    @media (min-width: 1200px) {
      .box {
        flex: 1 0 calc(100% / 8 - 10px);
      }
    }
    
       /* Tablets - 3 columns */
    @media (max-width: 768px) {
    
      .container-home-box, .live-search-wrapper{
          display:none;
      }
    }
    
    
@media (min-width: 920px) {
.left-column{
    float: left; 
    width: calc(100% - 430px);
    margin-left: 30px;
    }
}

.left-column {
    margin-bottom: 30px;
    min-height: 1px;
    text-align:center;
}
@media (min-width: 920px) {
    .left-column {
        overflow: hidden;
    }
}
.left-column {
    border-top: 3px solid #000;
    padding-top: 3px;
    position: relative;
}


.right-column {
    float: none;
    margin: 0;
    width: auto;
}
.right-column {
    position: relative;
      border-top: 3px solid #000;
    padding-top: 3px;

}
@media (min-width: 920px) {
    .right-column {
         float: left; 
        margin-left: 0px;
        min-height: 1px;
        width: 400px;
    }
}
.right-column {
    margin-bottom: 30px;
    min-height: 1px;
}

.live-search-wrapper {
  position: relative;
  width: 50%;
  /*margin: 20px auto;*/
  margin-left: 3% !important;
}

/* Mobile Search Icon */
.mobile-search-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
}

/* Search Form Styling */
.live-search-form {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
}

.search-type {
  padding: 10px 15px;
  border: none;
  border-right: 1px solid #eee;
  background: #f4f4f4;
  font-size: 14px;
}

#live-search {
  flex: 1;
  padding: 10px 15px;
  border: none;
  font-size: 16px;
}

.search-submit {
  background: url("https://digitechdevs.com/wp-content/themes/digitechdevs/assets/images/search.svg") no-repeat center center;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 0 50px 50px 0;
  cursor: pointer;
  height:20px;

}

/* Results Box */
#live-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  width: 60%;
  background: white;
  border: 1px solid #ccc;
  border-top: none;
  display: none;
}

#live-search-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#live-search-results li {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

#live-search-results li:hover {
  background: #f0f0f0;
}

/* ---------------------------
   RESPONSIVE - MOBILE VIEW
---------------------------- */
/* @media (max-width: 768px) {
  .live-search-form {
    display: none;
    flex-direction: column;
    border-radius: 12px;
    margin-top: 10px;
  }

  .live-search-form.active {
    display: flex;
  }

  .mobile-search-toggle {
    display: inline-block;
  }

  .search-type,
  #live-search,
  .search-submit {
    width: 100%;
    border-radius: 0;
    padding: 12px;
    font-size: 16px;
  }

  .search-type {
    border-right: none;
    border-bottom: 1px solid #eee;
  }

  .search-submit {
    border-radius: 0 0 12px 12px;
  }
}
*/


.custom-post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Mobile-first: 2 columns */
  gap: 1rem;
}

@media (min-width: 768px) {
  .custom-post-grid {
    grid-template-columns: repeat(3, 1fr); /* Tablet */
  }
}

@media (min-width: 1024px) {
  .custom-post-grid {
    grid-template-columns: repeat(5, 1fr); /* Desktop */
  }
}


.wp-site-blocks {
    width: 100%;
    margin: 0px auto;
}
.wp-block-group {
    padding-right: 0px !important;
    padding-left:0px !important;
}
.is-layout-grid > :is{
background: linear-gradient(170.96deg, rgba(255, 255, 255, 0.6) 18.95%, rgba(255, 255, 255, 0.2) 99.73%);
border:1px solid #db0011 !important;
}

.video {
  width: 100%;

  min-height:540px;
    height: 100%;
  border: none;
  overflow: hidden;
  position: relative;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.controls {
      text-align: center;
      margin-bottom: 20px;
      display:flex;
    justify-content: center;
    }

    .controls label {
      margin: 0 10px;

    }

    .banner-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 80px 200px;
      text-align:center;

    }

    .banner {
      border: 1px solid #ccc;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: #333;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .size-300x250 { width: 300px; height: 250px; }
    .size-160x600 { width: 160px; height: 600px; }
    .size-728x90  { width: 728px; height: 90px; }

    @media (max-width: 767px) {
      .size-160x600,
      .size-728x90 {
        display: none;
      }
      
 .banner-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      text-align:center;
    }

      .controls input[type="checkbox"][data-size="160x600"],
      .controls input[type="checkbox"][data-size="728x90"] {
        display: block;
      }

      .controls label[for="check-160x600"],
      .controls label[for="check-728x90"] {
        display: block;
      }
    }
    
    
.work-button-sty {
    align-items: center;
    background-color: #db0011;
    border: 4px;
    border-radius:50%;
    cursor: pointer;
    display:flex;

}




.section-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  color: #222;
}

.pricing-section {
  max-width: 1200px;
  margin: auto;
}

.pricing-table {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.pricing-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  padding: 30px;
  flex: 1 1 300px;
  max-width: 350px;
  text-align: center;
  transition: transform 0.3s;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.pricing-card h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #007bff;
  margin: 10px 0;
}

.description {
  font-size: 1rem;
  color: #666;
}

.featured {
  border: 2px solid #007bff;
}


.work-with-us {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0057ff; /* Replace with your desired background color */
    color: white; /* Text color */
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px; /* Use a large value to create an oval shape */
    text-decoration: none; /* Remove underline for links */
    border: none; /* Remove border */
}

.work-with-us:hover {
    background-color: #0042c8; /* Darker shade or different color on hover */
    cursor: pointer;
}


@media (min-width: 920px) {
.work-with-us-left-column{
    float: left; 
    width: calc(100% - 430px);
    margin-right: 30px;
    }
}

.work-with-us-left-column {
    margin-bottom: 30px;
    min-height: 1px;

}
@media (min-width: 920px) {
    .work-with-us-left-column {
        overflow: hidden;
    }
}
.work-with-us-left-column {
    border-top: 3px solid #000;
    padding-top: 3px;
    position: relative;
}


.work-with-us-right-column {
    float: none;
    margin: 0;
    width: auto;
}
.work-with-us-right-column {
    position: relative;
      border-top: 3px solid #000;
    padding-top: 3px;

}
@media (min-width: 920px) {
    .work-with-us-right-column {
         float: left; 
        margin-left: 0px;
        min-height: 1px;
        width: 400px;
    }
}
.work-with-us-right-column {
    margin-bottom: 30px;
    min-height: 1px;
}
.wp-block-navigation__responsive-container{
    /*height:600px;
    width:500px;*/
}

.hero-gradient{
/* Gradient style */
    background: linear-gradient(to right, #ff7e5f, #feb47b, #fff7b8);
    /* Optional: Adding vendor prefixes for broader browser support */
    background: -webkit-linear-gradient(to right, #ff7e5f, #feb47b, #fff7b8);
    background: -moz-linear-gradient(to right, #ff7e5f, #feb47b, #fff7b8);
    background: -o-linear-gradient(to right, #ff7e5f, #feb47b, #fff7b8);
}

.sp-card {
  /* background-color:white;*/
 border-radius: 25px;
 margin:20px;
 position: relative;
  padding: 10px 0px;
  border:1px solid #111;

  border-radius: 8px;
  overflow: hidden;
}

.sp-card:hover {
  background-color:white;
 
}


.sp-card h4 {
font-size:1em;
padding:5px;
margin:0px;
}


.hero {
  min-height: 40vh;
  align-items: center;
  justify-content: center;
  text-align: center;

   padding:0px !important;


  background: radial-gradient(
      ellipse at center,
      rgba(255, 203, 255, 0.7) 0%,
      rgba(255, 240, 186, 0.7) 25%,
      rgba(186, 255, 255, 0.6) 50%,
      rgba(240, 224, 255, 0.6) 70%,
      rgba(255, 255, 255, 1) 100%
    ),
    linear-gradient(
      180deg,
      #ffc0f3 0%,
      #fff5b1 30%,
      #ccf4ff 70%,
      #ffffff 100%
    );
  background-blend-mode: lighten, screen;
}


.hero-content h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #222;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 2rem;
}

.buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.btn-primary {
  background-color: #5c4dff;
  color: white;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  font-size: 1rem;
  cursor: pointer;
}

.btn-secondary {
  background-color: #000;
  color: white;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  font-size: 1rem;
  cursor: pointer;
}

#Layer_1{
    width:100px;
}

.margin-temp{
 margin:1% 4%;
}

.margin-other-temp{
 margin:1% 10%;
}
.margin-other-temp-home{
 margin:1% 10% !important;
}

.tabs wc-tabs{
    display:none;
}
.wc-block-components-product-image img{
    border-radius:10px;
    transition: transform .2s; /* Animation */
    
}
.wc-block-components-product-image img:hover{
transform: scale(1.1);
}

.bg-color{
    background-color:#db0011;
    padding:5% 0;
    color:#fff;
}

.owl-prev{
    float:left;
}
.owl-next{
    float:right;
}
.owl-prev span{

font-size:50px;
line-height:10px;

}

.owl-next span{

font-size:50px;
line-height:10px;
}
.work-with-icon{
    width:70px;
}

.download-button{
    display: inline-block;
    padding: 10px 20px;
    background-color: #0057ff;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    border: none;
    margin-top:1.5em;
}

.wp-block-post-excerpt{
    display:none;
}

.container-footer {
    display: flex;
    background:#db0011;
    padding:2% 5%;
    flex-wrap: wrap;
    margin:0px;
    gap: 20px; /* Adjust the gap between columns */
}

.column {
    flex: 1; /* Each column takes equal space */
    background-color: #f0f0f0; /* Background color */
    padding: 20px; /* Padding inside each column */
    text-align: center; /* Center-align text */
    border-radius: 8px; /* Rounded corners for aesthetics */
}
.footer-copywrite {

   padding:1% 10%;

}

 .social-icons {
   list-style-type: none;
    padding: 0;
    display:inline;

}
.wp-block-column > ul > li a{
 list-style-type: none;
 color:#fff;
}

.social-icons li {
    margin: 10px;
    display:inline-block;
    vertical-align:middle;

}



.social-icons li:last-child {
    margin-right: 0;
}

.social-icons img {
    width: 40px; /* Adjust size as needed */
    height: auto;
    border-radius: 50%; /* Make them round if needed */
}

#social-icon-footer{
width:40px !important;

}

.sticky-header {

    color: #000;
    position: fixed;
    top: 0;
    margin-bottom:50px;
    width: 100%;
    z-index: 100;
    background-color: #fff; /* Ensure background is not transparent */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); /* Optional shadow */
}

.sticky-header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.sticky-header nav ul li {
    margin-right: 20px;
}

.sticky-header nav ul li:last-child {
    margin-right: 0;
}

.sticky-header nav ul li a {
    text-decoration: none;
    color: #fff;
}