@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{

    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;

}

header {
    background-color:#663a82;
    ;
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 200px;
}

.logo {
    max-width: 120px;

  }

.navigation a{
    color: white;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 300;
    padding-left: 30px;
}


.navigation a:hover{
    color: whitesmoke;

}

/*whatsapp button */

.whatsapp-bt {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #F1E3A4; /* WhatsApp green */
    color: #36454F;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 70px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }

  
  .whatsapp-button:hover {
    background-color: #1DA851; /* Darker green on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
  }
  
  /* WhatsApp Logo */
  .whatsapp-logo {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  
  /* WhatsApp Text */
  .whatsapp-text {
    font-size: 18px;
  }
/*whatsapp button */


section{
    padding: 150px 200px;
}

.main{
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #663a82;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
}
.typewriter {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    animation: typing 1s steps(30, end), blink 0.75s step-end infinite;
    text-transform: uppercase;

}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}

      
      h2 {
        font-size: 5em;
        color: white;
      }
      
      span {
        border-right: .05em solid;
        animation: caret 1s steps(1) infinite;
      }
      
      @keyframes caret {
        50% {
          border-color: transparent;
        }
    
      }

/* cards section */

    .content{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    }

    .card3{
        background-color: #F1E3A4;
        width: 18.25em;
        box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
        border-radius: 20px;
        padding: 25px;
        margin: 15px;
    }
    
    .card3:hover {
        background-color: #CBC3E3;
        transform: scale(1.1);
    }
       
    .icon3 {
        font-size: 5em;
        text-align: center;
    }
    
    .info3{
        text-align: center;
        
    }
    
    .info3 h3 {
        color: #36454F	;
        font-size: 1.5em;
        font-weight: 700;
        margin: 10px;
        text-align: center;
    }

    
/*end of card section */
    
.main h2{
    color: #F2F0EF;
    font-size: 1.4em;
    font-weight: 500;
    text-align: center;
    

}

.main h2 span {
    display: inline-block;
    margin-top: 10px;
    color: #F2F0EF;
    font-size: 3em;
    font-weight: 600;
    text-align: center;



}

.main p {
    color: #36454F;
    padding: 10px 10px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.main .topsec {
    color: white;
    padding: 10px 10px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
    opacity: 0;
    animation: fadeIn 3s ease-in forwards;
    text-align: center;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

    


.title {
    display: flex;
    justify-content: center;
    color: #00165A;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}

.content{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.card{
    background-color: #F1E3A4;
    width: 18.25em;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border-radius: 20px;
    padding: 25px;
    margin: 15px;
}

.card:hover {
    background-color: #CBC3E3;
    transform: scale(1.1);
}
   
.icon {
    color: #00165A;
    font-size: 5em;
    text-align: center;
}

.info{
    text-align: center;
}

.info h3{
    color: #36454F	;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px;
}

.title2 { 
    display: flex;
    justify-content: center;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}
/* start of ad types */
/* 2 columns Google */
.two-columns-Google {
    display: flex; /* Create a flex container */
    align-items: center; /* Vertically center items */
    gap: 20px; /* Space between columns */
    padding: 80px;
  }
  
  .column {
    flex: 1; /* Each column takes equal space */
  }
  
  .image-column img {
    max-width: 100%; /* Ensure the image is responsive */
    height:550px; /* Maintain aspect ratio */
    border-radius: 8px; /* Optional: Rounded corners */
  }
  
  .text-column h2 {
    margin-bottom: 20px; /* Spacing between title and paragraph */
    font-size: 24px; /* Adjust title size */
  }
  
  .text-column p {
    font-size: 16px; /* Adjust paragraph size */
    line-height: 1.6; /* Improve readability */
  }

/* 2 columns Google */





.grid-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px;
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
    
}

.grid-item {
    text-align: center;
    padding: 50px;
    background-color: white;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.grid-item .logo {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.grid-item h3 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
}

.grid-item p {
    font-size: 1rem;
    color: #666;
}

.grid-item:hover{
background-color: #F5f5f5;
scale: 1.1;
}

/* Tiktok section */

.TTicon{
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;


}


/* Tiktok columns */

.two-column-layout {
    display: flex;
    align-items: flex-start; /* Align items to the top */
    gap: 20px; /* Space between columns */
    padding: 10px 120px; /* Add padding: 20px top/bottom, 40px left/right */
}
  
  .logo-column {
    flex: 0 0 100px; /* Small fixed-width column for the logo */
  }
  
  .logo-column img {
    max-width: 100%; /* Responsive logo */
    height: auto; /* Maintain aspect ratio */
  }
  
  .text-column {
    flex: 1; /* Allow the text column to take up the remaining space */
    position: relative;
  }
  
  .sliding-title {
    font-size: 2rem;
    margin: 0 0 15px 0; /* Add space below the title */
    animation: slideDown 1s ease-out; /* Slide down effect */
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-20px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .typewriter-text {
    font-size: 1rem;
    line-height: 1.6;
    overflow: hidden; /* Prevent text overflow */
    display: inline-block; /* Enable typewriter effect for wrapped text */
    animation: typing 4s steps(50, end), blink 0.5s step-end infinite;
  }
  
  @keyframes typing {
    from {
      max-width: 0;
    }
    to {
      max-width: 100%; /* Reveal text fully */
    }
  }
  
  @keyframes blink {
    from, to {
      border-color: transparent;
    }
    50% {
      border-color: black;
    }
  }
  
  .typewriter-text::after {
    content: ''; /* Cursor effect */
    display: inline-block;
    width: 2px;
    height: 1em;
    background-color: black;
    animation: blink 0.5s step-end infinite;
  }

/* Tiktok columns */





.p12{
    text-align: center;
    padding: 10px 10px;
}
.grid-section2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px;
    max-width: 1200px;
    height: 600px;
    margin: 50px auto;
    padding: 20px;
}

.grid-item2 {
    text-align: center;
    padding: 25px;
    background-color: #1D1D1D;
    border-radius: 0px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.grid-item2 .logo {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.grid-item2 h3 {
    font-size: 2rem;
    color: white;
    margin-bottom: 20px;
}

.grid-item2 p {
    font-size: 1rem;
    color: whitesmoke;
}

.grid-item2:hover{
    background-image: url('Images/edits/TT1bg.jpg'); /* Background image on hover */

}


/* Tiktok section */





/* end of ad types */

.center-button {
    display: block;
    margin: 30px auto;
    padding: 10px 20px;
    font-size: 1.1em;
    font-weight: 600;
    background-color: #097969	; /* Change to desired color */
    color: white	;
    border: none;
    border-radius: 20px;
    cursor: pointer;

}
.center-button:hover {
    background-color: goldenrod;
    color: white;
    transform: scale(1.1);
}
.icon2{
    font-size: 5em;
    text-align: center;
    word-spacing: 0.7em;
    margin-bottom: 20px;
}

.caption{
    text-align: center;
}

/*  start details of services in cards */

.titlestartup{
    text-align: center;
    padding: 20px;
    gap: 20px;
    margin-bottom: 40px;
}
.vertical-rows {
    display: flex;
    flex-direction: column; /* Arrange rows vertically */
    gap: 20px; /* Add 20px gap between rows */
    width: 1000px; /* Fixed width */
    margin: 0 auto; /* Center horizontally */
    background-color: whitesmoke;
  }
  
  .row {
    display: flex;
    justify-content: space-between; /* Create two columns with space between them */
    align-items: flex-start; /* Align items at the top */
    gap: 20px; /* Space between columns */
    padding: 20px; /* Padding inside the row */
    border: 1px solid #ccc; /* Optional: Border for visual separation */
    border-radius: 8px; /* Optional: Rounded corners */
    background-color: #F1E3A4; /* Optional: Light background color */
  }
  
  .left-column {
    display: flex;
    align-items: center; /* Align logo vertically */
  }
  
  .row-logo {
    width: 100px; /* Set logo width */
    height: auto; /* Maintain aspect ratio */
  }
  
  .right-column {
    display: flex;
    flex-direction: column; /* Stack title and description vertically */
    gap: 5px; /* Space between title and description */
    flex: 1; /* Allow right column to take remaining space */
  }
  
  .row-title {
    font-size: 1.2rem; /* Adjust title size */
    color: #1D1D1D; /* Title color */
    margin: 0; /* Remove margin from the title */
    margin-bottom: 10px;
  }
  
  .row-description {
    font-size: 1rem; /* Description size */
    line-height: 1.5; /* Improve readability */
    color: #1D1D1D; /* Description color */
    text-align: left; /* Optional: Align description text to the left */
  }
  
  .vertical-rows :hover{
    background-color: #CBC3E3;
    
    
  }

.three-column-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 2000px;
    gap: 40px;
    margin: 20px auto;
    display: block;
}

.column {
    flex: 1;
    text-align: center;
    background-color: #F5F5F5;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo {
    width: 300px;
    height: auto;
    margin-bottom: 15px;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #333;
}

p {
    font-size: 1rem;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .three-column-section {
        flex-direction: column;
        align-items: center;
    }

    .column {
        width: 100%;
        max-width: 600px;
    }
}

/*  end details of services in cards */
  

/* Main Content Styling */

.contacttitle{
    text-align: center;
    color: black;
}

.container {
    max-width: 1000px;
    margin: 2em auto;
    padding: 1em;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.section {
    margin-bottom: 2em;
}

.section h2 {
    font-size: 1.8em;
    color: white;
    margin-bottom: 0.5em;
}

.section p {
    margin-bottom: 1em;
    font-size: 1em;
}

.section ul {
    margin-left: 1.5em;
    list-style-type: disc;
}

.section ul li {
    margin-bottom: 0.5em;
}


/*  about us */

.about-us {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .section-title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 40px;
  }
  
  /* About Section Styles */
  .about-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  
  .about-section.reverse {
    flex-direction: row-reverse;
  }
  
  .about-section img {
    max-width: 100%;
    max-height: 400px;  
    border-radius: 8px;
  }
  
  .about-section .text {
    flex: 1;
    padding: 40px;
  }
  
  .about-section .text h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .about-section .text p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
  }
  
  .about-section .image {
    flex: 1;
    padding: 20px;
  }
  
  /* Third Div (Two Columns) */
  .about-section.two-columns {
    flex-direction: row;
    justify-content: space-between;
  }
  
  .about-section.two-columns .column {
    flex: 1;
    padding: 20px;
  }
  
  .about-section.two-columns .column h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .about-section.two-columns .column p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
  }
  
  .about-section.two-columns .column:not(:last-child) {
    margin-right: 20px;
  }






/*  about us */



/*  New contact form */
/* Main Container */
.contact-container {
    display: flex;
    justify-content: center; /* Centers the sections horizontally */
    align-items: center;    /* Centers the sections vertically */
    flex-wrap: wrap;        /* Ensures responsiveness for smaller screens */
    gap: 20px;
    padding: 20px;
    background-color: white	;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-height: 100vh; /* Ensures the container takes up the full height of the viewport */
  }
  


  /* Left Section */
  .left-section {
    flex: 1;
    max-width: 500px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 220px;
  }
  
  .contact-title {
    font-size: 1.8rem;
    color: black;
    margin-bottom: 5px;
  }
  
  .contact-description {
    font-size: 1rem;
    color: black;
    line-height: 1.5;
  }
  
  .contact-details p {
    margin: 5px 0;
    font-size: 1rem;
    color: black;
  }
  
  .contact-details a {
    color: #1D1D1D;
    text-decoration: none;
  }
  
  .contact-details a:hover {
    text-decoration: underline;
  }
  
  .whatsapp-button {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    padding: 10px 15px;
    max-width: 250px;
    background-color: whitesmoke;
    color: black;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .whatsapp-button:hover {
    background-color: whitesmoke;
  }
  
  .whatsapp-icon {
    width: 40px;
    height: 40px;
  }
  
  /* Right Section */
  .right-section {
    flex: 1;
    max-width: 500px;
    padding: 25px;
  }
  
  .contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #663a82;
    padding: 20px;
  }
  
  .contact-form label {
    font-size: 1rem;
    color: white;
  }
  
  .contact-form input,
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .contact-form textarea {
    resize: none;
  }
  
  .contact-form button {
    width: 120px;
    padding: 10px;
    font-size: 0.9rem;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    align-self: flex-start;
    transition: background-color 0.3s ease;
  }
  
  .contact-form button:hover {
    background-color: #0056b3;
  }
  

/*  New contact form */

/*Blog page */
/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f4f4f4;
    color: #333;
  }
  
  /* Banner Section */
  .banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 80px;
    background-color: #F1E3A4;
    color: #333;
  }
  
  .banner-content {
    flex: 1;

  }
  
  .banner-content h1 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  
  .banner-content p {
    font-size: 1rem;
    color: #333;
  }
  
  .banner-image {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  
  .banner-image img {
    max-width: 100%;
    height: 200px;
    border-radius: 8px;
    margin-left: 300px;
  }
  
  /* Blog Section */
  /* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
  }
  
  /* Blog Section */
  .blogs {
    padding: 40px;
    background-color: #fff;
    text-align: center;
  }
  
  .blogs h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #0073e6;
  }
  
  .blog-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  
  .blog {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex: 1;
    transition: transform 0.3s ease, flex 0.3s ease;
    overflow: hidden;
  }
  
  .blog h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .gvtlogo{
    max-width: 300px;

  }
  
  .blog p {
    font-size: 1rem;
  }
  
  .read-more {
    margin-top: 10px;
    background-color: #0073e6;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .read-more:hover {
    background-color: #005bb5;
  }
  
  /* Expandable Content */
  .expandable-content {
    display: none;
    margin-top: 15px;
    font-size: 1rem;
    color: #555;
  }
  
  /* Styles when blog is expanded */
  .blog.expanded {
    flex: 2; /* Make expanded blog wider */
  }
  
  .blog.expanded .expandable-content {
    display: block;
  }
  
  .blog:not(.expanded) .summary {
    display: none; /* Hide summary for non-expanded blogs */
  }
  
  /* Responsiveness */
  @media (max-width: 768px) {
    .blog-container {
      flex-direction: column;
      gap: 15px;
    }
  }
  
  
  
/*Blog page */



/* General styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
  }
  
  /* Footer styles */
  .footer {
    background-color: #663a82;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    position: relative;
    bottom: 0;
    width: 100%;
  }
  
  .footer p {
    margin: 5px 0;
    color: #D3D3D3;
  }
  
  .popup-link {
    color: whitesmoke;
    cursor: pointer;
  }

  
  .popup-link:hover {
    color: whitesmoke;
  }
  
  /* Popup container */
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: none; /* Initially hidden */
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  /* Popup content */
  .popup-content {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    width: 800px;
    max-height: 600px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  
  /* Close button */
  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: none;
    font-size: 18px;
    cursor: pointer;
    color: #555;
  }
  
  .close-btn:hover {
    color: #000;
  }
  