*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    /* max-width: 1184px; */
}
body{
    background-color: #e9ebed;
    /* max-width: 1184px; */
}
section {
    padding-top: 1em;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}
/* === HEADER === */
header {
    padding: 1em 3.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;  
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.08);
    z-index: 1000;
}
.head_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1190px;
}
/* LOGO */
header h2 {
    font-weight: bolder;
    font-size: 2em;
    color: #000; 
    flex: 1;
}

/* === NAVIGATION === */
.headnav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
    flex: 3;
}
/* === SEARCH BAR === */
.headerinput {
    display: flex;
    align-items: center;
    width: 55%;
    gap: 8px;
}

.headerinput input {
    flex: 1;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.95em;
}

.headerinput button {
    padding: 12px 14px;
    background-color: #1b7ec0;
    border: none;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.headerinput button:hover {
    background-color: #145a8d;
}

/* === HEADER LINKS (ACCOUNT, HELP, CART) === */
.headnav ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.headnav ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 500;
    color: #333;
    
    border-radius: 4px;
    transition: color 0.2s ease, background 0.2s ease;
}
.headnav ul li:hover {
    color: #1b7ec0;
    background-color: #f2f8ff;
}

/* === ICONS === */
.headicon {
    width: 24px;
    height: 24px;
    color: #444;
    transition: color 0.2s ease;
}
.headnav ul li:hover .headicon {
    color: #1b7ec0;
}
.dropdown {
    width: 10px;
    height: 10px;
}

/* === DROPDOWN MENU === */
.submenu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 180px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: none;
    z-index: 999;
    /* padding: 10px; */
}
.submenu a {
    padding: 12px 14px;
    display: block;
    font-size: 0.9em;
    transition: background 0.2s;
}
.submenu-item {
    color: #333;
}
.menu-a{
    display: flex;
    gap: 5px;
    align-items: center;
    padding-left: 10px;
    /* justify-content: space-between; */
        height: 4vh;
}


.submenu-item:hover {
    background: #d8d3d3;
    color: #1b7ec0;
}
#liveChat{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color:#1b7ec0;
    color: white;
    margin-left: 10px;
        height: 4vh;
        width: 8vw;
        border-radius: 5px;
}
#liveChat p{
    font-size: 20px;
}
.dropdownbtn{
    text-align: center;
    background-color: #1b7ec0;
    color: white;
    border-radius: 0.3em;
    margin: 0px 8px;
}
.dropdownbtn:hover{
    background-color: #145a8d;
}
.headlist{
    display: flex;
    align-items: center;
    padding: 7px;
    cursor: pointer;
    gap: 3px;
    border-radius: 0.3em;
}
#headlistI.active{
    background-color: #4294f940;
}
#headlistII.active{
    background-color: #4294f940;
}
/* 1e2f97
067fd0
#1260cc */
#first-container{
    background-color: #1e2f97;
    height: 21vh;
}

#first-div{
    margin-left: 6em;
    color: rgb(230, 232, 235);
}
#first-div p{
    padding-top: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    /* font-size: 75px; */
    color: #c2c4d3;
    margin-top: 70px;
}
.first-div {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.div-i{
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    margin-left: 6em;
    gap: 2em;
}
#div-ii{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    width: 12.5em;
     height: 10vh;
    text-align: center;
    padding: 20px;
    transform: translateY(-40px);
   
}
#div-ii p{
    font-size: 18px;
    margin-right: 30px;
     letter-spacing: -1px;
}

