
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    }

body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
}

h2 {
    font-size: clamp(24px, 4vw, 36px);
    color: #333;
}

h3 {
    font-size: clamp(18px, 4vw, 22px);
    color: #333;
}

p {
    font-size: clamp(16px, 2.5vw, 18px);
    color: #303030;
    text-align: justify;
    margin: auto;
}


    h1, h2, h3, p {
        padding: 10px;
    }
/* General Navbar Styles */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    padding: 10px 20px;
    margin: 20px;
    border-radius: 16px;
    height: 80px; /* Set the height of the navbar */
        position: fixed;
    width: calc(100vw - 90px);
    z-index: 1000;
}

/* Navbar Logo */
.navbar .logo img {
    max-width: 80px; /* Adjust the logo size */
    height: auto;
    padding-left: 50px;
}

/* Navbar Links */
.navbar .links ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Navbar List Item */
.navbar .links li {
    margin: 0 15px;
}

/* Navbar Links Styling */
.navbar .links a {
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 8px 12px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

nav a:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8),
                         0 0 16px rgba(255, 255, 255, 0.6),
                         0 0 24px rgba(255, 255, 255, 0.4);
}

/* Account and Logout Buttons */
.navbar .account-btn, .navbar .builder-btn, .links-btn{
    background-color: #28a745;
    color: white;
    padding: 8px 15px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.navbar .account-btn:hover, .navbar .builder-btn:hover, .links-btn:hover{
    background-color: lightseagreen;
}

 .navbar .builder-btn{
    margin-right: 50px;
 }

/* Vertical Divider */
.navbar .vertical-divider {
    border-left: 2px solid white;
    height: 24px;
    margin: 0 10px;
}

@media (max-width: 1370px){
            .builder-btn, .account-btn, .logout-btn, .vertical-divider{
                display: none;
            }
        }

        @media (max-width: 780px){
            .navbar .links, .builder-btn, .account-btn, .logout-btn, .vertical-divider{
                display: none;
            }
            .navbar .logo{
                margin: auto;
            }

            .navbar .logo img{
                padding: 0px;
            }
        }

.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.7)),url(../images/background.jpeg);
    background-size: cover;
    background-position: center;
    contain: inline-size;
    container-type: inline-size;
}

.header .text{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
}

    
.header .text h1 {
    font-size: clamp(32px, 4vw, 36px);
}

.header .text p {
    font-size: clamp(20px, 3vw, 22px);
}

.header .text h1, .header .text p{
    color: #f0f0f0;
}
.about-us {
    padding: 50px;
    margin-bottom: 20px;
    text-align: center;
    contain: inline-size;
    container-type: inline-size;
}

.about-us-title{
    width: 60%;
    margin: auto;
}

.about-us h2 {
    margin-bottom: 20px;
    color: #333;
}

.about-us p {
    color: #666;
    margin-bottom: 50px;
}

.about-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.reverse{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
}


.about-image {
    width: 48%;
    padding: 1px;
}

.about-text{
    width: 43%;
    padding: 1px;
    margin: auto;
}

.about-image {
    height: 100%;
}

.about-image img {
            max-width: 100%;
            height: auto;
            border-radius: 10px;
        }

.about-text h3 {
    color: #333;
    margin-bottom: 15px;
}

.about-text p {
    color: #777;
    margin-bottom: 10px;
}  

@container (max-width: 980px) {
    .about-container {
        flex-direction: column;
    }

    .about-us-title,.about-text,
    .about-image {
        width: 100%;
    }

    .about-image{
        height: auto;
    }
}


.values{
    padding: 60px 20px;
}

.values-title{
    width: 70%;
    margin: auto;
}

