@charset "UTF-8";

/*
Theme Name: Extra Info Tech
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */
 .nav-btn {
    background-color:  #00bfff;
    color: #fff !important;
    margin-right: 10px;
    padding: 6px 14px;
    border-radius: 8px;
    font-weight: bold;
    transition: all 0.3s ease;
  }
  .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

  .nav-btn:hover,
  .nav-btn:focus,
  .nav-btn.active {
    background-color: #138496;
    color: #fff !important;
    transform: translateY(-2px);
  }

  .navbar-nav .nav-item {
    margin-right: 5px;
  }

  .dropdown-menu {
    background-color: #f8f9fa;
  }

  .dropdown-menu .dropdown-item:hover {
    background-color: #e2e6ea;
  }
  .form-inline .btn-outline-light {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border: 2px solid #fff;
}

.form-inline .btn-outline-light:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}
/* Sky Blue Navbar Background */
.custom-navbar {
  background-color: #00bfff; /* Sky Blue */
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}
.contact-section {
  background: url('https://cdn.pixabay.com/photo/2016/11/18/17/20/city-1835649_960_720.jpg') center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
}

.overlay-box {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 60px 40px;
  border-radius: 8px;
}

.contact-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.contact-description {
  text-align: justify;
  font-size: 16px;
  max-width: 800px;
  margin: 0 auto 50px auto;
  line-height: 1.7;
  color: #ddd;
}

.contact-left p {
    margin-left: 22%;
    width:400px;
  margin-bottom: 25px;
  font-size: 16px;
  text-align: justify;
}


.contact-left i {
  font-size: 22px;
  margin-right: 10px;
  color: #00c5d6;
}

.contact-left strong {
  color: #00c5d6;
}

.contact-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  color: #333;
}

.contact-form h3 {
  font-weight: bold;
  margin-bottom: 25px;
}

.contact-form .form-control {
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  margin-bottom: 20px;
  box-shadow: none;
}

.contact-form .form-control:focus {
  border-color: #00c5d6;
}

.contact-form button {
  background-color: #00c5d6;
  border: none;
  padding: 10px 25px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  border-radius: 3px;
}
.filter-btn {
  background-color: #000;
  color: white;
  border-radius: 0;
  margin: 0 5px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
  font-weight: 600;
}

/* Hover effect */
.filter-btn:hover,
.filter-btn:focus {
  background-color:  #fff;
  color: #000;
}

/* Sky Blue background for ALL button */
.btn-all {
  background-color: #00bfff !important; /* sky blue */
  color: white;
}
  .text-justify {
    text-align: justify;
  }
    .filter-btn {
    background-color: #000;
    color: white;
    border-radius: 0;
    margin: 0 5px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
    font-weight: 600;
  }

  .filter-btn:hover,
  .filter-btn:focus {
    background-color: #fff;
    color: #000;
  }

  .btn-all {
    background-color: #00bfff !important;
    color: white;
  }

  p, li {
    font-size: 16px;
    line-height: 1.7;
  }

  ul {
    padding-left: 20px;
  }

  ul li::marker {
    color: #17a2b8;
  }

  h2, h4 {
    color: #0056b3;
  }

  a {
    color: #007bff;
    text-decoration: none;
  }

  a:hover {
    text-decoration: underline;
  }
   #aboutSlider {
    max-width: 60%;
    overflow: hidden;
    margin: 0 auto;
    max-height: 460px;
  }

  /* Set fixed height for slider */
  #aboutSlider .carousel-inner {
      position: relative;
    width: 100%;
    overflow: hidden;
}
    /* Adjust to 200px or 300px as needed */


  /* Style images to fit inside without cropping */
  #aboutSlider .carousel-item img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    background: #f8f9fa;
    /* Optional: subtle background */
    padding: 10px;
    /* Optional: spacing inside slide */
    box-sizing: border-box;
  }

  /* Optional: arrows styling if needed */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.3);
    /* Optional dark arrows */
    border-radius: 50%;
    padding: 10px;
  }

  /* Add in your existing style section */
  @media (min-width: 768px) {
    .align-items-center {
      display: flex;
      align-items: center;
    }
  }
  /*about page */
  .about-clean-section {
  padding: 80px 30px;
  background-color: #fff;
}