#i1{
    font-size: 60px;
    color: #1e2f97;
    margin-top: 24px;
}
#div-input{
    margin-left: 8em;
    margin-top: 55px;
    margin-bottom: 10px;
}
#div-input i{
    font-size: 15px;
    transform: translateX(30px);
    
    
}
#div-input input{
    height: 4.4vh;
    width: 25vw;
    border-radius:4px;
    border:1px solid #dbdde7;
    padding-left: 30px;
    align-items: center;
}
.all1{
    width: 19.5%;
}
.div-all-over{
    margin-left: 6em;
    display: flex;
    gap: 20px;
}
.divAllOver1{
    border: 1px solid #c2c4d3;
    display: flex; 
    align-items: center;
    justify-content: space-between; 
    border-radius: 10px 10px 0 0;          
    font-size: 15px;
    padding: 13px 5px;
        width: 100%;
        
}
.paymet {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
        height: 4vh;

}
.voucher{
        display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
        height: 4vh;

}
.delivery{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
        height: 4vh;

}
.returnFunds{
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
        height: 4vh;

}
.products{
        display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
        height: 4vh;

}
.byte{
            display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    height: 4vh;
}
.sellByte{
                display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    height: 4vh;
}
.pickup{
                display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    height: 4vh;
}

.split {
    cursor: pointer;
}
/* div of 1 */
/* Shared dropdown styles */
 #divList{
        border: 1px solid black;
        width: 55.6%;
        height: auto;
        background-color:white;
        border: none;
        padding: 15px;
        /* overflow:auto; */

}

.dropdown-container {
  width: 100%;
  max-width:1050px;
  border: 0.2px solid rgb(224, 218, 218);
  border-radius: 5px;
  padding: 0 20px;
  /* margin: 20px; */
}
.dropdown-container>p{
    text-decoration: underline;
    padding:10px;
}
.dropdown-container :last-child{
    text-decoration: none;
}

.toggle {
  display: none;
}

.dropdown-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
  height: 5vh;
  background-color: inherit;
}

.dropdown-label::after {
  content: "+";
  font-size: 18px;
  transition: transform 0.3s;
}

.toggle:checked + .dropdown-label::after {
  content: "-";
}

.dropdown-content {
  display: none;
  background: #fff;
  padding: 0 10px;
  text-transform: capitalize;
      transition: max-height 0.2s ease; 
  /* text-align: left; */
}

.toggle:checked + .dropdown-label + .dropdown-content {
  display: block;
  padding: 10px;
}

#a1{
    text-decoration: none;
    text-transform: uppercase;
}

ol{
    list-style-type: decimal;
}

#pp{
    margin-right: 30em;
    width: 14%;
    height: 3vh;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.you-us{
    display: flex;
    justify-content: center;
}
.div-flex1{
    /* margin-top: 20px; */
    margin-left:17em ;
}

.div-chat{
    background-color: white;
    width: 100%;
    border: 2px solid #c2c4d3;
    /* height: 15vh; */
    padding: 20px;
    margin-bottom: 20px;
}
.div-chat2{
    display: flex;
    gap: 20px;
    margin-top: 10px;
}
#div-chat3{
    height: 6vh;
    width: 6vw;
}
#h3o{
    font-size: x-large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
                    /* voucher */


.div-all-over-2{
            border: 1px solid #c2c4d3;
    display: flex; 
    align-items: center;
    justify-content: space-between; 
    font-size: 15px;
    padding: 13px 5px;
 } 
 .icon{
cursor: pointer;
color: #1e2f97;
}

.vBackground{
    background-color: white;
    width: 56%;
    height: 73vh;
    padding: 20px;
}
.div-all-over-3{
                border: 1px solid #c2c4d3;
    display: flex; 
    align-items: center;
    justify-content: space-between; 
    font-size: 15px;
    padding: 13px 5px;
}
.div-all-over-4{
     border: 1px solid #c2c4d3;
    display: flex; 
    align-items: center;
    justify-content: space-between; 
    font-size: 15px;
    padding: 13px 5px;
}
.div-all-over-5{
         border: 1px solid #c2c4d3;
    display: flex; 
    align-items: center;
    justify-content: space-between; 
    font-size: 15px;
    padding: 13px 5px;

}
.div-all-over-6{
             border: 1px solid #c2c4d3;
    display: flex; 
    align-items: center;
    justify-content: space-between; 
    font-size: 15px;
    padding: 13px 5px;
}
.div-all-over-7{
                 border: 1px solid #c2c4d3;
    display: flex; 
    align-items: center;
    justify-content: space-between; 
    font-size: 15px;
    padding: 13px 5px;
}
.div-all-over-8{
         border: 1px solid #c2c4d3;
    display: flex; 
    align-items: center;
    justify-content: space-between; 
    font-size: 15px;
    padding: 13px 5px;
        border-radius: 0 0 10px 10px;          
}
.dbackground{
     background-color: white;
    width: 56%;
    height: auto;
    padding: 20px;

}
.rrbackground{
       background-color: white;
    width: 56%;
    height: auto;
    padding: 20px;  
}
.probackgroud{
         background-color: white;
    width: 56%;
    height: auto;
    padding: 20px;    
}

