
/* Capabilities -> ========== Design & Development Page ==========  */
a{
  text-decoration: none;
}
p {
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.fs-16{
  font-size: 16px;
}
.fs-18{
  font-size: 18px;
}
.fs-20{
  font-size: 20px;
}
.fs-22{
  font-size: 22px;
}
.fs-24{
  font-size: 24px;
}
.fs-26{
  font-size: 26px;
}
.fs-28{
  font-size: 28px;
}
.spl-bg{
    background-color: #F16223;
    border-radius: 3px;
    padding: 0 5px 0 2px;
    color: #FFF;
}
.cta-btn-orange{
      border-radius:4px; 
      background:#f76f45; 
      width:100%; 
      padding:10px 15px;
      transition: background 0s ease, transform 0s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
      font-size: 18px;
      font-weight: 400;
      color: #fff; 
}
.cta-btn-orange:hover{
    background: #089cdc;
    color: #fff; 
}
.cta-btn-dark-blue{
      border-radius:4px; 
      background:#4C3199; 
      width:100%; 
      padding:10px 15px;
      transition: background 0s ease, transform 0s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
      font-size: 18px;
      font-weight: 400;
      color: #fff; 
}
.cta-btn-dark-blue:hover{
    background: #089cdc;
    color: #fff; 
}

.cta-btn-white{
      border-radius:4px; 
      background:#FFF; 
      width:100%; 
      padding:10px 15px;
      transition: background 0s ease, transform 0s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
      font-size: 18px;
      font-weight: 400;
      color: #000; 
}
.cta-btn-white:hover{
    background: #f76f45;
    color: #000; 
}
.sec-sub-head{
  color: #6C727F;
}
.small-strip{
  color: #505962;
  border: solid 1px #505962;
  text-align: center;
  border-radius: 30px;
  padding: 10px;
}

.small-strip-1{
  color: #505962;
  border: none;
  text-align: center;
  border-radius: 30px;
  padding: 6px;
  background-color: #CCDDFF;
  font-size: 16px;
}

.text-gradient{
   	background: linear-gradient(to right, #00143D, #004CE6); /* Customize colors */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
  }

  .text-gradient-1{
   	background: linear-gradient(to right, #F47C24, #FFFFFF); /* Customize colors */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
  }

.num-gradient-1{
   	background: linear-gradient(to right, #FFFFFF, #FF5724); /* Customize colors */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
  }

.num-gradient-2{
   	background: linear-gradient(to right, #00008A, #FF5724); /* Customize colors */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
  }
h2{
    font-family: 'Roboto', sans-serif;
    color: #3A3A3A;
    margin: 0 0 0px 0;
    font-weight: 700;
    font-size: 40px;
}

.blink-dot-orange {
    height: 12px;
    width: 12px;
    background-color: #f16223;
    border-radius: 50%;
    display: inline-block;
    animation: blink 1s infinite;
}

.blink-dot-blue {
    height: 12px;
    width: 12px;
    background-color: #0055ff;
    border-radius: 50%;
    display: inline-block;
    animation: blink 1s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}


/* Banner Section  */
.partners-banner h1{
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0px;
  font-size: 50px;
}
.partners-banner{
    background: url('../images/partners/partners-banner-bg.webp');
    background-color: #4C3199;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
}

.partners-banner .hero-section{
      color: white;
      padding: 100px 50px 0px;
}

.partners-banner .hero-section-1{
      color: white;
      padding: 75px 50px 0px;
}

.partners-banner .banner-btns{
  margin-top: 40px;
}
.partners-banner .hero-img{   
    width: max-content;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Banner Bottom Carousel */

.listing-carousel-section{
		padding: 0px 0 0px 0;
    border-bottom: solid 2px #F16223;
}
.listing-carousel-section h3{
    font-size: 28px;
    font-weight: 400;
    color: #000;
}
.left-shadow-box{
		box-shadow: -10px 0 15px -5px rgba(0, 0, 0, 0.3);
}
#pagelisting-carousel{
		padding: 15px;
}
#pagelisting-carousel .owl-carousel .owl-item img{
		width: auto;
    height: 60px;
}

/* Partners Sesction - 1  */


.partners-sec-1{
    background: url('../images/partners/partners-sec-1-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0px 60px 0px;
}
.partners-sec-1 .card-bg{
  background: url('../images/partners/card-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px;
  background-position: center;
  border-radius: 5px;
  min-height: 260px;
}
.partners-sec-1 .card-bg .card-content{
     padding: 20px 15px;
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
}

/* Partners Sesction - 2  */

.partners-sec-2{
    background: url('../images/partners/partners-sec-2-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 60px 0 50px 0;
}

.partners-sec-2 h3{
  font-size: 30px;
  margin-bottom: 20px;
  color: #FFF;
}
.partners-sec-2 .sm-head{
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
.partners-sec-2 .left .desc{
    padding: 0px 45px 0px 45px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #FFF;
}
.partners-sec-2 .right .desc{
    padding: 0px 48px 0px 48px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #FFF;
}

/* Partners Sesction - 3  */ 

.partners-sec-3{
    background: url('../images/partners/partners-sec-3-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}


/* Category Filter */
	#categoryFilter {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.5rem;
		margin-bottom: 2.5rem;
	}

	.category-btn {
		padding: 0.625rem 1.25rem;
		border-radius: 9999px;
		font-size: 0.875rem;
		font-weight: 500;
		border: none;
		cursor: pointer;
		transition: all 0.3s;
		background-color: #E2E5EA;
		color: #374151;
    font-size: 14px;
	}

	.category-btn:hover {
		background-color: #f3e8ff;
		color: #1A3693;
	}

	.category-btn.active {
		background-color: #452C8B;
		color: white;
		box-shadow: 0 4px 6px -1px rgba(139, 92, 246, 0.2);
	}
  	
  .partners-sec-3 .target-div .main-card{
    background-color: #DCE7FD;
    border-radius: 10px;
    border: solid 1px #DCE7FD;
    padding: 30px;
  }
  .partners-sec-3 .target-div .main-card .points{
    color: #505962;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .partners-sec-3 .target-div .main-card .card{
    background-color: #FFF;
    padding: 20px 10px;
    border-radius: 10px;
  }

/* Capabilities Sesction - 4  */ 

  .partners-sec-4{
    background: url('../images/partners/partners-sec-4-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}


  .category-btn1 {
		padding: 0.625rem 1.25rem;
		border-radius: 9999px;
		font-size: 0.875rem;
		font-weight: 500;
		border: none;
		cursor: pointer;
		transition: all 0.3s;
		background-color: #E2E5EA;
		color: #374151;
    font-size: 14px;
	}

	.category-btn1:hover {
		background-color: #f3e8ff;
		color: #1A3693;
	}

	.category-btn1.active {
		background-color: #452C8B;
		color: white;
		box-shadow: 0 4px 6px -1px rgba(139, 92, 246, 0.2);
	}

  .partners-sec-4 .target-divs .main-card{
    background-color: #DCE7FD;
    border-radius: 10px;
    border: solid 1px #DCE7FD;
    padding: 30px;
  }
  .partners-sec-4 .target-divs .main-card .points{
    color: #505962;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .partners-sec-4 .target-divs .main-card .card{
    background-color: #FFF;
    padding: 20px 10px;
    border-radius: 10px;
  }



/* Capabilities Sesction - 5  */ 

.partners-sec-5{
    background: url('../images/partners/partners-sec-5-bg.webp');
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0px 60px 0px;
}

/* FAQ's Section */

.partners-sec-5 .faqs-sec{
    padding: 0px 0px 0px 0px;
    background: transparent;
}
.partners-sec-5 .faqs-sec .questionAnswerWrapper ol {
    padding-left: 25px
}
.partners-sec-5 .faqs-sec .questionAnswerWrapper ol li {
    padding-bottom: 15px
}
.partners-sec-5 .faqs-sec .accordian-ebook {
    background: transparent;
    cursor: pointer;
    font-size: 17px;
    color: #FFFFFF;
    padding: 14px 22px 14px 14px;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0);
    font-weight: 400;
}
.partners-sec-5 .faqs-sec .number-ques {
    margin-bottom: 12px;
    float: left;
}
.partners-sec-5 .faqs-sec .number-ques:after {
    content: '⌵';
    position: absolute;
    right: 30px;
    top: 14px;
    font-size: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 900
}
.partners-sec-5 .faqs-sec .open .number-ques:after {
    content: '⌵';
    color: #fff;
    right: 30px;
    top: 18px;
    transform: rotate(180deg)
}
.partners-sec-5 .faqs-sec .hidElement .desc {
    padding: 10px 10px;
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    border: none;
    border-radius: 5px;
}

.partners-sec-5 .faqs-sec .hidElement li {
    list-style: none;
    padding-bottom: 20px
}
.partners-sec-5 .faqs-sec .hidElement li:last-child {
   padding-bottom: 0
}
.partners-sec-5 .faqs-sec .col-sm-height{
  border-bottom: solid 1px #6d6f70;
}

/* Responsive Design */
@media (max-width: 320px) {
  .capabilities-banner h1{
    font-size: 40px;
  }
}
@media (min-width: 320PX) and (max-width: 480PX){
  .capabilities-banner h1{
    font-size: 40px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px){}
@media (min-width: 992px) and (max-width: 1024px){}
@media (min-width: 1025px) and (max-width: 1200px) {}
@media (min-width: 1201px) {}
