
.c-mt-5{margin-top: 5px;}
.c-mt-10{margin-top: 10px;}
.c-mt-15{margin-top: 15px;}
.navbar-brand img {
	width: 300px;
    height: auto;
}

body{
	font-family: 'Poppins';
	background: #ffe4e882;
    background-image: radial-gradient(at 40% 20%, rgb(255 255 255) 0px, transparent 50%), 
    radial-gradient(at 80% 0%, rgb(255 242 239) 0px, transparent 50%), 
    radial-gradient(at 0% 50%, rgb(255 255 255) 0px, transparent 50%), 
    radial-gradient(at 80% 50%, rgb(255 255 255) 0px, transparent 50%), 
    radial-gradient(at 0% 100%, rgb(255 252 250) 0px, transparent 50%), 
    radial-gradient(at 80% 100%, rgb(252 252 255) 0px, transparent 50%), 
    radial-gradient(at 0% 0%, rgb(255 241 245) 0px, transparent 50%);
  background-repeat: no-repeat;
 }
.faq-section{
    width: 100%;
}
.nav-item a{
    margin-left: 25px;
    font-size: 15px;
}
.creant-navi{
	padding: 10px 0;
}
/*.form-control {
    width: 250px;
}*/
#wrapper {
    overflow-x: hidden;
	 background: #ffe4e882;
    background-image: radial-gradient(at 40% 20%, rgb(255 255 255) 0px, transparent 50%), 
    radial-gradient(at 80% 0%, rgb(255 242 239) 0px, transparent 50%), 
    radial-gradient(at 0% 50%, rgb(255 255 255) 0px, transparent 50%), 
    radial-gradient(at 80% 50%, rgb(255 255 255) 0px, transparent 50%), 
    radial-gradient(at 0% 100%, rgb(255 252 250) 0px, transparent 50%), 
    radial-gradient(at 80% 100%, rgb(252 252 255) 0px, transparent 50%), 
    radial-gradient(at 0% 0%, rgb(255 241 245) 0px, transparent 50%);
  background-repeat: no-repeat;
	font-family: 'Poppins';
}
.navbar {
    margin-top: -30px;
    padding: 0px;

}
.navbar-brand img {
    width: 280!important;
    height: auto!important;
    margin-left: -20px!important;
}
.nav-item a{
    margin-left: 50px;
    font-size: 15px;
}
/*.navright{
    margin-right: 50px;
}*/
.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #333;
    font-size: 15px;
    cursor: pointer;
    text-decoration: none;
}
.dropdown{
    color: #333;
    min-width: auto;
}

 /* Search Bar Styling */
 .search-bar input[type="text"] { /*styles apply only to text input fields*/
    width: 150px;
    padding: 5px 30px 5px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    position: relative;
}
.search-bar button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
}
.search-bar {
    position: relative;
    display: inline-block;
}
.hamburger-icon {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    background-color: #f8f9faba;
    border-radius: 20px;
}
.hamburger-icon span {
    font-size: 15px;
    color: #333;
}

