*{
    margin: 0;
    padding: 0;
}
html {  
    scroll-behavior: smooth;  
}
body{
    background-color: #050909;
    font-family: "Inter", sans-serif;
}
.headersection{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 8%;
    height: 68px;
}
.headerbtnsection{
    border: 1px solid #404040;
    padding: 8px;
    border-radius: 12px;
}
.headerbtncontainer{
    display: flex;
    gap: 4px;
}
.headerlogo{
    width: 80%;
    height: auto;
}
.logbtn{
    background-color: white;
    box-shadow: 0px 0px 6px 3px rgba(255, 154, 154, 0.25) inset;
    border: none;
    font-size: 18px;
    padding: 10px 15px;
    border-radius: 8px;
    color: black;
    font-weight: 500;
    line-height: 36px;
}
.subbtn{
    background-color: #3D6B6B;
    box-shadow: 0px 0px 6px 3px rgba(255, 154, 154, 0.25) inset;
    border: none;
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    line-height: 36px;
}
@media only screen and (max-width: 480px) {
    .logbtn{
        border: none;
        font-size: 14px;
        padding: 4px;
        border-radius: 8px;
        color: black;
        font-weight: 500;
        line-height: 0;
        display: none;
    }
    .subbtn{
        background-color: #3D6B6B;
        border: none;
        font-size: 14px;
        padding: 4px;
        border-radius: 8px;
        color: white;
        font-weight: 500;
        line-height: 0;
        display: none;
    }
    .headersection{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px ;
        height: 68px;
    }
    .headerbtnsection{
        border: 1px solid #404040;
        padding: 2px 0;
        border-radius: 12px;
    }
    .firstbackimg{
        display: none;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        background-color: #050909;
      }
      .firstcontainer{
        margin-top: 20%;
      }
  }
.firstcontainer{
    border-top: 1px solid #404040;
    color: white;
}
.firstbackimg{
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    z-index: -1;
}
.sixthbackimg{
    width: 50%;
    box-sizing: border-box;
    position: absolute;
    z-index: -1;
}
.maintitlesection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.maintitle p{
    margin-bottom: 30px;
}
.maintitlecontainer {
    display: flex;
    justify-content: center;
    margin-top: 90px;
    flex-direction: column;
    align-items: center; 
}

.metatitle {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    background-color: #050909;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 14px;
    border-radius: 50px;
    gap: 8px;
    margin-bottom: 24px;
}

.maintitle{
    text-align: center;
    line-height: 1.5;
}
.mobilesubheadingh1{
    display: none;
}
@media only screen and (max-width: 480px){
    .maintitlecontainer{
        margin-top: 30px;
    }
    .mobileh1{
        font-size: 40px;
    }
    .maintitlesection{
        margin: 10px;
    }
    .mobilep{
        font-size: 14px;
    }
    .sixthsubheading p,.seventhsubheading p{
        font-size: 14px;
    }
    .sixthsubheading br,.sixthcontent br{
        display: none;
    }
    .startbtn{
        font-size: 1em;
        padding: 0;
    }
    .mobilesubheadingh1{
        display: block;
        font-size: 14px;
        margin: 16px;
    }
    .headerlogo{
        width: 70%;
    }
}
h1{
    font-size: 82px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
}
h2{
    font-size: 56px;
    font-weight: 500;
}
h3{
    font-size: 16px;
    font-weight: 500;
}
p{
    font-weight: 400;
    font-size: 20px;
}

.secondmaintitle,.secondmaintitle1,.addtitle{
    background: -webkit-linear-gradient(rgba(240, 247, 247, 1), rgba(102, 178, 178, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mainimgsection img{
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}

.startbtn{
    border: none;
    border-radius: 12px;
    padding: 12px 16px;
    font-weight: 500;
    font-size: 16px;
    background-color: #f7f7f7;
    color: black;
}
.secondcontainer {
    border: 1px solid #050909;
    background-color: #050909;
}

.secondsection {
    justify-content: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    margin: 8% 8% 4% 8%;
}

.secondsectiontitle {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
}

.brand-slider {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #050909;
}

.brand-slide-track {
    display: flex;
    gap: 20px;
    animation: brandScroll 20s linear infinite;
}

.brand-slide {
    padding: 2em 40px;  
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.brand-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: brightness(0.8);
    transition: filter 0.3s ease;
}

.brand-slide img:hover {
    filter: brightness(1);
}

@keyframes brandScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-220px * 4)); /* Adjust based on slide width + gap */
    }
}

