body {
    margin: 0;
}
.container{
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
   
    margin: 0 auto;
}
.montserrat {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
  .montserrat2 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .montserrat3 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .montserrat4 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #7c98b6;
    font-size: 12px;
  }
  .dm-sans {
    font-family: "DM Sans", serif;
    font-optical-sizing: auto;
   
    font-style: normal;
  }
  .inter {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #111111B3;
    font-size: 15px;
    text-align: left;
  }
  .colorofa{
    color: #2E81ff;
    font-weight: 300;
    text-decoration: none;
  }
  .colorofb{
    color: #111111b3;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
  }
  .fontsize15{
    font-size: 15px;
  }
  .fontsize11{
    font-size: 11px;
  }
  .textp{
    line-height: 1.5rem;
    padding: 0px 5px;
    font-size: 0.8rem;
}

   /* header */
.navbar {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 1000;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    
}
.logo img {
    width: 220px;
    height: 60px;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 2rem;
}

.nav-links a {
    text-decoration: none;
    color: #2B3D53;
    font-weight: 500;
    font-size: 12px;
}
.contacthover a:hover {
    background-color: white;
    border: black 1px solid;
    color: black;
    text-decoration: underline;
}

 /* Dropdown Menu */

 .toptext{
    margin-top: 0px;
}
.text-white{
    color: white !important;
    background-color: #333 !important;
}
.dropdown-menu {
    display: none;
    position: absolute;
    top: 50px;
    padding: 0px 20px;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 15%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in, transform 0.3s ease-in, visibility 0s linear 2s;
}
.dropdown-menu2 {
    display: none;
    position: absolute;
    top: 50px;
    padding: 0px 20px;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 10%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in, transform 0.3s ease-in, visibility 0s linear 2s;
}

.dropdown-menu li {
    list-style-type: none;
}
.dropdown-menu2 li {
    list-style-type: none;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}
.dropdown-menu2 li:last-child {
    border-bottom: none;
}

.drowndown-text li a {
    background-color: #ffffff;
    font-size: 12px !important;
    padding: 12px 0px 12px 25px;
}

.dropdown-menu a {
    padding: 9px;
    color: #007bff;
    display: block;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    transition: background-color 0.3s ease-in-out;
}
.dropdown-menu2 a {
    padding: 9px;
    color: #007bff;
    display: block;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    transition: background-color 0.3s ease-in-out;
}

.dropdown-menu li:hover a {
    background-color: #333;
    color: #007bff;
    text-decoration: underline;
}
.dropdown-menu2 li:hover a {
    background-color: #333;
    color: #007bff;
    text-decoration: underline;
}

/* Smooth dropdown animation */
.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 2s; /* 1-second delay before appearing */
    padding: 5px 0px;
}
/* Smooth dropdown animation */
.dropdown:hover .dropdown-menu2 {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 2s; /* 1-second delay before appearing */
    padding: 5px 0px;
}

/* .dropdown-menu li:hover {
    background-color: #333;
    
} */

.contact-btn {
    background-color: black;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
}


.montserrat5 {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 3rem;
    color: #2b3d53;
  }


  /* h1 */

  hr{
    width: 8%;
    margin-top: 100px;
    background-color: #2f81ff;
    border: none;
    height: 0.01rem;
}
 
  h1{
    margin-top: 13px;
    margin-bottom: 70px;
  }



  /* tab section */

.pricing-container {
    text-align: center;
}

.pricextra{
    margin-top: -5px;
}
.pricesubmit{
    background-color: #1A73E8;
    color: white;
    padding: 20px 60px;
    border-radius: 7px;
}

.priceheading{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
    color: rgb(17, 17, 17);
}
.pricemonth{
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0px;
    color: #111111;
}

.pricetitle{
    margin-top: 7px;
    font-size: 13px;
    color: #111111B3;
}


.toggle-buttons {
    margin-bottom: 40px;
}
.toggle-btn {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    border: rgba(17, 17, 17, 0.1) 1px solid;
    background-color: white;
    font-size: 15px;
}
.toggle-btn2 {
    padding: 5px 20px;
    margin: 5px;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 12px;
}

