:root {
    /* ===============================
       Brand Colors
    =============================== */
    --bs-primary: #8DC63F; /* Neon Green */
    --bs-primary-rgb: 141, 198, 63;

    --bs-secondary: #151515 !important; /* Dark Gray / Black */
    --bs-secondary-rgb: 21, 21, 21 !important;

    font-size: 20px;

    /* ===============================
       Bootstrap Core Colors
    =============================== */
    --success: #198754;
    --info: #0dcaf0;
    --warning: #ffc107;
    --danger: #dc3545;
    --dark: #1e1e1e;
    --light: #f7f7f7;
    --bs-light-rgb: 247, 247, 247;

    /* ===============================
       Effects & Layout
    =============================== */
    --hover-shadow: 0 0.5rem 1rem rgba(31, 69, 122, 0.15);
    --transition: all 0.3s ease;

    /* ===============================
       Typography & Spacing
    =============================== */

    font-family: 'Avenir Next LT Pro', sans-serif;

    /* ===============================
     Font Sizes
  =============================== */
  --fs-14: 14px;     /* 14px  */
  --fs-16: 16px;     /* 16px  */
  --fs-18: 0.9rem; /* 18px  */
  --fs-20: 1rem;  /* 20px  */
  --fs-21: 1.05rem;/* 21px  */
  --fs-22: 1.1rem; /* 22px  */
  --fs-24: 1.2rem;   /* 24px  */
  --fs-32: 1.6rem;     /* 32px  */
  --fs-42: 2rem; /* 42px  */
  --fs-80: 4rem;     /* 80px  */
  --fs-84: 4.2rem;  /* 84px  */

  /* ===============================
     Spacing (Section Padding)
  =============================== */
  --space-100: 5rem;
  --space-115: 5.75rem;
}

.fs-14 { font-size: var(--fs-14) !important; }
.fs-16 { font-size: var(--fs-16) !important; }
.fs-18 { font-size: var(--fs-18) !important; }
.fs-20 { font-size: var(--fs-20) !important; }
.fs-21 { font-size: var(--fs-21) !important; }
.fs-22 { font-size: var(--fs-22) !important; }
.fs-24 { font-size: var(--fs-24) !important; }
.fs-32 { font-size: var(--fs-32) !important; }
.fs-42 { font-size: var(--fs-42) !important; }
.fs-80 { font-size: var(--fs-80) !important; }
.fs-84 { font-size: var(--fs-84) !important; }

.space-100 { padding-block: var(--space-100) !important; }
.space-115 { padding-block: var(--space-115) !important; }

/*===== Start space =====*/

body .text-primary {
    color: #8bc54c !important;
}

.link-btn:after {
    content: "\f178";
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    font-family: 'Font Awesome 6 Pro';
    margin-left: 0.5rem;
    top: 0.1rem;
    position: relative;
}

p:not(:last-child) {
    margin-bottom: 1rem;
}
p {
    margin: 0;
}
.mt-space {
    margin-top: var(--space-115);
}
.mb-space {
    margin-bottom: var(--space-115);
}
.my-space {
    margin-top: var(--space-115);
    margin-bottom: var(--space-115);
}
.ms-space {
    margin-left: var(--space-115);
}
.me-space {
    margin-right: var(--space-115);
}
.mx-space {
    margin-left: var(--space-115);
    margin-right: var(--space-115);
}
.pt-space {
    padding-top: var(--space-115);
}
.pb-space {
    padding-bottom: var(--space-115);
}
.py-space {
    padding-top: var(--space-115);
    padding-bottom: var(--space-115);
}
.ps-space {
    padding-left: var(--space-115);
}
.pe-space {
    padding-right: var(--space-115);
}
.px-space {
    padding-left: var(--space-115);
    padding-right: var(--space-115);
}

.mt-space-mini {
    margin-top: var(--space-100);
}
.mb-space-mini {
    margin-bottom: var(--space-100);
}
.my-space-mini {
    margin-top: var(--space-100);
    margin-bottom: var(--space-100);
}
.ms-space-mini {
    margin-left: var(--space-100);
}
.me-space-mini {
    margin-right: var(--space-100);
}
.mx-space-mini {
    margin-left: var(--space-100);
    margin-right: var(--space-100);
}
.pt-space-mini {
    padding-top: var(--space-100);
}
.pb-space-mini {
    padding-bottom: var(--space-100);
}
.py-space-mini {
    padding-top: var(--space-100);
    padding-bottom: var(--space-100);
}
.ps-space-mini {
    padding-left: var(--space-100);
}
.pe-space-mini {
    padding-right: var(--space-100);
}
.px-space-mini {
    padding-left: var(--space-100);
    padding-right: var(--space-100);
}

