/* section {
    padding: 60px 0;
    min-height: 100vh;
} */
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #e1a900;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #e1a900 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #e1a900 none repeat scroll 0 0;
  border-color: #e1a900;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #e1a900;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding: 60px 20px 60px;
  border-radius: 20px;
}

.we-offer-area.text-center .item i {
  background: #e1a900 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #e1a900;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #e1a900 none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #e1a900;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #e1a900 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #e1a900 !important;
}

.we-offer-area.text-left .item i {
  background: #e1a900 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #e1a900;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}






   /* The Modal (background) */
   .modal {
    display: none;          
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 10px;
    border: 1px solid #888;
    width: 350px;
}

/* The Close Button */
.close {
    color: #ffffff;
    float: right !important;
    font-size: 28px;
    font-weight: bold;
    background: #b56f06;
    padding-right: 5px;
    line-height: 28px;
    width: 30px;
    height: 30px;
    text-align: right !important;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Container for the card list */
.container-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 15px;
width: 90%;
max-width: 1200px;
margin: 0px auto;
padding: 10px;
}

/* Card styling */
.card {margin-top:10px;border-radius: 8px;box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);overflow: hidden;transition: transform 0.3s, box-shadow 0.3s;cursor: pointer;text-align: center;padding: 12px;display: flex;flex-direction: column;align-items: center;color: white;background-size: cover;background-position: center;position: relative;height: 300px;}

.card::before,
.card::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: opacity 0.3s ease-in-out;
z-index: 0;
}

.card::before {/* background: rgba(0, 0, 0, 0.3); */}

.card::after {/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)); */opacity: 0;}

.card:hover::after {
opacity: 1;
}

