/*==== Banner Section Start ====*/

.internate-hero {
  background-image: url("../images/internet-of-things/gif-thigs.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
  text-align: center;
  padding: 90px 0;
  display: flex;
  align-items: center;
}
.dox-b-color h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
}
.dox-b-color h4 {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}
.dox-b-color p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.doz-banner-btn{
  background-color: #fff;
  color: #008b93;
  padding: 8px 25px !important;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: all 0.3s;
  box-shadow: none;
  outline: none;
}

.doz-banner-btn:focus,
.doz-banner-btn:hover{
    background-color: #003d52;
    color: #fff !important;
}

@media (max-width: 991px) {
  .internate-hero {
    min-height: 62vh;
    padding: 80px 0 70px;
  }

  .dox-b-color h2 {
    font-size: 36px;
    line-height: 1.18;
  }

  .dox-b-color h4 {
    font-size: 21px;
    line-height: 1.35;
  }
}

@media (max-width: 576px) {
  .internate-hero {
    min-height: auto;
    padding: 70px 0 60px;
  }

  .dox-b-color h2 {
    font-size: 29px;
    line-height: 1.22;
    margin-bottom: 12px;
    margin-top: 20px;
  }

  .dox-b-color h4 {
    font-size: 18px;
  }

  .dox-b-color p {
    font-size: 15px;
    line-height: 1.6;
  }

  .doz-banner-btn {
    padding: 8px 22px !important;
    font-size: 15px;
  }
}

/*==== Banner Section End ====*/

/*=== Why IoT Matters Section Style Start ====*/
.tanj-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #f7fbfc 0%, #ffffff 48%, #eef9f9 100%);
  position: relative;
  overflow: hidden;
}

.tanj-section::before {
  content: "";
  position: absolute;
  top: 72px;
  right: 12%;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #ffd25a;
  opacity: 0.32;
  box-shadow: 54px 38px 0 -24px rgba(0, 139, 147, 0.38), -42px 46px 0 -32px rgba(4, 132, 171, 0.32);
}

.tanj-section::after {
  content: "";
  position: absolute;
  top: 112px;
  left: 14%;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(0, 139, 147, 0.18);
  box-shadow: -38px -24px 0 -20px rgba(255, 210, 90, 0.45), 34px 44px 0 -22px rgba(4, 132, 171, 0.22);
}

.tanj-shell {
  position: relative;
  z-index: 1;
}

.tanj-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.tanj-head h3 {
  font-size: 40px;
  font-weight: 800;
  color: #003d52;
  line-height: 1.15;
  margin-bottom: 16px;
}

.tanj-card {
  min-height: 245px;
  height: 100%;
  border-radius: 8px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: 0.35s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 20px 36px rgba(0, 73, 95, 0.13);
}

.tanj-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 35, 47, 0.12),
    rgba(0, 35, 47, 0.82)
  );
  z-index: -2;
}

.tanj-card::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 0;
  background: linear-gradient(180deg, rgba(0, 139, 147, 0.05), #0484abfa);
  transition: 0.35s ease;
  z-index: -1;
}

.tanj-card:hover::before {
  height: 100%;
}

.tanj-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 50px rgba(0, 73, 95, 0.22);
}

.tanj-number {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #003d52;
  background: #ffd25a;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 70px;
  box-shadow: 0 0 0 6px rgba(255, 210, 90, 0.22);
}

.tanj-card h4 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 10px;
}

.tanj-card p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
}

.doz-cards-1 {
  background-image: url("../images/internet-of-things/images-1.jpeg");
}
.doz-cards-2 {
  background-image: url("../images/internet-of-things/image-2.jpg");
}
.doz-cards-3 {
  background-image: url("../images/internet-of-things/images-3.jpeg");
}
.doz-cards-4 {
  background-image: url("../images/internet-of-things/images-4.jpeg");
}
.doz-cards-5 {
  background-image: url("../images/internet-of-things/images-5.jpeg");
}
.doz-cards-6 {
  background-image: url("../images/internet-of-things/images-6.webp");
}
.doz-cards-7 {
  background-image: url("../images/internet-of-things/images-7.jpg");
}
.doz-cards-8 {
  background-image: url("../images/internet-of-things/images-8.jpeg");
}
.doz-cards-9 {
  background-image: url("../images/internet-of-things/images-9.jpeg");
}
.doz-cards-10 {
  background-image: url("../images/internet-of-things/images-10.jpeg");
}