.byBackground{
             background-color: white;
    width: 56%;
    height: auto;
    padding: 20px;    
}
.sellBackground{
                 background-color: white;
    width: 56%;
    height: auto;
     padding: 20px; 
}
.pickupb{
     background-color: white;
     height: auto;
    width: 56%;
    padding: 20px; 
    
}

                /* how to order */

.orderBack{
     background-color: white;
     height: auto;
    width: 57%;
    padding: 25px;
        font-size: 16px;
}
.orderBack h1{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: 600;
    font-size:30px;
}
#vidi{
    padding:13px 0;
}
.paymentOption{
         background-color: white;
     height: auto;
    width: 57%;
    padding: 25px;
        font-size: 16px;
}
.trackItem{
    background-color: white;
     height: auto;
    width: 57%;
    padding: 25px;
        font-size: 18px;
}

 .divdown2{
    background-color: #000;
    color: white;
    display: flex;
    justify-content: space-between;
    width: 55%;
    height: 7vh;
    align-items: center;
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 10px;
}
#icony{
    flex: 0 0 auto;
}

#innerDown{
    flex: 1;
    text-align: center;
}
.row{
    display:flex;
    justify-content:center;
    text-align: center;
    gap: 25px;
}

.divUp{
    background-color: #ccc;
    margin-bottom: 10px;
    width: 25%;
    padding: 8px 0px;
    font-size: 14px;
}
.divUp p{
    margin-bottom: 10px;
    font-size: 20px;
}

.header{
  font-weight: 100;
  font-size: 15px;
  text-align: center;
  display: flex;
  justify-content: end;
  gap: 90px;
}
.header1{
    width: 15%;
    padding-right: 40px;
    margin-bottom: 10px;
}

            /* cancelOrder */
.cancelOrder{
    background-color: white;
     height: auto;
    width: 57%;
    padding: 25px;
        font-size: 18px;
}
.returOrder{
        background-color: white;
     height: auto;
    width: 57%;
    padding: 25px;
    font-size: 18px;
    font-family: monospace;
}

.DivTimelines{
    display: flex;
    justify-content: center;
    font-weight: bold;
    margin:40px 0;
}
.DivTimelines2{
        display: flex;
    justify-content: center;
    font-weight: bold;
}
table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: var(--text);
    font-size: 15px;
    border-color: #ccc;
    color: white;
}
thead th{
    text-align: center;
    padding: 16px var(--par);
    font-weight: 700;
    letter-spacing: 0.2px;
    background-color:#1e2f97;
    border-bottom: 1px solid var(--border);
    line-height: 2.50;
}
tbody td{
    padding: 22px var(--par);
    vertical-align: middle;
        border-bottom: 1px solid var(--border);
}
tbody td:first-child{
    background-color: #1b7ec0;
    text-align: center;
    font-weight: 300;
    width: 28%;
    font-size: 17px;
}
tbody td:nth-child(2){
    text-align: center;
    font-weight: 300;
    width: 36%;
    font-size: 17px;
    line-height: 1.45;  
      background-color: #1b7ec0;

}
tbody td:last-child{
    text-align: center;
    width: 28%;
    font-weight: 300;
    font-size: 17px;
    line-height: 2.45;
        background-color: #1b7ec0;

}
.cities{
    display: block;
    font-weight: 200;
    font-size: 13px;
    opacity: 0.95;
    margin-top: 8px;
}
