h1.title.animate-1.lp-heading{
    font-size:75px;
}
span.lp-heading{
    font-size:75px!important; 
    color:#f4bd08; 
    font-weight:700;
}
.main-footer .third {
    margin-left: 20px!important;
}

ul#menu-footer-user-links {
    padding-left: 0rem !important;
}
/*Our services*/

.p-b90 {
        padding-bottom: 90px;
    }
    .p-t120 {
        padding-top: 120px;
    }
    .m-b30 {
        margin-bottom: 30px;
    }
    .section-head.center.wt-small-separator-outer {
        margin-bottom: 50px;
        text-align: center;
    }
    .section-head {
        position: relative;
    }
    .site-text-primary, .wt-small-separator {
        color: #f4bd08!important;
    }
    .wt-small-separator {
        font-family: "Heebo", sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        padding-right: 40px;
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
        font-weight: 700;
    }
    .section-head.center .wt-small-separator div.sep-leaf-left {
        position: relative;
    }
    .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
        background-color: #ea130e;
    }
    .section-head.center .wt-small-separator div.sep-leaf-left:before {
        right: -20px;
        width: 10px;
    }
    .section-head.center .wt-small-separator div.sep-leaf-left:before, .section-head.center .wt-small-separator div.sep-leaf-left:after {
        position: absolute;
        content: '';
        height: 22px;
        bottom: 0px;
        top: 0px;
        transform: skew(-20deg);
    }
    .section-head.center .wt-small-separator div.sep-leaf-left:after {
        right: -27px;
        width: 4px;
    }
    .section-head.center.wt-small-separator-outer h2 {
        max-width: 630px;
        margin: 0px auto;
        font-size: 2rem;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
    }
    .service-icon-box-two {
        position: relative;
        padding: 40px 25px 40px 25px;
        border: 1px solid #e7e7e7;
        /*height: 460px!important;*/
    }
    .service-icon-box-two .wt-icon-box-wraper {
        margin-bottom: 30px;
        text-align:center;
    }
    .wt-icon-box-wraper {
        position: relative;
    }
    .icon-xl.inline-icon {
        width: auto;
    }
    .icon-xl.inline-icon {
        text-align: left !important;
    }
    .icon-xld, .icon-xl, .icon-lg, .icon-md, .icon-sm, .icon-xs {
        display: inline-block;
    }
    .site-text-primary, .wt-small-separator {
        color: #ea130e;
    }
    .icon-xl i {
        font-size: 80px;
        line-height: 80px;
    }
    .icon-xld i, .icon-xl i, .icon-lg i, .icon-md i, .icon-sm i, .icon-xs i {
        vertical-align: middle;
    }
    .wt-icon-box-wraper:after {
        content: "";
        display: table;
        clear: both;
    }
    .service-icon-box-two .service-icon-box-title .wt-title {
        margin-bottom: 30px;
        /*padding-right: 60px;*/
        text-align:center;
    }
    .service-icon-box-title h4 {
        font-size: 20px;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
    }
    .service-icon-box-title a {
        color: #1e1e1e;
        outline: 0px none;
        text-decoration: none;
        background-color: transparent;
        font-family: "Poppins", sans-serif;
    }
  

    .service-button {
        background-color: #ea130e;
        outline: none;
        color: #fff;
        padding: 15px 40px;
        letter-spacing: 1px;
        font-size: 15px;
        font-weight: 700;
        border: none;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

    .service-button:hover {
        background-color: #e7e7e7;
        color: #000;
    }


    .section-head.left {
        margin-bottom: 40px;
        text-align: left;
    }

    .section-head.left h3 {
        font-size: 36px;
        font-weight: 700;
        color: #000;
        margin-bottom: 20px;
    }

    .section-head.left p {
        font-size: 16px;
        color: #666;
        line-height: 1.5;
    }

    .cons-contact-form .form-control::placeholder {
        color: #999;
        opacity: 1;
    }

    .service-button.sb-bdr-dark {
        border-right: 6px solid #000;
    }


/*Form*/
 .container-fluid {
    padding-top: 0px!important;
}


.hidden-section {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    margin-top: 20px;
  }

  .form-left form {
    display: flex;
    flex-direction: column;
  }

  .form-left label {
    margin-bottom: 5px;
  }

  .form-left input {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .form-left button {
    padding: 10px 20px;
    background-color: #28a745;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }

  .form-left button:hover {
    background-color: #218838;
  }
  
  .bg-accent h4{
      margin-bottom: 0px!important;
      font-weight:700;
  }
  

/* Heading Styles */
.site-heading h3{
    text-align:center;
}


/* Features Grid */
.features-container {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    grid-template-rows: repeat(2, auto); /* 2 rows */
    gap: 30px;
    justify-items: center;
    align-items: start;
    padding: 20px;
}
.features-container1 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 3 columns */
    grid-template-rows: repeat(2, auto); /* 2 rows */
    gap: 30px;
    justify-items: center;
    align-items: start;
    padding: 20px;
}

/* Horizontal Line */
.features-container::before {
    content: "";
    position: absolute;
    width: 100%; /* Horizontal line */
    height: 1px;
    background: #ddd;
    top: 50%;
    left: 0;
}

/* Vertical Lines */
.features-container .vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ddd;
}
.features-container .vertical-line:nth-child(1) {
    left: 33.33%; /* First vertical line (between first and second column) */
}
.features-container .vertical-line:nth-child(2) {
    left: 66.66%; /* Second vertical line (between second and third column) */
}

/* Individual Item Styling */
.features-items .item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 20px!important;
    text-align: center;
    width: 100%; /* Full width inside the grid column */
    max-width: 300px;
    position: relative;
    z-index: 1; /* Ensures items are above lines */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-items .item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3), 
                0 12px 40px 0 rgba(0, 0, 0, 0.25), 
                0 8px 16px 0 rgba(0, 0, 0, 0.3), 
                0 12px 40px 0 rgba(0, 0, 0, 0.25);
}

