@font-face {
  font-family: "FontRegular";
  src: url("https://tech4startups.online/agency/wp-content/uploads/my-fonts/alegreyasans-regular.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "FontMedium";
  src: url("https://tech4startups.online/agency/wp-content/uploads/my-fonts/Lora-SemiBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "FontExtra";
  src: url("https://tech4startups.online/agency/wp-content/uploads/my-fonts/Lora-Medium.woff2") format("woff2");
  font-display: swap;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: FontRegular;
  font-size: 1.15rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: FontMedium;
}

.no-padding .col-sm {
  padding: 0;
}

.wpo-background {
  background-size: cover;
  position: relative;
  z-index: 999;
  background-attachment: fixed;
}

.wpo-background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  filter: blur(2px); /* Adjust the blur amount as needed */
  z-index: -1; /* Ensures the blurred overlay stays behind the content */
  backdrop-filter: blur(2px); /* Adjust the blur amount as needed */
}

a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

a:hover {
  color: #333;
}

/* Services Section */
.service-section {
  padding: 30px 20px;
  border: none;
  transition: box-shadow 0.3s;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background-color: #fff;
  margin-bottom: 20px;
}

.service-section:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.service-section img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.service-section h5 {
  margin-bottom: 0.7rem;
}

.service-section p {
  font-size: 16px;
}

.btn-custom {
  background-color: #00796B;
  color: #FFFFFF;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  outline: none;
  width: 350px;
  font-size: 22px;
  max-width: 85%;
}

.btn-custom:hover, .btn-custom:focus {
  background-color: #00695C;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

/* Accordion */
.accordion-button {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.accordion-header{
  font-family: FontExtra;
}

.accordion-button:not(.collapsed) {
  color: #333;
  background-color: transparent;
  box-shadow: none;
}

.accordion button, .accordion p{
    color: #333;
  font-size: 16px;
}

.accordion-button:focus {
  z-index: 2;
  border-color: transparent;
  box-shadow: none;
}

.accordion-item {
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 1.8;
}

/* This is to remove the default border from the bottom of the accordion-header */
.accordion-header {
  border-bottom: none;
}

/* This is to remove the box-shadow from the collapsible content */
.accordion-collapse {
  box-shadow: none;
}

/* Pagination
 * ========== */
.pagi .page-numbers {
  height: 50px;
  width: 50px;
  display: inline-grid;
  margin: 7px;
  place-items: center;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #333;
}

.pagi .current {
  background: #ff8901;
  color: #fff;
}

.pagi .page-numbers:hover {
  background: #ff8901;
  color: #fff;
}

.pagi {
  margin: 30px 0;
}

.accordion-button{
    padding-left: 0;
}

.accordion-item{
    border-bottom: 1px solid rgb(0,0,0,0.2);
    margin-bottom: 10px;
}


/* Pricing Design 
 * ============== */
.card {
  border: none;
  text-align: center;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.card-title {
  color: #333;
  font-size: 1.25rem; /* Adjust the size as needed */
  margin-bottom: 1rem;
  margin-top: 20px;
  font-family: FontRegular;
  font-weight: bold;
}

.price {
  color: #333;
  font-size: 2rem; /* Adjust the size as needed */
  font-weight: bold;
}

@media(max-width: 575px){
  .price{
    font-size: 1.8rem;
  }
}

.price span {
  font-size: 0.6rem; /* Adjust the size as needed */
  font-weight: normal;
}

.list-group-item {
  background-color: transparent;
  border: none;
  text-align: left;
  padding-left: 1rem; /* Adjust as needed for the checkmark alignment */
}

@media(max-width: 575px){
  .list-group-item{
    font-size: 14px;
  }
  .card-title{
    font-size: 1rem;
  }
}

.list-group-item::before {
  content: "\2713\0020";
  color: #333; /* Bootstrap primary color for the checkmark */
}

.btn-primary {
  background-color: #ff8901; /* Bootstrap primary color */
  border: none;
  margin: 20px 0;
}

.btn-primary:hover{
  background: #f6af42;
}

/* Additional media queries and styling as needed to match your design */

form input, form textarea{
  border: none!important;
  border-bottom: 1px solid #ccc!important;
  border-radius: 0!important;
  color: #ff8901!important;
  box-shadow: none!important;
  padding-left: 0!important;
  font-size: 12px!important;
  transition: all .3s ease-in-out!important;
}

form input[type="submit"]{
  font-size: 15px!important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  padding-top: 9px;
}

.contact-btn{
  width: 100%;
  border: none!important;
  background: #ff8901;
  color: #fff!important;
}

.wpcf7-not-valid-tip{
  font-size: 12px!important;
}

.review-img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.company-name{
  font-size: 14px;
}

.review-text{
  font-size: 16px;
}

.review-text{
  margin-top: 20px;
  color: #333;
}


.swiper-slide{
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
  border: 1px solid rgb(0,0,0,0.3);
}

.swiper{
  position: static!important;
}

.slider{
  position: relative;
}

.swiper-pagination{
  bottom: -50px!important;
}

.swiper-pagination-bullet-active{
  background: #003366!important;
}

.swiper-pagination-bullet{
  border-radius: 0;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 177.78%; /* Adjusted for a 9:16 aspect ratio */
  }

  .iframe-container iframe {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    right: 0!important;
    width: 100%!important;
    height: 100%!important;
  }

.pagi .dots{
  box-shadow: none;
}

.pagi .dots:hover{
  background: none;
  color: unset;
}

.scroll-target {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

.navigation {
  position: fixed;
  background: #003366;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  transition: box-shadow 0.3s ease-in-out;
}

.navbar-brand img{
    width: 200px;
}

@media(max-width: 575px){
    .navbar-brand img{
        width: 150px;
    }
}

.scrolled {
  box-shadow: 0 4px 40px rgba(0,0,0,.08);
}

#menu-item-500 .nav-link{
  background: #30BFBF;
  color: #FFFFFF!important;
  padding-right: 20px!important;
  padding-left: 20px!important;
  font-size: 18px!important;
  border-radius: 50px;
  transition: background-color 0.2s ease-in-out;
}

#menu-item-500 .nav-link:hover{
  background: #259595;
}

@media(min-width: 992px){
  #menu-item-500 .nav-link{
    margin-left: 20px;
  }
}

.nav-link{
  color: #FFFFFF!important;
  text-transform: unset;
  font-size: 13px;
  padding: .5rem 8px!important
}

@media(min-width: 992px){
    .navigation nav .nav-link{
        text-align: center!important;
    }
}

.nav-link:hover{
  color: #D0D4D9!important;
}

a{
  text-transform: unset;
}

.footer-links a{
  margin-right: 10px;
  font-size: 14px;
  color: #4DB6AC;
}

.footer-links a:hover{
    color: #00796B;
}

.site-footer a{
    color: #4DB6AC;
}

.site-footer a:hover{
    color: #00796B;
}

.navigation .col-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .navigation .col-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .navigation .col-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .navigation .col-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .navigation .col-sm {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .navigation .col-sm {
    max-width: 1320px;
  }
}

.grid-post .col-md-4{
  padding-bottom: 40px;
}

@media (min-width: 1400px) {
  .navigation .col-sm {
    max-width: 1320px;
  }
}

@media(max-width: 991px){
  .navigation .navbar-nav{
    margin-left: 0!important;
  }
  .navigation nav .navbar-collapse{
    text-align: unset!important;
  }
  .nav-item .nav-link{
    border-bottom: 1px solid rgb(255,255,255,0.2);
    padding-left: 5px!important;
    margin-left: 3px;
  }
  .navbar-nav{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav-item{
    margin-bottom: 5px;
  }
  #menu-item-500 .nav-link{
    width: auto;
    display: table;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin: 20px auto;
    border-bottom: none;
  }
}

.navbar-toggler{
  border: none;
  box-shadow: none;
}

.navbar-toggler:focus{
  box-shadow: none;
}

.navbar-toggler-icon{
  background-image: url(https://tech4startups.online/agency/wp-content/uploads/2024/03/T4S-Hamburger.webp)!important;
}


.icon-box {
  font-size: 24px; /* Adjust icon size as needed */
  margin-bottom: 20px;
  border: 3px solid #FF8901;
  display: inline-block;
  padding: 5px;
}
.feature-highlight {
  border-radius: 8px;
  padding: 30px 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.number-box .icon-box h1{
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  background: #00796B;
  font-size: 25px;
  color: #fff;
  border-radius: 50%;
}

.number-box h3{
  font-size: 25px;
}

.number-box .icon-box{
  border: none;
}


/* Why White label
 * =============== */
.comparison-section .list-group-item {
    position: relative;
    padding-left: 2em;
  }
  .comparison-section{
    color: #333333;
  }
  .comparison-section .list-group-item::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    font-size: 1.2em;
  }
  .comparison-section .before-list .list-group-item::before {
    content: '✖'; /* Cross mark emoji */
    color: #00796B;
  }
  .comparison-section .after-list .list-group-item::before {
    content: '✔'; /* Check mark emoji */
    color: #003366;
  }

  .comparison-section li{
    color: #333;
  }

.comparison-col h2{
  margin-bottom: 10px;
}

.comparison-col{
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.comparison-col:hover{
  transform: translateY(-10px);
}

/* Benefits 
 * ======== */
.benefits-header {
  text-align: center;
}
.benefit-item {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px; 
    align-items: start;
}

.benefit-item .benefit-icon{
    color: #fff;
    background: #00796B;
    margin-top: 4px;
    border-radius: 0;
}

.benefit-text {
  display: inline;
  vertical-align: middle;
}


/* Use Cases 
 * ========= */
 .use-cases-section {
  padding: 40px 0;
}

.use-case-item {
  display: flex;
  background-color: #FFFFFF; /* Bright white for clean look */
  border: 1px solid #D9E6F2; /* Pale blue border for subtle differentiation */
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  transition: transform 0.2s; /* Smooth transition for hover effect */
}

.use-case-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow to lift the item on hover */
}

.use-cases-check {
  background: #00796B; /* Deep navy blue for consistency with the navbar */
  color: #ffffff; /* White text for contrast and readability */
  height: 30px;
  min-height: 30px;
  width: 30px;
  min-width: 30px;
  display: inline-grid;
  place-items: center;
  margin-right: 15px;
}

.use-case-item .use-cases-check {
  margin-top: auto; /* Align the check mark vertically */
}


/* Pricing
 * ======= */
.pricing-row .plan-card {
  transition: transform 0.3s;
}
.pricing-row .plan-card:hover {
  transform: translateY(-10px);
}
.pricing-row .plan-header {
  color: #fff;
}
.pricing-row .badge-popular {
  background-color: #ffce56;
  color: #212529;
}
.pricing-row .plan-price {
  font-size: 24px;
  font-weight: bold;
  font-family: FontMedium;
}
.pricing-row .plan-features {
  font-size: 16px;
  text-align: left;
}

.plan-card .card-body .plan-features .use-cases-check{
    border-radius: 0;
}

.pricing-row .plan-features li{
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  font-family: FontExtra;
}

.free-consultation .benefit-text{
  font-family: FontExtra;
}

.pricing-row .card-footer {
  background-color: #fff;
  border-top: 0;
}

.startup-header{
  background: linear-gradient(to right, #FFA500, #003366); /* From the bright orange to the deep navy blue */
}

.agency-header{
  background: linear-gradient(to right, #FFA500, #005C53); /* From the bright orange to the deep green for a professional feel */
}

.enterprise-header{
  background: linear-gradient(to right, #FFA500, #ADD8E6); /* From the bright orange to a light blue for a more corporate and enterprise feel */
}


/* Hero Section
 * ============ */
.top-hero-text{
  font-family: FontMedium;
  font-size: 22px;
}

.bottom-hero-text{
  font-size: 18px;
  width: 700px;
  margin: auto;
  max-width: 95%;
}

@media(max-width: 575px){
  .top-hero-text{
    font-size: 20px;
  }
  .main-hero-text{
    font-size: 32px;
  }
  .bottom-hero-text{
    font-size: 16px;
  }
}

@media(max-width: 767px){
  .service-section, .box-item h3, .post_title{
    height: unset!important;
  }
  
  .number-box .icon-box h1{
    font-size: 25px!important;
    width: 50px!important;
    height: 50px!important;
  }
  
}


/* Testimonila Lightbox
 * ====================  */
.su-lightbox-content{
  padding: 10px!important;
  position: static!important;
  background: none!important;
  box-shadow: none!important;
}

.mfp-close{
  color: #fff!important;
  font-size: 50px!important;
  right: 5px!important;
  top: 5px!important;
}

.mfp-ready{
  opacity: 0.9!important;
}

/* Portfolio Section
==================== */
.portfolio-card {
    perspective: 1000px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 300px; /* Adjust based on your preference */
    margin: auto;
}

.portfolio-card .card-inner {
    position: relative;
    width: 100%;
    /* Removed fixed height */
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    cursor: pointer; /* Indicates the card can flip */
}

.portfolio-card .card-inner::before {
    content: '';
    display: block;
    padding-top: 100%; /* This creates a square aspect ratio */
}

.portfolio-card .card-front, .portfolio-card .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; /* Ensure they cover the entire parent area */
    left: 0;
    backface-visibility: hidden;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.portfolio-card .card-front {
    background: #ffffff;
}

.portfolio-card .card-front img {
    width: 100%;
    height: 100%; /* Ensure the image covers the entire front side */
    object-fit: cover; /* Adjust as needed to cover the area */
}

.portfolio-card .card-back {
    background: linear-gradient(to bottom right, #003366, #00457C);
    color: #fff;
    transform: rotateY(180deg);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.portfolio-card:hover .card-inner, .portfolio-card:focus .card-inner {
    transform: rotateY(180deg);
}

.portfolio-card .title {
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.portfolio-card .description {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0 15px;
}

.portfolio-card .btn-portfolio {
  background-color: #FFA500; /* Orange color for immediate visibility and brand consistency */
  color: #FFFFFF; /* White text to stand out against the orange */
  font-weight: bold; /* Makes the text more prominent */
  padding: 12px 25px; /* Adequate padding for a balanced, clickable area */
  border-radius: 4px; /* Slightly rounded corners for a modern, friendly look */
  border: none; /* No border for a clean and solid button */
  cursor: pointer; /* Changes the cursor to signify an actionable item */
  transition: background-color 0.2s, transform 0.2s; /* Smooth background and transform transition for interactive feel */
  text-transform: uppercase; /* Uppercase text for a more commanding presence */
  letter-spacing: 1px; /* Adds spacing between letters for readability and style */
  font-size: 1em; /* Standard size for legibility */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Subtle shadow for depth */
  outline: none; /* Removes the outline to prevent distraction upon click */
}

.portfolio-card .btn-portfolio:hover {
  background-color: #E69500; /* Slightly darker shade of orange on hover for feedback */
  transform: translateY(-3px); /* Slight upward movement on hover for an interactive feel */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Increased shadow on hover for more depth */
}

.portfolio-card .hint-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    background: #003366;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    line-height: 40px; /* Ensures vertical alignment */
    text-align: center;
    animation: alternateFlip 2.5s infinite linear;
}

@keyframes alternateFlip {
    0%, 100% {
        transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
    }
}

@media(max-width: 767px){
  .card-back .title{
    font-size: 1.25rem!important;
  }
  .card-back .description{
    font-size: 16px!important;
  }
  .card-back a{
    font-size: 14px!important;
  }
}

@media(max-width: 575px){
  .card-back .title{
    font-size: 1.1rem!important;
  }
  .card-back .description{
    font-size: 13px!important;
  }
  .card-back a{
    font-size: 12px!important;
  }
}

.load-more {
  background-color: #00796B;
  color: #FFFFFF;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1rem;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  outline: none;
  width: 250px;
  font-size: 22px;
  max-width: 95%;
}

.load-more:hover, .load-more:focus {
  background-color: #00695C;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
  color: #fff;
}



/* Experience Section
=================== */
.experience-section{
  padding-top: 50px;
}

.experience-section p{
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.2rem;
}

.experience-section h1{
  font-size: 50px;
}

.experience-section .col-md-3{
  margin-bottom: 50px;
}


/* Testimonial
============ */
@media(max-width: 767px){
  .video-row h2{
    margin: 15px 0;
  }
  .video-row .col-md-8{
    padding: 0 25px;
  }
}

@media(max-width: 575px){
  .video-row .col-md-8{
    padding: 0 5px;
  }
    .site-footer img{
        width: 200px;
    }
}

.site-footer img{
    width: 250px;
}

.review-placeholder{
  position: relative;
}
.play-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 50px;
  transition: all 0.3s;
}

.play-icon:hover {
  /* Scale the icon to be 20% larger when hovered */
  transform: translate(-50%, -50%) scale(1.15);
}

.client-title::before{
  content: '— ';
  margin-right: 8px;
  font-weight: bold;
}

.client-title{
  font-weight: bold;
}

.btn-custom {
  display: inline-flex;
  align-items: center; /* Vertically centers the content (icon and text) */
  justify-content: center; /* Horizontally centers the content if needed */
  /* Additional styles for button appearance and spacing */
  padding: 10px; /* Adjust based on your design */
  gap: 15px; /* Creates space between the icon and text */
}

.btn-custom::before {
  content: url(https://tech4startups.online/agency/wp-content/uploads/2024/03/phone-call-icon.webp);
  display: inline-block; /* Treat the icon as a block-level element but keep it inline */
  width: 40px; /* Icon width, adjust as needed */
  height: 40px; /* Icon height, adjust as needed */
  background-size: contain; /* Ensure the image fits within the dimensions */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  background-position: center; /* Center the image within the pseudo-element */
}

@media(max-width: 575px){
  .btn-custom{
    font-size: 18px!important;
  }
}