.doz-para-inter {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
}
.doz-para-inter p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 25px;
}
.doz-paragraph-f {
  margin-top: 22px;
  padding: 16px 22px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(0, 73, 95, 0.08);
}
.doz-paragraph-f p {
  margin: 0;
  color: #3f5664;
  font-size: 16px;
  line-height: 1.6;
}
/*=== Why IoT Matters Section Style End ====*/

/*=== What We Build Section Style Start ====*/
.iot-build-section {
  padding: 95px 0;
  background: linear-gradient(135deg, #003d52 0%, #00476E 52%, #002c3c 100%);
  position: relative;
  overflow: hidden;
}
.iot-build-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 12% 18%, rgba(255, 210, 90, 0.28), transparent 22%),
   radial-gradient(circle at 86% 76%, rgba(255, 255, 255, 0.14),transparent 28%);
  opacity: 0.9;
}
.iot-build-section::after {
  content: "";
  position: absolute;
  right: -120px;
  top: 80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 54px solid rgba(255, 255, 255, 0.08);
  box-shadow: -240px 260px 0 -90px rgba(255, 210, 90, 0.18);
}
.iot-build-section .container {
  position: relative;
  z-index: 1;
}
.iot-build-head {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}
.iot-build-head h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 14px;
}
.iot-build-head p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
}
.iot-service-card {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  box-shadow: 0 22px 46px rgba(0, 22, 31, 0.22);
  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.iot-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 210, 90, 0.18), rgba(255, 255, 255, 0.04));
  opacity: 0;
  transition: 0.35s ease;
}
.iot-service-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -46px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: 0.35s ease;
}
.iot-service-card:hover {
  transform: translateY(-9px);
  border-color: rgba(255, 210, 90, 0.48);
  box-shadow: 0 30px 64px rgba(0, 22, 31, 0.34);
}
.iot-service-card:hover::before {
  opacity: 1;
}
.iot-service-card:hover::after {
  transform: scale(1.18);
  background: rgba(255, 210, 90, 0.18);
}
.iot-service-number {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #003d52;
  background: #ffd25a;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 28px;
  transition: 0.35s ease;
}
.iot-service-icon {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffd25a;
  background: rgba(255, 255, 255, 0.12);
  font-size: 40px;
  transition: 0.35s ease;
}
.iot-service-card:hover .iot-service-number {
  color: #fff;
  background: #008b93;
  transform: translateY(-4px);
}
.iot-service-card:hover .iot-service-icon {
  color: #003d52;
  background: #ffd25a;
  transform: translateY(-5px) rotate(-6deg);
}

.outline-icon{
    color: transparent;
    -webkit-text-stroke: 1.5px #ffd25a;
    font-size: 25px !important;
}

.iot-service-card:hover .iot-service-icon .outline-icon{
  -webkit-text-stroke: 1.5px #003d52 !important;
  color: transparent;
}

.iot-service-card h4 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 10px;
}
.iot-service-card p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
/*==== What We Build Section Style End =====*/

/*=== How We Work Section Style Start ===*/
.work-bento-section{
    padding:90px 0;
    overflow:hidden;
}

.work-head{
    margin-bottom:35px;
}

