
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* Define @font-face for Red Rose */
  body {
    font-family: "Red Rose", serif !important;
    font-optical-sizing: auto;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Red Rose", serif !important;
    font-optical-sizing: auto;
  }
  
  p {
    font-family: "montserrat", sans-serif;
  }
  
  .header-dark {
    background-color: #00015d;
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 20px;
    font-family: "Montserrat", sans-serif;
  }
  
  .header-dark .navbar {
    font-family: "Montserrat", sans-serif;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }
  
  .header-dark .navbar .navbar-brand {
    font-weight: bold;
    color: inherit;
  }
  
  .header-dark .navbar .navbar-brand:hover {
    color: #f0f0f0;
  }
  
  .header-dark .navbar .navbar-collapse span {
    margin-top: 5px;
    font-family: "Montserrat", sans-serif;
  }
  
  .header-dark .navbar .navbar-collapse span .login {
    color: #d9d9d9;
    margin-right: 0.5rem;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
  }
  
  .header-dark .navbar .navbar-collapse span .login:hover {
    color: #fff;
  }
  
  .header-dark .navbar .navbar-toggler {
    border-color: #747474;
  }
  
  .header-dark .navbar .navbar-toggler:hover,
  .header-dark .navbar-toggler:focus {
    background: none;
  }
  
  .header-dark .navbar .navbar-toggler {
    color: #eee;
  }
  
  .header-dark .navbar .navbar-collapse,
  .header-dark .navbar .form-inline {
    border-color: #636363;
  }
  
  .header-dark .navbar.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  
  .header-dark .navbar.navbar-dark .navbar-nav .nav-link:focus,
  .header-dark .navbar.navbar-dark .navbar-nav .nav-link:hover {
    color: #fcfeff !important;
    background-color: transparent;
  }
  
  .header-dark .navbar .navbar-nav>li>.dropdown-menu {
    margin-top: -5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 2px;
  }
  
  .header-dark .navbar .dropdown-menu .dropdown-item:focus,
  .header-dark .navbar .dropdown-menu .dropdown-item {
    line-height: 2;
    font-size: 14px;
    color: #37434d;
  }
  
  .header-dark .navbar .dropdown-menu .dropdown-item:focus,
  .header-dark .navbar .dropdown-menu .drodown-item:hover {
    background: #ebeff1;
  }
  
  .header-dark .navbar .action-button,
  .header-dark .navbar .action-button:active {
    background: #208f8f;
    border-radius: 20px;
    font-size: inherit;
    color: #fff;
    box-shadow: none;
    border: none;
    text-shadow: none;
    padding: 0.5rem 0.8rem;
    transition: background-color 0.25s;
  }
  
  .header-dark .navbar .action-button:hover {
    background: #269d9d;
  }
  
  .header-dark .navbar .form-inline label {
    color: #ccc;
  }
  
  .header-dark .navbar .form-inline .search-field {
    display: inline-block;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    color: inherit;
    transition: border-bottom-color 0.3s;
  }
  
  .header-dark .navbar .form-inline .search-field:focus {
    border-bottom: 1px solid #ccc;
  }
  
  .header-dark .hero {
    margin-top: 60px;
  }
  
  .icons {
    display: flex;
    align-items: right;
  }
  
  .icons a {
    margin-left: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.13);
    /* Circle background color */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .icons img {
    width: 20px;
    height: 20px;
  }
  
  .icon-container {
    background-color: rgba(255, 255, 255, 0.13);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  
  .icon-container i {
    color: #fff;
    /* Icon color set to white */
  }
  
  .header-dark .hero h1 {
    color: #fff;
    font-family: "Bitter", serif;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 80px;
  }
  
  .header-dark .hero .embed-responsive iframe {
    background-color: #666;
  }
  
  .hero-container {
    display: flex;
    margin-top: 20px;
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
  }
  
  .hero-column {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    width: 60% 40%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .heroh2 {
    font-family: "Red Rose", sans-serif;
    font-size: 50px;
    font-weight: 700;
    /* Bold font weight */
    margin: 0;
    /* To remove default margin */
    color: #ad4900;
    margin-top: -40px;
  }
  
  .herop {
    font-size: 20px;
    margin: 10px 10px;
    /* To remove default margin */
    line-height: 25px;
  }
  
  button {
    margin-top: 15px;
    background-color: #00015d;
    /* Button background color */
    color: white;
    /* Button text color */
    padding: 10px 25px;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  
  button:hover {
    background-color: rgb(17, 86, 159);
    /* Darker red on hover */
  }
  
  /* button::selection{
    background-color: rgb(17, 86, 159); 
    color: white;
  } */
  /* Set SVG as background for column 2 */
  .hero-column:nth-child(2) {
    /* background-image: url("https://webdroy.xyz/brick/assets/img/bg-hero1.jpg"); */
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    /* Remove background color */
    margin-bottom: 20px;
    align-items: center;
    width: 517px;
    height: 487px;
  }
  
  /* Position GIF container in front of background and center it */
  .gif-container {
    width: 441px;
    height: 488px;
  
    z-index: 1;
    /* Ensure the GIF is in front of the background */
  }
  
  .gif-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .about {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f0f8ff;
    padding: 20px;
    text-align: center;
    width: 100%;
  }
  
  .abh2 {
    font-family: "Red Rose", sans-serif;
    font-size: 38px;
    font-weight: bold;
    /* Bold font weight */
    margin-bottom: 15px;
    /* To remove default margin */
    color: #000;
  }
  
  .abp {
    padding-left: 200px;
    padding-right: 200px;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: medium;
  }
  
  .create {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    color: #a05d32;
  }
  
  .crh3 {
    margin-top: 40px;
    text-align: center;
    text-decoration: solid;
    font-family: "Red Rose", sans-serif;
    font-weight: bold;
    font-size: 38px;
  }
  
  .grid-container {
    display: grid;
    height: auto;
    /* Changed to auto to allow it to grow with content */
    align-content: center;
    grid-template-columns: auto auto auto;
    gap: 10px;
    padding: 25px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
  }
  
  .grid-container>div {
    border: solid;
    border-width: 1px;
    border-color: #d6d6d6;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    font-size: 30px;
  }
  
  .grid-container1 {
    display: grid;
    height: auto;
    align-content: center;
    grid-template-columns: auto auto auto auto auto;
    gap: 20px;
  }
  
  .grid-container1>div {
    border: solid;
    border-width: 1px;
    border-color: #d6d6d6;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
  }
  
  .grid-container1 div img {
    border-radius: 10px;
    width: 200px;
    height: 150px;
  }
  
  .grid-container1 .rotate {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    font-size: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .ch4 {
    color: #f2f2f2;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
  }
  
  .ch6 {
    color: #a05d32;
    margin-top: 1px;
    margin-bottom: 4px;
    font-size: 24px;
    font-weight: bold;
    font-family: "Red Rose", sans-serif;
  }
  
  .cp {
    font-size: 16px;
    font-weight: medium;
    font-family: "Montserrat", sans-serif;
    margin-top: 4px;
  }
  
  .imicon {
    padding-top: -5px;
  }
  
  .imban1 {
    margin-top: -210px;
    margin-left: -50px;
  }
  
  /* Create two equal columns that float next to each other */
  .workcolumn {
    float: left;
    width: 50%;
    padding-left: 40px;
    height: 300px;
    /* Should be removed. Only for demonstration */
    position: relative;
    /* Ensures background respects the column boundaries */
  }
  
  /* Style the row and add the background image */
  .workrow {
    background-image: url("https://webdroy.com/brick/assets/img/work-bg.svg");
    background-size: contain;
    /* Ensures the image retains its size */
    background-repeat: no-repeat;
    background-position: top left;
    /* Starts the background from the top-left corner */
    width: 100%;
    padding: 0;
    /* Ensure no padding */
    margin: 0;
    /* Ensure no margin */
    margin-bottom: 50px;
    height: 300px;
    /* Make sure the row has height to show the background */
  }
  
  /* Clear floats after the columns */
  .workrow:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .workh3 {
    padding-top: 20px;
    padding-left: 5px;
    color: #ad4900;
    font-weight: bold;
    font-size: 38px;
    font-family: "Red Rose", sans-serif;
  }
  
  .workimg {
    display: block;
    margin-top: 20px;
  }
  
  .ourworks-box {
    width: 60%;
    justify-content: center;
    text-align: center;
  }
  
  .our-works-head {
    font-size: 30px;
    font-weight: 400;
    color: black;
  }
  
  .introduce {
    height: 250px;
    background-color: white;
    box-shadow: 0 3px 10px #5969f642;
    border-bottom: 4px solid #5969f6;
    color: black;
  }
  
  .introduce:hover {
    box-shadow: 0 3px 15px #5969f666;
    border-bottom: 4px solid #b122e5;
    color: black;
    text-decoration: none;
  }
  
  .flex-column-1 {
    display: flex;
    border: 1px solid #e4e4e4;
    height: 100%;
    width: 100%;
    padding: 20px 10px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    /* Align horizontally at the center */
    align-items: center;
    /* Align vertically at the center */
  }
  
  .flex-column-2 {
    height: 30%;
    width: 100%;
    align-items: center;
  }
  
  .text-gray {
    color: gray;
  }
  
  .pic {
    height: 70px;
    width: 70px;
    margin-left: 20px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
  }
  
  .introduce:hover .pic {
    transform: scale(1.1);
  }
  
  .carousel-indicators .active {
    background-color: #46eeaa;
  }
  
  .carousel-indicators li {
    background-color: #c8e5ff;
  }
  
  .carousel-indicators {
    bottom: -50px;
  }
  
  .priceh4 {
    margin-top: 10px;
    color: #ad4900;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    /* align-fonts: center; */
    font-family: "Red Rose", sans-serif;
  }
  
  .pricep {
    font-size: 16px;
    font-weight: medium;
    font-family: "Montserrat", sans-serif;
  }
  
  .button-container {
    display: flex;
    justify-content: center;
    /* Align buttons horizontally at the center */
    margin-top: 20px;
    /* Adjust margin as needed */
  }
  
  .start-order {
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px;
    /* Add margin between the buttons */
    padding: 10px 20px;
    /* Add padding to the buttons */
    background-color: #00015d;
    /* Red background for the first button */
    color: white;
    /* Text color for the first button */
    border: none;
    /* Remove border */
    cursor: pointer;
    /* Change cursor to pointer on hover */
    border-radius: 20px;
  }
  
  .start-order:hover {
    background-color: rgb(17, 86, 159);
    /* Dark red background on hover for the first button */
  }
  
  #demo .another-button {
      display: none;
  }
  
  .another-button {
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px;
    /* Add margin between the buttons */
    padding: 10px 20px;
    /* Add padding to the buttons */
    background-color: transparent;
    /* Transparent background for the second button */
    border: 2px solid Black;
    /* Red border for the second button */
    border-radius: 20px;
    color: black;
    /* Text color for the second button */
    cursor: pointer;
    /* Change cursor to pointer on hover */
  }
  
  .another-button:hover {
    background-color: #00015d;
    /* Red background on hover for the second button */
    color: white;
    /* Text color on hover for the second button */
    border-color: white;
  }
  
  .reviewh3 {
    margin-top: 40px;
    padding-left: 80px;
    color: #000;
    font-size: 38px;
    font-weight: bold;
    font-family: "Red Rose", sans-serif;
  }
  
  .rrow {
    background-color: #f0f8ff;
    margin-top: 40px;
    padding: 20px;
  }
  .rrow1 {
    background-color: #f0f8ff;
    padding: 20px;
  }
  
  .rcontainer {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 40px;
    gap: 10px;
  }
  
  .rcolumn {
    flex: 1;
    margin-bottom: 50px;
  }
  
  .rreview {
    padding: 20px;
  }
  
  .rname {
    font-size: 20px;
    font-weight: bold;
    font-family: "Red Rose", sans-serif;
  }
  
  .rtestimonial {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .rtestimonial-info {
    display: flex;
  }
  
  .rtestimonial-image {
    width: 150px;
    /* Adjust as needed */
  }
  
  .rtestimonial-image img {
    width: 150px;
    height: 150px;
  }
  
  .rtestimonial-details {
    flex: 1;
    padding-left: 20px;
    /* Space between image and details */
  }
  
  .rverify {
    color: #4bbe67;
  }
  
  .rrating {
    color: gold;
  }
  
  .rrating .star {
    display: inline-block;
    width: 20px;
    /* Adjust as needed */
    height: 20px;
    /* Adjust as needed */
    background-image: url("star.png");
    /* Use a star icon */
    background-size: cover;
  }
  
  .rcomment {
    margin-top: 10px;
    font-size: 15px;
    font-weight: medium;
    font-family: "Montserrat", sans-serif;
  }
  
  .rdate {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    font-family: "Montserrat", sans-serif;
  }
  
  .gallery {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  
  .greviewp {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
  }
  
  .gr {
    align-items: center;
    padding-left: 40px;
  }
  
  .greviews-container {
      width: 90%;
      max-width: 1200px;
      overflow: hidden;
      position: relative;
      background-color: #fff;
      margin-bottom: 60px;
      margin: 0 auto;
  }
  
  .greviews-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    gap: 10px;
    /* Add gap between reviews */
    padding: 10px;
    /* Add padding to avoid content touching the border */
  }
  
  .greview {
    flex: 1 0 calc(25% - 10px);
    /* Adjust width to account for the gap */
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ddd;
    /* Changed from border-right to a full border */
    display: flex;
    flex-direction: column;
    background-color: #fff;
    /* Ensure the background is consistent */
    border-radius: 10px;
    /* Optional: adds rounded corners to reviews */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Optional: adds subtle shadow */
  }
  
  .greview .guser-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .greview .guser-info img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  
  .greview .guser-info .gname {
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
  }
  
  .greview .guser-info .gdate {
    font-size: 0.8em;
    color: #666;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
  }
  
  .greview .gcomment {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* Limits to 4 lines */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .greview .ggoogle-logo {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  
  .greview .ggoogle-logo img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
  }
  
  .gnav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  
  .gnav-btn:hover {
    background-color: #f0f0f0;
  }
  
  .gnav-btn.gleft {
    left: 10px;
  }
  
  .gnav-btn.gright {
    right: -10px;
  }
  
  fabody {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    border-top-left-radius: 200px;
    align-items: center;
    height: auto;
    background-color: #f0f8ff;
  }
  
  .col-md-4 {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .faq-container {
      width: 90%;
      max-width: 600px;
      background-color: #f0f8ff;
      padding: 20px;
      border-radius: 10px;
      margin: 0 auto;
  }
  .faq-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 38px;
    font-family: "Red Rose", sans-serif;
    font-weight: bold;
    color: #a05d32;
  }
  
  .faq-item {
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 10px;
    padding: 15px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .faq-item h6 {
    margin: 0;
    font-size: 1em;
  }
  
  .faq-answer {
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    /* Space between question and answer */
  }
  
  .faq-item.active .faq-answer {
    display: block;
  }
  
  .dropdown-icon {
    font-size: 15px;
  }
  
  /* footer css */
  a,
  a:hover,
  a:focus,
  a:active {
    text-decoration: none;
    outline: none;
    font-family: "Montserrat", sans-serif;
  }
  
  a,
  a:active,
  a:focus {
    font-family: "Montserrat", sans-serif;
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
  }
  
  li {
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
  }
  
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  section {
    padding: 60px 0;
  /*  min-height: 100vh;*/
  }
  
  .footer {
    padding: 100px 0px 0px;
    background-color: #00015d;
  }
  
  .footer .widget1 p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 26px;
  }
  
  .footer .socialLinks {
    margin-top: 28px;
  }
  
  .socialLinks ul li {
    display: inline-block;
  }
  
  .socialLinks ul li a i {
    display: block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    text-align: center;
    margin-right: 5px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .socialLinks ul li a .fa-facebook-f {
    color: #fff;
  }
  
  .socialLinks ul li a .fa-twitter {
    color: #fff;
  }
  
  .socialLinks ul li a .fa-google-plus-g {
    color: #fff;
  }
  
  .socialLinks ul li a .fa-linkedin-in {
    color: #fff;
  }
  
  .socialLinks ul li a:hover i {
    color: #fff;
  }
  
  .socialLinks ul li a:hover .fa-facebook-f {
    background: #4267b2;
  }
  
  .socialLinks ul li a:hover .fa-twitter {
    background: #1da1f2;
  }
  
  .socialLinks ul li a:hover .fa-google-plus-g {
    background: #dd5044;
  }
  
  .socialLinks ul li a:hover .fa-linkedin-in {
    background: #0177b5;
  }
  
  footer .logo {
    max-width: 200px;
  }
  
  .footer h5 {
    font-weight: 500;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
  }
  
  .footer .widget2 .media img {
    margin-right: 20px;
    max-width: 100px;
  }
  
  .footer .widget2 .media p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    line-height: 26px;
  }
  
  .footer .widget2 .media span {
    font-size: 12px;
    color: #ffb606;
    text-transform: uppercase;
    margin-top: 15px;
    display: block;
  }
  
  .footer .widget2 .media {
    margin-bottom: 20px;
  }
  
  .footer .widget3 {
    font-family: "Montserrat", sans-serif;
    margin-left: 75px;
  }
  
  .footer .widget3 ul li a,
  .footer .widget4 ul li a {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
  }
  
  .footer .widget3 ul li a:hover,
  .footer .widget4 ul li a:hover,
  .footer .widget2 a:hover p {
    font-family: "Montserrat", sans-serif;
    color: #ffb606;
  }
  
  .footer .widget3 h5 {
    margin-bottom: 22px;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
    line-height: 32px;
  }
  
  .footer .widget4 h5 {
    margin-bottom: 22px;
    font-weight: 600;
    color: #fff;
    font-size: 21px;
  }
  
  .copyRightArea {
    font-family: "Montserrat", sans-serif;
    margin-top: 83px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0px 28px;
  }
  
  .copyRightArea p {
    font-family: "Montserrat", sans-serif;
    color: rgba(255, 255, 255, 0.6);
  }
  
  @media (max-width: 768px) {
    .footerh5 {
      margin-top: 20px;
    }
  
    .footer {
      padding-left: 10px;
    }
  
    .footer .widget3 {
      margin-top: 40px;
      margin-left: 0px;
    }
  }
  
  /* Signup Form*/
  .signcontainer {
    margin-top: 20px;
    width: 700px;
    padding: 20px;
  }
  
  .form-group {
    margin-bottom: 20px;
    position: relative;
  
    font-family: "Montserrat", sans-serif;
  }
  
  .form-group label {
    display: none;
  }
  
  .form-group input[type="text"],
  .form-group input[type="email"],
  .form-group input[type="password"],
  .form-group input[type="date"],
  .form-group select {
    padding: 10px;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
  }
  
  .form-group input[type="email"] {
    width: 100%;
    font-size: 20px;
  }
  
  .form-group input[type="text"],
  .form-group input[type="password"],
  .form-group input[type="date"] {
    width: calc(50% - 10px);
    float: left;
  }
  
  .form-group input[type="text"]:nth-child(2),
  .form-group input[type="password"]:nth-child(2),
  .form-group input[type="date"]:nth-child(2) {
    margin-left: 20px;
  }
  
  .form-group select {
    width: 100%;
  }
  
  .form-group input[type="text"]+label,
  .form-group input[type="email"]+label,
  .form-group input[type="password"]+label,
  .form-group input[type="date"]+label,
  .form-group select+label {
    position: absolute;
  
    font-family: "Montserrat", sans-serif;
    left: 10px;
    top: 12px;
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  
  .form-group input[type="text"]:focus+label,
  .form-group input[type="email"]:focus+label,
  .form-group input[type="password"]:focus+label,
  .form-group input[type="date"]:focus+label,
  .form-group select:focus+label,
  .form-group input[type="text"]:valid+label,
  .form-group input[type="email"]:valid+label,
  .form-group input[type="password"]:valid+label,
  .form-group input[type="date"]:valid+label,
  .form-group select:valid+label {
    top: -12px;
    font-size: 12px;
    color: #007bff;
  
    font-family: "Montserrat", sans-serif;
  }
  
  .form-group::after {
    content: "";
    display: table;
    clear: both;
  }
  
  .form-group input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: red;
    /* Button background color */
    color: white;
    /* Button text color */
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
  }
  
  .signh2 {
    font-family: "Red Rose", sans-serif;
    font-size: 50px;
  }
  
  .signp {
    font-size: 28px;
    margin-top: -10px;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
  }
  
  .termsp {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
  }
  
  .login-container {
    width: 600px;
    margin: 50px auto;
    padding: 20px;
  }
  
  .loginform-groupp input[type="password"] {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  
  .concontainer {
    margin: 50px auto;
    max-width: 1200px;
    padding: 40px 20px;
  }
  
  .contact-form {
    padding: 20px 20px;
  }
  
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form select,
  .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
  }
  
  .contact-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
  }
  
  .csocial-icons {
    list-style: none;
    padding: 0;
    margin-top: 20px;
  }
  
  .csocial-icons li {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
  }
  
  .csocial-icons li i {
    font-size: 36px;
    margin-right: 20px;
  }
  
  .csocial-icons li span {
    font-size: 18px;
  }
  
  .csocial-icons li .username {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
  
  .cfacebook {
    background-color: rgba(59, 89, 152, 0.5);
  }
  
  .cmail {
    background-color: rgba(0, 0, 0, 0.38);
  }
  
  .cmailsinfo {
    font-size: 15px;
  }
  
  .cfacebook i {
    color: #3b5998;
  }
  
  .ctwitter {
    background-color: rgba(29, 161, 242, 0.5);
  }
  
  .ctwitter i {
    color: #1da1f2;
  }
  
  .cinstagram {
    background-color: rgba(225, 48, 108, 0.5);
  }
  
  .cinstagram i {
    color: #e1306c;
  }
  
  .cyoutube {
    background-color: rgba(255, 0, 0, 0.5);
  }
  
  .cyoutube i {
    color: #ff0000;
  }
  
  .conh2 {
    font-size: 40px;
  }
  
  .conp {
    margin-bottom: 80px;
    font-size: 20px;
  }
  
  .header-dark .navbar-collapse {
    margin-left: 150px;
  }
  
  .privacyh2 {
    margin-top: 50px;
    text-align: center;
    font-size: 40px;
    color: #a05d32;
    font-weight: bold;
    font-family: "Red Rose", sans-serif;
  }
  
  .privacyp {
    margin: 20px 40px;
    font-family: "Montserrat", sans-serif;
    padding-left: 40px;
    padding-right: 40px;
  }
  
  /* Responsive styling for mobile devices */
  @media (max-width: 768px) {
    .privacyh2 {
      font-size: 30px;
    }
  
    .privacyp {
      font-size: 20px;
      margin: 10px 10px;
      /* To remove default margin */
      line-height: 25px;
    }
  
    .hero-container {
      flex-direction: column-reverse;
    }
  
    .crow {
      flex-direction: column;
    }
  
    .contact-form,
    .social-section {
      margin-bottom: 20px;
    }
  
    .conp {
      font-size: 18px;
    }
  
    .concontainer {
      padding: 40px 20px;
    }
  
    .hero-column {
      width: 100%;
      padding: 0;
    }
  
    .button {
      padding-bottom: 50px;
    }
  
    .heroh2 {
      font-size: 25px;
      margin-top: -150px;
      text-align: center;
    }
  
    .herop {
      padding: 0;
    }
  
    .abp {
      padding-left: 10px;
      padding-right: 10px;
    }
  
    .gif-container {
      width: 450px;
      height: auto;
      margin-top: 20px;
      margin-right: 10px;
    }
  
    /* Set SVG as background for column 2 */
    .hero-column:nth-child(2) {
      align-items: center;
      width: 320px;
      height: 400px;
      margin-right: -30px;
      margin-left: 20px;
    }
  
    .gif-container img {
      width: 290px;
      height: 100%;
      max-width: 1000%;
      margin-top: -125px;
      margin-left: 20px;
      align-items: center;
    }
  
    .header-dark .hero h1 {
      margin-bottom: 50px;
      line-height: 1.5;
    }
  
    .header-dark .hero {
      margin-top: 20px;
    }
  
    .header-dark .navbar.navbar .navbar-nav .nav-link {
      padding-left: 1.2rem;
      padding-right: 1.2rem;
    }
  
    .header-dark .navbar {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
  
    .header-dark {
      padding-bottom: 20px;
      padding-top: 20px;
    }
  
    .imban1 {
      margin-top: -880px;
      margin-left: -15px;
    }
  
    .grid-container {
      grid-template-columns: 1fr;
      /* Full width for each item on mobile */
      gap: 20px;
      /* Increased gap for better spacing on mobile */
      padding: 15px;
    }
  
    .rdate {
      font-size: 12px;
    }
  
    .rcomment {
      font-size: 10px;
    }
  
    .rverify {
      font-size: 10px;
    }
  
    .rname {
      font-size: 15px;
    }
  
    .greview {
      flex: 1 0 calc(100% - 10px);
      /* Adjust width for mobile */
    }
  
    .galleryimg {
      height: 100%;
      width: 100%;
    }
  
    .workh3{
      margin-bottom: 15px;
    }
  
    .workcolumn {
      padding: 10px 10px;
      background-color: #f0f8ff;
      width: 100%;
      height: auto;
    }
  
    .workimg {
      height: auto;
      width: 100%;
      margin-bottom: 50px;
    }
  
    /*.proh3 {
      padding-top: 50px;
    }*/
  
    section.pt-5.circle-1 {
      margin: 0 15px;
    }
  
    .reviewh3 {
      margin-top: 0px;
      padding-left: 0px;
      margin-bottom: 15px;
    }
  
    .rcontainer {
      padding: 0;
    }
  
    .rcolumn {
      margin-bottom: 0;
    }
  
    .greviews-container {
      width: 100%;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0px;
  }
  
    .faq-container {
      width: 100%;
      padding: 10px;
    }
  
    .fabody {
      height: auto;
      padding: 40px 10px;
      border-top-left-radius: 100px;
    }
  
    .fcontainer {
      padding-bottom: 10px;
    }
  
    .web-footer {
      background-color: #00015d;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 10px;
      width: 100%;
    }
  
    .footer-credit {
      margin-top: 20px;
      font-size: 12px;
    }
  
    .web-footer .web-logo img {
      width: 200px;
      /* Adjust the size of the logo as needed */
      height: auto;
    }
  
    .col-md-4 {
      padding-bottom: 30px;
    }
  
    .signcontainer {
      margin-top: 20px;
      width: 90%;
    }
  
    .signh2 {
      font-size: 30px;
    }
  
    .signp {
      font-size: 20px;
      margin-top: -15px;
      margin-bottom: 25px;
    }
  
    .form-group input[type="text"],
    .form-group input[type="password"],
    .form-group input[type="date"] {
      width: calc(50% - 5px);
    }
  
    .form-group input[type="text"]:nth-child(2),
    .form-group input[type="password"]:nth-child(2),
    .form-group input[type="date"]:nth-child(2) {
      margin-left: 10px;
    }
  
    .form-group select {
      padding: 10px;
      font-size: 15px;
    }
  
    .form-group input[type="email"] {
      width: 100%;
      padding: 10px;
    }
  
    .termsp {
      font-size: 15px;
    }
  
    .login-container {
      width: 90%;
      padding: 15px;
    }
  
    .header-dark .navbar-collapse {
      margin-left: 0px;
    }
  
    .header-dark {
      padding-bottom: 0px;
      padding-top: 0px;
    }
  }
  
  @media only screen and (min-width: 1920px) and (min-height: 1080px) {
    .hero-column {
      margin-bottom: -250px;
    }
  
    .heroh2 {
      margin-top: -200px;
    }
  
    .imban1 {
      margin-top: -550px;
      padding-left: 20px;
    }
  
    .hero-container {
      margin-bottom: -0px;
    }
  
    .workcolumn {
      width: 60% 40%;
    }
  
    .workrow {
      background-repeat: repeat;
    }
  
    section {
      /* padding: 60px 0; */
      min-height: auto;
    }
  
    gr {
      display: flex;
    }
  }
  
  .p {
    font-family: Montserrat, sans-serif;
  }
  
  .main-container {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 80%;
    max-width: 1200px;
    gap: 20px;
  }
  
  .main-container1 {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 80%;
    max-width: 1200px;
    gap: 20px;
  }
  
  .upload-container {
    flex: 1;
    background-color: #f1f8ff;
    border: 2px solid #00015d;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  
  .upload-container:hover {
    background-color: #fff;
    border: 2px solid #00015d;
  }
  
  .upload-container h2 {
    color: #00015d;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 24px;
  }
  
  .upload-container p {
    color: #00015d;
    font-size: 18px;
    font-family: Montserrat, sans-serif;
  
    margin-bottom: 40px;
  }
  
  .upload-container input[type="file"] {
    display: none;
  }
  
  .upload-container label {
    color: #00015d;
    font-size: 18px;
    padding: 10px 20px;
    border: 2px solid #00015d;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    display: inline-block;
  }
  
  .upload-container label:hover {
    background-color: #00015d;
    color: #f0f8ff;
  }
  
  .library-container {
    flex: 1;
    background-color: #f0f8ff;
    border: 2px solid #00015d;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .library-container:hover {
    background-color: #fff;
  }
  
  .library-container h2 {
    color: #00015d;
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  .library-container p {
    font-family: Montserrat, sans-serif;
    color: #00015d;
    font-size: 18px;
    margin-bottom: 40px;
  }
  
  .info-text {
    margin-top: 20px;
    padding: 40px 40px;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-family: Montserrat, sans-serif;
  }
  
  .info-text1 {
    padding-bottom: 40px;
    margin-top: -40px;
    color: #000;
    font-size: 16px;
    text-align: center;
    font-family: Montserrat, sans-serif;
  }
  
  .info-text a {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
  }
  
  .info-text1 a {
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    color: #000;
    text-decoration: underline;
  }
  
  .info-text1 a:hover {
    color: #00015d;
    text-decoration: underline;
  }
  
  .info-text a:hover {
    color: #00015d;
    text-decoration: underline;
  }
  
  .spacer {
    margin-top: 20px;
  }
  
  .popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 2px solid #007bff;
    border-radius: 10px;
    padding: 40px;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    width: 80%;
    max-width: 500px;
    text-align: center;
  }
  
  .popup h2 {
    color: #007bff;
    margin-bottom: 20px;
    font-size: 24px;
  }
  
  .popup p {
    font-family: Montserrat, sans-serif;
    color: #007bff;
    font-size: 18px;
    margin-bottom: 40px;
  }
  
  .popup-close {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s;
  }
  
  .popup-close:hover {
    background-color: #0056b3;
  }
  
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500;
  }
  
  @media (max-width: 768px) {
    .main-container {
      flex-direction: column;
      align-items: center;
      padding: 40px 40px;
    }
  
    .upload-container,
    .library-container {
      width: 100%;
      padding: 20px;
    }
  
    .upload-container h2,
    .library-container h2,
    .popup h2 {
      margin-top: 10px;
      font-size: 20px;
    }
  
    .upload-container p,
    .library-container p,
    .popup p {
      font-size: 16px;
      margin-bottom: 20px;
    }
  
    .upload-container label,
    .popup-close {
      font-size: 16px;
      padding: 8px 16px;
    }
  
    .info-text {
      font-size: 14px;
    }
  
    .info-text1 {
      font-size: 14px;
    }
  
    .spacer {
      margin-top: 10px;
    }
  
    .hero-column button {
      width: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
  
    .crh3 {
      margin-top: 0;
    }
  
    .workrow {
      background-size: cover;
      padding: 20px 0;
      margin: 0;
      margin-bottom: 0;
      height: auto;
    }
  
  }
  
  .faq-container1 {
    padding: 20px;
  }
  
  .faq-item1 {
    margin-bottom: 20px;
    /* Adjust the space between accordions */
  }
  
  .frameContainer {
    flex-grow: 1;
    padding: 10px;
    display: flex;
    width: 100%;
    gap: 20px;
  }
  
  .cardAction :hover {
    border: 1px solid black !important;
  }
  
  .detailP {
    word-wrap: normal;
    width: 555px;
  }
  
  .detailContainer {
    border: 1px solid black;
    width: max-content;
    padding: 20px;
    margin: 40px;
  }
  
  .detailOrder {
    font-weight: 500;
    margin: 20px;
    padding: 20px;
  }
  
  .mycontainer {
    padding: 50px;
  }
  
  .optionDiv {
    margin: 30px;
    padding: 20px;
    border: 1px solid black;
    width: 75%;
  }
  
  .optionDiv1 {
    margin: 30px;
    padding: 20px;
    border: 1px solid black;
    width: 50%;
  }
  
  .buttongrp {
    justify-content: center;
    display: flex;
    gap: 10px;
  }
  
  .myDiv {
    align-items: baseline;
    display: flex;
    gap: 10px;
  
  }
  
  .createDiv {
    color: blue;
  }
  
  @media only screen and (min-width:768px) and (max-width:1024px){
    .navbar-collapse .icons {
      padding: 0 !important;
    }
    .navbar-collapse .icons a{
      height: 32px !important;
      width: 32px !important;
    }
    .header-dark .navbar-collapse {
        margin-left: 0px;
        justify-content: right;
    }
    .header-dark .navbar.navbar .navbar-nav .nav-link {
      font-size: 13px;
      padding: 0 6px;
    }
    .navbar-brand img{
      height: 40px !important;
    }
    .hero-container {
        flex-direction: row;
    }
    .hero-column:nth-child(2){
      height: auto;
      width: 50%;
    }
    .heroh2 {
      font-size: 28px;
      margin-top: 0;
    }
    .gif-container img {
        margin-top: 0;
        width: 100%;
        object-fit: contain;
    }
    p.workp {
      font-size: 18px;
    }
    .greview {
      flex: 1 0 calc(50% - 10px);
    }
    .faq-container {
      max-width: 100%;
    }
    .faq-item1 {
      margin-bottom: 20px;
      width: 60%;
      margin: 0 auto 20px auto;
    }
    .footer .widget3 {
      margin-top: 0;
      margin-left: 0px;
    }
  }
  @font-face {
    font-weight: 400;
    font-style:  normal;
    font-family: circular;
  
    src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Book.woff2') format('woff2');
  }
  
  @font-face {
    font-weight: 700;
    font-style:  normal;
    font-family: circular;
  
    src: url('chrome-extension://liecbddmkiiihnedobmlmillhodjkdmb/fonts/CircularXXWeb-Bold.woff2') format('woff2');
  }
  .aboutBanner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .aboutBanner {
      padding: 0;
      height: 60vh;
  }
  .galleryContent{
    column-count: 3;
      position: relative;
      column-fill: balance;
      column-gap: 30px;
      margin-top: 30px;
  }
  .galleryContent .galleryItem {
      position: relative;
      margin-bottom: 30px;
      overflow: hidden;
      transition: 0.5s;
  }
  .galleryContent .galleryItem img {
      width: 100%;
      height: 100%;
      transition: 0.5s;
  }
  .galleryContent .galleryItem:hover img{
    transform: scale(1.1);
    transition: 0.5s;
  }
  .aboutBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aboutBanner {
    padding: 0;
    height: 60vh;
  }
  .aboutContent-heading {
  margin: 30px 0 5px;
    font-size: 24px;
  }
  .routeArrow{
    justify-content: space-between;
    display: flex;
    padding: 24px;
  }
  .routeIcon{
    background: #00015d;
    color: white;
    padding: 10px 16px;
    border-radius: 29px;
    cursor: pointer;
  }
  .routeIcon:hover{
    background: #00015d;
    color: white;
  }
  .easySteps{
    position: relative;
  }
  .easySteps ul {
      display: flex;
      align-items: center;
      gap: 30px;
      flex-wrap: wrap;
  }
  .easySteps ul li {
      background: #fff;
      box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
      padding: 30px;
      border-radius: 5px;
      font-size: 18px;
      flex: 0 0 40%;
      text-align: center;
      text-transform: capitalize;
      transition: 0.5s all;
  }
  .easySteps ul li:hover {
      background: #00015d;
      color: #fff;
      transition: 0.5s all;
  }
  .btn-start {
      margin-top: 15px;
      background-color: #00015d;
      color: white;
      padding: 10px 25px;
      border: none;
      border-radius: 20px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      font-family: "Montserrat", sans-serif;
      font-weight: bold;
      display: inline-block;
      margin-top: 30px;
  }
  .btn-start:hover{
    background-color: #00015d;
      color: white;
  }
  .aboutBanner .titleBox {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.aboutBanner .titleBox h2{
  color: #fff;
}


.overlay-content h3 {
  text-transform: capitalize;
  color: white;
  font-size: 22px;
  position: relative;
  text-align: center;
  line-height: 34px;
}

.overlay-content h3::before {
  content: "";
  position: absolute;
  left: 43%;
  bottom: 0%;
  width: 60px;
  height: 4px;
  background-color: var(--primary);
}

.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease 0s;
  padding: 1rem;
  background-color: rgba(0, 50, 90, 0.74);
  border-radius: 8px;
  height: 100%;
  width: 100%;
  display: grid;
  align-items: center;
  flex-wrap: wrap;
}

.overlay:hover .overlay-content {
  opacity: 1;
}