:root{
    --navy: #1B3357;
    --cta: #ff6f00;
    --btn-bg: #27456b;
    --btn-text: #fff;
    --radius: 999px;
    --max-width:420px;
  }

  body{
    margin:0;
    font-family:'Nunito Sans', sans-serif;
    background:#fff;    
  }

  /* Hide on desktop */
  @media (min-width:769px){
    .phone-frame-outer{display:none;}
	.phone-frame {
      display:none !important;
    }   
  }
  
  
  .phone-frame-outer{background: linear-gradient(180deg, rgba(192, 219, 236, 1) 0%, rgba(240, 241, 243, 1) 53%, rgba(201, 228, 245, 1) 100%);
   justify-content:center;
    align-items:flex-start;
    padding:13px;	
    height: 100vh;
    text-align: center;
    overflow-y: auto;
	}

  .phone-frame{
    width:100%;
    max-width:var(--max-width);
    background:#fff;
    box-shadow:0 4px 25px rgba(0,0,0,0.1);
    border-radius:16px;
    overflow:hidden;
  }

  .top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 29px 14px 15px;
    position: relative;
  }
  .top a{color:#000000; text-decoration:none;}
  .logo img{height:40px;}
  .air-ticket-hd{font-size: 27px; font-weight: 800; color:#005691; margin: 20px 0 4px;}
  .air-ticket-hd img{height:65px; vertical-align: middle; margin-right:12px;}
  .text-sub{ font-size: 13px;
    display: block;
    text-align: right;
    letter-spacing: 3px;
    font-weight: 800;
	margin-top: -17px;
	}
	
	.text-main{width: 230px;
	display: inline-block;}
	
  .phone-badge{
    display:flex;
    align-items:center;
    gap:8px;
    padding: 2px 8px 0 36px;
    border:2px solid #005691;
    border-radius:30px;
    font-weight:700;
    font-size:14px;
	position: relative;
  }
  .phone-badge .icon{
    background:#fff;
    color:#fff;
    border-radius:50%;
    padding:0;
	position: absolute;
    left: -4px;
    height: 32px;
    width: 32px;
	border: #005691 2px solid;
  }
  
  .phone-badge .icon img{   height: 20px;
    padding-top: 5px;} 
   
    
  .close-btn{
    border: 2px solid #333;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-left: auto;
    position: absolute;
    top: 6px;
    right: 7px;
  }

  .title-strip{
    background:var(--navy);
    color:#fff;
    text-align:center;
    padding:14px 0;
    font-weight:800;
    font-size:20px;
  }

  .hero{
    text-align:center;
    padding:20px 10px 10px;
  }
  .hero img{
    width:100%;
    max-width:340px;
    height:auto;
  }

  .actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    padding:15px 14px 10px;
  }
  .action-btn{
    background:var(--btn-bg);
    color:var(--btn-text);
    border:none;
    border-radius:var(--radius);
    padding:9px 9px;
    font-weight:600;
    font-size:16px;
  }

  .support{
    text-align:center;
    padding:10px;
  }
  .support img{
    width:70px;
    height:70px;
    border-radius:50%;
    margin-bottom:8px;
	margin-top: -35px;
  }
  .support .tagline{
    font-weight:800;
  }

  .cta{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    background:var(--cta);
    color:#fff;
    border-radius:40px;
    margin:10px auto;
    padding: 14px 8px 14px;
    font-size:22px;
    font-weight:700;
    width:90%;
    box-shadow:0 4px 12px rgba(255,111,0,0.2);
    text-decoration:none;
	position: relative;
  }
  .cta .phone-circle{
   background: #fff;
    color: #FE5A05;
    border-radius: 50%;
    padding: 7px 15px;
    position: absolute;
    left: 0;
    border: #FE5A05 6px solid;
  }
  
  .cta .phone-circle img{height: 38px; padding:4px;}
  
  .support-circle-bg {
  width: 100%; 
  background: #EFEFEF;
  position: relative;
  margin-top: 44px;
  padding-bottom: 10px;
}

 .support-circle-bg .agent-bx{height: 47px;}