/* Gradient masks for smooth edges */
.brand-slider::before,
.brand-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.brand-slider::before {
    left: 0;
    background: linear-gradient(90deg, #050909 0%, rgba(5,9,9,0) 100%);
}

.brand-slider::after {
    right: 0;
    background: linear-gradient(270deg, #050909 0%, rgba(5,9,9,0) 100%);
}
 
@media only screen and (max-width: 480px) {
    .brand-slide {
        padding: 1em 20px;
    }
    
    @keyframes brandScroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(calc(-170px * 4)); /* Adjusted for mobile */
        }
    }
}
@media only screen and (max-width: 480px){
    .secondcard {
        padding: 8px 0;
    }
    .mobileh2,.secondmaintitle,.addtitle{
        font-size: 26px;
    }
    .mobilep{
        font-size: 1em;
    }
    .mobilep br{
        display: none;
    }
    .firstbtnsection{
        margin-bottom: 30px;
    }
}
.thirdsection{
    margin: 4% 8%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 31px;
    margin-bottom: 80px;
}
.thirdsectiontitle{
    text-align: center;
    color: white;
    font-size: 2em;
    font-weight: 500;
}
.thirdsectioncard{
    gap: 31px;
    display: flex;
    flex-direction: column;
}
.thirdsectionsubtitle{
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}
.section1 {
    display: flex;
    align-items: stretch; /* Ensure both cards have equal height */
    gap: 20px; /* Optional: Add a gap between the cards */
}
.leftcard {
    flex: 40%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: flex;
    flex-direction: column;
    color: white;
    padding: 29px;
    border-radius: 10px;
    box-sizing: border-box;
    gap: 30px;
    position: relative; 
    overflow: hidden;
}

.cardimage {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.cardimage img {
    width: 70%;
    border-radius: 10px;
}

.cardtextsection {
    position: absolute;
    bottom: 10px; /* Adjust spacing from the bottom */
    left: 10px;   /* Adjust spacing from the left */
    color: white;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
}

.cardheading {
    margin: 0;
}

.cardsubheading {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}
.rightcardbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Positions it behind other content */
    object-fit: cover; /* Ensures the image covers the entire container */
}
.rightcard{
    flex: 60%;
    border-radius: 10px;
    box-sizing: border-box; /* Ensure the padding and borders are included in the total size */
    position: relative;
}
.rightcard2{
    flex: 60%;
    border-radius: 10px;
    box-sizing: border-box; /* Ensure the padding and borders are included in the total size */
    background-image: url(../image/third3.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
    overflow: hidden;
}
.rightcard img{
    width: 100%;
    height: 100%;
}
.socialcontainer{
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;
}
.socialsection{
    margin: 4% 8%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.socialsubheading,.fifthsectionsubtitle{
    color: rgba(255, 255, 255, 0.7);
}
.socialcardcontainer{
    display: flex;
    gap: 10px;
    justify-content: center;
}
.socialcard{
    border: 0.61px solid rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
    border-radius: 6px;
    padding: 15px 0;
}
@media only screen and (max-width: 480px){
    .socialcard{
        padding: 0;
        border: none;
    }
    .fifthrow{
        flex-direction: column;
    }
    .section1{
        flex-direction: column;
    }
    .rightcard,.rightcard2{
        display: none;
    }
}
.forthcontainer{
    color: white;
    background-color: #050909;
    border: 1px solid #050909;
}
.forthsectiontitle{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
    text-align: center;
    margin: 4% 8% 4% 8%;
}
.forthsubheading{
    color: rgba(255, 255, 255, 0.7);
}
.logo-slider {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: #000;
    padding: 10px 0;
}

.logo-slide-track {
    display: flex;
    /* Ensure logos are tightly packed */
    gap: 0;
    animation: scroll 30s linear infinite;
}

.logo-slide {
    min-width: 160px; 
    height: 100px;
    padding: 0 10px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-slide img {
    object-fit: contain;
    filter: brightness(0.8);
    transition: filter 0.3s ease;
}

.logo-slide img:hover {
    filter: brightness(1);
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-160px * 14)); /* Moves exactly one set */
    }
}

