@media only screen and (min-width:950px) {
 .navbar {
 position: relative !important;
}
}

.bannerSec{
background: url(images/banner/<?php echo $selectedBg; ?>); height:518px;
}


.bannerSec{
	width:100%;
	float:left;
}
/*.bannerContent
{
	text-align:center; padding:6% 10px 0 34%;
}*/
.bannerContent {
    padding: 6% 2% 4% 4%;
	display:flex;
}
.banner_box {    
    height: 29vw;
}
.clint-integration .brand-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.clint-integration .brand-list .item {
    width: 20%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin-bottom: 20px;
}
.banner_text_sec {
    padding: 8% 0% 10% 5%;
}
.banner_text4{padding-left:4%; color:#930; line-height:3.68vw;}
.banner_text3{padding-left:4%; color:#fff200; font-size:1.5vw; padding-top:1vw;  line-height:1.5vw;}
.banner_text5{padding-left:4%; font-size:1.3vw; color:#6F9; line-height:2.5vw;}
.headerText
{
	font-size: 1.8em;
}
.card-container {
            display: flex;
            /*gap: 20px;*/
			flex-wrap: wrap;
            justify-content: space-around;
           
        }

        .card {
            /*width: 250px;*/
			width: calc(25% - 40px);
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s;
			margin:10px;
        }

        .card:hover {
            transform: scale(1.05);
        }

        .card img {
            width: 100%;
            height: auto;
            border-radius: 8px 8px 0 0;
        }

        .card-content {
            padding: 20px;
        }

        .card-content h2 {
            margin-top: 0;
            font-size: 18px;
            color: #333;
			min-height: 41px;
        }
		.card-content p{
			text-align: center;
			font-size: 1.4rem;
			line-height: 1.5;
		}
		.checklist-container {
			display: flex;
			justify-content: space-around;
			
		}
		
		.checklist-column {
			flex: 1;
		}
		
		.checklist-card {
			background-color: #fff;
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
			margin: 15px;
			padding: 20px;
			border-radius: 8px;
			border-top: 3px solid #5cbcf4;
			transition: transform 0.3s;
		}
		
		.checklist-item {
			display: flex;
			align-items: center;
			margin-bottom: 15px;
		}
		
		.checklist-icon {
			font-size: 24px;
			margin-right: 15px;
			color: #2ecc71; 
		}
		
		.checklist-content {
			flex: 1;
		}
		
		.checklist-heading {
			font-size: 18px;
			color: #333;
			margin-bottom: 5px;
			font-weight: 600;
		}
		
		.checklist-text {
			font-size: 16px;
			color: #666;
		}
		
		.checklist-card:hover {
            transform: scale(1.05);
        }
		
.custom-button {
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	background-color: #007bff;
	/*background-image: linear-gradient(-180deg, #FF7E31, #E62C03);*/
	border-radius: 5px;
	transition: background-color 0.3s ease-in-out;
}

/* Hover Effect */
.custom-button:hover {
	background-color: #0056b3;
	color: #fff;
	box-shadow: rgb(148 210 234 / 50%) 0 3px 8px;
}

.custom1-button{
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	/*background-color: #007bff;*/
	background-image: linear-gradient(-180deg, #ea925d, #e53f09);
	border-radius: 5px;
	transition: background-color 0.3s ease-in-out;
}
/* Hover Effect */
.custom1-button:hover {
	background-image: linear-gradient(-180deg, #C00, #600);
	/*background-color: #F33;*/
	color: #fff;
	box-shadow: rgb(148 210 234 / 50%) 0 3px 8px;
}

.custom2-button{
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	/*background-color: #007bff;*/
	background-image: linear-gradient(-180deg, #ea925d, #e53f09);
	border-radius: 5px;
	transition: background-color 0.3s ease-in-out;
}
/* Hover Effect */
.custom2-button:hover {
	background-image: linear-gradient(-180deg, #C00, #600);
	/*background-color: #F33;*/
	color: #fff;
	box-shadow: rgb(148 210 234 / 50%) 0 3px 8px;
}

.iframe_card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      width: 380px;
      max-width: 100%;
	  
    }

    .iframe_card iframe {
      width: 100%;
      height: 200px; /* You can adjust the height as needed */
      border: none; /* Remove border if not needed */
    }
	
	
.tabs-container {
	padding: 2rem;
}

/**
 * Tabs Block
 */
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

/**
 * Tabs
 */
.tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.tabs label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 2rem;
	margin-right: 7px;
	cursor: pointer;
	background-color: #043277;
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 15px;
	font-weight: 400;
	transition: background-color ease 0.3s;
}

.tabs label .material-icons {
	margin-right: 0.3rem;
}

.tabs .tab {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	display: none;
	padding: 1rem 2rem;
	color: #000;
	background-color: #f3faff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
}

.tabs .tab > *:not(:last-child) {
	margin-bottom: 0.8rem;
}

.tabs [type=radio] {
	display: none;
}

.tabs [type=radio]:checked + label {
	background-color: #edfefc;
	color: #0067b8;
	font-size: 15px;
	border-top: 4px solid #0067b8;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);   
}

.tabs [type=radio]:checked + label + .tab {
	display: block;
}
.tab-custom-button {
  background-color: initial;
  background-image: linear-gradient(-180deg, #31b3ff, #053b78);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  /*font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;*/
  /*height: 40px;*/
  font-size:12px;
  line-height: 30px;
  outline: 0;
  overflow: hidden;
  padding: 0 20px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: top;
  white-space: nowrap;
  width: 20%;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
}

.tab-custom-button:hover {
  box-shadow: rgb(71 171 208 / 50%) 0 3px 8px;
}

.tab-heading{
	background-color: #dce7f5;
	padding: 5px 16px;
	width: fit-content;
	margin-bottom:20px;
}

.mt-3
{
	margin-top:20px;
}
.p-4
{
	padding:20px;
}
.h6{
	font-size: 16px;
  font-weight: bold;
}

.industry-card {
  background: #ffffff;
  border-radius: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
}
.icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.h-100 {
  height: 100% !important;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075); /* subtle shadow */
}

section.bg-light img:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.client-logos {
  background-color: #fdfbf7;
  padding: 40px 0;
  border-top: 1px solid #eee;
  text-align: center;
}

.client-logos .client-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
}

.client-logos .client-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 30px;
}

.client-logo-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.client-logo-item {
  background: #fff;
  border-radius: 12px;
  padding: 15px 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.client-logo-item:hover {
  transform: translateY(-5px);
}

.client-logo-item img {
  max-height: 100px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0%);
  transition: filter 0.3s ease;
}

.client-logo-item:hover img {
  filter: grayscale(0%);
}
.mt-2
{
	margin-top:10px;
}
.client-logo-item .text-muted
{
	font-size:13px;
}

.testimonial-section {
  background-color: #f0f0f0;
  padding: 50px 20px;
}

.testimonial-box {
  position: relative;
  border: 2px solid #eec9e9;
  border-radius: 12px;
  padding: 30px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
}

.testimonial-text {
  
  color: #333;
  margin-bottom: 20px;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: bold;
  color: #111;
}

.quote-icon {
  font-size: 60px;
  color: #ffb1fb;
  position: absolute;
  font-family: Georgia, serif;
}

.quote-icon.left {
  top: -10px;
  left: -15px;
}

.quote-icon.right {
  bottom: -20px;
  right: -28px;
}


@media (min-width: 768px) {

	.tabs-container {
		padding: 4rem 4rem;
	}

	.tabs label {
		order: 1;
		width: auto;
	}

	.tabs .tab {
		order: 9;
	}

	.tabs [type=radio]:checked + label {
		border-bottom: none;
	}
}
@media (min-width: 992px) {

	.tabs {
		width: 100%;
	}
}
 @media only screen and (max-width:768px) { 
  .bannerSec {
    background: none;
    height: auto;
}
.comp-brand-card {
    width: 40.5625vw;
    height: 40.5625vw;
}
.box_title {
   
    font-size: 0.7em;
   line-height: 18px;
}
.industry-specific-box .brand-logo {
 
    top: 52%;
}
.clint-integration .brand-list .item {
    width: 50%;
	margin-bottom: 5px;
}
.card {
		width: calc(100% - 40px);
		height:250px;
		
	}
	.checklist-container {
        flex-direction: column;
    }
	.custom2-button{
		font-size:6px;
		padding: 0px 5px;
	}
	.iframe_card {
		/*width:100px;
		max-width: 100%;
		height:90px;*/
		max-width: 800px; /* Adjust as needed */
    margin: 0 auto;
    padding: 0px;
	}
	.video-container {
    position: absolute;
    padding-bottom: 50%; /* 16:9 aspect ratio (height/width) */
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	.iframe_size{
		width:100px;
		height:90px;
	}
   }
   @media only screen and (min-width: 320px) and (max-width: 1200px){
img {
    max-height: 80%;
    max-width: 100%;
}
   }
   #Section-17 {
	padding:0;
	float:left;
	width:100%;
	margin-top:0px;	
	border-top:1px solid #eaeaea;
	background-color:#f9f8f8;
	
}
#Section-17 .container {
	width:100%;
	margin-top:25px;
	margin-left:auto;
	margin-right:auto;
	padding-right:20px;
	padding-left:20px;
}


.mobile_image_style .left
{
	padding-bottom:15px;
}
.mobile_image_style .right
{
	padding-top:25px;
}
 }
 
 
 
 
 
 
 
 
 
 
 
 @media only screen and (min-width:950px) {
 .navbar {
 position: relative !important;
}
}
.title {
	font-size: 22px;
	font-weight: 400;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	margin-bottom: 40px;
	/*font-family: 'Poppins';*/
}
.title i {
	margin-right: 10px;
	color: #444;
}
.features {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px; /* Gap between boxes */
}
.feature-box {
	flex: 1 1 calc(50% - 20px); /* 3 boxes per row with spacing */
	
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.first
{
	background: linear-gradient(to bottom, #eaeeff, #ffefef);
}
.second
{
	background: linear-gradient(to bottom, #eaeeff, #f0fffa);
}
.third {
    background: linear-gradient(to bottom, #ebefe5, #e4f9f2);
}
.feature-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.feature-title {
	display: flex;
	align-items: flex-start;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;
	/*font-family: 'Poppins';*/
}
.first-title {
	color: #023c58;
}
.feature-title i {
	font-size: 24px;
	margin-right: 10px;
	color: #0861c1;
	margin-top: 4px;
}
.feature-content {
	font-size: 14px;
	color: #555;
	line-height: 1.6;
}
.feature-content ul {
	padding-left: 30px;
}
.feature-content ul li {
	margin-bottom: 8px;
	list-style:disc;
}
/* Responsive Design */
@media (max-width: 1024px) {
	.feature-box {
		flex: 1 1 calc(50% - 20px); /* 2 boxes per row on tablets */
	}
}
@media (max-width: 768px) {
	.features {
		flex-direction: column;
	}
	.feature-box {
		flex: 1 1 100%; /* 1 box per row on mobile */
	}
	.banner_text_sec {
    	padding: 0% 1% 6% 4% !important;
	}
	.banner_text1 {
		padding: 0% 4% 0% !important;
	}
	 .features{
		 margin:10px;
	 }
	 .title{
		 margin:auto 10px !important;
	 }
	 .demo-content {
		 margin-top:-100px !important;
	 }
}
.banner_text_sec {
    padding: 1% 40% 6% 4%;
}
.banner_text1 {
    padding: 7% 4% 0%;
}
.banner_text2 {
    padding-left: 4%;
    font-size: 3vw;
    color: #024668;
}
.banner_text3 {
    padding-left: 4%;
    color: #633;
    font-size: 1.7vw;
    padding-bottom: 2%;
}
.demo-section {
            display: flex;
            align-items: center;
            gap: 20px;
            position: relative;
			padding: 40px 50px !important;
			background: linear-gradient(79deg, #0d7ddd, #7ecee5)!important;
        }
        .demo-section .image-container {
            flex: 1;
            position: relative;
        }
        .demo-section img {
            width: 100%;
            height: 80%;
            object-fit: cover;
            border-radius: 10px;
            margin-top:-100px;
        }
        .demo-content {
            flex: 2;
            text-align: left;
        }
		
		@media (max-width: 768px) {
            .demo-section {
                flex-direction: column;
                text-align: center;
            }
            .demo-content {
                text-align: center;
            }
            .demo-section img {
                height: auto;
            }
        }