.gap-space {
    gap: var(--space-115);
}
.gap-space-mini {
    gap: var(--space-115);
}
.gy-space {
        --bs-gutter-y: var(--space-115);
}
.gx-space {
        --bs-gutter-x: var(--space-115);
}
.gy-space-mini {
        --bs-gutter-y: var(--space-100);
}
.gx-space-mini {
        --bs-gutter-x: var(--space-100);
}

/*===== End space =====*/




/* =======Start About Us Pages ======= */
.breadcrumb-item+.breadcrumb-item::before {
    color: white;
    content: "/" !important;
}
.about-company  .column-wrap {
    padding: 3rem 3rem 3rem 4.5rem;
    border-radius: 1rem;
}
.about-why-choose-section {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.highlight-box {
  background:#1e1e1e;
  border-left: 3px solid var(--bs-primary); 
  padding: 1rem 1.25rem;  
  color: #fff;
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 1.5rem;
}

/*  */

.not-home-cta-section .inner-content {
    margin-left: auto;
}

.not-home-cta-section .rt-img {
    right: auto;
    left: 0;
}

.not-home-cta-section .rt-img .cta-ellipse {
    left: -4rem;
    right: auto;
}

.not-home-cta-section .rt-img .cta-girl-img {
    right: auto;
    left: 0;
}






.check-list-wrap ul {list-style: none;padding-left: 1.3rem;}

.check-list-wrap ul li {
    position: relative;
}

.check-list-wrap ul li:before {
    content: "";
    background-image: url(../img/check-icon.svg );
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 0.65rem;
    height: 0.65rem;
    position: absolute;
    top: 0.21rem;
    left: -1.25rem;
}

.check-list-wrap ul li:not(:last-child) {
    margin-bottom: 0.8rem;
}

.about-why-choose-section .icon-circle {
    background: var(--theme-color);
}

/* =======End About Us Pages ======= */



.section-wrap {
    margin-bottom: 2.5rem;
}
.section-subtitle {
    display: block;
    font-size: var(--fs-21);
    color: var(--bs-primary);    
    margin-bottom: 0.8rem;
    text-decoration: underline;
    line-height: 170%;
}
.section-title {
    font-size: var(--fs-42);
    font-weight: 700;
    line-height: 1.2;
    color: var(--bs-white);
    margin-bottom: 1.2rem;
    letter-spacing: -2px;
}



.lh-normal {
    line-height: normal;
}


.cursor-pointer {
    cursor: pointer;
}



/*===== Start Services Page =====*/
.services-card-row .icon-circle img {
    max-width: 2rem;
    margin-inline: auto;
}

.services-about-company::before {
    background-image: url('../img/about-why-choose-bg.png');
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 32.8rem;
    z-index: -1;
}


.case-studies-controls button {
    box-shadow: none;
    border: 1px solid #CCCCCC;
    background: transparent;
    border-radius: 50%;
    width: 2.2rem;
    height: 2.2rem;
    display: grid;
    place-content: center;
}

.case-studies-controls button img {
    max-width: 0.5rem;
}

.case-studies-controls button:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}


.testimonials-section {
    background: #1E1E1E url(../img/counter-section--bg.png) no-repeat;
    background-size: cover !important;
    background-position: bottom left !important; 
}

/*===== End Services Page =====*/




.accordion {
    --bs-accordion-body-padding-x: 1.5rem;
    --bs-accordion-body-padding-y: 1.25rem;

    --bs-accordion-btn-padding-x: 1.5rem;
    --bs-accordion-btn-padding-y: 1rem;
}