@media(max-width:729px){
		.navbar-brand img{
		width: 131px !important;
        margin-left: -9px !important;
	}
	.nav-logo{
		padding:0px!important;
	}
	
	.nav-item a{
		margin-left:0px!important;
	}
	.navbar .navbar-collapse{
		text-align:center!important;
	}
}
@media(max-width:768px){
	.navbar .navbar-collapse{
		text-align:center!important;
	}
}
/*left section*/
.arrow-text .text{
    color: rgb(196,97,216);
	font-size: 15px;
    padding:0px;
}
/* .Content p{
    color: rgb(91,90,86);
} */
.careers-card p{
    margin-bottom: 10px;
}
.flex-section{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.btn1{
    background-color: rgb(181,51,209);
    color: white;
    border-radius: 20px;
    padding: 10px 15px;
    font-size: 10px;
    font-weight: 500;
}
.hard-drive{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;  
}
.hard-drive img{
    width: 20px;
    height: 20px;
}
.text1{
    
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 90px;
    margin-left: 10px;
}
.text1 button{
    font-size: 10px;
    font-weight: 500;
    border-radius: 20px;
}
.line{
    display: flex;
    align-items: center;
    gap: 50px;
}
.line hr{
    width: 100px;
    border: 1px solid #000;
    margin-top: 25px;
}
.line span{
    font-size: 14px;
    color: #555;
    text-decoration: underline;
}
/*left section*/
.custom-thumbnail{
    background-color: rgb(196,196,196);
    padding: 5px 5px;
    width: 100%;
    height: 100%;
    /* margin-top: -25px; */
}
/*cards*/
.card {
    border: none;

}
.cardSubCard .card{
	background: transparent;
	
}
.cardSubCard .card-body{
	padding: 5px 5px;
}
.cardSubCard .card-text{
	font-size: 13px;
	margin-bottom: 10px;
}

.card-img-top {
    border-radius: 20px;
    width: 100%;
    height: 90px;
}
.card-link{
	font-size: 12px;
    color: #9c9797;
    text-decoration: none;
}
.purple-card{
    background-color: rgb(181, 51, 209) !important;
    position: relative;
    height: 225px;
	border-radius: 20px;
}
.down-arrow{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 28px;
}
.purple-card .card-text{
	font-size: 14px;
	
}
.card-4{
    margin-left: 50px;
}
.circle-img{
    width: 40px; 
    height: 40px; 
    border-radius: 50%;
}

/*section2*/
.img-g1 .img-g2 .img-g3{
    display: flex;
}
.img-g1{
    width: 60px;
    border-radius: 10px;
    height: 60px;
}
.img-g2{
    width: 70px;
    border-radius: 10px;
    height: 70px;
}
.img-g3{
    width: 80px;
    border-radius: 10px;
    height: 80px;
}
.multipleCardTab .r-shape {
    width: 75px;
    height: 75px;
    border-radius: 50%;
	margin-left: 10px;
}
.pad-r-20{
	padding-right: 20px;
}
.d-justify-center{
	justify-content: center;
}
.btn-enhance {
    background-color: rgb(181, 51, 209)!important;
    color: white !important;
    border: 1px solid rgb(181, 51, 209) !important;
    font-size: 10px !important;
    cursor: default!important;
}
/*.btn-enhance:hover {
    border: 1px solid rgb(181,51,209) !important;
	color: rgb(181, 51, 209) !important;
    background-color: transparent !important;
}*/
.right-arrow{
    width: 5%;
}
/*right-section*/
.box{
    background-color: #c2c0c0;
    border-radius: 30px;
}
.view{
    background-color: white;
    margin-top: 20px;
    border-radius: 30px;
}
.badge-group{
    background-color: white;
    border-radius: 10px;
}
.badge-1{
    background-color: white;
    color: lightgray;
    border-radius: 10px;
}
.badge-2{
    background-color: rgb(181,51,209);
    border-radius: 10px;
}

/*section3*/
.card-left, .content1-img, .card-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-right{
    margin-bottom: 210px;
    width: 33%;
}
.card-left{
    margin-bottom: 260px;
}
.content1 p {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.exp-heading {
    color: rgb(181,51,209);
    font-size: 16px;
}
.exp-subheading {
    font-size: 30px;
    color: #000000;
    line-height: 1.3;
}
.exp-count{
	font-size: 36px;
}
.exp-oval-shape{
	position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background: #b533d1;
    width: 35px;
    height: 35px;
    border-radius: 20px;
}
.stat-box1,.stat-box2 {
    /* background: white; */
    border: 1px solid rgb(0 0 0);
    border-radius: 100px;
    text-align: center;
    /* width: 300px; */
    /* height: 170px; */
    padding: 10px 35px;
}
.stat-box1 img, .stat-box2 img{
    width: 25px;
    height: auto;
    position: relative;
    bottom: 5px;
    right: 5px;
    fill: #fff !important;
}
.stat-box1{
    margin-top: 20px;
}
.stat-box2{
    margin-top: 20px;
}
.b-radius-20{
    border-radius: 20px;
}
.b-radius-15{
    border-radius: 15px;
}
.heighlight-txt span img{
    width: 40px;
}
.card-bg-clr1{
	background: rgb(252,228,242)!important; 
}
.content1-img img {
    width: 100%;
    min-height: 390px;
    max-width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.highlight {
    color: #000;
}
.card-box {
    margin-bottom: 20px;
}
.btn-custom {
    background-color: rgb(181,51,209);
    color: #fff;
    border-radius: 50px;
    padding: 6px 15px;
}
.btn-custom:hover {
    background-color: #4a148c;
}
.security-info {
    margin-top: 20px;
}
.circle {
    width: 35px;
    height: 35px;
    background-color: #b39ddb;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

/*section4*/
.heading2{
    margin-left: 200px;
    margin-top: 45px;
}


.row-img1 {
    margin: 10px 300px; 
    text-align: center; 
}
.row-img1 .btn-start {
    background-color: rgb(181,51,209);
    color: white;
    margin-bottom: 2px; 
    font-size: 10px; 
    padding: 10px 20px; 
    border-radius: 17px;
}

/*section5*/
.hero-section{
    margin-top: 100px;
}
.pink-badge{
    background: rgb(252,228,242);
    padding: 10px 30px;
}
.btn-1{
    background-color: rgb(181,51,209);
    color: white;
    border-radius: 23px;
    padding: 5px 30px;
    margin-left: 45px;
}
.btn-2{
    margin-left: 40px;
}
.mb5{
    margin-bottom: 5px;
}
.scroll-circle {
    background: rgb(252,228,242);
    width: 45px;
    height: 45px;
    border-radius: 35px;
    padding: 5px;
    margin-right: 20px;
}
.scroll-circle p{
    font-size: 10px;
    text-align: center;
    color: #000;
}
.scroll-circle i{
    font-size: 18px;
}


.box3 {
    height: 400px;
    background-color: #e0e0e0;
}
.images-1 img{
    width: 40px; 
    height: 40px; 
    border-radius: 50%;
}
/*Company-Icons*/
.clients {
    text-align: center;
    font-size: 50px;
    /*margin: 50px 0 20px;*/
          margin-top:100px;
  }

  /* Wrapper for Centering */
  .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  /* Slider Container */
  .icons-slider {
      background-color:#fff;
    height: 110px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  /* Sliding Track */
  .icons-slider .slider-track {
    display: flex;
    width: calc(250px * 17 * 2); /* 17 images repeated twice */
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 100s linear infinite;
  }

  /* Individual Slide */
  .icons-slider .slide {
    width: 175px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px 20px 10px;
  }

  /* Slide Image */
  .icons-slider.slide img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
   /* border: 2px solid #bbbbbb;*/
    object-fit: contain; /* Ensure images fit without stretching */
          background-color: #ffff !important;  /*Removes any white background */
  }
  .icons-slider::before, .icons-slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  padding: 50px;
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.icons-slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.icons-slider::before {
  left: 0;
  top: 0;
}
  /* Keyframes for Scrolling */
  @-webkit-keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 17)); /* Scroll across 17 images */
    }
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 17)); /* Scroll across 17 images */
    }
  }

  /* Responsive Design */
  @media screen and (max-width: 720px) {
    .slider .slide {
      width: 150px; /* Smaller slides on mobile */
    }
    .slider .slider-track {
      width: calc(150px * 17 * 2);
    }
    @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(calc(-150px * 17));
      }
    }
  }
