/* Why Choose Vedsar Section */
.doz-card-des .heading{
    color: #fff;
    font-size: 16px;
    font-weight: 500;

}
.doz-card-des3 .heading{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.doz-para-choose{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.doz-card-des,
.doz-card-des3{
    background: #008b93;
    color: #fff;
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 10px;
    transition: all .4s ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.doz-card-des3{
    background: #ffb224;
}

.doz-card-des:hover,
.doz-card-des3:hover{
    transform: translateY(-12px);
    box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

.doz-choose-icon{
    background: #fff;
    color: #008b93;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin: 0 auto 15px;
    transition: all .4s ease;
}

.doz-card-des3 .doz-choose-icon{
    color: #ffb224;
}

.doz-card-des:hover .doz-choose-icon,
.doz-card-des3:hover .doz-choose-icon{
    transform: rotate(360deg) scale(1.15);
}

.doz-card-des .heading,
.doz-card-des3 .heading{
    transition: .3s;
}

.doz-card-des:hover .heading,
.doz-card-des3:hover .heading{
    transform: translateY(-3px);
}

.doz-card-des::before,
.doz-card-des3::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: rgba(255,255,255,.18);
    transform: skewX(-25deg);
    transition: .6s;
}

.doz-card-des:hover::before,
.doz-card-des3:hover::before{
    left: 130%;
}

/* Our Web Design Section */
.am-wds-owdp-secion .am-card {
  width: 100%;
  transition: 0.5s;
}

.am-wds-owdp-secion .am-card.active .icon,
.am-wds-owdp-secion .am-card:hover .icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #008b93;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 0 auto 20px;
    transition: all .4s ease;
}

.am-wds-owdp-secion .icon {
   width: 60px;
   height: 60px;
   color: #008b93;
   display: grid;
   font-size: 30px;
   margin: 20px auto;
   padding: 5px;
   border-radius: 50%;
   place-content: center;
   aspect-ratio: 1 / 1;
   border: 3px solid #01676d61;
}

.am-wds-owdp-secion .am-card.active h3,
.am-wds-owdp-secion .am-card:hover h3{
    color: #008b93;
}

.am-wds-owdp-secion .content {
  color: #101010 !important;
  padding: 10px;
  margin: 5px 0px;
  border-radius: 8px;
  transition: all 0.5s;
  text-align: center;
}

/* Features You Get */
.am-wds-badges-section p {
  margin: 0px;
  color: #fff;
}

.am-wds-badges-section .badge {
  padding: 12px;
  display: block;
  width: fit-content;
  margin: 15px auto;
  transition: all 0.3s ease;
  cursor: pointer;
}

.am-wds-badges-section .badge:hover {
  transform: translate(0px, -5px) !important;
}
.am-wds-badges-section .right-badge1 {
  background-color: #547788;
}
.am-wds-badges-section .right-badge2 {
  background-color: #005A77;
}
.am-wds-badges-section .right-badge3 {
  background-color: #7C9290;
}
.am-wds-badges-section .right-badge4 {
  background-color: #003E6A;
}
.am-wds-badges-section .right-badge5 {
  background-color: #4A6568;
}
.am-wds-badges-section .right-badge6 {
  background-color: #67726C;
}
.am-wds-badges-section .right-badge7 {
  background-color: #008B93;
}
@keyframes rotate-move {
  55% {
     transform: translate(-50%, -50%) rotate(0deg);
  }

  80% {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes index {
  0%,
  100% {
    z-index: 3;
  }
  33.3% {
    z-index: 2;
  }
  66.6% {
    z-index: 1;
  }
}

/* Frequently Asked Questions Section */
.web-doz-f{
  color: #008B93;
}
.am-wds-faq-secion .accordion-item {
  border-radius: 7px !important;
}
.am-wds-faq-secion .accordion-button {
  border-radius: 7px !important;
}

.am-wds-faq-secion .accordion-button:not(.collapsed){
  background-color: #008B93 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  border-radius: 7px;
}

.am-wds-faq-secion .accordion-button:not(.collapsed)::after{
  filter: brightness(0) invert(1);
}

.doz-ac-item{
  background: #008c933e !important;
}
.am-wds-faq-secion .accordion-button{
   background-color: #ebf1f1;
   border: none;
}

.am-wds-faq-secion.bg-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.1;
  pointer-events: none;
  filter: var(--hue);
  background:
            repeating-conic-gradient(from 61.93deg at 75% 36.5%,
                var(--c1) 0%, var(--c1) 2%, var(--cs) 16%, #fff0 0% 100%) var(--gp),
            repeating-conic-gradient(from 118.07deg at 75% 87.5%,
                var(--c3) 0% 34.5%, #fff0 0% 100%) var(--gp),
            repeating-conic-gradient(from 118.07deg at 50% 75%,
                #fff0 2%, var(--cs) 17.15%, #fff0 0% 100%) var(--gp),
            repeating-conic-gradient(from 61.93deg at 50% 50%,
                var(--c3) 0% 15.59%, var(--c2) 0% 32.79%, #fff0 0% 100%) var(--gp),
            repeating-conic-gradient(from -118.07deg at 25% 12.5%,
                var(--c2) 0% 32.79%, var(--c1) 0% 50%, #fff0 0% 100%) var(--gp),
            repeating-conic-gradient(from -61.93deg at 25% 87.5%,
                #fff0 0 67.25%, var(--c2) 0% 100%) var(--gp),
            repeating-conic-gradient(from -61.93deg at 50% 75%,
                #fff0 0% 66.5%, var(--c1) 0% 84.25%, var(--c3) 0% 100%) var(--gp),
            repeating-conic-gradient(from -61.93deg at 25% 37.5%,
                var(--c3) 0% 34.5%, var(--c1) 0% 67.25%, var(--c2) 0% 100%) var(--gp);
}

/* Banner Section  */
.am-wds-banner-section .wds-pg-title {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.am-wds-banner-section .wds-pg-title .am-hr {
   background: #008B93;
   width: 153px;
   height: 5px;
   animation: grow 2s ease-in-out 0.1s forwards;
   margin-top: 0px;
   border-radius: 4px 4px 4px 4px;
}

.am-fly-plane {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
}

.am-fly-plane svg {
   width: 100%;
   height: 100%;
   display: block;
   max-width: none;
}

@media screen and (max-width: 768px){
    .am-wds-banner .heading{
        font-size: 30px;
    }
    .am-wds-banner{
        padding-top: 90px !important;
    }
}
@media screen and (max-width: 950px){
    .am-wds-banner .heading{
        font-size: 35px;
    }
    .am-wds-banner{
        padding-top: 120px !important;
    }
}

@keyframes grow {
  0% {
     visibility: visible;
     width: 0px;
     background: #008B93;

  }

  100% {
    width: 160px;
    background: #ffb224;

  }
}
 
/* What Sets Us Apart Section */
.doz-sp-c{
    color: #ffb224;
}
.am-wds-wsup-secion{
    background:#f8fcfd;
}
.feature-box{
    position:relative;
    background:#fff;
    padding:55px 30px 30px;
    border-radius:20px;
    text-align:center;
    border:1px solid #e6e6e6;
    transition:.4s;
    height:100%;
}

.feature-box:hover::before{
    transform:scaleX(1);
}

.feature-box:hover{
    transform:translateY(-12px);
    box-shadow:0 18px 45px rgba(0,139,147,.15);
}

.feature-icon{
    width:60px;
    height:60px;
    background:#008b93;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:-80px auto 20px;
    color:#fff;
    font-size: 25px;
    transition:.4s;
    box-shadow:0 12px 25px rgba(0,139,147,.25);
}

.feature-box:hover .feature-icon{
    background:#ffb224;
    transform:rotate(-5deg) scale(1.1);
}

.feature-box h5{
    font-weight:700;
    margin-bottom:10px;
    color:#043F51;
}

.feature-box p{
    color:#6b7280;
    margin-bottom:0;
    line-height:28px;
}
.feature-box:hover h5{
    color:#008b93;
}