/* Gradient masks for smooth edges */
.logo-slider::before,
.logo-slider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.logo-slider::before {
    left: 0;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.logo-slider::after {
    right: 0;
    background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
@property --rotate {
    syntax: "<angle>";
    initial-value: 132deg;
    inherits: false;
  }
  
  .fifthcontainer {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background-color: #050909;
  }
  
  .fifthsection {
    margin: 4% 8%;
    display: flex;
    flex-direction: column;
    gap: 2em;
  }
  
  .fifthsectiontitle {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .fifthsectionsubtitle{
    display: flex;
    justify-content: center;
    text-align: center;
  }
  
  .fifthsectioncontent {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  
  .fifthrow {
    display: flex;
    gap: 40px;
  }
  
  /* Card Container */
  .fifthcard {
    border: 1px solid rgba(255, 255, 255, 0.15);
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 32px;
    position: relative;
    border-radius: 8px;
    isolation: isolate;  /* Create a new stacking context */
  }
  
  /* Glowing Background */
  .fifthcard::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(var(--rotate), #E0F0F0, #66B2B2, #294747);
    border-radius: 8px;
    z-index: -2;
    animation: spin 2.5s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  /* Card Content Background */
  .fifthcard::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #050909;
    border-radius: 7px;
    z-index: -1;
  }
  
  /* Hover Effects */
  .fifthcard:hover::before {
    opacity: 1;
  }
  
  .fifthcard:hover {

    transition: transform 0.3s ease;
  }
  
  .fifthcardtitle {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  
  .fifthcardcontent {
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1;
    font-size: 16px;
  }
  
  /* Animation */
  @keyframes spin {
    0% {
      --rotate: 0deg;
    }
    100% {
      --rotate: 360deg;
    }
  }
  
  /* Optional: Add glow effect */
  .fifthcard:hover::after {
    box-shadow: 0 0 30px rgba(88, 199, 250, 0.1);
  }
  @media only screen and (max-width: 480px){
    .fifthrow{
        flex-direction: column;
    }
    .fifthrow{
        gap: 1em;
    }
    .fifthcard{
        padding: 16px 32px;
    }
    .fifthsectioncontent{
        gap: 1em;
    }
    .fifthsection{
        gap: 1.5em;
    }
    .fifthsectiontitle{
        margin-bottom: 0;
    }
}
.sixthsection,.seventhsection{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 4% 8%;
    gap: 16px;
    text-align: center;
}
.sixthheading,.seventhheading{
    font-size: 56px;
}
.sixthsubheading,.seventhsubheading{
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}
.sixthcontent{
    font-size: 23px;
    font-weight: 500;
}
.testimonialname{
    font-size: 1em;
    font-weight: 400;
}
.testimonialrole{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
.seventhcontainer{
    color: white;
    border: 1px solid #050909;
}
.planbtncontainer{
    display: flex;
    align-items: center;
    gap: 16px;
}
/* turn on button */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #66B2B2;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #66B2B2;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
.seventhcontainer{
    background: radial-gradient(38.46% 38.46% at 50.04% 61.54%, rgba(102, 178, 178, 0.00) 0%, #020103 100%);
}
.seventhlabel{
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 14px;
    border-radius: 50px;
}
.pricingcontainer{
    display: flex;
    gap: 10px;
    width: 80%;
}
.pricingsection{
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    text-align: left;
    padding: 20px;
    flex: 1;
}
.pricingsection1{
    border-radius: 10px;
    text-align: left;
    padding: 20px;
    flex: 1;
    background-image: url(../image/starterbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.pricingtitle{
    margin-bottom: 20px;
}
.pricingheading{
    font-size: 24px;
    line-height: 31px;
}
.pricingsubheading{
    color: rgba(255, 255, 255, 0.7);
    font-size: 1em;
    line-height: 26px;
}
.pricingrow{
    padding: 10px 0;
}
.pricingcontent{
    margin-top: 20px;
}
.pricingbtn1{
    box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 0.25) inset;
    padding: 12px 15px;
    width: 100%;
    background-color: rgba(61, 61, 61, 0.4);
    color: white;
    border-radius: 10px;
    border: none;
}
.pricingsection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    text-align: left;
    padding: 20px;
    flex: 1;
    min-width: 0;
}
.pricingsection1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    text-align: left;
    padding: 20px;
    flex: 1;
    min-width: 0;
    background-image: url(../image/starterbg.png);
}
.pricingbtn2{
    background-color: rgba(102, 178, 178, 0.4);
    box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 0.25) inset;
    padding: 12px 15px;
    width: 100%;
    color: white;
    border-radius: 10px;
    border: none;
}
.pricingcontent {
    flex-grow: 1;
}

.pricingbtncontainer {
    margin-top: 30px;
}
.crosstext{
    text-decoration: line-through;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.75em;
}
@media only screen and (max-width: 480px){
    .pricingcontainer{
        flex-direction: column;
    }
    .rowheader{
        display: none;
    }
    .midtable,.tablehead{
        width: 33.33%;
    }
    th{
        text-align: center;
    }
    .seventhsection{
        margin: 0;
    }
    .pricingsection1{
        border: 1px solid rgba(255, 255, 255, 0.15);
        background-image: none;
    }
    .fifthcontainer{
        border: none;
    }
}
.eighthcontainer{
    color: white;
}
.tablesection{
    display: flex;
    justify-content: center;
    margin: 4% 8%;
}
.tabletitle{

    font-size: 24px;
}
table{
    border-collapse: collapse;
}
th{
    text-align: center;
    padding: 15px 10px;
}
td{
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 209px;
    text-align: center;
}
.rowheader{
    text-align: left;
}
.midtable{
    background-color: #142424;
    border-radius: 8px 8px 0 0;
}
.midtablecontent{
    background-color: #142424;
}
.getstartbtn{
    box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 0.25) inset;
    padding: 12px 15px;
    width: 70%;
    background-color: rgba(61, 61, 61, 0.4);
    color: white;
    border-radius: 10px;
    border: none;
}
.getstartbtn1{
    background-color: rgba(102, 178, 178, 0.4);
    box-shadow: 0px 0px 6px 3px rgba(255, 255, 255, 0.25) inset;
    padding: 12px 15px;
    width: 70%;
    color: white;
    border-radius: 10px;
    border: none;
}
.addoncontainer{
    color: white;
}
.addonsection{
    margin: 4% 8%;
    display: flex;
    flex-direction: column;
}
.addonheader{
    border-radius: 10px;
    border: none;
    padding: 24px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.addonheader h3{
    font-size: 24px;
    margin-bottom: 12px;
}
.addonheader p{
    font-size: 16px;
}
.addonrow{
    display: flex;
    gap: 24px;
}
.addontable{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.addoncard{
    flex: 1;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.adddonheading{
    font-weight: 600;
}
.addonsubheading{
    font-weight: 400;
    font-size: 14px;
}
.ninthcontainer{
    color: white;
    display: flex;
    justify-content: center;
}
.ninthsection{
    margin: 8%;
    background: linear-gradient(107deg, #050909 0.54%, #142424 99.46%);
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 32px;
    padding: 64px 8px;
    border-radius: 10px;
    justify-content: center;
    background-image: url(../image/titleheaderbg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.ninthbtn{
    padding: 5px 15px;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    background-color: #ffffff;
    color: #050909;
}
.ninthheading{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.tenthcontainer{
    background: linear-gradient(107deg, #050909 0.54%, #142424 99.46%);
    border: 0.1px solid #050909;
}
.tenthsection{
    display: flex;
    margin: 5% 10%;
    color: white;
    align-items: flex-start;
}
.faqsectionleft{
    flex: 40%;
    display: flex;
    justify-content: center;
}
.faqtitle{
    font-size: 28px;
    font-weight: 700;
    padding: 24px 0;
}
.faqmaincontainer{
    width: 376px;
    display: flex;
    flex-direction: column;
}
.faqsectionright{
    flex: 60%;
    justify-content: center;
    display: flex;
}
.questionanswer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
  line-height: 1.6; 
}
.questionheader {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}

.icon {
  transition: transform 1s ease;
}

.questionheader.active .icon {
  transform: rotate(45deg);
}

.questionheader.active + .questionanswer {
  max-height: 200px; 
}
.questioncontainer{
    border-bottom: 2px solid #66B2B2;
}
@media only screen and (max-width: 480px){
    .faqsectionright{
        display: none;
    }
    .faqsectionleft{
        width: 100%;
    }
}
.footersection{
    display: flex;
    margin: 5%;
    color: white;
    justify-content: space-between;
    align-items: center;
}
.footerdetail{
    display: flex;
    flex-direction: column;
    gap: 33px;
}
.footerphonenum{
    font-weight: 500;
    font-size: 20px;
}
.footeremail{
    font-weight: 400;
}
.footerlinktitle{
    font-weight: 900;
    font-size: 18px;
}
.footerlink{
    display: flex;
    gap: 25px;
    flex-direction: column;
}
.footerlinkrow{
    display: flex;
    gap: 60px;
    text-align: left;
}
.footerlinkrow a{
    flex: 1;
}
hr{
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 8%;
}
.footersection1{
    display: flex;
    color: white;
    justify-content: center;
}
.copyrightsection{
    margin: 2% 8%;
}
a{
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.mobiletablehead{
    display: none;
}
@media only screen and (max-width: 480px){
    .pricingbtntd{
        padding: 20px 0;
    }
    .mobiletablehead{
        border-bottom: none;
        font-size: 12px;
        display: table-cell;
        background-color: #142424;
        padding: 6px;
    }
    td{
        font-size: 14px;
    }
    .rowheader{
        display: none;
    }
    .addonrow{
        flex-direction: column;
    }
    .footersection{
        flex-direction: row;
        gap: 24px;
    }
    .footerlink{
        gap: 8px;
    }
    .footerlinkrow{
        flex-direction: column;
        gap: 8px;
    }
    .maincontainer{
        overflow: hidden;
    }
    .midtablecontent{
        background-color: transparent;
    }
    .midtable{
        background-color: transparent;
    }
    .footerphonenum{
        font-size: 14px;
    }
    .footersection{
        align-items: start;
    }
    .linkmobile{
        display: none;
    }
}

/* Mobile Menu Icon */
.mobile-menu-icon {
    display: none;
    cursor: pointer;
    margin-left: auto;
    padding: 10px;
  }
  
  .mobile-menu-icon i {
    font-size: 24px;
    color: white;
  }
  
  /* Mobile Navigation Overlay */
  .mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #050909;
    z-index: 9999;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    display: none;
  }
  
  .mobile-nav-overlay.active {
    transform: translateY(0);
  }
  
  .mobile-nav-content {
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  
  .mobile-nav-logo {
    width: 40%;
  }
  
  .mobile-nav-close {
    cursor: pointer;
  }
  
  .mobile-nav-close i {
    font-size: 24px;
    color: white;
  }
  
  .mobile-nav-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: auto;
  }
  
  .mobile-nav-links a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }
  
  .mobile-nav-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
  }
  
  .mobile-nav-btn {
    display: block;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
  }
  
  .mobile-nav-btn:first-child {
    background-color: #f5f5f5;
    color: #000;
  }
  
  .mobile-nav-btn:last-child {
    background-color: #000;
    color: #fff;
  }
  
  @media screen and (max-width: 768px) {
    .mobile-menu-icon {
      display: block;
    }
    
    .mobile-nav-overlay {
      display: block;
    }
    
    .headerbtncontainer {
      display: none;
    }
  }  