
.main {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
    /* font-family: "Open Sans"; */
    max-width: 1348px;
    margin: 0 auto;
    }
    .price-table {width: 100%;border-collapse: collapse;border: 0 none;background: #1b2d29;}
    .price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    }
    .price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
    }
.price-table tr td ol{
    text-align:-webkit-left;
}
    .price-table tr td:first-child {
    border-left: 0 none;
    }
    .price-table tr td:not(:first-child) {
    text-align: unset;
    }
    .price-table tr:nth-child(even) {/* background-color: #1a1a1a; */}
    .price-table tr:hover {background-color: #eeeeee00;}
    .price-table .fa-check {
    color: #5336ca;
    }
    .price-table .fa-times {
    color: #D8D6E3;
    }
    
    /* Highlighted column */
    .price-table tr:nth-child(2n) td:nth-child(3) {/* background-color: rgb(183 183 183 / 9%); */}
    .price-table tr td:nth-child(1) {background-color: rgb(0 0 0 / 17%);padding: 8px 25px;font-size: 15px;font-weight: 600;color: #ffffff;}
    .price-table tr td:nth-child(3) {background-color: rgb(107 107 107 / 7%);padding: 8px 48px;}

.price-table tr td:nth-child(3) .fa-check, .price-table tr:nth-child(2n) td:nth-child(3) .fa-check {
    /* color: #ffffff; */
    }
    /**/
    
    .price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    }
    .price-table tr.price-table-head {background-color: #13211e;color: #FFFFFF;}
    .price-table td.price {color: #ffffff;padding: 16px 24px;font-size: 20px;font-weight: 600;font-family: "Montserrat";}
    .price-table td.price a {background-color: #00d094;color: #000000;padding: 8px 32px;margin-top: 16px;font-size: 15px;font-weight: 600;font-family: "Anek Telugu", sans-serif;text-transform: uppercase;display: inline-block;border-radius: 64px;}
    .price-table td.price-table-popular {font-family: "Anek Telugu", sans-serif;border-top: #00d094;color: #00d094;form: uppercase;font-size: 22px;padding: 12px 48px;font-weight: 700;}
    .price-table .price-blank {background-color: #fafafa00;border: 0 none;}
    
    .price-table svg {
    width: 90px;
    fill: #5336ca;
    display:none;
    }
     

.box{
    
display: flex;
}

.box .item{
    
font-family: "Anek Telugu", sans-serif;
}

.box .item img{
    
width: 100px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #1e1e2f;
    color: #ffffff;
}

.container {
    text-align: center;
    margin: 50px auto;
    width: 80%;
}

.buttons {
    margin-bottom: 20px;
}

.hover-button{
    background-color:orange;
    border: 2px solid white;
    padding: 10px 20px;
    margin: 10px;
    color: black ;
    font-size: 18px;
    cursor: pointer;
    border-radius: 15px;
    transition: background-color 0.3s ease;
}

.hover-button:hover {
    background-color: white;
    
   
}






/* Table styling */
.plan-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 18px;
    text-align: left;
}

.plan-table th, .plan-table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.plan-table th {
    background-color: orange;
    
}

.plan-table tr:nth-child(even) {
    background-color: goldenrod;
}

/* Table button styling (no underline, no blue color) */
.table-btn {
    background-color: transparent;
    border: none;
    /* No blue color */
    font-size: 16px;
    cursor: pointer;
    padding: 0;
}

.table-btn:hover {
    color: #007bff; /* Change to blue only on hover */
}

/* Get Started button styling */
.get-started-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.get-started-btn {
    background-color: #007bff;
    
    padding: 12px 24px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.get-started-btn:hover {
    background-color: white;
}

/* Button positioning */
.get-started-container {
    text-align: center;
    margin-top: 30px;
}

h2 {
    text-align: center;
    margin-top: 20px;
    color: orange;
    font-size: 24px;
}

.button-container {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.info-card {
    margin-left: 150px;
    margin-right: 150px;
}

.num {
    font-family: Arial, sans-serif;
    background-color: #111;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    margin-top: -2%;
}

.account-container {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    gap: 20px;
    margin-top: 50px; /* Adds margin-top to center the cards vertically */
    justify-content: center; /* Centers the cards horizontally */
    width: 100%; /* Ensures the container takes up full width */
}

.account-box {
    background-color: #222;
    border-radius: 20px; /* Adds rounded edges */
    border: 2px solid orange;
    width: 300px;
    padding: 0; /* Remove padding for proper layout with heading */
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Adds smooth transition effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Initial shadow */
    overflow: hidden; /* Ensure rounded corners for heading box */
}

.account-box:hover {
    background-color: #333; /* Changes background color on hover */
    box-shadow: 0 8px 16px rgba(208, 255, 0, 0.3); /* Enhanced shadow on hover */
}

.account-heading {
    background-color: orange; /* Green background for heading */
    color: #000;
    position: relative;
    padding: 15px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #111; /* Adds a separator between heading and content */
    z-index: 1;
}

.account-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, orange 50%, white 50%); /* Creates a green and white split */
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0 100%); /* Creates the diagonal cut effect */
    z-index: -1; /* Moves it behind the text */
}

.account-box ul {
    list-style-type: none;
    padding: 20px;
}

.account-box ul li {
    margin: 10px 0;
    font-size: 14px;
}

.account-box .deposit-info {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.account-box .get-started {
    background-color: orange;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 15px;
    font-size: 16px;
    transition: background-color 0.3s ease; /* Smooth transition for button */
}

.account-box .get-started:hover {
    background-color: #ff9900; /* Button color changes on hover */
}

.number2 {
    font-family: Arial, sans-serif;
    background-color: #111;
    color: #fff;
    margin: 0;
    padding: 20px;
}

.container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Allows elements to wrap on smaller screens */
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.billing-details, .order-summary {
    background-color: #222;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 48%;
}

.billing-details input, .billing-details select, .billing-details textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #444;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
}

.billing-details label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.order-summary {
    text-align: center;
}

.order-summary .order-item {
    margin-bottom: 20px;
}

.order-summary .total {
    font-size: 24px;
    font-weight: bold;
}

.place-order-btn {
    background-color: orange;
    color: #000;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.place-order-btn:hover {
    background-color: #ff9900;
}

.captcha {
    text-align: center;
    margin: 20px 0;
}

.payment-box {
    margin-top: 20px;
    background-color: #333;
    padding: 15px;
    border-radius: 10px;
}

.payment-method input {
    margin-right: 10px;
}

.coupon {
    text-align: left;
}

.coupon input {
    width: 80%;
    display: inline-block;
    margin-right: 5px;
}

.apply-btn {
    display: inline-block;
    padding: 10px;
    background-color: #00ff00;
    color: #000;
    border: none;
    cursor: pointer;
}

.error {
    color: red;
    margin-top: 5px;
}

/* Responsive */
@media (max-width: 1200px) {
    .container {
        padding: 0 10px; /* Reduce container padding on smaller screens */
    }
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    .billing-details, .order-summary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .account-box {
        width: 100%; /* Full width for mobile screens */
    }

    .place-order-btn {
        padding: 10px 20px; /* Smaller padding for mobile screens */
        font-size: 16px;
    }

    .account-heading {
        font-size: 20px; /* Smaller heading font size for mobile */
    }

    .account-box ul li {
        font-size: 12px; /* Reduce font size on mobile */
    }
}


.bullet {
    font-family: Arial, sans-serif;
    background-color: #222;
    color: #fff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

/* Button Styles */
.buttons {
    margin: 20px;
    text-align: center;
}

.buttons button {
    padding: 12px 30px;
    margin: 5px;
    border: 2px solid orange;
    background-color: transparent;
    color: orange;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.buttons button:hover {
    background-color: orange;
    color: white;
}

.active-button {
    background-color: orange;
    color: white;
}

/* Table Container and Border */
.table-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    border: 3px solid orange;
    border-radius: 15px;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.table-container:hover {
    border-color: white;
}

/* Table Header and General Styling */
h2 {
    color: orange;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border-radius: 10px;
}

th, td {
    padding: 20px;
    font-size: 16px;
}

th {
    background-color: orange;
    color: white;
    text-transform: uppercase;
}

tr:nth-child(even) {
    background-color: #444;
}

tr:nth-child(odd) {
    background-color: #555;
}

/* Hover effects for rows */
tr:hover {
    background-color: orange;
    color: white;
}

/* Styling the clickable account size links */
.account-link {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.account-link:hover {
    color: white;
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
    .table-container {
        width: 90%;
    }

    th, td {
        padding: 15px;
        font-size: 14px;
    }

    .buttons button {
        font-size: 14px;
        padding: 10px 25px;
    }
}

@media (max-width: 768px) {
    .table-container {
        width: 100%;
        padding: 10px;
    }

    th, td {
        padding: 10px;
        font-size: 12px;
    }

    .buttons button {
        font-size: 12px;
        padding: 8px 20px;
    }

    /* Stack buttons vertically */
    .buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Table becomes scrollable */
    .table-container {
        overflow-x: auto;
    }

    table {
        min-width: 500px;
    }
}

@media (max-width: 480px) {
    th, td {
        padding: 8px;
        font-size: 10px;
    }

    h2 {
        font-size: 18px;
    }

    .buttons button {
        font-size: 10px;
        padding: 6px 15px;
        margin: 3px;
    }

    /* Make the table scrollable on smaller devices */
    .table-container {
        overflow-x: scroll;
    }

    table {
        min-width: 600px; /* Adjust table size to avoid cramping */
    }

    /* Ensure columns stack for very small devices */
    .buttons {
        display: block;
        width: 100%;
    }
}







.contain {
    font-family: Arial, sans-serif;
    background-color: #222;
    color: #fff;
    padding: 0;
    margin: 0;
}

.con {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

/* Billing Form */
.billing-form {
    width: 45%;
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
}

.billing-form h2 {
    color: orange;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
}

input, select {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #444;
    color: #fff;
}

.form-group input:focus {
    outline: none;
    border: 2px solid orange;
}

/* Order Summary */
.order-summary {
    width: 45%;
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
}

.order-summary h2 {
    color: orange;
    margin-bottom: 20px;
}

.order-summary div {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.order-summary div span {
    font-size: 18px;
}

.total {
    font-size: 22px;
    font-weight: bold;
}

.payment-methods {
    margin-top: 20px;
}

.payment-methods label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.payment-methods input {
    margin-right: 10px;
}

.place-order {
    background-color: orange;
    border: none;
    padding: 15px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
}

.place-order:hover {
    background-color: #ff9900;
}

/* Table styling */
.pricing-table {
    width: 100%;
    border: 1px solid orange;
    border-radius: 10px;
    margin-bottom: 20px;
}

.pricing-table th, .pricing-table td {
    padding: 15px;
    text-align: center;
    color: #fff;
}

.pricing-table tr {
    background-color: #444;
}

.pricing-table tr:hover {
    background-color: yellow;
    color: #000;
}

.pricing-table td a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}
.cardd{
    font-family: Arial, sans-serif;
    background-color: #05160F;
    padding: 20px;
  }

  .terms-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: slategrey;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
.terms-container h2{
    color: #65D095;
}

  h2, h3 {
    text-align: center;
    margin-bottom: 20px;
    color: white;
  }

  p {
    color: wheat;
    font-size: 1.1em;
    line-height: 1.6;
  }

  .terms-list {
    margin-top: 20px;
  }

  .terms-list li {
    margin-bottom: 15px;
    list-style-type: decimal;
    color: white;
  }

  .terms-list li span {
    font-weight: bold;
    color: #d9534f; /* Highlighted color for emphasis */
  }

  .highlight {
    font-weight: bold;
    color: #0275d8;
  }

  /* Media Query for smaller screens */
  @media (max-width: 768px) {
    .terms-container {
      padding: 15px;
    }

    p {
      font-size: 1em;
    }

    .terms-list li {
      font-size: 1em;
    }
  }