
    .demo{
    background:rgb(10, 63, 133);
    background:rgb(1, 24, 54) url(img/download.jpeg);

background-blend-mode: multiply; 
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
background-size: cover; 
}
.our-team{
    text-align: center;
}
.our-team .team_img{
    position: relative;
    overflow: hidden;
}
.our-team .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team_img:after{
    bottom: 0;
}
.our-team img{
    width: 100%;
    height: 210px;
}
.our-team .social{
    padding: 0 0 18px 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: -100%;
    right: 10px;
    background:rgb(34, 95, 209);
    border-radius: 0 0 20px 20px;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team:hover .social{
    top: 0;
}
.our-team .social li a{
    display: block;
    padding: 15px;
    font-size: 15px;
    color: #fff;
}
.our-team:hover .social li a:hover{
    color: #2a4284;background:rgb(216, 224, 240); padding: 15px;
}
.our-team .team-content{
    padding: 20px 0;
    background: #fff;
}
.our-team .title{
    font-size: 18px;
    font-weight: bold;
    color: #2a4284;
    text-transform: capitalize;
    margin: 0 0 20px;
    position: relative;
}
.our-team .title:before{
    content: "";
    width: 35px;
    height: 1px;
    background:rgb(8, 14, 102);
    position: absolute;
    bottom: -10px;
    right: 50%;
    margin-right: 9px;
    transition-duration: 0.25s;
}
.our-team .title:after{
    content: "";
    width: 35px;
    height: 1px;
    background: rgb(8, 14, 102);
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: 9px;
    transition-duration: 0.25s;
}
.our-team:hover .title:before,
.our-team:hover .title:after{
    width: 64px;
}
.our-team .post{
    display: inline-block;
    font-size: 15px; font-weight:bold;
    color:rgb(234, 242, 255);margin-top:5px;
    text-transform: capitalize; padding:  4px;background:rgb(18, 45, 119); width: 95%;box-shadow: 2px 2px gray;padding-bottom:8px;
}
.our-team .post:before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 0%;
    background:rgb(5, 115, 134);
    margin: 0 auto;
    position: relative;
    top: -22px;
}




 
h1 em {
  font-style: normal;
  font-weight: 600;
}
 

/* === HEADING STYLE #3 === */
.three h1 {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px; padding-top:21px;
  position: relative; margin-left:38px;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 10px;
  width: 55px;
  background-color: royalblue;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 2px;
  width: 95%;
  max-width: 315px;
  background-color: royalblue;
}



@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; 
    
    }
    .our-team img{
    width: 100%;
    height: 241px;
}
}


@media only screen and (max-width: 410px){
     
        .three h1 {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px; padding-top:31px;
  position: relative; margin-left:16px;
}
.our-team img{
    width: 100%;
    height: 220px;
} 
    }

  
.main{
  width: 100%;
  
  background-color: #0c5db9;
}
.profile-card{ 
  font-family: sans-serif;
   
  height: 291px;
  background: #fff;
  padding: 10px;
  border-radius: 0%;
  box-shadow: 0 0 22px #3336;
  transition: .6s; margin-bottom:10px;
}
.profile-card:hover{
  border-radius: 10px;
  height: 291px; cursor: pointer;
}
.profile-card .img{
  position: relative;
  width: 100%;
  height: 241px;
  transition: .6s;
  z-index: 99;
}
.profile-card  .img{
  transform: translateY(-60px);
}
.img img{
  width: 100%;height: 201px;
  border-radius: 0%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
}
.profile-card:hover img{
  border-radius: 10px;
}
.caption{
  text-align: center;
  transform: translateY(-80px);
  opacity: 0;
  transition: .6s;
}
.profile-card  .caption{
  opacity: 1;
}
.caption h3{
  font-size: 21px;
  font-family: sans-serif;
}
.caption p{
  font-size: 17px;
  color: #0c52a1; font-weight:bold;
  font-family: sans-serif;
  margin: 2px 0 9px 0;
}

.social-links a{
  color: #333;
  margin-right: 15px;
  font-size: 21px; width: 24px;
  transition: .6s; padding:4px; background:royalblue;width: 34px;box-shadow: 2px 2px gray;
}
.caption .social-links i{
  color: white;
  align-items: center; 
  font-size: 21px;
  transition: .6s; padding:4px; background:royalblue;width: 34px;
}
.social-links a:hover{
  color: #0c52a1;
}

