   .about-icon {
     float: left;
     width: 50px;
   }

   .about-exp-content {
     padding-left: 65px;
   }

   .sec-title .title,
   .sec-title2 .title {
     font-family: Rubik, sans-serif !important;
   }

   .consulting-section-two .content-column h2 span {
     font-family: Rubik, sans-serif !important;
   }

   .blog-section {
     padding: 60px 0;
     background-color: #f8fafc;
   }

   .blog-card {
     background: #fff;
     border-radius: 12px;
     overflow: hidden;
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     margin-bottom: 30px;
     height: 100%;
     display: flex;
     flex-direction: column;
     opacity: 0;
     transform: translateY(20px);
     animation: fadeInUp 0.6s ease forwards;
   }

   .blog-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
   }

   .blog-image {
     position: relative;
     overflow: hidden;
     aspect-ratio: 16 / 9;
   }

   .blog-image img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     transition: transform 0.5s ease;
   }

   .blog-card:hover .blog-image img {
     transform: scale(1.1);
   }

   .blog-date {
     position: absolute;
     top: 15px;
     left: 15px;
     background: #010448;
     color: #fff;
     padding: 5px 12px;
     border-radius: 6px;
     font-size: 14px;
     font-weight: 600;
     z-index: 1;
   }

   .blog-content {
     padding: 20px;
     flex-grow: 1;
     display: flex;
     flex-direction: column;
   }

   .blog-title {
     font-size: 1.15rem;
     font-weight: 700;
     color: #010448;
     margin-bottom: 12px;
     line-height: 1.4;
     transition: color 0.3s ease;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     height: 2.8em;
   }

   .blog-card:hover .blog-title {
     color: #14BBC9;
   }

   .blog-excerpt {
     color: #64748b;
     font-size: 0.95rem;
     line-height: 1.6;
     margin-bottom: 20px;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     height: 4.56em;
   }

   .blog-footer {
     margin-top: auto;
     padding-top: 15px;
     border-top: 1px solid #f1f5f9;
     display: flex;
     align-items: center;
     justify-content: space-between;
   }

   .read-more-btn {
     color: #010448;
     font-weight: 700;
     font-size: 15px;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     transition: gap 0.3s ease;
   }

   .read-more-btn:hover {
     gap: 12px;
     color: #14BBC9;
   }

   .read-more-btn i {
     font-size: 12px;
   }

   @keyframes fadeInUp {
     to {
       opacity: 1;
       transform: translateY(0);
     }
   }

   .blog-card:nth-child(2) {
     animation-delay: 0.1s;
   }

   .blog-card:nth-child(3) {
     animation-delay: 0.2s;
   }

   .blog-card:nth-child(4) {
     animation-delay: 0.3s;
   }

   .blog-detail-section {
     padding: 60px 0;
     background-color: #f8fafc;
   }

   .blog-header {
     margin-bottom: 40px;
     opacity: 0;
     animation: fadeInDown 0.8s ease forwards;
   }

   /* .page-title h1  {
       display: none;
    } */

   .blog-header h1 {
     font-size: 2.5rem;
     font-weight: 800;
     color: #010448;
     margin-bottom: 20px;
     line-height: 1.2;
   }

   .blog-meta {
     display: flex;
     align-items: center;
     gap: 20px;
     color: #64748b;
     font-size: 14px;
   }

   .blog-meta i {
     color: #14BBC9;
   }

   .blog-main-image {
     width: 100%;
     border-radius: 20px;
     overflow: hidden;
     margin-bottom: 40px;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
     opacity: 0;
     animation: scaleIn 0.8s ease forwards 0.2s;
   }

   .blog-main-image img {
     width: 100%;
     height: auto;
     display: block;
   }

   .blog-detail-content-card {
     background: #fff;
     padding: 40px;
     border-radius: 12px;
     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
     margin-bottom: 30px;
   }

   .blog-post-content {
     line-height: 1.85;
     color: #1e293b;
     /* font-size: 1.25rem; */
     opacity: 0;
     animation: fadeInUp 0.8s ease forwards 0.4s;
   }

   .blog-post-content p {
     margin-bottom: 28px;
   }

   .blog-post-content h2,
   .blog-post-content h3 {
     color: #010448;
     margin-top: 45px;
     margin-bottom: 22px;
     font-weight: 700;
     line-height: 1.3;
   }

   /* Sidebar Styles */
   .blog-sidebar {
     padding-left: 20px;
     opacity: 0;
     animation: fadeInRight 0.8s ease forwards 0.6s;
     position: sticky;
     top: 100px;
     align-self: flex-start;
   }

   .sidebar-widget {
     background: #f8fafc;
     padding: 25px;
     border-radius: 15px;
     margin-bottom: 30px;
     border: 1px solid #e2e8f0;
   }

   .widget-title {
     font-size: 2rem;
     font-weight: 700;
     color: #010448;
     margin-bottom: 25px;
     padding-bottom: 10px;
     border-bottom: 2px solid #14BBC9;
     display: inline-block;
   }

   .widget-content {
     padding-right: 10px;
   }

   .recent-post-link {
     display: flex;
     gap: 15px;
     margin-bottom: 20px;
     text-decoration: none !important;
     transition: transform 0.3s ease;
   }

   .recent-post-link:hover {
     transform: translateX(5px);
   }

   .recent-post-img {
     width: 80px;
     height: 60px;
     border-radius: 8px;
     object-fit: cover;
   }

   .recent-post-info h4 {
     font-size: 14px;
     font-weight: 600;
     color: #010448;
     margin-bottom: 5px;
     line-height: 1.4;
   }

   .recent-post-date {
     font-size: 12px;
     color: #64748b;
   }

   /* Animations */
   @keyframes fadeInDown {
     from {
       opacity: 0;
       transform: translateY(-20px);
     }

     to {
       opacity: 1;
       transform: translateY(0);
     }
   }

   @keyframes fadeInUp {
     from {
       opacity: 0;
       transform: translateY(20px);
     }

     to {
       opacity: 1;
       transform: translateY(0);
     }
   }

   @keyframes fadeInRight {
     from {
       opacity: 0;
       transform: translateX(20px);
     }

     to {
       opacity: 1;
       transform: translateX(0);
     }
   }

   @keyframes scaleIn {
     from {
       opacity: 0;
       transform: scale(0.95);
     }

     to {
       opacity: 1;
       transform: scale(1);
     }
   }

   @media (max-width: 991px) {
     .blog-sidebar {
       padding-left: 0;
       margin-top: 50px;
       position: relative;
       top: 0;
       max-height: none;
       overflow: visible;
     }

     .blog-header h1 {
       font-size: 2rem;
     }
   }

   table,
   tr,
   th,
   td {
     border: 1px solid #17b6e6 !important;
   }

   * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
   }

   .reportBackBtn {
     font-size: 13px;
     text-decoration: none;
     border: #17b6e6 solid 1px;
     padding: 10px;
     color: #337ab7;
     border-radius: 50px;
     font-weight: 600;
   }

   .checkout_form h5,
   .checkout_form p {
     color: #1F1F1F;
   }

   .checkout {
     background: #17b6e6 !important;
     border: 1px solid #337ab7 !important;
     color: #fff;
   }

   #checkout_page {
     font-size: 15px;
     color: #000;
     line-height: 1.8em;
     font-weight: 400;
     width: 100%;
     background: #fff no-repeat fixed;
     background-size: cover;
     padding: 20px 40px;
   }

   .checkout_container {
     width: 100%;
     overflow: hidden;
     margin: auto;
     border: 1px solid #17b6e6;
   }

   .checkout_row {
     width: 100%;
     overflow: hidden;
     box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0.08);
     border-radius: 4px;
   }

   .checkout_left,
   .checkout_right {
     width: 50%;
     height: 675px;
     float: left;
   }

   .checkout_right {
     background-color: #f4f4f4;
   }

   .c_left_bg {
     background-color: #fff;
   }

   .checkout_form {
     padding: 20px 20px 10px;
     width: 100%;
     overflow: hidden;
   }

   .checkout_form h5 {
     font-size: 22px;
     font-weight: 600;
     padding: 0;
   }

   .checkout_form p {
     font-size: 14px;
     line-height: 1.5em;
     margin: 10px 0;
     letter-spacing: 0.03em;
   }

   .checkout_form_content .content_left,
   .checkout_form_content .content_right {
     width: 50%;
     float: left;
   }

   .content_left label,
   .content_right label {
     width: 100%;
     font-size: 14px;
     color: #000;
   }

   .content_left input[type="text"],
   input[type="email"],
   input[type="number"],
   input[type="password"] {
     width: 95%;
     padding: 7px 14px;
     margin: 5px 0;
     display: inline-block;
     border: #E1E1E1 solid 1px !important;
     box-sizing: border-box;
     font-size: 13px;
     outline: 0;
   }

   .content_left input[type="text"]:focus {
     box-shadow: 0 1px 6px 0 rgb(0 0 0 / 0.2);
     transition: all 0.2s ease-in-out;
   }

   .content_right input[type="text"],
   input[type="email"],
   input[type="password"] {
     width: 95%;
     padding: 7px 14px;
     margin: 5px 0;
     display: inline-block;
     border: #E1E1E1 solid 1px !important;
     box-sizing: border-box;
     font-size: 13px;
     outline: 0;
   }

   .content_right input[type="text"]:focus {
     box-shadow: 0 1px 6px 0 rgb(0 0 0 / 0.2);
     transition: all 0.2s ease-in-out;
   }

   .content_right textarea {
     width: 95%;
     margin: 10px 0;
     padding: 10px 15px 0;
     font-size: 13px;
     border-radius: 0;
   }

   .form_list>select,
   .form_list>select>option {
     color: #848484;
   }

   .form_list>p {
     font-family: Roboto;
     font-size: 14px;
     margin-top: 10px;
     color: #454545;
   }

   .cityListBilling {
     width: 95%;
     padding: 9px 15px;
     background-color: #fff;
     margin: 10px 0;
     outline: 0;
     border: #E1E1E1 solid 1px;
     border-radius: 0;
     cursor: pointer;
   }

   .checkoutBTN {
     background-color: #17b6e6;
     padding: 10px 15px;
     text-decoration: none;
     text-align: center;
     outline: 0;
     border: none;
     font-size: 15px;
     cursor: pointer;
     color: #fff;
     border-radius: 20px 20px 0;
     position: relative;
     left: 30%;
   }

   .order_summary {
     width: 100%;
     float: left;
     background: #fff;
     border-left: 25px solid #D1518A;
   }


   .checkout_form_content {
     width: 100%;
     margin-top: 10px;
   }

   .checkout_form_content table {
     border-collapse: collapse;
     border-color: #dcdcdc;
   }

   .checkout_form_content table tr td p {
     text-align: justify;
     line-height: 25px;
     color: #000;
   }

   .checkout_form_content table tr td {
     padding: 10px;
   }

   .payment_option {
     width: 100%;
   }

   .payment_input {
     width: 10%;
     float: left;
     margin-top: 15px;
   }

   .radio_left {
     float: left;
     width: 30%;
   }

   .radio_right {
     float: right;
     width: 70%;
     overflow: hidden;
     height: 50px;
   }

   .paypal_img {
     float: left;
     position: absolute;
     display: inline-block;
   }

   .paypal_img img {
     margin-top: -7px;
   }

   @media screen and (min-width:150px) and (max-width:768px) {
     * {
       margin: 0;
       padding: 0;
       box-sizing: border-box;
     }

     body {

       background: #e8f3ff;
       text-rendering: optimizeLegibility;
       backface-visibility: hidden;
     }

     #checkout_page,
     .checkout_form {
       padding: 10px;
     }

     .m_image {
       width: 40%;
     }

     .checkout_left,
     .checkout_right {
       width: 100% !important;
       height: auto !important;
     }

     .checkout_form h5 {
       font-size: 18px;
     }

     .checkout_form_content table tr td p {
       font-size: 14px;
     }

     .content_left,
     .content_left input[type="text"],
     .content_right,
     .content_right input[type="text"],
     input[type="email"],
     input[type="password"] {
       width: 100% !important;
     }

     .containerRadio {
       padding-left: 0;
       float: left;
     }

     .containerRadio img {
       top: -3px !important;
       left: 40px;
     }

     .RadioRight {
       padding-left: 0;
       padding-right: 75px;
     }

     .paymentmodesLabel {
       position: relative;
       padding-bottom: 10px;
       display: block;
     }

     .checkoutBTN {
       background-color: #17b6e6;
       padding: 10px 15px;
       text-decoration: none;
       text-align: center;
       outline: 0;
       border: none;
       font-size: 15px;
       cursor: pointer;
       color: #fff;
       border-radius: 20px 20px 0;
       position: relative;
       left: 0;
     }

     .RadioRight .payWithDebitCard {
       top: 2px;
       left: 40px;
     }
   }

   .billform-box {
     margin-bottom: 21px;
   }

   /* Modern Report Card Styles */
   .report-card-modern {
     background: #fff;
     border: 1px solid #c7e9ed;
     border-left: 5px solid #c7e9ed;
     /* Thick left accent border */
     padding: 25px;
     margin-bottom: 25px;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
     transition: all 0.3s ease;
     display: flex;
     flex-direction: column;
     position: relative;
     width: 100%;
     border-radius: 4px;
   }

   .report-card-modern:hover {
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
     transform: translateY(-2px);
     border-color: #14BBC9;
     border-left-color: #14BBC9;
   }

   .report-card-modern .card-body {
     flex: 1;
   }

   .report-card-modern .card-title {
     margin-bottom: 12px;
     font-family: 'Montserrat', sans-serif !important;
   }

   .report-card-modern .card-title a {
     color: #012b5e !important;
     /* Specific blue from screenshot */
     font-size: 19px;
     font-weight: 950 !important;
     /* Extra bold */
     line-height: 1.3;
     text-decoration: none;
     transition: 0.3s;
     display: block;
     margin-bottom: 8px;
   }

   .report-card-modern .card-title a:hover {
     color: #14BBC9 !important;
   }

   .report-card-modern .card-desc {
     color: #717171;
     /* Softer gray */
     font-size: 15px;
     line-height: 1.6;
     margin-bottom: 20px;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     line-clamp: 3;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-align: justify;
   }

   .report-card-modern .card-footer-modern {
     display: flex;
     justify-content: space-between;
     align-items: center;
     margin-top: 5px;
     padding-top: 15px;
   }

   .report-card-modern .card-date-badge {
     background: #fbbe07 !important;
     /* Golden from screenshot */
     color: #333 !important;
     padding: 8px 25px;
     font-size: 14px;
     font-weight: 700;
     border-radius: 4px;
     min-width: 120px;
     text-align: center;
   }

   .report-card-modern .view-more-btn-modern {
     background: #5bc6e8 !important;
     /* Cyan background from screenshot */
     color: #012b5e !important;
     /* Dark blue text from screenshot */
     padding: 10px 20px;
     font-size: 14px;
     font-weight: 950;
     text-transform: uppercase;
     letter-spacing: 0.5px;
     transition: 0.3s;
     cursor: pointer;
     text-decoration: none;
     display: inline-block;
     border-radius: 4px;
     border: 2px solid #012b5e;
     /* Dark blue border from screenshot */
   }

   .report-card-modern .view-more-btn-modern:hover {
     background: #012b5e !important;
     border-color: #012b5e;
     color: #fff !important;
   }

   @media (max-width: 768px) {
     .report-card-modern {
       padding: 20px;
     }

     .report-card-modern .card-title a {
       font-size: 15px;
     }

     .report-card-modern .card-date-badge {
       padding: 6px 12px;
       font-size: 12px;
     }

     .report-card-modern .view-more-btn-modern {
       padding: 6px 14px;
       font-size: 11px;
     }
   }


   .current-openings-block {
     margin: 5px 0;
     padding: 12px;
     background: #f4f4f4 none repeat scroll 0 0;
     font-weight: 600;
     font-size: 16px;
   }


   @media screen and (min-width: 980px) {
     .inner-box-topContent {
       height: 120px;
       overflow: hidden;
       text-overflow: ellipsis;
     }
   }

   .cat_relative {
     position: relative;
   }

   .po_abs {
     width: 35px;
     height: 35px;
     top: 78px;
     position: absolute;
     left: 21px;
     border-radius: 100%;
     background: #14BBC9;
     z-index: 1;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     flex-direction: column;
     line-height: 16px;
     font-size: 9px;
   }

   .date-txt {
     float: left;
     /* margin: 3px; */
     /*border: 1px solid #010448;*/
     border-radius: 4px;
     padding-left: 10px;
     padding-right: 10px;
     background: #fbbe07;
     color: #000;
   }

   .press-release-section .inner-box {
     transition: 0.3s;
   }

   .press-release-section .inner-box:hover {
     box-shadow: 0 0 11px rgba(33, 33, 33, .2);
     transition: 0.3s;
   }

   .page-title {
     background-position: center !important;
   }

   .pr_right_box {
     right: auto !important;
   }

   .center-pull {
     margin-bottom: 20px;
   }

   @media (max-width: 768px) {
     .po_abs {
       width: 81px;
       height: 81px;
       top: 47%;
       left: 11%;
       font-size: 16px;
       line-height: 28px;
     }
   }

   body,
   html {
     height: 100%;
     margin: 0;
   }

   .bgimg {
     background-image: url('<?php echo base_url() ?>assets/images/coming-soon.png');
     height: 100%;
     background-position: center;
     background-size: cover;
     position: relative;
     color: white;
     font-family: "Courier New", Courier, monospace;
     font-size: 25px;
   }

   #phone {
     padding-left: 60px;
   }

   @media only screen and (max-width: 479px) {
     #phone {
       padding-left: 60px !important;
     }
   }

   .intl-tel-input .flag-dropdown .country-list {
     list-style: none;
     padding: 0;
     margin: 0;
     z-index: 1;
     overflow-y: scroll;
     box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
     background-color: white;
     border: 1px solid #cccccc;
     position: absolute;
     top: 29px;
     width: 330px;
     max-height: 200px;
     left: 10px !important;
   }

   .intl-tel-input .flag-dropdown {
     position: absolute;
     z-index: 1;
     cursor: pointer;
     padding-left: 10px;
   }

   .page-title .page-breadcrumb li:after {
     display: none !important;
   }

   .page-title h2 {
     color: #fff;
     font-size: 29px;
     font-weight: 800;
     line-height: 0;
     text-transform: capitalize;
   }

   .consulting-section-two .inner-container .sec-title,
   .page-title h2 {
     margin-bottom: 30px;
   }

   .page-title:before {
     position: absolute;
     top: 0;
     background-color: rgb(209 209 209 / 30%);
   }

   li>a:after {
     content: none !important;
   }

   table,
   tr,
   th,
   td {
     border: 1px solid #17b6e6 !important;
   }

   * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
   }

   .reportBackBtn {
     font-size: 13px;
     text-decoration: none;
     border: #17b6e6 solid 1px;
     padding: 10px;
     color: #337ab7;
     border-radius: 50px;
     font-weight: 600;
   }

   .checkout_form h5,
   .checkout_form p {
     color: #1F1F1F;
   }

   .checkout {
     background: #17b6e6 !important;
     border: 1px solid #337ab7 !important;
     color: #fff;
   }

   #checkout_page {
     font-size: 15px;
     color: #000;
     line-height: 1.8em;
     font-weight: 400;
     width: 100%;
     background: #fff no-repeat fixed;
     background-size: cover;
     padding: 20px 40px;
   }

   .checkout_container {
     width: 100%;
     overflow: hidden;
     margin: auto;
     border: 1px solid #17b6e6;
   }

   .checkout_row {
     width: 100%;
     overflow: hidden;
     box-shadow: 0 2px 5px 0 rgb(0 0 0 / 0.08);
     border-radius: 4px;
   }

   .checkout_left,
   .checkout_right {
     width: 50%;
     height: 675px;
     float: left;
   }

   .checkout_right {
     background-color: #f4f4f4;
   }

   .c_left_bg {
     background-color: #fff;
   }

   .checkout_form {
     padding: 20px 20px 10px;
     width: 100%;
     overflow: hidden;
   }

   .checkout_form h5 {
     font-size: 22px;
     font-weight: 600;
     padding: 0;
   }

   .checkout_form p {
     font-size: 14px;
     line-height: 1.5em;
     margin: 10px 0;
     letter-spacing: 0.03em;
   }

   .checkout_form_content .content_left,
   .checkout_form_content .content_right {
     width: 50%;
     float: left;
   }

   .content_left label,
   .content_right label {
     width: 100%;
     font-size: 14px;
     color: #000;
   }

   .content_left input[type="text"],
   input[type="email"],
   input[type="number"],
   input[type="password"] {
     width: 95%;
     padding: 7px 14px;
     margin: 5px 0;
     display: inline-block;
     border: #E1E1E1 solid 1px !important;
     box-sizing: border-box;
     font-size: 13px;
     outline: 0;
   }

   .content_left input[type="text"]:focus {
     box-shadow: 0 1px 6px 0 rgb(0 0 0 / 0.2);
     transition: all 0.2s ease-in-out;
   }

   .content_right input[type="text"],
   input[type="email"],
   input[type="password"] {
     width: 95%;
     padding: 7px 14px;
     margin: 5px 0;
     display: inline-block;
     border: #E1E1E1 solid 1px !important;
     box-sizing: border-box;
     font-size: 13px;
     outline: 0;
   }

   .content_right input[type="text"]:focus {
     box-shadow: 0 1px 6px 0 rgb(0 0 0 / 0.2);
     transition: all 0.2s ease-in-out;
   }

   .content_right textarea {
     width: 95%;
     margin: 10px 0;
     padding: 10px 15px 0;
     font-size: 13px;
     border-radius: 0;
   }

   .form_list>select,
   .form_list>select>option {
     color: #848484;
   }

   .form_list>p {
     font-family: Roboto;
     font-size: 14px;
     margin-top: 10px;
     color: #454545;
   }

   .cityListBilling {
     width: 95%;
     padding: 9px 15px;
     background-color: #fff;
     margin: 10px 0;
     outline: 0;
     border: #E1E1E1 solid 1px;
     border-radius: 0;
     cursor: pointer;
   }

   .checkoutBTN {
     background-color: #17b6e6;
     padding: 10px 15px;
     text-decoration: none;
     text-align: center;
     outline: 0;
     border: none;
     font-size: 15px;
     cursor: pointer;
     color: #fff;
     border-radius: 20px 20px 0;
     position: relative;
     left: 30%;
   }

   .order_summary {
     width: 100%;
     float: left;
     background: #fff;
     border-left: 25px solid #D1518A;
   }


   .checkout_form_content {
     width: 100%;
     margin-top: 10px;
   }

   .checkout_form_content table {
     border-collapse: collapse;
     border-color: #dcdcdc;
   }

   .checkout_form_content table tr td p {
     text-align: justify;
     line-height: 25px;
     color: #000;
   }

   .checkout_form_content table tr td {
     padding: 10px;
   }

   .payment_option {
     width: 100%;
   }

   .payment_input {
     width: 10%;
     float: left;
     margin-top: 15px;
   }

   .radio_left {
     float: left;
     width: 30%;
   }

   .radio_right {
     float: right;
     width: 70%;
     overflow: hidden;
     height: 50px;
   }

   .paypal_img {
     float: left;
     position: absolute;
     display: inline-block;
   }

   .paypal_img img {
     margin-top: -7px;
   }

   @media screen and (min-width:150px) and (max-width:768px) {
     * {
       margin: 0;
       padding: 0;
       box-sizing: border-box;
     }

     body {

       background: #e8f3ff;
       text-rendering: optimizeLegibility;
       backface-visibility: hidden;
     }

     #checkout_page,
     .checkout_form {
       padding: 10px;
     }

     .m_image {
       width: 40%;
     }

     .checkout_left,
     .checkout_right {
       width: 100% !important;
       height: auto !important;
     }

     .checkout_form h5 {
       font-size: 18px;
     }

     .checkout_form_content table tr td p {
       font-size: 14px;
     }

     .content_left,
     .content_left input[type="text"],
     .content_right,
     .content_right input[type="text"],
     input[type="email"],
     input[type="password"] {
       width: 100% !important;
     }

     .containerRadio {
       padding-left: 0;
       float: left;
     }

     .containerRadio img {
       top: -3px !important;
       left: 40px;
     }

     .RadioRight {
       padding-left: 0;
       padding-right: 75px;
     }

     .paymentmodesLabel {
       position: relative;
       padding-bottom: 10px;
       display: block;
     }

     .checkoutBTN {
       background-color: #17b6e6;
       padding: 10px 15px;
       text-decoration: none;
       text-align: center;
       outline: 0;
       border: none;
       font-size: 15px;
       cursor: pointer;
       color: #fff;
       border-radius: 20px 20px 0;
       position: relative;
       left: 0;
     }

     .RadioRight .payWithDebitCard {
       top: 2px;
       left: 40px;
     }
   }

   .intl-tel-input.allow-dropdown.separate-dial-code.iti-sdc-4 .selected-flag {
     width: 34px;
   }

   .hidecls2 {
     float: left;
     width: 25% !important;
   }

   .hidecls {
     width: auto !important;
   }

   @media only screen and (max-width: 479px) {
     .intl-tel-input .flag-dropdown .selected-flag {
       margin: 1px;
       padding: 8px 12px 10px 10px !important;
     }
   }

   .label-form {
     font-weight: 600;
   }

   /* Modern Form Styling */
   .modern-form {
     max-width: 100%;
     padding: 20px 0;
   }

   .form-group-modern {
     margin-bottom: 10px;
   }

   .form-group-modern label {
     display: block;
     font-size: 14px;
     font-weight: 600;
     color: #1a1a1a;
     margin-bottom: 8px;
   }

   .required {
     color: #e53e3e;
     margin-left: 2px;
   }

   .form-control-modern {
     width: 100%;
     padding: 12px 16px;
     font-size: 14px;
     line-height: 1.5;
     color: #1a1a1a;
     background-color: #fff;
     border: 1px solid #d1d5db;
     border-radius: 6px;
     transition: all 0.2s ease;
     box-sizing: border-box;
   }

   .form-control-modern:focus {
     outline: none;
     border-color: #3b82f6;
     box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
   }

   .form-control-modern::placeholder {
     color: #9ca3af;
   }

   textarea.form-control-modern {
     resize: vertical;
     min-height: 100px;
   }

   select.form-control-modern {
     appearance: none;
     background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%239ca3af' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
     background-repeat: no-repeat;
     background-position: right 16px center;
     padding-right: 40px;
   }

   .form-helper-text {
     display: block;
     font-size: 13px;
     color: #6b7280;
     margin-top: 6px;
   }

   .captcha-container-modern {
     display: flex;
     align-items: center;
     gap: 10px;
     flex-wrap: wrap;
   }

   .captcha-container-modern .hidecls2 {
     flex: 0 0 auto;
   }

   .captcha-container-modern .captcha-refresh {
     flex: 0 0 auto;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 8px;
     background: #f3f4f6;
     border-radius: 6px;
     transition: background 0.2s ease;
   }

   .captcha-container-modern .captcha-refresh:hover {
     background: #e5e7eb;
   }

   .captcha-container-modern .captcha-input {
     flex: 1;
     min-width: 150px;
   }

   .privacy-notice {
     font-size: 13px;
     color: #6b7280;
     margin: 20px 0;
     line-height: 1.6;
   }

   .privacy-notice a {
     color: #3b82f6;
     text-decoration: none;
   }

   .privacy-notice a:hover {
     text-decoration: underline;
   }

   .btn-submit-modern {
     width: 100%;
     padding: 14px 24px;
     font-size: 15px;
     font-weight: 600;
     color: #fff;
     background: #000;
     border: none;
     border-radius: 6px;
     cursor: pointer;
     transition: all 0.2s ease;
   }

   .btn-submit-modern:hover {
     background: #1a1a1a;
     transform: translateY(-1px);
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
   }

   .btn-submit-modern:active {
     transform: translateY(0);
   }

   @media only screen and (max-width: 479px) {
     .form-group-modern {
       margin-bottom: 18px;
     }

     .form-control-modern {
       font-size: 16px;
       /* Prevent zoom on mobile */
     }
   }

   /* Ensure footer is visible */
   .consulting-section-two {
     overflow: visible !important;
     position: relative !important;
     height: auto !important;
     margin-bottom: 30px;
   }

   .consulting-section-two::after {
     content: "";
     display: table;
     clear: both;
   }

   .error-page-section {
     padding: 80px 0;
     min-height: 60vh;
     display: flex;
     align-items: center;
     background-color: #fcfcfc;
   }

   .error-content-box {
     text-align: center;
     max-width: 900px;
     margin: 0 auto;
   }

   .error-title {
     font-size: 32px;
     font-weight: 700;
     color: #010448;
     margin-bottom: 15px !important;
     line-height: 1.4;
   }

   .error-subtitle {
     font-size: 18px;
     color: #666;
     margin-bottom: 40px;
   }

   /* Search Box Styles */
   .error-search-box {
     max-width: 700px;
     margin: 0 auto 40px;
     background: #fff;
     border-radius: 50px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
     border: 1px solid #17b6e6;
     padding: 5px;
   }

   .error-search-box .input-group {
     display: flex;
     align-items: center;
     width: 100%;
   }

   .error-search-box .input-group-addon.search-icon {
     background: transparent;
     border: none;
     color: #010448;
     font-size: 20px;
     padding-left: 20px;
     padding-right: 10px;
   }

   .error-search-box input.form-control {
     border: none;
     box-shadow: none;
     height: 50px;
     font-size: 16px;
     padding-left: 10px;
     width: auto !important;
     flex: 1;
     background: transparent;
   }

   .error-search-box .input-group-btn {
     width: auto;
   }

   .error-search-box .btn-search {
     background-color: #17b6e6;
     color: #fff;
     border-radius: 40px;
     padding: 12px 35px;
     font-size: 16px;
     font-weight: 600;
     border: none;
     transition: all 0.3s;
   }

   .error-search-box .btn-search:hover {
     background-color: #010448;
   }

   /* Popular Industries Styles */
   .popular-industries {
     margin-top: 30px;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 10px;
   }

   .pi-label {
     font-weight: 700;
     color: #010448;
     font-size: 16px;
     margin-bottom: 10px;
   }

   .pi-tags {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 10px;
   }

   .pi-tag {
     background-color: #010448;
     color: #fff !important;
     padding: 6px 15px;
     border-radius: 20px;
     font-size: 13px;
     text-decoration: none;
     transition: all 0.3s;
     display: inline-block;
   }

   .pi-tag:hover {
     background-color: #17b6e6;
     transform: translateY(-2px);
   }

   .po_abs {
     width: 35px;
     height: 35px;
     top: 78px;
     position: absolute;
     left: 22px;
     border-radius: 100%;
     background: #14BBC9;
     z-index: 1;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     flex-direction: column;
     line-height: 12px;
     font-size: 9px;
   }

   .center-pull {
     margin-bottom: 20px;
   }

   @media (max-width: 768px) {
     .po_abs {
       width: 81px;
       height: 81px;
       top: 47%;
       left: 11%;
     }
   }

   @media screen and (min-width: 980px) {
     .inner-box-topContent {
       height: 120px;
       overflow: hidden;
       text-overflow: ellipsis;
     }
   }

   .enq_contact_list {
     padding: 10px 10px 10px 20px;
   }

   @media screen and (min-width: 980px) {
     .inner-box-topContent {
       height: 190px;
       overflow: hidden;
       text-overflow: ellipsis;
     }
   }

   /* Container overrides */
   .services-single-section {
     min-height: 70vh;
     display: flex;
     align-items: center;
     justify-content: center;
   }

   /* Card Styling */
   .thank-you-card {
     background: #ffffff;
     padding: 50px 40px;
     border-radius: 12px;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
     text-align: center;
     max-width: 650px;
     margin: 0 auto;
     border-top: 5px solid #17b6e6;
   }

   /* Typography */
   .thank-you-title {
     font-size: 42px;
     font-weight: 800;
     color: #010448;
     margin-bottom: 10px !important;
     margin-top: 20px !important;
   }

   .thank-you-subtitle {
     font-size: 20px;
     color: #17b6e6;
     margin-bottom: 15px !important;
     font-weight: 600;
     text-transform: none;
   }

   .thank-you-text {
     font-size: 16px;
     color: #666;
     margin-bottom: 35px;
     line-height: 1.6;
   }

   /* Button Styling */
   .explore-btn {
     display: inline-block;
     padding: 12px 35px;
     font-size: 15px;
     font-weight: 600;
     color: #fff !important;
     background-color: #010448;
     border: 2px solid #010448;
     border-radius: 30px;
     text-transform: uppercase;
     transition: all 0.3s ease;
     cursor: pointer;
     text-decoration: none !important;
   }

   .explore-btn:hover {
     background-color: #fff;
     color: #010448 !important;
     box-shadow: 0 5px 15px rgba(1, 4, 72, 0.2);
     transform: translateY(-2px);
   }

   /* Animated Checkmark */
   .checkmark {
     width: 80px;
     height: 80px;
     border-radius: 50%;
     display: block;
     stroke-width: 2;
     stroke: #fff;
     stroke-miterlimit: 10;
     margin: 0 auto;
     box-shadow: inset 0px 0px 0px #7ac142;
     animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
   }

   .checkmark__circle {
     stroke-dasharray: 166;
     stroke-dashoffset: 166;
     stroke-width: 2;
     stroke-miterlimit: 10;
     stroke: #7ac142;
     fill: none;
     animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
   }

   .checkmark__check {
     transform-origin: 50% 50%;
     stroke-dasharray: 48;
     stroke-dashoffset: 48;
     animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
   }

   @keyframes stroke {
     100% {
       stroke-dashoffset: 0;
     }
   }

   @keyframes scale {

     0%,
     100% {
       transform: none;
     }

     50% {
       transform: scale3d(1.1, 1.1, 1);
     }
   }

   @keyframes fill {
     100% {
       box-shadow: inset 0px 0px 0px 50px #7ac142;
     }
   }