.accordion-button::after {
    background-image: url(../img/pluse.svg);
    max-width: 0.85rem;
    background-position: center;
    height: 0.85rem;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.svg);
    transform: inherit;
        background-position: center;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius:0;
    border-top-right-radius: 0;
}
.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: #1E1E1E;
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-button:focus {
    box-shadow: none;
    border: 0;
}
.accordion-button{
  border: 0;
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-button span {
    padding-right: 4rem;
    text-align: left;
}
.accordion-body {
    padding-top:0;
}


/*  */

 .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 3rem;
}

 .slick-dots li {
    width: 2.85rem;
    height: 3px;
    background: #454545;
    cursor: pointer;
    position: relative;
}

 .slick-dots li button {
    display: none;
}

 .slick-dots li.slick-active {
    background: var(--bs-primary);
}

 .slick-dots li:before {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: -4px;
    background: transparent;
}


/*  */

.cta-thumb1-1 {
    position: relative;
    bottom: -3rem;
}

/* Blog page */

.blog-img img {
    width: 100%;
}
.highlight-box {
  background:#1e1e1e;
  border-left: 3px solid var(--bs-primary); 
  padding: 1rem 1.25rem;  
  color: #fff;
  font-weight: 500;
  max-width: 500px;
  margin-bottom: 1.5rem;
}
.blog-single{
  background:#151515 ;
}

.blog-section:before, .blog-detail-section:before {
    content: "";
    background: url(../img/about-why-choose-bg.png);
    width: 100%;
    height: 32.8rem;
    position: absolute;
    left: 0;
    bottom: -8rem;
    z-index: -1;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}


.widget_categories a {
    border: 2px solid var(--theme-color);
    background: transparent;
    color: white;
}


.ot-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.ot-pagination .page-numbers.current {
    border-color: var(--theme-color);
}


div.heateor_sss_sharing_ul svg {
    max-width: 1.2rem;
    margin-inline: auto;
}
div.heateor_sss_bottom_sharing{
    display: none;
}

body .ot-comment-form form {
    margin: 0;
    padding: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    flex-direction: row;
}

body .ot-comment-form form .comment-notes {
    order: 1;
    display: none;
}

body .ot-comment-form form .form-group.mb-2 {
    order: 2;
    width: calc(50% - 8px);
}

body .ot-comment-form form .form-group:not(.mb-2) {
    order: 3;
    width: 100%;
}

body .ot-comment-form form .comment-form-cookies-consent {
    order: 4;
    margin-bottom: 0;
}

body .ot-comment-form form  .form-submit {
    order: 5;
    width: 100%;
    position: relative;
}

body .ot-comment-form form .form-submit input#submit {
    margin-top: 0 !important;
}
body .ot-comment-form form .comment-form-cookies-consent label {
    margin-bottom: 0;
}
body .ot-comment-form form .form-group {
    margin-bottom: 5px !important;
}

body .ot-comment-form form .form-group textarea#comment {
    margin-bottom: 0 !important;
}


body .ot-comment-form .form-control {
    position: relative;
    padding-left: 45px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right 20px top 1rem;
    padding-right: 50px;
}

/* Comment icon */
body .ot-comment-form #comment {
  background-image: url("../img/edit-icon.png");
}

/* Name icon */
body .ot-comment-form #author {
  background-image: url("../img/user-icon.png");
}

/* Email icon */
body .ot-comment-form #email {
  background-image: url("../img/email-icon.svg");
}





/*===== Start Contact Page =====*/


.contact-form-footer .form-control {
    border-radius: 2.5rem;
    background: #333333;
    border: 0;
    padding: 0.9rem 1.25rem;
    font-size: 0.9rem;
    color: white;
}

.contact-form-footer .form-control::placeholder {
    color: white;
}

.contact-form-footer textarea.form-control {
    border-radius: 1rem;
    height: 6.5rem;
}

.contact-form-footer .form-control:focus {
    box-shadow: none;
}

.contact-form-footer .form-control:not(textarea){  
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
}

.contact-form-footer .name-field input{
    background-image: url(../img/user-icon.png);
}

.contact-form-footer .email-field input{
    background-image: url(../img/email-icon.svg);
}
.contact-form-footer .phone-field input{
    background-image: url(../img/phone-icon.svg);
}
.contact-form-footer .services-field select{
    background-image: url(../img/down-arrow.png);
}
.submit-field input {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
}
.contact-footer {
    padding-bottom: 4.5rem;    
}


.contact-form-section-main .contact-footer {
    padding: 4rem;
    background: #151515;
}

.contact-form-section-main .contact-wrap .column {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    flex-wrap: wrap;
}