.card:hover {
    margin-top:10px;
transform: translateY(-10px);
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Icon styling */
.icon-wrapper {
width: 50px;
height: 50px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
margin: 15px auto;
animation: pulse 1.5s infinite alternate ease-in-out;
background: rgba(0, 0, 0, 0.5);
position: relative;
z-index: 1;
}

.icon {
font-size: 24px;
color: white;
position: relative;
z-index: 1;
}

/* Card title */
.card h3 {
font-size: 1.2em;
font-weight: 500;
color: #fff;
margin-top: 50px;
position: relative;
z-index: 1;
}

/* Card description */
.card p {font-size: .9em;color: #ffffff;text-align: center;padding: 3px 15px;font-weight: 500;background: #0000004a;position: relative;line-height: 21px;z-index: 1;border-radius: 60px;margin-top: 20px;}

/* Background images for cards */
.card:nth-child(1) { background-image: url('../images/cardslist/podcast3.jpg'); }
.card:nth-child(2) { background-image: url('../images/cardslist/ua3.jpg'); }
.card:nth-child(3) { background-image: url('../images/cardslist/pv3.jpg'); }
.card:nth-child(4) { background-image: url('../images/cardslist/lt2.jpg'); }
.card:nth-child(5) { background-image: url('../images/cardslist/dd3.jpg'); }
.card:nth-child(6) { background-image: url('../images/cardslist/er4.jpg'); }
.card:nth-child(7) { background-image: url('../images/cardslist/ib3.jpg'); }
.card:nth-child(8) { background-image: url('../images/cardslist/aq3.jpg'); }

/* Icon background colors */
.card:nth-child(1) .icon-wrapper { background: #ff6f61; }
.card:nth-child(2) .icon-wrapper { background: #42a5f5; }
.card:nth-child(3) .icon-wrapper { background: #66bb6a; }
.card:nth-child(4) .icon-wrapper { background: #ffa726; }
.card:nth-child(5) .icon-wrapper { background: #7e57c2; }
.card:nth-child(6) .icon-wrapper { background: #26c6da; }
.card:nth-child(7) .icon-wrapper { background: #ff7043; }
.card:nth-child(8) .icon-wrapper { background: #78909c; }

/* Pulse animation */
@keyframes pulse {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.1);
opacity: 0.8;
}
}

/* Responsive adjustments */
@media (max-width: 600px) {
.container-list {
gap: 10px;
width: 95%;
padding: 5px;
}
.card {
padding: 15px;
height: 280px;
}
.icon-wrapper {
width: 45px;
height: 45px;
}
.icon {
font-size: 20px;
}
.card h3 {
font-size: 1.2em;
}
.card p {
font-size: 0.9em;
}
}

.welcome-text {
text-align: center;
width: 100%;
margin: 0 auto;
padding: 10px;
font-size: 1.2rem;
line-height: 1.6;
}

/* Adjust font size for better readability on small screens */
@media (max-width: 768px) {
.welcome-text {
font-size: 1rem;
padding: 6px;
}
}
.pt-10{padding-top:10px;} 
.pb-10{padding-bottom:10px;} 



.at-text1 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
    color: #fff;
    text-shadow: 0 0 5px #ff6f61, 0 0 10px #ff6f61, 0 0 20px #ff6f61, 0 0 40px #ff6f61, 0 0 80px #ff6f61;
    animation: glow-1 1.5s infinite alternate;
    
}

.at-text2 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
    color: #fff;
    text-shadow: 0 0 5px #42a5f5, 0 0 10px #42a5f5, 0 0 20px #42a5f5, 0 0 40px #42a5f5, 0 0 80px #42a5f5;
    animation: glow-2 1.5s infinite alternate;
}
.at-text3 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
    color: #fff;
    text-shadow: 0 0 5px #66bb6a, 0 0 10px #66bb6a, 0 0 20px #66bb6a, 0 0 40px #66bb6a, 0 0 80px #66bb6a;
    animation: glow-3 1.5s infinite alternate;
}

.at-text4 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
    color: #fff;
    text-shadow: 0 0 5px #ffa726, 0 0 10px #ffa726, 0 0 20px #ffa726, 0 0 40px #ffa726, 0 0 80px #ffa726;
    animation: glow-4 1.5s infinite alternate;
}

.at-text5 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
    color: #fff;
    text-shadow: 0 0 5px #7e57c2, 0 0 10px #7e57c2, 0 0 20px #7e57c2, 0 0 40px #7e57c2, 0 0 80px #7e57c2;
    animation: glow-5 1.5s infinite alternate;
}

.at-text6 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
    color: #fff;
    text-shadow: 0 0 5px #26c6da, 0 0 10px #26c6da, 0 0 20px #26c6da, 0 0 40px #26c6da, 0 0 80px #26c6da;
    animation: glow-6 1.5s infinite alternate;
}

.at-text7 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
    color: #fff;
    text-shadow: 0 0 5px #ff7043, 0 0 10px #ff7043, 0 0 20px #ff7043, 0 0 40px #ff7043, 0 0 80px #ff7043;
    animation: glow-7 1.5s infinite alternate;
}

.at-text8 {
    font-size: 3rem;  
    font-family: 'Barlow', sans-serif !important;  
    color: #fff;
    text-shadow: 0 0 5px #78909c, 0 0 10px #78909c, 0 0 20px #78909c, 0 0 40px #78909c, 0 0 80px #78909c;
    animation: glow-8 1.5s infinite alternate;
}
@keyframes glow-1 {
    0% { text-shadow: 0 0 10px #ff6f61, 0 0 20px #ff6f61, 0 0 40px #ff6f61, 0 0 80px #ff6f61; }
    100% { text-shadow: 0 0 10px #ff1744, 0 0 20px #ff1744, 0 0 40px #ff1744, 0 0 80px #ff1744; }
}

@keyframes glow-2 {
    0% { text-shadow: 0 0 10px #42a5f5, 0 0 20px #42a5f5, 0 0 40px #42a5f5, 0 0 80px #42a5f5; }
    100% { text-shadow: 0 0 10px #1e88e5, 0 0 20px #1e88e5, 0 0 40px #1e88e5, 0 0 80px #1e88e5; }
}

@keyframes glow-3 {
    0% { text-shadow: 0 0 10px #66bb6a, 0 0 20px #66bb6a, 0 0 40px #66bb6a, 0 0 80px #66bb6a; }
    100% { text-shadow: 0 0 10px #2e7d32, 0 0 20px #2e7d32, 0 0 40px #2e7d32, 0 0 80px #2e7d32; }
}

@keyframes glow-4 {
    0% { text-shadow: 0 0 10px #ffa726, 0 0 20px #ffa726, 0 0 40px #ffa726, 0 0 80px #ffa726; }
    100% { text-shadow: 0 0 10px #ff9100, 0 0 20px #ff9100, 0 0 40px #ff9100, 0 0 80px #ff9100; }
}

@keyframes glow-5 {
    0% { text-shadow: 0 0 10px #7e57c2, 0 0 20px #7e57c2, 0 0 40px #7e57c2, 0 0 80px #7e57c2; }
    100% { text-shadow: 0 0 10px #5e35b1, 0 0 20px #5e35b1, 0 0 40px #5e35b1, 0 0 80px #5e35b1; }
}

@keyframes glow-6 {
    0% { text-shadow: 0 0 10px #26c6da, 0 0 20px #26c6da, 0 0 40px #26c6da, 0 0 80px #26c6da; }
    100% { text-shadow: 0 0 10px #00acc1, 0 0 20px #00acc1, 0 0 40px #00acc1, 0 0 80px #00acc1; }
}

@keyframes glow-7 {
    0% { text-shadow: 0 0 10px #ff7043, 0 0 20px #ff7043, 0 0 40px #ff7043, 0 0 80px #ff7043; }
    100% { text-shadow: 0 0 10px #e64a19, 0 0 20px #e64a19, 0 0 40px #e64a19, 0 0 80px #e64a19; }
}

@keyframes glow-8 {
    0% { text-shadow: 0 0 10px #78909c, 0 0 20px #78909c, 0 0 40px #78909c, 0 0 80px #78909c; }
    100% { text-shadow: 0 0 10px #546e7a, 0 0 20px #546e7a, 0 0 40px #546e7a, 0 0 80px #546e7a; }
}


@keyframes glow-move-1 {
    0% { text-shadow: 0 0 10px #ff6f61, 0 0 20px #ff6f61, 0 0 40px #ff6f61, 0 0 80px #ff6f61; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #ff1744, 0 0 20px #ff1744, 0 0 40px #ff1744, 0 0 80px #ff1744; transform: translateY(-5px); }
}

@keyframes glow-move-2 {
    0% { text-shadow: 0 0 10px #42a5f5, 0 0 20px #42a5f5, 0 0 40px #42a5f5, 0 0 80px #42a5f5; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #1e88e5, 0 0 20px #1e88e5, 0 0 40px #1e88e5, 0 0 80px #1e88e5; transform: translateY(-5px); }
}

@keyframes glow-move-3 {
    0% { text-shadow: 0 0 10px #66bb6a, 0 0 20px #66bb6a, 0 0 40px #66bb6a, 0 0 80px #66bb6a; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #2e7d32, 0 0 20px #2e7d32, 0 0 40px #2e7d32, 0 0 80px #2e7d32; transform: translateY(-5px); }
}

@keyframes glow-move-4 {
    0% { text-shadow: 0 0 10px #ffa726, 0 0 20px #ffa726, 0 0 40px #ffa726, 0 0 80px #ffa726; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #ff9100, 0 0 20px #ff9100, 0 0 40px #ff9100, 0 0 80px #ff9100; transform: translateY(-5px); }
}

@keyframes glow-move-5 {
    0% { text-shadow: 0 0 10px #7e57c2, 0 0 20px #7e57c2, 0 0 40px #7e57c2, 0 0 80px #7e57c2; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #5e35b1, 0 0 20px #5e35b1, 0 0 40px #5e35b1, 0 0 80px #5e35b1; transform: translateY(-5px); }
}

@keyframes glow-move-6 {
    0% { text-shadow: 0 0 10px #26c6da, 0 0 20px #26c6da, 0 0 40px #26c6da, 0 0 80px #26c6da; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #00acc1, 0 0 20px #00acc1, 0 0 40px #00acc1, 0 0 80px #00acc1; transform: translateY(-5px); }
}

@keyframes glow-move-7 {
    0% { text-shadow: 0 0 10px #ff7043, 0 0 20px #ff7043, 0 0 40px #ff7043, 0 0 80px #ff7043; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #e64a19, 0 0 20px #e64a19, 0 0 40px #e64a19, 0 0 80px #e64a19; transform: translateY(-5px); }
}

@keyframes glow-move-8 {
    0% { text-shadow: 0 0 10px #78909c, 0 0 20px #78909c, 0 0 40px #78909c, 0 0 80px #78909c; transform: translateY(0); }
    100% { text-shadow: 0 0 10px #546e7a, 0 0 20px #546e7a, 0 0 40px #546e7a, 0 0 80px #546e7a; transform: translateY(-5px); }
}

.at-text1 { animation: glow-move-1 1.5s infinite alternate ease-in-out; }
.at-text2 { animation: glow-move-2 1.5s infinite alternate ease-in-out; }
.at-text3 { animation: glow-move-3 1.5s infinite alternate ease-in-out; }
.at-text4 { animation: glow-move-4 1.5s infinite alternate ease-in-out; }
.at-text5 { animation: glow-move-5 1.5s infinite alternate ease-in-out; }
.at-text6 { animation: glow-move-6 1.5s infinite alternate ease-in-out; }
.at-text7 { animation: glow-move-7 1.5s infinite alternate ease-in-out; }
.at-text8 { animation: glow-move-8 1.5s infinite alternate ease-in-out; }

/* .wt {
position: relative;
font-family: sans-serif;
text-transform: uppercase;
font-size: 1em;
letter-spacing: 3px;
overflow: hidden;
background: linear-gradient(90deg, #000, #fff, #f1f1f1);
background-repeat: no-repeat;
background-size: 80%;
animation: animate 3s linear infinite;
-webkit-background-clip: text;
-webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
    0% {
        background-position: -500%;
    }
    100% {
        background-position: 500%;
    }
} */