.toggle-btn.active {
    background-color: rgba(17, 17, 17, 0.1);
    color: rgb(39, 38, 38);
}
.toggle-btn2.active {
   
    color: #232222;
}
.pricing-section {
    display: none;
    width: 71%;
    margin: 0 auto;
}
.pricing-section.active {
    display: block;
}
.pricing-plans {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: stretch;
    
}
.plan {
    background: white;
    padding: 20px; 
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan img {
  width: 100%;
  height: auto;
}
.popular {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1),-9px -8px 10px rgba(0, 0, 0, 0.1) ;
   
}
.badge {
    background: #007bff;
    color: white;
    padding: 5px 10px;
    position: absolute;
    top: -10px;
    right: -10px;
}


/* plans */
.container6 {
    width: 97%;
    margin: 20px auto;
    background-color: #f5f6fd;
    border-radius: 8px;
    
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
    
    margin-top: 15px;
}
.feature {
    display: flex;
    align-items: center;
    
}
.feature img {
    width: 20px;
    height: 20px;
}



/* accordian */
.accordion {
    width: 95%;
    margin: auto;
}
.accordion-item {
    margin-bottom: 0px;
    margin-top: 7px;
    
    border-radius: 5px;
    overflow: hidden;
}
.accordian-gap{
    margin-top: 7px;
}
.accordian-top-height{
    margin-top: 3rem;
}
.accordion-header {
    font-family: "Montserrat", serif;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f6fd;
    padding: 0px 15px;
    
}
.accordion-content {
    max-height: 0;
    line-height: 26px;
    overflow: hidden;
    padding: 0 15px;
    font-size: 15px;
    color: #2b3d53;
    background-color: #f5f6fd;
    
    transition: max-height 0.3s linear, padding 0.3s linear;
}
.accordion-item.active .accordion-content {
    max-height: 200px;
   
}
.arrow {
    transition: transform 0.3s linear;
}
.accordion-item.active .arrow {
    transform: rotate(180deg);
}


/* guarantee */
.guarantee{
    color: white;
    text-align: center;
    line-height: 25px;
}
.guarantecolor{
    background-color:#61ce70 ;
    border: white 1px solid;
    font-size: .8rem;
    color: white;
   border-radius: 10px;
    padding: 15px 20px;
}


/* popular */

.pricing-container {
   
    
    flex-wrap: wrap;
    justify-content: center;
}
.pricing-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    
    text-align: center;
    width: 18%;
    transition: 0.3s;
}