.work-head span{
    color:#00476E;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}

.work-head h2{
    font-size:46px;
    line-height:1.15;
    font-weight:900;
    color:#171717;
    margin-top:10px;
}

.work-bento{
    display:grid;
    grid-template-columns:2fr 2fr 2fr 1fr 2fr;
    grid-auto-rows:170px;
    gap:12px;
}

.work-box{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    padding:24px;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    transition:.35s ease;
}

.work-box:hover{
    transform:translateY(-6px);
}

.work-box:before{
    content:"";
    position:absolute;
    inset:-35%;
    background: repeating-radial-gradient(circle at 30% 30%, rgba(255,255,255,.18) 0,
            rgba(255,255,255,.18) 3px, transparent 4px, transparent 28px);
    opacity:.45;
    transform:rotate(-18deg);
}

.work-box:after{
    content:"";
    position:absolute;
    width:170px;
    height:170px;
    right:-45px;
    top:-45px;
    border:22px solid rgba(255,255,255,.12);
    border-radius:50%;
}

.work-box > *{
    position:relative;
    z-index:2;
}

.work-box .tag{
    position:absolute;
    top:20px;
    left:24px;
    font-size:14px;
    font-weight:700;
    opacity:.9;
    background: #fff;
    color: #00476E;
    padding: 1px 15px;
    border-radius: 8px;
}

.badge{
    position:absolute;
    top:18px;
    right:18px;
    width:42px;
    height:42px;
    border-radius:50%;
    background:#fff;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:10px;
    font-weight:800;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.work-box h3{
    font-size:20px;
    font-weight:800;
    margin: 0px;
    line-height:1.15;
    color: #fff;
}

.work-box p{
    font-size:16px;
    font-weight: 400;
    line-height:1.45;
    color: #fff;
    margin:0;
    opacity:.9;
}

.large{
    grid-column:span 2;
    grid-row:span 2;
}

.tall{
    grid-column:span 2;
    grid-row:span 2;
}

.wide{
    grid-column:span 2;
}

.red{
    background:linear-gradient(135deg,#5A6651,#8F9279);
}

.green{
    background:linear-gradient(135deg,#3C4E57,#9fb0c5);
}

.orange{
    background:linear-gradient(135deg,#9F8669,#CABBAA);
}

.pink{
    background:linear-gradient(135deg,#5A412C,#7B5039);
}

.blue{
    background:linear-gradient(135deg,#547788,#b7d5e4);
}

.purple{
    background:linear-gradient(135deg,#6C6348,#a99d7b);
}

.dark{
    background:linear-gradient(135deg,#73696B,#ada1a3);
}

@media(max-width:991px){
    .work-head h2{
        font-size:34px;
    }

    .work-bento{
        grid-template-columns:1fr;
        grid-auto-rows:auto;
    }

    .work-box,
    .large,
    .tall,
    .wide{
        grid-column:auto;
        grid-row:auto;
        min-height:210px;
    }
}

/*=== How We Work Section Style End ===*/

@media (max-width: 991px) {
  .tanj-section {
    padding: 70px 0;
  }

  .tanj-section::before {
    right: 6%;
    width: 68px;
    height: 68px;
    opacity: 0.28;
  }

  .tanj-section::after {
    left: 6%;
    width: 46px;
    height: 46px;
  }

  .tanj-head h3 {
    font-size: 32px;
  }

  .iot-build-section {
    padding: 70px 0;
  }

  .iot-build-head h3 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .tanj-section {
    padding: 56px 0;
  }

  .tanj-section::before {
    width: 52px;
    height: 52px;
    top: 42px;
    right: 18px;
  }

  .work-head h2{
        font-size:28px;
    }

  .tanj-section::after {
    width: 38px;
    height: 38px;
    top: 96px;
    left: 18px;
  }

  .tanj-head h3 {
    font-size: 28px;
  }

  .tanj-card {
    min-height: 220px;
  }

  .tanj-number {
    margin-bottom: 52px;
  }

  .iot-build-section {
    padding: 56px 0;
  }

  .iot-build-head h3 {
    font-size: 28px;
  }

  .iot-build-head p {
    font-size: 15px;
  }

  .iot-service-card {
    min-height: 200px;
  }

  .iot-service-icon {
    width: 40px;
    height: 40px;
    font-size: 19px;
  }

  .iot-work-section {
    padding: 56px 0;
  }

  .iot-work-head h3 {
    font-size: 28px;
  }

  .iot-work-card {
    min-height: auto;
    padding: 20px 20px 20px 66px;
  }

  .iot-work-flow {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .iot-work-step {
    padding-left: 34px;
  }

  .iot-work-number {
    width: 68px;
    height: 68px;
    border-radius: 16px;
    font-size: 15px;
  }

  .iot-work-card p {
    font-size: 13px;
  }
}

/*==== Why Choose Section Style Start ====*/
.why-vedsar-section{
    padding:100px 0;
    background:
        radial-gradient(circle at top left, #003e5275, transparent 30%),
        radial-gradient(circle at bottom right, #003e525e, transparent 32%),
        #f8fbff;
    overflow:hidden;
}

.why-vedsar-wrap{
    display:grid;
    grid-template-columns: .9fr 1.1fr;
    gap:70px;
    align-items:flex-start;
    position:relative;
}

.why-left{
    position:sticky;
    top:100px;
}

.why-left span{
    display:inline-block;
    font-size:14px;
    font-weight:800;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#003d52;
    margin-bottom:20px;
    position:relative;
    padding-left:55px;
}

.why-left span:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:40px;
    height:2px;
    background:linear-gradient(90deg,#003d52,#ffd25a);
}

.why-left h2{
    font-size:50px;
    line-height:1.08;
    font-weight:900;
    color:#003d52;
    margin:0;
    max-width:520px;
}

.why-right{
    position:relative;
    padding-left:35px;
}

.why-right:before{
    content:"";
    position:absolute;
    left:0;
    top:10px;
    width:2px;
    height:calc(100% - 20px);
    background:linear-gradient(180deg,#074d64,#ffd25a);
    border-radius:20px;
}

.why-item{
    position:relative;
    display:grid;
    grid-template-columns:90px 1fr;
    gap:25px;
    padding:0 0 42px;
}

.why-item:last-child{
    padding-bottom:0;
}

.why-item:before{
    content:"";
    position:absolute;
    left:-43px;
    top:10px;
    width:18px;
    height:18px;
    border-radius:50%;
    background:#fff;
    border:4px solid #003d52;
    box-shadow:0 0 0 8px rgba(0,200,151,.12);
    transition:.3s;
}

.why-item:hover:before{
    border-color:#003e52c7;
    box-shadow:0 0 0 10px rgba(13,110,253,.14);
}

.why-num{
    font-size:46px;
    line-height:1;
    font-weight:900;
    color:transparent;
    -webkit-text-stroke:1px #9fb3c8;
    transition:.3s;
}

.why-item:hover .why-num{
    -webkit-text-stroke:1px #003e52d5;
    color:#003e52ca;
}

.why-item h4{
    font-size:19px;
    font-weight:700;
    color:#003d52;
    margin:0 0 8px;
}

.why-item p{
    font-size:16px;
    color:#64748b;
    line-height:1.7;
    margin:0;
}

@media(max-width:991px){
    .why-vedsar-wrap{
        grid-template-columns:1fr;
        gap:45px;
    }

    .why-left{
        position:relative;
        top:0;
    }

    .why-left h2{
        font-size:38px;
    }

    .why-item{
        grid-template-columns:65px 1fr;
        gap:18px;
    }

    .why-num{
        font-size:34px;
    }
}
/*==== Why Choose Section Style End ====*/


.iot-benefits{
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 210, 90, .18), transparent 26%),
        radial-gradient(circle at 88% 88%, rgba(0, 139, 147, .26), transparent 30%),
        linear-gradient(135deg, #002c3c 0%, #003d52 52%, #012631 100%);
    position:relative;
    overflow:hidden;
}

.section-titles span{
    display:inline-block;
    color: #ffd25a;
    background:rgba(255, 210, 90, .12);
    border:1px solid rgba(255, 210, 90, .28);
    border-radius:999px;
    padding:7px 16px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}

.section-titles h2{
    font-size:45px;
    font-weight:800;
    color:#fff;
    margin-top:14px;
}

.benefit-box{
    background:linear-gradient(145deg, rgba(255,255,255,.13) 0%, rgba(255,255,255,.06) 100%);
    border:1px solid rgba(255,255,255,.16);
    border-radius:22px;
    padding: 20px 22px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    transition:.35s;
    overflow:hidden;
    box-shadow:0 20px 48px rgba(0, 12, 18, .22);
    position:relative;
    backdrop-filter:blur(10px);
}

.benefit-box:hover{
    transform:translateY(-8px);
    border-color:rgba(255, 210, 90, .45);
    background:linear-gradient(145deg, rgba(255,255,255,.18) 0%, rgba(0,139,147,.16) 100%);
    box-shadow:0 28px 65px rgba(0, 12, 18, .32);
}

.benefit-content{
    width:55%;
}

.benefit-content h3{
    font-size:17px;
    font-weight:700;
    color:#fff;
    line-height:1.3;
    margin:0;
}

.benefit-image{
    width:55%;
    text-align:right;
}

.benefit-image img{
    width:100%;
    max-width:190px;
    transition:.4s;
    filter:drop-shadow(0 14px 22px rgba(0, 0, 0, .24));
}

.benefit-box:hover img{
    transform:scale(1.08);
}

@media(max-width:991px){
  .benefit-box{
      flex-direction:column;
      text-align:center;
  }

  .benefit-content{
      width:100%;
  }

  .benefit-image{
      width:100%;
      margin-top:30px;
      text-align:center;
  }

  .section-titles h2{
      font-size:34px;
  }

}

/*==== Modern Smart CTA Override Start ====*/
.wave-cta{
    position:relative;
    padding:90px 0;
    overflow:hidden;
    background:linear-gradient(180deg, #ffffff 0%, #eef9f9 100%);
}

.wave-bg{
    position:relative;
    width:100%;
    max-width:1180px;
    min-height:auto;
    margin:0 auto;
    padding:70px 34px;
    overflow:hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 210, 90, 0.22), transparent 25%),
        radial-gradient(circle at 92% 14%, rgba(54, 214, 221, 0.2), transparent 28%),
        linear-gradient(135deg, #002c3c 0%, #00476e 48%, #008b93 100%);
    clip-path:none;
    border-radius:42px;
    box-shadow:0 32px 80px rgba(0, 73, 95, .18);
}

.wave-bg::before{
    content:"";
    position:absolute;
    inset:16px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:30px;
    pointer-events:none;
}

.wave-bg::after{
    content:"";
    position:absolute;
    right:-140px;
    bottom:-170px;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(255,210,90,.18);
    box-shadow:-320px -250px 0 -170px rgba(255,255,255,.18);
}

.wave-bg .container{
    position:relative;
    z-index:1;
}

.smart-cta-content{
    max-width:650px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
}

.smart-cta-content h2{
    font-size:46px;
    line-height:1.08;
    font-weight:900;
    color:#fff;
    max-width:560px;
    margin-bottom:18px;
}

.smart-cta-content p{
    color:rgba(255,255,255,.82);
    font-size:17px;
    max-width:590px;
    line-height:1.75;
    margin-bottom:22px;
}

.smart-cta-content ul{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:12px;
    list-style:none;
    padding:0;
    margin:0 0 24px;
}

.smart-cta-content ul li{
    position:relative;
    padding:14px 14px 14px 38px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:16px;
    background:rgba(255,255,255,.1);
    color:#fff;
    font-size:14px;
    font-weight:700;
    line-height:1.35;
}

.smart-cta-content ul li:before{
    content:"\2713";
    position:absolute;
    left:14px;
    top:13px;
    width:18px;
    height:18px;
    border-radius:50%;
    display:grid;
    place-items:center;
    background:#ffd25a;
    color:#003d52;
    font-size:11px;
    font-weight:900;
}

.smart-cta-content h4{
    font-size:21px;
    font-weight:850;
    color:#ffd25a;
    margin-bottom:8px;
}

.smart-cta-content span{
    display:block;
    color:rgba(255,255,255,.78);
    margin-bottom:0;
}

.phone-area{
    min-height:360px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.phone-area::before,
.phone-area::after{
    content:"";
    position:absolute;
    border-radius:50%;
}

.phone-area::before{
    width:260px;
    height:260px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.16);
}

.phone-area::after{
    width:170px;
    height:170px;
    border:24px solid rgba(255,210,90,.22);
    animation:phonePulse 4s ease-in-out infinite;
}

.phone{
    width:190px;
    height:350px;
    background:linear-gradient(145deg,#06151b,#162f39);
    border:1px solid rgba(255,255,255,.16);
    border-radius:32px;
    padding:10px;
    transform:rotate(7deg);
    box-shadow:0 32px 65px rgba(0,0,0,.34);
    position:relative;
    z-index:2;
}

.notch{
    position:absolute;
    top:11px;
    left:50%;
    transform:translateX(-50%);
    width:72px;
    height:18px;
    background:#07161c;
    border-radius:0 0 13px 13px;
    z-index:4;
}

.phone-inner{
    height:100%;
    border-radius:25px;
    background:
        radial-gradient(circle at top right, rgba(255,210,90,.32), transparent 35%),
        linear-gradient(180deg,#f7ffff 0%, #dbfbff 100%);
    padding:48px 16px 17px;
    overflow:hidden;
}

.phone-inner small{
    display:inline-flex;
    border-radius:999px;
    background:rgba(0,139,147,.12);
    color:#006e74;
    font-size:11px;
    font-weight:800;
    padding:5px 10px;
}

.phone-inner h3{
    font-size:28px;
    color:#003d52;
    margin:12px 0 18px;
    line-height:1;
    font-weight:900;
}

.phone-img{
    width:100%;
    height:112px;
    border-radius:18px;
    margin-bottom:17px;
    background:
        radial-gradient(circle at 25% 28%, #ffd25a 0 8px, transparent 9px),
        radial-gradient(circle at 72% 68%, #008b93 0 12px, transparent 13px),
        linear-gradient(135deg,#b8eeee,#fff);
    box-shadow:inset 0 0 0 1px rgba(0,139,147,.12);
}

.phone-inner button{
    border:0;
    border-radius:999px;
    background:#003d52;
    color:#fff;
    padding:10px 17px;
    font-size:11px;
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}

.star{
    position:absolute;
    color:#ffd25a;
    font-size:26px;
    z-index:6;
    text-shadow:0 10px 24px rgba(255,210,90,.35);
}

.star-1{
    left:48px;
    top:74px;
}

.star-2{
    right:38px;
    bottom:68px;
}

@keyframes phonePulse{
    0%,100%{
        transform:scale(.92);
        opacity:.72;
    }
    50%{
        transform:scale(1.08);
        opacity:1;
    }
}

@media(max-width:991px){
    .wave-cta{
        padding:70px 12px;
    }

    .wave-bg{
        padding:56px 24px;
        clip-path:none;
        border-radius:30px;
    }

    .wave-bg::before{
        inset:12px;
        border-radius:22px;
    }

    .smart-cta-content{
        padding:0;
    }

    .smart-cta-content h2{
        font-size:34px;
    }

    .smart-cta-content ul{
        grid-template-columns:1fr;
    }

    .phone-area{
        margin-top:40px;
    }
}

@media(max-width:576px){
    .wave-cta{
        padding:56px 10px;
    }

    .wave-bg{
        padding:46px 18px;
        border-radius:24px;
    }

    .smart-cta-content{
        padding:0;
    }

    .smart-cta-content h2{
        font-size:30px;
    }

    .smart-cta-content p{
        font-size:15px;
    }

    .phone{
        transform:none;
    }
}
/*==== Modern Smart CTA Override End ====*/