.contact-form-section-main .contact-wrap .icon {
    border: 2px solid var(--bs-primary);
    border-radius: 50%;
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-content: center;
    padding: 0.6rem;
    box-shadow: #8bc34a 0px 9px 15px -7px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    margin: 0;
}
.contact-form-section-main .contact-wrap .column a:hover {
    color: var(--theme-color) !important;
}
.contact-form-section-main .contact-wrap .icon img {
    max-width: 1.1rem;
}

.page-template-contact .footer-wrap {
    padding-top: 0;
    border: 0;
}

.contact-form-section-main .form-fields-row {
    gap: 0.75rem;
}
.contact-form-footer .subject-field input {
    background-image: url(../img/subject-icon.png);
}

.contact-form-section-main .contact-form-footer textarea {    
    height: 7rem;
}


.contact-form-section-main .contact-form-footer .form-control {
    padding: 0.9rem 1.5rem;
}


.contact-form-section-main .contact-form-footer textarea {
    background-image: url(../img/edit-icon.png);
    background-repeat: no-repeat;
    background-position: right 1.5rem top 1rem;
    padding-right: 3rem;
}

.contact-form-footer .form-control:not(textarea) {
    background-position: right 1.5rem center;
     
}

.contact-form-section-main .contact-form-footer .form-control{
padding-right: 3rem;
}

.page-template-contact .bg-shape-left, .page-template-contact .bg-shape-right {
    display: none;
}
.page-template-contact footer {
    background-position: top center;
}
.contact-form-section-main .contact-form-footer .form-control {
    padding: 0.9rem 1.5rem;
    height: 3.1rem;
}


.contact-form-section-main form .submit-field .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.contact-form-section-main form .submit-field  .wpcf7-submit {
    left: 0;
    top: 0;
    height: 100%;
}

.contact-form-section-main form .submit-field p {
    color: white;
}







.page-template-contact .footer-sub-contact-section {
    display: none;
}

.page-template-contact footer .widget-area {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0;
}



.page-template-contact footer .footer-shape2, .page-template-contact footer .footer-shape1 {
    display: none;
}
.contact-form-section-main form .submit-field .ot-btn {
    max-height: 62px;
}

/*===== End Contact Page =====*/




.footer-top .submit-field p {
    color: white;
}

.footer-top .submit-field .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.footer-top .submit-field .wpcf7-submit {
    left: 0;
    top: 0;
    height: 100%;
}

footer .contact-form2 form .form-group p {
    margin: 0;
}
footer .contact-form2 span.wpcf7-form-control-wrap {
	position: relative;
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
}

/* Dummy icons (replace URLs with real ones later) */
footer .contact-form2 [data-name="your-name"]::before {
      content: "\f007";
}

footer .contact-form2 [data-name="your-email"]::before {
      content: "\f0e0";
}

footer .contact-form2 [data-name="your-phone"]::before {
      content: "\f095";
}

footer .contact-form2 [data-name="your-service"]::before {
      content: "\f107";
}

footer .contact-form2 span.wpcf7-form-control-wrap::before {
    position: absolute;
    right: 1rem;
    top: 0.7rem;
    font-family: 'Font Awesome 6 Pro';
    color: var(--theme-color);
}
.footer-top .submit-field .ot-btn {
    max-height: 56px;
}
.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
    transform: scale(0.9);
    transform-origin: center;
    margin-inline: auto;
    text-align: center;
}
.recaptcha {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


/* Start 404 page css */

/* ===== 404 PAGE WRAPPER ===== */
.error-404 {
    text-align: center;
    padding: 80px 20px;
    max-width: 900px;
    margin: 0 auto;
    animation: fadeIn 0.6s ease;
}

.error-404 .page-header .page-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 10px;
}

.error-404 .page-content p {
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
}
/* ===== SEARCH BOX ===== */
.error-404 .search-form {
    width: 100%;
    max-width: 480px;
    margin: 25px auto;
    position: relative;
}

.error-404 .search-form .search-field {
    width: 100%;
    padding: 14px 50px 14px 18px;
    font-size: 16px;
    border: 0;
    border-radius: 30px;
    transition: 0.3s;
}

.error-404 .search-form .search-field:focus {
    border-color: #007bff;
    box-shadow: 0 0 4px rgba(0, 123, 255, 0.25);
}

.error-404 .search-submit {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 18px;
    color: var(--theme-color);
    cursor: pointer;
}






.error-404 .widget {
    display: none;
}