.values h2{
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.values p {
    text-align: center;
    color: #555;
    margin-bottom: 15px;
}  

.values-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.value-item{
    flex: 1;
    min-width: 250px;
    text-align: center;
    background-color: #fdfdfd;
    padding: 20px;
    box-shadow: 0 0 50px #ccc;
    border-radius: 15px;
}

.value-item img {
    width: 100%;
    max-width: 250px;
    height: auto;
    min-width: 100px;
    min-height: 100px;
    border-radius: 10px;
}


/* Two-Column Section */
.two-column-section {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 500px; /* Adjust based on content */
}

.text-column {
  width: 50%;
  background-color: #333333; 
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.text-column h2 {
    color: #fafafa;
  margin-bottom: 20px;
  margin-top: 15px;
}

.text-column p {
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
  color: #cfcfcf;
}

/* Image Column */
.image-column {
  width: 50%;
  overflow: hidden;
}

.image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the space properly */
}

/* Responsive Styling */
@media (max-width: 980px) {
  .two-column-section {
    flex-direction: column; /* Stack the columns vertically */
  }

  .text-column,
  .image-column {
    width: 100%; /* Each takes full width */
  }

  .text-column {
    padding: 0px; /* Reduce padding for smaller screens */
  }

  .responsive-width{
    width: 80%;
    margin: auto;
  }

  .image-column {
    height: 300px; /* Fixed height for the image on small screens */
  }

  .image-column img {
    object-fit: cover; /* Ensure image fills the height properly */
  }
}

.portfolio{
    width:  100%;
    padding: 70px 0;
    text-align: center;
}

.portfolio-title{
    width: 70%;
    margin: auto;
}

.portfolio h2{
    margin-bottom: 40px;
    color: #333;
}

.portfolio p {
    color: #555;
    margin-bottom: 25px;
}  

.portfolio-container{
    width: 80%;
    display: flex;
    flex-wrap:  wrap;
    justify-content: space-around;
    margin: auto;
    padding-top: 10px;
    contain: inline-size;
    container-type: inline-size;
}

.portfolio-images{
    flex-basis: 48%;
    border-radius:  15px;
    margin-bottom:  20px;
    position: relative;
}

.portfolio-images img{
    width: 80%;
    border-radius:  15px;
}

@container (max-width: 780px) {
    .portfolio-images{
        flex-basis: 100%;
        margin-bottom: 30px;
    }
}

.faq {
    color: #333;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.faq-title{
    width: 80%;
    margin: auto;
    text-align: center;
}

.faq h2 {
    margin-bottom: 20px;
    
}

.faq p {
    padding: 20px;
}

.faq-container{
    width: 80%;
    padding: 30px;
}

.faq-item {
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.faq-item h3 {
    font-size: 1.2em;
    cursor: pointer;
    transition: color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item h3:hover {
    color: #4A90E2;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    color: #555;
}

.faq-answer p {
    padding: 10px 0;
}

.faq-item.active .faq-answer {
    max-height: 200px;
}

.faq-item h3::after {
    content: "+";
    font-size: 1.5em;
    color: #4A90E2;
    margin-right: 10px;
}

.faq-item.active h3::after {
    content: "-";
}


.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
}

.footer p{
    text-align: center;
}

.copyright-notice{
    margin-bottom: 2.5rem;
    color: rgba(255,255,255,.5);
}





/* Pricing Section */
.pricing {
  width: 100%;
  padding: 50px 0;
  background-color: #f9f9f9;
}

.pricing .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px; /* Spacing between cards */
}

/* Pricing Card */
.pricing-card {
  flex: 0 0 49%; /* 49% width for side-by-side */
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  transition: transform 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px); /* Subtle hover effect */
}

.plan-title {
  font-size: 1.8rem;
  color: #333;
  margin-bottom: 15px;
}

.plan-price {
  font-size: 2rem;
  color: #28a745;
  margin-bottom: 10px;
}

.plan-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
  margin-bottom: 20px;
}

.plan-features {
  list-style-type: none;
  margin-bottom: 20px;
}

.plan-features li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.plan-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.pricing-btn {
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background-color: #28a745;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.pricing-btn:hover {
  background-color: lightseagreen;
}

.pricing-mail{
    color: #28a745;
} 

/* Responsive Design */
@media (max-width: 1370px) {
    .pricing-card {
    flex: 0 0 40%; /* Cards take full width */
  }

    .pricing-btn{
        display: none;
    }
}
@media (max-width: 980px) {
  .pricing .container {
    flex-direction: column; /* Stack cards vertically */
    gap: 30px;
  }

  .pricing-card {
    flex: 0 0 100%; /* Cards take full width */
  }

  .plan-price{
    font-size: 1.3rem;
  }

  .pricing-btn{
    display: none;
  }
}