.section-heading {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #1c1c1c;
  text-align: center;
}

@media (max-width: 1024px) {
    .left-section {
        padding: 42px 29px;
    }
}

.content h2 {
  color: #44d7ef;
  font-weight: bold;
  font-size: 46px;
}

.content p {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding: 6px;
}

.ct-button {
  background-color: #44d7ef;
  color: #fff;
  padding: 12px 12px;

}

.right-section {
  background-color: #44d7ef;
  padding: 70px 29px;
}

.matter h3 {
  color: #fff;
  font-weight: bold;

}

.matter p {
  color: #000;
  font-weight: bold;

}

.full-width {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.right-content .service-box p {
  margin-top: 41px;
  margin-left: -89px;
  font-weight: bold;
  padding-left: 10px;
  color: #333;
}

.divider {
  width: 50px;
  height: 4px;
  background-color: #44d7ef;
  margin: 0 auto 40px auto;
  border-radius: 2px;
}

.content-rows p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  text-align: justify;
}


.only-the-best-section {
  background-color: #f8f9fa;
     padding: 8px 0;
}

.left-box {
  background-color: #f7f7f7;
  padding: 60px 40px;
}

.left-content h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #44d7ef;
  text-align: left;
}
.feature-box {
  margin-bottom: 20px;
}

.feature-icon {
  font-size: 30px;
  font-weight: bold;
  color: #44d7ef;
  line-height: 1;
  margin-right: 2px;
  width: auto;
}

.send-button {
  background-color: #fff;
  color: black;
}

.send-button:hover {
  background-color: #000;
  color: #fff;
}

.feature-box h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
  color: #44d7ef;
  margin: 0 auto;
}

.feature-box p {
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  text-align: justify;
}

.left-box {
  background-color: #000;
  padding: 40px 30px;
}
.feature-box>div {
  flex: 1;
}

.quote-button:hover {
  background-color: #44d7ef;
  color: white;
}
.right-box {
  position: relative;
  
}
.stats-overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  display: flex;
  height: 122px;
}

.left-text {
  background-color: #000;
  color: #fff;
  padding: 27px 21px;

}
.stat-block {
  flex: 1;
  text-align: center;
  color: white;
  padding: 20px 10px;
}

.orange-block {
  background-color: #44d7ef;
}

.black-block {
  background-color: #2b2b2b;
}

.stat-block h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.stat-block p {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0;
}

.contact-section {
  font-family: "Montserrat Light" !important;
}

.left-contact {
  background-color: #44d7ef;
  padding: 60px 40px;
  color: white;
  padding: 27px 21px;
}

.left-contact h2 {
  font-size: 36px;
  font-weight: bold;
}

.section-underline {
  border: 2px solid white;
  width: 60px;
  margin-bottom: 20px;
}

.input-box,
.message-box {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: none;
  border-radius: 4px;
}


.send-button:hover {
  background-color: #000;
  color: #fff;
}

.right-contact {
  background-color: #222;
  color: white;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.social-icons {
  margin-bottom: 30px;
  margin-top: 19px;
}

.social-icons a {
  display: inline-block;
  margin-right: 20px;
}

.social-icons img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.contact-info {
  list-style: none;
  padding-left: 0;
}

.contact-info li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #000;
}

.contact-info i {
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
}

.contact-info li {
  color: #fff;
  font-weight: bold;

}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

.animated-card {
  text-align: center;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}
.animated-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.animated-card h3 {
  margin: 0px 0 10px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #44d7ef;
}
.mid .row{
  margin:10px;
}

.animated-card p {
  padding: 0 15px 20px;
  color: #555;
  font-size: 14px;
}
.team{
      margin-top: 30px;
    margin-bottom: -82px;
}