@media(max-width:729px){
  .clients{
      font-size:40px!important;
  }
}
/*section6*/
.section1{
    margin-top: 90px;
   
}
.fnt-46{
    font-size: 46px;
}
.circle-midium{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.outline{
    border-color: rgb(189, 75, 211);
    border-radius: 30px;
    font-size: 12px;
}
.outline:hover{
    background-color: rgb(189, 75, 211);
    color: #fff;
}
.contact-section{
    background-color: rgb(253,240,247);
  
}
.content-section .circle-1{
    width: 40px; 
    height: 40px; 
    border-radius: 50%;
}
.box-container1 {
    display: flex;
    justify-content: space-between;
    gap: 20px; 
}
.white-box, .pink-box {
    flex: 1; 
    padding: 20px;
}
.white-box {
    background-color: #ffffff;
    border-radius: 10px; 
    padding: 20px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    margin-top: 30px;
}
  
.pink-badge1{
    background-color: rgb(252,228,242);
    padding: 10px 30px;
}

.box-text{
    margin-left: 200px;
}
.box-text h5{
    margin-left: 300px;
}
.underline {
    width: 95%;
    height: 1px;
    background-color: #6c757d;
    margin-bottom: 10px;
}
.text2, .text3{
    display: flex;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.text2 .broadcast, .text3 .broadcast{
    width: 2%;
    height: 5%;
}
.broadcastIcn{
    width: 5%;
    height: 5%;
    background: #952aac;
    padding: 3px;
    border-radius: 20px;
}
.text2-arrow{
    margin-top: -17px;
    margin-left: 90px;
}
.text3-arrow{
    margin-top: -17px;
    margin-left: 117px;
}
.text4{
    font-size: 10px;
    text-align: right;
}
.text4 p{
    margin-bottom: 0;
}
.cardMinHeight{
    min-height: 240px;
    position: relative;
}
.pink-box {
    background-color: rgb(252,228,242);
    border-radius: 20px; 
    padding: 20px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    width: 100%;
    margin-top: 30px;
}
.pink-box .rgtArr{
    background-color: rgb(181, 51, 209);
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
}
.cardInsideCard{
    width: 50%;
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 55%;
}
.pink-box .image-placeholder {
    background-color: #ccc; /* Gray placeholder */
    width: 50%;
    height: 60%;
    border-radius: 10px;
    margin-left: 280px; 
}
.pink-box .global img{
    margin-left: 10px;
}
.Meta{
    position: absolute;
    bottom: 0;
    font-size: 14px;
}
.diamand-icn{
    position: absolute;
    bottom: 25px;
    left: 43px;
    background: #b533d1;
    padding: 5px 7px 2px 8px;
    border-radius: 20px;
    color: #fff;
}
/*section7*/
.quote {
			
    font-family: 'Lato', sans-serif;

}
.root{
margin: 0;
    padding: 0;
}

:root {
    --dark-green: #9cc675;
--dark-yellow: #e89a3d;
--extra-light-brown:#fdf0d7;
--light-brown: #ecd5ab;
--dark-brown:#915b40;
--light-yellow:#f8e3a8;
--light-red:#f3ac99;
--light-teal:#a6c8cc;
--light-gray:#ddd5d6;
    --theme-color2: #e89a3d;
}

.testimonial-section1 {
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
}
.site-logo {
width: 218.33px !important;
margin-right: 50px;
}

.c-container {
margin: auto;
width: 93%;
position: relative;
z-index: 1;
}

.btn-outline-white {
color: #fff;
background-color: rgba(255, 255, 255, 0.1);
background-image: none;
border-width: 2px;
border-color: #fff;
font-weight: 500;
-webkit-transition: all .2s;
transition: all .2s;
}

.testimonial p {
font-size: 28px;
letter-spacing: 0.02em;
line-height: 35px;
}
.testimonial .name {
font-weight: bold;
font-size: 20px;
letter-spacing: 0.04em;
line-height: 35px;
text-align: left;
}
.testimonial .designation {
font-size: 14px;
letter-spacing: 0.04em;
text-align: left;
color: #fff;
opacity: 0.65;
}
.unt {
margin-bottom: 20px;
margin-top: 60px;
}
.hero-text {
font-size: 30px;
letter-spacing: 0.02em;
color: #fff;
}
.gallery-thumbs {
height: 100%;
}
.gallery-thumbs .swiper-wrapper {
align-items: center;
}
.gallery-thumbs .swiper-slide {
background-position: center;
background-size: cover;
width: 250px !important;
height: 330px;
position: relative;
}
.gallery-thumbs .swiper-slide img {
filter: contrast(0.5) blur(1px);
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 10px;
}
.gallery-thumbs .swiper-slide-active img {
filter: contrast(1) blur(0px) !important;
}
.flex-row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.flex-row .flex-col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}


.testimonial-section .quote {
/* width: 75%;
height: 100%;*/
margin-top:100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-left: 100px;
padding-right: 100px;
}
.swiper-container.testimonial {
height: 500px!important;
overflow:hidden;
}

.testimonial-section .user-saying {
width: 70%;
height: 500px;
background-color:rgb(252,228,242);
}
.testi-user-img {
width: 40%;
}
.testimonial-section {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
height: 100%;
}
.testimonial-section .quote p {
font-size: 15px;
font-weight: 300;
line-height: 1.8;
font-style: italic;
margin: 0;
}
.quote-icon {
/*width: 38px;*/
font-size:50px;
/*display: block;*/
margin-bottom: 30px;
}
/*.swiper-slide{
margin-top: -385px;
}*/

@media (max-width: 729px) {
.testimonial-section {
flex-direction: column!important;
height: auto!important;
}

.testi-user-img {
width: 100%!important;
height: auto!important;
}

.user-saying {
width: 100%!important;
height: 250px!important;
padding: 20px!important;
    margin-top:30px!important;
}

.testimonial-section .quote {
margin-top: -15px!important;
padding: 20px!important;
    
}

.swiper-container.testimonial {
height: 220px!important;
}

.testimonial p {
font-size: 10px!important;
line-height: 1.6!important;
}

.testimonial .name {
font-size: 13px!important;
}

.gallery-thumbs .swiper-slide {
width: 150px !important;
height: 200px!important;
}

.quote-icon {
font-size: 15px!important;
}

/*.btn {
font-size: 13px!important;
padding: 10px 20px!important;
}*/

.c-container {
width: 100%!important;
padding: 0 10px!important;
}
.spacer{
margin-top:-25px;
}
.swiper-container1{
margin-top:-90px!important;
}
}



/*section8*/
.content-heading{
    font-size: 52px;
}
.far-txt{
    margin: 40px 0;
}

.content{
    font-size: 13px;
    margin-top: 50px;
    margin-left: 300px;
}
.item{
    border: none;
}
.accordion-button {
    background-color: transparent !important; 
    color: black !important; 
    border: none !important; 
  }
  .accordion-button:focus {
    z-index: 0 !important;
    border-color: transparent;
    outline: 0;
    box-shadow: none;

}   
.item-details i{
    padding: 0 20px;
}

.faq-title {
    text-align: left;
}



.custom-arrow:not(.collapsed)::after {
   
    border-radius: 50% !important; 
    padding: 0.2rem !important; 
  } 
  
.accordion-item:nth-child(2) {
    margin-bottom: 20px;
    border-color: black;
  }
   
  .accordion-item:nth-child(3) {
    margin-top: 20px; 
  }
  .accordion-item:nth-child(4) {
    margin-top: 20px; 
  }
.accordion-item:nth-child(1),
.accordion-item:nth-child(2),
.accordion-item:nth-child(3),
.accordion-item:nth-child(4) {
  border: 1px solid black; 
  border-radius: 40px; 
  border-color: rgb(178, 178, 178);
  padding: 10px; 
  margin-top: 20px; 
}

/* section9 */
.contact-section {
    background-color: #fdfdfd;
    margin-top: 50px;
}
/* Underline styling */
.item-underline {
    width: 95%;
    height: 1px;
    background-color: #6c757d;
    margin-bottom: 10px;
}
/* Paragraph text styling */
.item-text {
    color: #6c757d;
    font-size: 14px;
}
.btn-3 {
    border-radius: 40px;
    padding: 8px 15px;
    font-size: 14px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.up-arrow{
    margin-left: 80px;
    margin-right: -29px;
}

.jusrnul-card{
	background: transparent;
}
/*.jusrnul-card .card-title{
	font-size: 14px;
}
.jusrnul-card  .card-text{
	font-size: 12px;
}*/
/*.rating{
	font-size: 12px;
}*/
/*.jusrnul-card .circle-img {
    margin-right: 20px;
}*/
/*.jusrnul-card .user-info{
	margin-top: 20px;
}
.jusrnul-card .card-body{
	padding-top: 25px;
}*/
.fnt12{
	font-size: 12px;
}
.fnt14{
	font-size: 14px;
}
.fnt48{
	font-size: 48px;
}
.start-btn{
    background: #fff;
    border-radius: 30px;
    padding: 7px 7px 7px 7px;
    position: absolute;
    left: 35%;
    top: -20px;
    box-shadow: 0px 4px 7px 0px #bbbbbb;
}
.end-btn {
    background: #fff;
    border-radius: 30px;
    padding: 7px 7px 7px 7px;
    position: absolute;
    right: 20%;
    bottom: -20px;
    box-shadow: 0px 4px 7px 0px #bbbbbb;
    width: 230px;
}
.endBtnPad{
    padding: 5px 10px 5px 10px;
    font-size: 14px;
}
.end-btn p{
    position: absolute;
    bottom: 0;
    left: 60px;
    font-size: 12px;
}
.img-100{
    width: 100%;
}
.img-play1{
    width: 45px;
}
.img-play2{
    width: 25px;
}

.price span{
    margin-right: 50px;
    font-size: 25px;
    position: relative;
    top: 5px;
}
.interactive-3d img{
    min-height: 430px;
}
.card-video-img{
    position: relative;
}
.card-video-img .vid-img{
    width: 100%;
    min-height: 430px;
    border-radius: 25px;
}
.overImgTxt{
    position: absolute;
    bottom: 20px;
    left: 25px;
    width: 35%;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
}
.textGrayLight{
	color: #5a5a5a
}
.textGrayDark{
	color: #424040;
}
.firstArrow{width: 7%;}
.multipleCardTab .img-group img{
	margin-right:5px;
}
.subDetails{
	color: #5a5a5a;
}
.multipleCardTab .text-muted{
	color: #696969;
}

/* Homepage Right Section Tab CSS */
.technology-tab h6{
	display: inline;
    /* background: #b533d1; */
    border: 1px solid #b533d1;
    padding: 5px 15px;
    font-size: 12px;
    color: #b533d1;
    border-radius: 20px;
}
.content-tabs {
  border: 1px solid #efefef;
  box-shadow: 5px 5px 20px rgba(255, 255, 255, 0.3);
 /* margin-top: 30px;
  width: 400px; */
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
}
.content-tabs .tab-content {
  padding: 25px 35px 10px 35px;
    min-height: 375px;
}
.content-tabs .tab-content h3 i {
  color: #f15009;
}
.content-tabs .tabs {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px 50px 10px 50px;
    height: 45px;
    overflow: hidden;
    background: #efefef;
    border-radius: 30px;
}
.content-tabs .tabs li {
	display: inline-block;
    padding: 5px 15px;
    background: #ffffff;
    margin: 0 5px;
    border-radius: 40px;
    font-size: 10px;
    line-height: 12px;
    width: 100px;
    text-align: center;
}
.content-tabs .tabs li.active{
	background: rgb(181, 51, 209);
}
.content-tabs .tabs li.active a{
	color: #fff
}
.extra-pad-lr{
	padding: 5px 25px 5px 25px !important;
}
.content-tabs .tabs li a{
	text-decoration: none;
	text-align: center;
	color: #000;
}
.card-img-top {
       
    width: 100%;  /* Ensures full width */
    height: auto; /* Maintains aspect ratio */
    border-radius: 0; /* Removes any default rounding */
    object-fit: cover; /* Ensures image covers the space properly */
}
.card {
    padding: 0;
    margin: 0;
    border: 1px solid #ddd; /* Optional: ensure a visible border */
}

/*footer*/

.footer-content{
	text-align:left;
}
.C-txt{
	text-transform: uppercase;
	margin-top:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.social-icons{
display:flex;
	gap:30px;
	margin-right:55px;
	margin-top:10px;
	font-size:20px;
}
.footer-txt{
	margin-top:10px;
	margin-left:36px;
	display:none;
}
.social-icons a:hover .bi-facebook {
    color: #1877F2;
}

.social-icons a:hover .bi-twitter-x {
    color: black; 
}

.social-icons a:hover .bi-google {
    color: #DB4437; 
}

.social-icons a:hover .bi-instagram {
    color: #E1306C; 
}

.social-icons a:hover .bi-linkedin {
    color: #0077B5; 
}

.text-reset {
    text-decoration: none;
    transition: text-decoration 0.3s ease-in-out;
}
.text-reset:hover {
    text-decoration: underline;
}
.C-logo{
	width:143px;
	height:50px!important;
}
@media(max-width:729px){
	.social-icons{
		margin-left:40px!important;
	}
	.footer-section{
		margin-top:20px;
	}
	 .footer-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        text-align: left;
    }

    .prod1, .links1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: auto;
    }

    .prod1 h6, .links1 h6 {
        text-align: center;
        width: 100%;
    }
}