@media only screen and (max-width: 610px){ 
.profile-card{ 
font-family: sans-serif;

height: 311px;
background: #fff;
padding: 10px;
border-radius: 0%;
box-shadow: 0 0 22px #3336;
transition: .6s; margin-bottom:84px;
}
.profile-card:hover{
  border-radius: 10px;
  height: 311px; cursor: pointer;
}
.profile-card .img{
  position: relative;
  width: 100%;
  height: 284px;
  transition: .6s;
  z-index: 99;
}
.caption h3{
  font-size: 21px; margin-top:-21px;
  font-family: sans-serif;
}
.img img{
  width: 100%;height: 224px;
  border-radius: 0%;
  box-shadow: 0 0 22px #3336;
  transition: .6s;
}
}





	  
.features-glass-section {
  padding: 4rem 2rem;
  background: rgba(0, 0, 0, 0.2);;
  text-align: center;
  color: #fff;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  font-weight: 700;
}

.features-grid {
  
  justify-items: center;
}

.glass-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
   width: 100%;
}

.glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 31px rgba(0, 0, 0, 0.3);background: radial-gradient(circle at center, var(#1a7ad9) 0%, transparent 70%);
 box-shadow: 0 15px 40px var(#0078d7), 0 0 15px var(#1a7ad9);
  border-color: var(#0078d7);
 
}

.glass-card svg {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.glass-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.glass-card p {
  font-size: 0.95rem;
  color: #ddd;
  line-height: 1.4;
}











.position-relative:hover . img {
  transform: scale(1.1);
}

.card-title {
   
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(90deg, #64ffda, #00bcd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.card-title1 {
   
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(90deg, #8664ff, #00bcd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  text-align: center;
}

.card-stats {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}





.card-title {
   
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(90deg, #64ffda, #00bcd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.card-title1 {
   
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(90deg, #8664ff, #00bcd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-text1 {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  text-align: center; margin-top:14px;margin-bottom1: -4px;  text-align: center;
}

.card-stats1 {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.value {
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(90deg, #64ffda, #00bcd4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.type {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-button {
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  color: white;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
  align-self: center;
  backdrop-filter: blur(10px);
}

.card-button:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: floatAnimation 8s infinite alternate ease-in-out;
}

.shape1 {
  width: 500px;
  height: 500px;
  background: linear-gradient(45deg, #ff3998, #ff5f99);
  top: -100px;
  right: -100px;
  animation-delay: 0s;
}

.shape2 {
  width: 400px;
  height: 400px;
  background: linear-gradient(45deg, #0061ff, #60efff);
  bottom: -100px;
  left: -100px;
  animation-delay: 2s;
}

.shape3 {
  width: 300px;
  height: 300px;
  background: linear-gradient(45deg, #7700ff, #4400ff);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 4s;
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0) translateX(0) scale(1);
  }
  100% {
    transform: translateY(-40px) translateX(20px) scale(1.1);
  }
}


.card-wrapper1 {
	width: 100%;
	height: 428px;
	transition:1 all 0.25s ease;
	transform-style1: preserve-3d;
	transform1: rotateY(-5deg) rotateX(5deg) ;
}

/* The parallax effect happens when we move .card-wrapper on mousemove */
.card-wrapper1:hover {
	transform: rotateY(0deg) rotateX(0deg);
}

.card1 {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	transition: all 0.25s ease;
	transform-style: preserve-3d;
}

.card1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #5ee7df 0%, #9690caff 100%);
	z-index: -1;
}

.card-inner1 {
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(8px);
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	transform-style: preserve-3d;
}

.card-header1 {
	position: relative;
	height: 240px;
	margin: -1.5rem -1.5rem 1.5rem;
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.header-bg1 {
	 
	width: 120%;
	height: 250px;
	 
	 
	background-size: cover;
	background-position: center;
	filter: brightness(1);
	transform: translateZ(-10px); /* Parallax effect */
}

.card-header1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

 
.card-title1 {
	position: absolute;
	bottom1: 1rem;
	left: 1.5rem;
	color: #0c2a63ff;
	font-size: 16px;
	font-weight: 700;
	z-index: 1;
	text-shadow1: 0 2px 4px rgba(0, 0, 0, 0.3);
	transform: translateZ(5px); /* Slight pop out */
}

.card-body1 {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.card-text1 {
	color: #111;
	font-size: 0.9rem;
	line-height: 1.6;
	margin-bottom: 1.5rem;
	transform: translateZ(5px); /* Slight pop out */
}

.card-details1 {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	transform: translateZ(10px); /* More pop out */
}

 

.card-tags1 {
	display: flex;
	gap: 0.75rem;
	margin-bottom: 1.5rem;
	transform: translateZ(15px); /* More pop out */
}

.tag1 {
	background: rgba(255, 255, 255, 0.7);
	padding: 0.35rem 0.85rem;
	border-radius: 1px;
	font-size: 0.75rem;
	font-weight: 600;
	color: #4361ee;
}

.card-footer1 {
	margin-top: auto;
	transform: translateZ(20px); /* Maximum pop out */
}

.btn1 {
	width: 100%;
	padding: 0.2rem;
	background1: rgba(255, 255, 255, 0.25);
	border1: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	color: #111;
	font-weight: 600;
	font-size: 0.3rem;
	cursor: pointer;
	transition: all 0.3s ease;
	backdrop-filter1: blur(5px);
}

.btn1:hover {
	background: radial-gradient(circle at center,  #1a7ad9 0%, transparent 70%);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

		
    




* {margin:0;
padding:0;}

.ticker-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background1:rgb(28, 52, 156);
  background:#007BB8;
  
	
	padding:8px;
    color:#fff;
}

.ticker-wrapper {
  display: inline-block;
  animation: ticker 34s linear infinite;
}



.ticker-wrapper:hover {
  animation-play-state: paused;
}

.ticker {
  display: inline-block;
}

.ticker-text {
  font-weight: bold;
  color: #0df4fc;
  color1: #23307A; 
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes ticker {
  0% {
    transform: translateX(21%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.btn {
   
  color:#000;
  padding1:5px 8px;
  border-radius:5px;
  text-decoration:none;
}







.fabWidget {
  position: fixed;
  bottom: 15px;
  right: 5px;
  z-index: 1000;
  transition: all 0.3s;
}

.fabTrigger {
  .background {
    background-color: #1950ff;
    border-radius: 50%;
    box-shadow: 0 2.1px 1.3px rgba(0, 0, 0, 0.044),
      0 5.9px 4.2px rgba(0, 0, 0, 0.054), 0 12.6px 9.5px rgba(0, 0, 0, 0.061),
      0 25px 20px rgba(0, 0, 0, 0.1);
    height: 52px;
    left: 12.8px;
    position: absolute;
    top: 14px;
    width: 52px;
  }
}

.fabList {
  visibility: hidden;
  opacity: 1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.fabButton {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px 6px;
  width: 48px;
  height: 48px;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  &:hover {
    cursor: pointer;
  }
  &.active {
    transform: translateY(0px);
    opacity: 1;
  }
  svg {
    width: 100%;
    height: 100%;
  }
}

.active .fabButton {
  visibility: visible;
  opacity: 1;
  transform: translateY(-15px);
}

.fabOverlay {
  width: 100%;
  height: 100%;
  background: rgba(#000, .1);
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .25s;
  &.active {
    opacity: 1;
    visibility: visible;
  }
}

[data-tooltip] {
  position: relative;
  &::before {
    opacity: 0;
    visibility: hidden;
    cursor: default;
    pointer-events: none;
  }
  &::before {
    content: attr(data-tooltip);
    display: block;
    position: absolute;
    top: 50%;
    right: 100%;
    padding: 7px;
    text-align: center;
    border-radius: 4px;
    background: #1950FF;
    color: #fff;
    font-size: 0.8em;
    white-space: nowrap;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  &:hover::before {
    opacity: 1;
    visibility: visible;
    right: 120%;
  }
}

.chat-bubble {
  cursor: pointer;
  position: relative;
  .bubble {
    transform-origin: 55%;left: 20%;
    transition: transform 500ms cubic-bezier(0.17, 0.61, 0.54, 0.9);
  }
  .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3.75;
    stroke-linecap: round;
    transition: stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
    stroke-dasharray: 60 90;
    stroke-dashoffset: -20;
  }
  .line2 {
    stroke-dasharray: 67 87;
    stroke-dashoffset: -18;
  }
  .circle {
    fill: #ffffff;
    stroke: none;
    transform-origin: 50%;
    transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.active {
  .bubble {
    transform: translateX(24px) translateY(4px) rotate(45deg);
  }
  .line1 {
    stroke-dashoffset: 21;
  }
  .line2 {
    stroke-dashoffset: 30;
  }
  .circle {
    transform: scale(0);
  }
}
 


:root {
    --primary-color: #4a90e2;
    --secondary-color: #50c878;
    --text-color: #2d3436;
    --light-text: #636e72;
    --background-color: #f9f9f9;
    --white: #ffffff;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    --border-radius: 12px;
    --transition: all 0.3s ease;
}

/* Reset & Base Styles */
 

body0 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--background-color);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* FAQ Container */
.faq-container {
    width: 100%;
    
    background: var(--white);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    overflow: hidden;border-radius: 0%;margin-TOP: 0px; 
}

/* Header Section */
.faq-header {
    text-align: center;
    padding: 20px 10px;
    background: linear-gradient(135deg, var(--primary-color), #2c5282);
    color: var(--white);border-radius: 0%;
}

.faq-header h1 {
    font-size: 2.1rem;
    margin-bottom: 10px;font-weight: bold; margin-top: 20px;
}

.faq-header p {
    font-size: 1.1rem;
    opacity: 0.9;padding:0 20px;
}
   

/* FAQ Content */
.faq-content {
    padding: 40px;background: linear-gradient(135deg, var(--primary-color), #d2dce7ff);
}

.faq-category {
    margin-bottom: 40px;
}

.faq-category h2 {
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.faq-item {
    background: var(--white);
    border: 1px solid #d9e6e4ff;
    border-radius: var(--border-radius);
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);
}

.faq-question  {
    background: rgba(74, 144, 226, 0.05);
}

.faq-question h3 {
    font-size: 1.1rem;
    color: var(--text-color);
    margin: 0;
}

.faq-icon {
    color: var(--primary-color);
    transition: var(--transition);
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    padding:0  20px;
    max-height: 0;
    overflow: hidden;
    transition: var(--transition); 
}

.faq-item.active .faq-answer {
    padding: 0 20px 20px;
    max-height: 1000px;
}

.faq-answer p {
    color: var(--light-text);
    margin: 0;
}
 
.footer-content a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .faq-header h1 {
        font-size: 2rem;
    }
    
    .faq-content {
        padding: 20px;
    }
    
    .category-filter {
        gap: 5px;
    }
    
    .category-btn {
        padding: 6px 15px;
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .faq-header {
        padding: 30px 15px;
    }
    
    .faq-header h1 {
        font-size: 1.8rem;
    }
    
    .search-box {
        padding: 8px 15px;
    }
    
    .faq-question h3 {
        font-size: 1rem;
    }
} 
/* 
---------------------------------------------
Contact Style
--------------------------------------------- 
*/
 
.contact .section-heading h2 {
  color: #fff;
}

.contact-content {
  margin-top: -240px;
  position: relative;
  z-index: 1;margin-bottom:41px;
}

.contact-content #map {
  border-radius: 1px;
  margin-bottom: 40px;
}

.contact-content .item {
  border-radius: 1px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 24px 24px;
  background-color: #fff;
}

.contact-content .phone {
  margin-right: 15px;background: linear-gradient(45deg,rgb(248, 202, 228),rgb(168, 235, 252));
}

.contact-content .email {
  margin-left: 15px; background: linear-gradient(45deg,rgb(248, 202, 228),rgb(168, 235, 252));
}

.contact-content .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-content .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-content .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-content #contact-form {
  margin-left: 30px;
  border-radius: 1px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 28px 24px;
  background-color: #fff;
}

.contact-content #contact-form label {
  font-size: 15px;
  color: #0a0a0aff;
  margin-bottom: 15px;font-weight: 800; 
}

.contact-content #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 2px;
  background-color:rgb(255, 252, 252);
  border: none;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 0px 15px;
            background1: rgba(10, 15, 30, 0.5);
            border: 1px solid rgba(0, 247, 255, 0.3);
            color: #0077ffff;
            transition: all 0.3s ease;
}
.contact-content #contact-form input:focus {
            border-color: #00f7ff;
            box-shadow: 0 0 10px rgba(0, 247, 255, 0.5);
            outline: none;
        }

        .contact-content #contact-form textarea:focus {
            border-color: #00f7ff;
            box-shadow: 0 0 10px rgba(0, 247, 255, 0.5);
            outline: none;
        }

.contact-content #contact-form textarea {
  width: 100%;
  height: 120px;
  max-height: 140px;
  border-radius: 2px;
  background-color: #f6f4f6;
  border: none;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 15px 15px;
            background1: rgba(10, 15, 30, 0.5);
            border: 1px solid rgba(0, 247, 255, 0.3);
            color: #0077ffff;
            transition: all 0.3s ease;
}

.contact-content #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 2px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;background: linear-gradient(45deg,rgb(102, 188, 238),rgb(82, 107, 248));
            color: #0a0a12;
            font-weight: 600;
            transition: all 0.3s ease;
}

.contact-content #contact-form button:hover {
  background-color: #f35525;transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 247, 255, 0.4);
}


.contact-content #contact-form {
             
             
            justify-content: center;
            align-items: center;
             background: linear-gradient(-45deg,rgba(160, 237, 247, 1),rgba(61, 121, 155, 1),rgba(38, 92, 155, 1),rgb(94, 97, 96));
            background-size: 400% 400%;
            animation: gradient 15s ease infinite;
            padding: 20px;
        }

        @keyframes gradient1 {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }

        .profile-card img {
             
             
             justify-content: center;
             align-items: center;
             background: linear-gradient(-45deg,rgb(247, 241, 160),rgb(248, 189, 212),rgb(137, 220, 250),rgb(94, 97, 96));
             background-size: 400% 400%;
             animation: gradient 15s ease infinite;
             padding: 0px;box-shadow:4px 4px linear-gradient(-45deg,rgb(247, 241, 160),rgb(248, 189, 212),rgb(137, 220, 250),rgb(94, 97, 96));
         }
 
         @keyframes gradient {
             0% {
                 background-position: 0% 50%;
             }
             50% {
                 background-position: 100% 50%;
             }
             100% {
                 background-position: 0% 50%;
             }
         }
  
         .our-offer-items .item {
             
             
             justify-content: center;
             align-items: center;
             background: linear-gradient(-45deg,rgb(246, 248, 248),rgb(244, 248, 248),rgb(137, 220, 250),rgb(238, 245, 243));
             background-size: 400% 400%;
             animation: gradient 15s ease infinite;
             padding1: 2px;box-shadow:4px 4px linear-gradient(-45deg,rgb(246, 248, 248),rgb(244, 248, 248),rgb(137, 220, 250),rgb(238, 245, 243));
         }
 
         @keyframes gradient1 {
             0% {
                 background-position: 0% 50%;
             }
             50% {
                 background-position: 100% 50%;
             }
             100% {
                 background-position: 0% 50%;
             }
         }
  
         
@media (max-width: 992px) {
  
  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-content .email {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .contact-content #contact-form {
    margin-left: 0px;
  }
   
  

}
@media (max-width: 592px) {
  
  
  .contact-content #contact-form {
    margin-left: 0px;
  }
   
  #map {
  height: 304px;
}


.contact-content #contact-form {
  
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 1px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);  
}

.contact-content #contact-form label {
  font-size: 15px;
  color: #0e0d0dff;
  margin-bottom: 15px;
}

.contact-content #contact-form input {
  width: 100%;
   
}

.contact-content #contact-form textarea {
  
  margin-bottom: 10px;
   
}


.contact-content #contact-form {
             
             
             justify-content: center;
             align-items: center;
             background: linear-gradient(-45deg,rgba(160, 237, 247, 1),rgba(61, 121, 155, 1),rgba(38, 92, 155, 1),rgb(94, 97, 96));
             background-size: 400% 400%;
             animation: gradient 15s ease infinite;
             padding: 20px;
         }
 
         @keyframes gradient1 {
             0% {
                 background-position: 0% 50%;
             }
             50% {
                 background-position: 100% 50%;
             }
             100% {
                 background-position: 0% 50%;
             }
         }
 
}
 








.arrowMove {
    display: inline-block;
    transition: 0.2s;
    position: relative;
    overflow: hidden;
    color: #1cb0c3;
    background: none;
    content: "";
    border: 0;
    text-align: left;
    padding-left: 50px;margin-left: 11px;
}
.arrowMove > p {
    margin-block: 10px;
    position: relative;
    top: 0;font-size: 14px;
}
 
.icon.arrow {
    position: absolute;
    border: 2px solid #1cb0c3;
    width: 40px;
    height: 30px;
    border-radius: 4px;
    left: 0;
    top: 0;
    transition: 0.3s;
}
.icon.arrow::before {
    position: absolute;
    content: "";
    top: 9px;
    right: 14px;
    width: 10px;
    height: 10px;
    border-top: 0.125rem solid #1cb0c3;
    border-right: 0.125rem solid #1cb0c3;
    transform: rotate(45deg);
}
 
 
  