.features-items .item .icon {
    margin-bottom: 15px;
}

.features-items .item .info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.features-items .item .info p {
    font-size: 14px;
    color: #666;
}

/* Responsive Design */

/* Tablet Screens (915px - 1024px) */
@media (max-width: 1024px) {
    .site-heading h3 {
        font-size: 1.8rem; /* Slightly smaller font size */
    }
    
    .features-container {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
        gap: 20px;
    }

    .features-container .vertical-line:nth-child(1) {
        left: 50%; /* Adjust vertical line for 2-column layout */
    }
    .features-container .vertical-line:nth-child(2) {
        display: none; /* Hide second vertical line */
    }
}

/* Devices with max-width 915px */
@media (max-width: 915px) {
    .site-heading h3 {
        font-size: 1.6rem; /* Smaller font size for compact screens */
    }
    .features-container {
        grid-template-columns: repeat(2, 1fr); /* 2 columns */
        gap: 15px; /* Reduced gap */
    }

    .features-container .vertical-line {
        display: none; /* Hide vertical lines */
    }

    .features-container::before {
        display: none; /* Hide horizontal line */
    }

    .features-items .item {
        max-width: 100%; /* Full width within the grid */
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
}

/* Very Small Devices (max-width: 480px) */
@media (max-width: 480px) {
    .site-heading h3 {
        font-size: 1.2rem; /* Smallest font size */
        margin: 10px 0; /* Reduced margins */
    }
    .features-container {
        grid-template-columns: repeat(2, 1fr); /* Still maintain 2 columns */
        gap: 10px; /* Smaller gap */
    }

    .features-items .item {
        padding: 15px; /* Reduce padding */
    }

    .features-items .item .info h4 {
        font-size: 16px; /* Adjust heading size */
    }

    .features-items .item .info p {
        font-size: 12px; /* Adjust paragraph size */
    }
}

/* Responsive Styles for max-width: 768px */
@media (max-width: 768px) {
    
    h1.title.animate-1.lp-heading{
        font-size:40px;
    }
    span.lp-heading{
        font-size:40px!important; 
        color:#f4bd08; 
        font-weight:700;
    }
    
    
    /* Heading Styles */
    .site-heading h3 {
        font-size: 1.4rem; /* Adjust font size */
        line-height: 1.3; /* Line height for readability */
        margin: 15px 0; /* Reduce margin */
        text-align: center; /* Ensure centered alignment */
        padding: 0 10px; /* Add padding for spacing */
    }

    /* Features Grid */
    .features-container {
        grid-template-columns: repeat(2, 1fr); /* Switch to 2 columns */
        gap: 15px; /* Reduce gap between items */
        padding: 10px; /* Adjust padding for compact spacing */
        width: auto;
    }

    /* Horizontal Line */
    .features-container::before {
        display: none; /* Hide horizontal line */
    }

    /* Vertical Lines */
    .features-container .vertical-line {
        display: none; /* Hide vertical lines */
    }

    /* Individual Items */
    .features-items .item {
        max-width: 100%; /* Ensure items fit within grid */
        padding: 15px; /* Adjust padding for compact design */
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    }

    .features-items .item .icon img {
        max-width: 60px; /* Adjust icon size */
        height: auto;
        margin-bottom: 10px;
    }

    .features-items .item .info h4 {
        font-size: 1.2rem; /* Adjust heading size */
        margin-bottom: 8px;
    }

    .features-items .item .info p {
        font-size: 0.9rem; /* Adjust paragraph font size */
        color: #666;
    }
}




form {
        background: #fff;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        width: 470px;
        margin: auto;
        transition: all 0.3s ease;
        box-sizing: border-box;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 
        0 6px 20px 0 rgba(0, 0, 0, 0.19), 
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
    }  
    
    h2 {
        text-align: center;
        margin-bottom: 20px;
        color: #333;
        font-size: 24px;
        font-weight: 600;
    }

    label {
        display: block;
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 16px;
        color: #555;
    }
    
    input, select, textarea {
        width: 100%;
        max-width: 100%;
        padding: 12px;
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 16px;
        background-color: #f9f9f9;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }
    
    input:focus, select:focus, textarea:focus {
        border-color: #007BFF;
        background-color: #fff;
        outline: none;
    }
    
    .hidden {
        display: none;
    }
    
    button {
        width: 100%;
        padding: 15px;
        background-color: #007BFF;
        color: white;
        font-size: 16px;
        font-weight: 600;
        border: none;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-top: 20px;
    }
    
    .pageform {
        display: none;
    }
        
    .pageform.active {
        display: block;
    }
    
    .slider-container {
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
            overflow: hidden;
            border: 2px solid #ddd;
            border-radius: 10px;
        }

        .img-thumbnail {
            background-color: #fff;
            border: 1px solid #dee2e6;
            border-radius: .25rem;
            width: 100%;
            height: 250px;
            align-content:center;
        }
        
        .modal {
            display: none; /* Hidden by default */
              position: fixed;
              z-index: 1000; /* Ensures it appears on top of other content */
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              overflow: auto; /* Enable scrolling for small screens */
              background-color: rgba(0, 0, 0, 0.8); /* Black background with transparency */
              justify-content: center;
              align-items: center;
              text-align: center;
              padding-top: 100px ;
        }
        .close {
            position: absolute;
            top: 50px;
            right: 25px;
            color: white;
            font-size: 30px;
            font-weight: bold;
            cursor: pointer;
        }
        
        .modal iframe {
          width: 85%; /* Responsive width */
          height: 500px; /* Default height */
          border: none; /* Remove border */
          margin: auto;
          border-radius: 8px; /* Optional: rounded corners */
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5); /* Shadow effect */
        }

        
/*model 2*/

    /* Large image display */
    .slider-for img {
      width: 100%;
      height: auto;
      border-radius: 5px;
      cursor: pointer; /* Cursor to indicate clickability */
    }

    /* Thumbnails below the large image */
    .slider-nav {
      margin-top: 15px;
      justify-content: center;
      gap: 20px;
    }

    .slider-nav .item-slick img {
      
      height: 60px; /* Keep proportional to width */
      object-fit: cover;
      cursor: pointer;
      transition: transform 0.3s ease, border-color 0.3s ease;
    }

    /* Highlight active thumbnail */
    .slider-nav .slick-current img {
      transform: scale(1.1);
      border-color: #007BFF; /* Highlight color for active */
    }



/* pricing table */

button.btn.btn-info{
    background:#f4bd08;
    border:none;
}
button.btn.btn-info:hover{
    background:#000;
    color:#fff;
    border:none;
}
.pricing-table{
    padding: 0px; 
    margin: 0px; 
    margin-top: 10px;
}
.pricing-table td{
    padding: 0px; 
    border-left: 1px solid transparent;
}
.pricing-table .pricing-table-list td{
    padding: 10px 0px; 
    font-weight: 500; 
    text-align: center; 
    font-size: 12px; 
    background: #F9F9F9;
    /*padding-left:60px;*/
    
}
.pricing-table .pricing-table-list .glyphicon-ok{
    color: #68AF27;
}
.pricing-table .pricing-table-list .glyphicon-remove{
    color: #C22439;
}
.pricing-table .pricing-table-list td:first-child{
    font-weight: 600; 
    text-align: left; 
    border-left: 0px; 
    font-size: 11px; 
    color: #333; 
    text-transform: uppercase;
}

.pricing-table .pricing-table-list:nth-child(2n) td{
    background: #F2F2F2;
}

.pricing-table .pricing-table-text h2{
    font-size: 2rem; 
    font-weight: 700; 
    line-height: 33px; 
    margin: 0px; 
    padding: 0px; 
    text-align: center; 
    color:#000;
    
}
.pricing-table .pricing-table-text p{
    font-size: 12px; 
    font-weight: 400; 
    text-align: center; 
    color: #666; 
    margin-top: 10px;
}

.pricing-table .pricing-table-item{
    color: #FFF;
}
.pricing-table .pricing-table-item .pricing-table-item-head{
    padding: 10px 5px; 
    text-align: center; 
    background: #f4bd08;
}
.pricing-table .pricing-table-item .pricing-table-item-head p{
    font-size: 17px; 
    font-weight: 600; 
    line-height: 21px; 
    text-transform: uppercase; 
    margin-bottom: 0px;
    color:#000;
}
.pricing-table .pricing-table-item .pricing-table-item-head span{
    font-size: 11px; 
    font-weight: 400;
}
    
.pricing-table .pricing-table-item .pricing-table-item-price{
    padding: 15px 10px; 
    text-align: center; 
    background: #FFF; 
    color: #009AD7;
}
.pricing-table .pricing-table-item .pricing-table-item-price p{
    font-size: 41px; 
    font-weight: 400; 
    line-height: 36px;
    margin-bottom: 0px;
    color:#000;
}
.pricing-table .pricing-table-item .pricing-table-item-price p span{
    font-size: 12px; 
    font-weight: 300;
}
.pricing-table .pricing-table-item .pricing-table-item-price > span{
    font-size: 12px; 
    font-weight: 400; 
    color: #009AD7
}

.pricing-table .pricing-table-item .pricing-table-item-purchase{
    padding: 10px 5px; 
    background: #FFF;
}
.pricing-table .pricing-table-item .pricing-table-item-purchase .btn{
    text-transform: uppercase; 
    margin-bottom: 0px;
    margin-top:0px;
    background:#f4bd08;
    border:none;
}
/* eof pricing table */    
section#hidden-section1 {
    margin-top: -90px;
}




/*Responsive*/
/* Responsive Design */
@media (max-width: 1024px) {
    .pricing-table td {
        display: block;
        width: 100%;
    }

    .pricing-table h2 {
        font-size: 1.3rem;
    }

    .pricing-table-item-price p {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 20px;
    }

    .pricing-table {
        display: block;
        overflow-x: auto;
    }

    .pricing-table td {
        display: block;
        width: 100%;
    }

    .pricing-table h2 {
        font-size: 1.2rem;
    }

    .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .accordion-header1 {
        font-size: 1rem;
        padding: 10px;
    }
    
}

@media (max-width: 480px) {
    .pricing-table h2 {
        font-size: 1rem;
    }

    .pricing-table-item-price p {
        font-size: 1.2rem;
    }

    .accordion-header1 {
        font-size: 0.9rem;
        padding: 8px;
    }

    .btn {
        font-size: 0.9rem;
        padding: 8px;
    }
    
}