.popular2 {
    border: 1px solid #1a1a1b43;
    padding: 25px;
    position: relative;
    background-color: hsl(0deg 0% 95.29%);
}
.popular::before {
    content: "Most popular";
    position: absolute;
    top: 10px;
    left: 10px;
    background: #e9ecef;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}
.pricing-card img {
    width: 40%;
    margin-bottom: 15px;
}
.pricing-card h2 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}
.pricing-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    text-align: left;
}
.pricing-card .price {
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}
.pricing-card button {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.pricing-card button:hover {
    background: #0056b3;
}


  /* signup */
.container4 {
    display: flex;
    justify-content: center;
    background: #2b3d53;
   
    width: 100%;
}


.signup-checkbox{
    display: block;
    align-items: center;
    gap: 10px;
}


.signuptitle{
    color: white;
    display: flex;
    justify-content: center;
    font-size: 23px;
    font-weight: 600;

}
.signup{
    
    padding: 50px 0px;
    width: 50%;
}
.signupred{
    color: #ff0000;
}
.paddingtop{
    padding-top: 20px;
}

label {
    font-weight: normal;
    display: block;
    margin-top: 10px;
    color: white;
}
input, select {
    width: 3%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
.signupbox{
    width: 96%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 15px;
}
.signupbox2{
    width: 96%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
}
.note {
    font-size: 12px;
    color: lightgray;
}
.mobilenum{
    display: flex;
    gap: 10px;
}
.mobile{
    width: 40%;
    padding: 0px 10px;
}
.sizesubmit{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.textsize2rem{

    font-size: .8rem;
 
    color: white;
    background-color: #02B113;
    padding: 10px 15px;
}

/* footer */
.footer {
    display: flex;
    justify-content: space-around;
    padding: 20px ;
    background-color: white;
}
.footer-column {
    flex: 0;
    min-width: 200px;
}
.footer-column p {
    font-size: 14px;
    font-weight: 600;
}
.footer-column ul {
    list-style: none;
    padding: 0;
}
.footer-column ul li {
    margin: 15px 0;
}
.footer-column ul li a {
    text-decoration: none;
    color: black;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
}


.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.social-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
}


.container5 {
   
    margin: 0 auto;
}
.contact-info {
    margin-top: 20px;
    text-align: center;
}
.contact-info p {
    font-size: 18px;
    margin: 20px 0;
}
.contact-info a {
    color: #2E81ff;
    text-decoration: none;
}
.reviews {
    margin-top: 20px;
    color: #c8b274;
}
.goldencolor{
    color: #c8b274;
    font-size: 13px;
}
.stars {
    font-size: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #c8b274;
}
.text-center{
    text-align: center;
    margin: 0px;
}
.fontsize12{
    font-size: 13px;
    padding: 20px 0px;
}


.last {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 15px 0px 75px 0px;
    background-color: #f8f9fa;
    text-align: center;
}
.last a {
    text-decoration: none;
    color: #2B3D53;
    font-weight: 500;
    font-size: 12px;
}
.last a:hover {
    text-decoration: underline;
}

.graycolor{
    background-color: #FAFAFD;
}
.lastbottom{
    margin-bottom: 20px;
}






@media (max-width: 992px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    
    .nav-links.active {
        display: flex;
        padding: 25px;
    }
    .hamburger {
        display: block;
    }
    .logo img{
        width: 171px;
        height: 44px;
    }
    .filter-container {
        flex-direction: row;
        align-items: center;
    }
    h1{
        font-size: 3rem;
        margin-bottom: 0px;
        line-height: 5.4rem;
    }
    .container2 {
        flex-direction: column;
        align-items: center;
    }
    .footer {
        flex-direction: column;
        text-align: center;
    }
    .last {
        flex-direction: column;
        align-items: center;
    }
    .features {
        grid-template-columns: 1fr;
    }
    .pricing-plans {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: stretch;
        flex-direction: column;
    }
    .accordion {
        width: 80%;
        margin: auto;
    }
    .signup{
    
        padding: 50px 0px;
        width: 80%;
    }
    .guarantee{
        color: white;
        text-align: center;
        line-height: 54px;
    }
    .pricing-container{
        flex-direction: column;
    }
    .pricing-card{
        width: 93%;
    }
    
   
    

}






@media only screen and (min-width: 375px) and (max-width: 667px){
    .logo img {
        width: 123px;
        height: 34px;
    }.contact-btn {
       
        padding: 10px 10px;
        font-size: 10px;
    }
    .navbar{
        justify-content: space-between;
        padding: 10px;
    }
    .textp{
         line-height: 1.5rem;
         padding: 0px 5px;
         font-size: 0.9rem;
         font-weight: 500;
    }
    h1{
        font-size: 2.7rem;
        margin-bottom: 0px;
        line-height: 3.4rem;
    }
    .container3{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    }
    input, select {
        width: 90%;}

    .hamburger {
            
            font-size: 34px;
            cursor: pointer;
    }
    .signup{
    
        padding: 50px 0px;
        width: 80%;
    }
    .pricing-plans {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: stretch;
        flex-direction: column;
    }
    .signup-checkbox{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .pricing-card{
        width: 86%;
    }
}



@media only screen and (min-width: 260px) and (max-width: 374px) {
    .logo img {
        width: 113px;
        height: 34px;
    }.contact-btn {
       
        padding: 10px 10px;
        font-size: 8px;
    }
    .navbar{
        justify-content: space-between;
        padding: 10px;
    }
    h1{
        font-size: 2.5rem;
        margin-bottom: 0px;
        line-height: 2.4rem;
    }
    .signup{
    
        padding: 50px 0px;
        width: 80%;
    }
    .pricing-plans {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: stretch;
        flex-direction: column;
    }
    .montserrat5{
        font-size: 2rem;
    }
    .pricing-card{
        width: 83%;
    }
    
}



@media (max-width: 260px) {
    .logo img {
        width: 82px;
        height: 24px;
    }
    .hamburger{
        font-size: 17px;
    }
    .contact-btn {
       
        padding: 7px 7px;
        font-size: 7px;
    }
    .navbar{
        justify-content: space-between;
        padding: 10px;
    }
    h1{
        font-size: 1.5rem;
        margin-bottom: 0px;
        line-height: 2.4rem;
    }
    input, select {

        width: 80%;
    }
    .signup{
    
        padding: 50px 0px;
        width: 80%;
    }
    .pricing-plans {
        display: flex;
        justify-content: center;
        gap: 20px;
        align-items: stretch;
        flex-direction: column;
    }

    /* imp */
    .signup-checkbox{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .montserrat5{
        font-size: 2rem;
    }
    .pricing-card{
        width: 76%;
    }

}