/*===========================================================================*/
/*! Var Declaration......... */
/*===========================================================================*/

:root {

    /*+ Fonts Family */
    --HL-p-fontfam: 'Lato', sans-serif;
    --HL-s-fontfam: 'Inter', serif;
    --HL-t-fontfam: 'sans-serif';


    /*+ Fonts Size */
    --HL-p-fontsize: 2.25rem;
    --HL-s-fontsize: 1.5rem;
    --HL-t-fontsize: 1.875rem;
    --HL-m-fontsize: 1rem;
    --HL-alt-fontsize: 1.25rem;

    /*+ Font Colors */
    --HL-p-color: #ef4027;
    --HL-s-color: #000000;
    --HL-t-color: #000000;
    --HL-head-color: #F15D2F;
    --HL-t2-color: #f5f5f5;
    --HL-btn-color: #ef4027;
    --HL-btn-hover: #3b3b3b;
    --HL-bg1-color: #000000;
    --HL-bg2-color: #d9d9d9;
    --HL-bg3-color: #3B3B3B;
    --HL-bg4-color: #191B1E;
    --HL-bg5-color: #ef4027;
    --HL-bg6-color: #020000;
    --HL-ib-head-color: #ffffff;
    --HL-ib-bg-color: #979899;
    --HL-ib-body-color: #f5f5f5;
    --HL-ib-text-color: #020000;
    --HL-w-color: #ffffff;
    --HL-blk-color: #000000;
    --HL-blk-tran: #e0050500;

    /*+ Line Height */
    --HL-p-lineheight: 1.1em;
    --HL-s-lineheight: 1.2em;
    --HL-t-lineheight: 1.5em;

    /*+ Letter Spacing */
    --HL-p-lspacing: 0.85px;


}

/*===========================================================================*/
/*! Var Declaration End......... */
/*===========================================================================*/

/*===========================================================================*/
/*! Basic resetting......... */
/*===========================================================================*/

*,
*::before,
*::after {

    box-sizing: border-box;
}

* {

    margin: 0;
    padding: 0;
}

html {

    scroll-behavior: smooth;
    scroll-padding-top: 20px;
}

body {

    min-height: 100vh;
    color: var(--HL-p-color);
    font-family: var(--HL-p-fontfam);
    padding: 0 !important;

}

img,
picture,
svg,
video {

    display: block;
    max-width: 100%;
}

input,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {

    overflow-wrap: break-word;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {

    color: inherit;
}

/*===========================================================================*/
/*! Basic resetting End......... */
/*===========================================================================*/

.container {

    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    /* padding: 0 10px; */
}

header.newvd_header {

    display: none;
}

/*! Header Section......... */

header {

    padding: 34px 30px 45px 30px;
    background: var(--HL-bg1-color);
    position: static;
}

header .hl-logo-wrapper {

    display: flex;
    gap: 5px;
}

header .hl-logo-wrapper img {

    width: 201px;
    height: 71px;
    object-fit: contain;

}

/*! Section-1......... */

.hl-sec-1 .container .hl-hero {

    display: flex;
}

.hl-sec-1 .container .hl-hero-left {

    padding: 100px 50px 120px 50px;
    width: 37%;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.hl-sec-1 .container .hl-hero-right {

    width: 63%;
}

.hl-sec-1 .container .hl-hero-head {

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hl-sec-1 .container .hl-hero a {

    font-size: 18px;
    font-family: var(--HL-p-fontfam);
    color: var(--HL-p-color);
    font-weight: 700;
    margin: 0;
    line-height: var(--HL-p-lineheight);

}

.hl-sec-1 .container .hl-hero h1 {

    font-size: 40px;
    font-family: var(--HL-p-fontfam);
    color: var(--HL-s-color);
    font-weight: 900;
    line-height: var(--HL-p-lineheight);
    width: 85%;
    margin: 0;
}

.hl-sec-1 .container .hl-hero p {

    font-size: 18px;
    font-family: var(--HL-p-fontfam);
    font-style: italic;
    color: var(--HL-s-color);
    font-weight: 400;
    margin: 0;
    line-height: var(--HL-s-lineheight);

}

.hl-sec-1 .container .hl-hero-btn {

    display: flex;
    gap: 10px;
}

.hl-sec-1 .container .hl-hero-btn a {

    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--HL-w-color);
    background: var(--HL-btn-color);
    padding: 10px;
    border-radius: 10px;
    min-width: 180px;
    min-height: 40px;
}

.hl-sec-1 .container .hl-hero-box {

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 171px), 1fr));
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 35px 0 0 0;
}

.hl-sec-1 .container .hl-hero-box1 {

    border: 1px solid #6d93c7;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    align-items: center;
    min-height: 100px;

}

.hl-sec-1 .container .hl-hero-box1 h2 {

    font-size: 21px;
    font-family: var(--HL-p-fontfam);
    color: var(--HL-p-color);
    font-weight: 900;
    text-align: center;
    font-style: italic;
    margin: 0;

}

.hl-sec-1 .container .hl-hero-box1 p {

    font-size: 16px;
    font-family: var(--HL-p-fontfam);
    color: var(--HL-s-color);
    font-weight: 400;
    text-align: center;
    font-style: italic;
    margin: 0;

}

/*! Section-2......... */

.hl-sec-2 {

    background: var(--HL-bg2-color);
    padding: 35px;


}

.hl-sec-2 .container {

    display: grid;
    place-items: center;
}

.hl-sec-2 .container .hl-icon-wrapper {

    width: 64%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 100px), 1fr));
    grid-template-columns: repeat(8, 1fr);
    gap: 35px;

}

.hl-sec-2 .container .hl-icon-box {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 143px;
}

.hl-sec-2 .container .hl-icon-box img {

    width: 100px;
    height: 100px;

}

.hl-sec-2 .container .hl-icon-box p {

    font-size: 14px;
    font-family: var(--HL-p-fontfam);
    color: var(--HL-s-color);
    font-weight: 400;
    text-align: center;
    line-height: var(--HL-s-lineheight);
    margin: 0;

}

/*! Section-3......... */

.hl-sec-3 {

    padding: 65px 15px;
}

.hl-sec-3 .container {

    display: grid;
    place-items: center;
}

.hl-sec-3 .container .hl-box-wrapper {

    width: 70%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;

}

.hl-sec-3 .container .hl-info-box {

    background: var(--HL-ib-body-color);
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.hl-sec-3 .container .hl-info-box-head {

    background: var(--HL-ib-bg-color);
    padding: 15px;


}

.hl-sec-3 .container .hl-info-box-head h2 {

    font-size: 24px;
    font-family: var(--HL-p-fontfam);
    color: var(--HL-w-color);
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.hl-sec-3 .container .hl-info-box-items {

    padding: 10px 55px 35px 55px;
}

.hl-sec-3 .container .hl-info-box-items2 {
    padding: 10px 30px 35px 55px;
}

.hl-sec-3 .container .hl-info-box-items ul {

    margin: 0;
}

.hl-sec-3 .container .hl-info-box-items ul li {

    list-style: disc;
    font-size: 18px;
    font-family: var(--HL-p-fontfam);
    font-weight: 400;
    line-height: var(--HL-s-lineheight);
    color: var(--HL-ib-text-color);
    margin-top: 5px;

}

/*! Section-4......... */

.hl-sec-4 {

    padding: 65px 15px 165px 15px;
    background: var(--HL-bg3-color);
}

.hl-sec-4 .container {

    display: grid;
    place-items: center;
}

.hl-sec-4 .container .hl-why {

    width: 63.5%;
    display: grid;
    gap: 40px;

}

.hl-sec-4 .container .hl-why-head {

    display: flex;
    flex-direction: column;
    gap: 10px;

}

.hl-sec-4 .container .hl-why-head h2 {

    font-size: 18px;
    font-family: var(--HL-p-fontfam);
    color: var(--HL-head-color);
    font-weight: 700;
    margin: 0;
}

.hl-sec-4 .container .hl-why-head h3 {

    font-size: 30px;
    font-family: var(--HL-p-fontfam);
    color: var(--HL-w-color);
    font-weight: 700;
    margin: 0;
}

.hl-sec-4 .container .hl-why-head p {

    font-size: 20px;
    font-family: var(--HL-p-fontfam);
    color: var(--HL-w-color);
    font-weight: 400;
    font-style: italic;
    line-height: var(--HL-s-lineheight);
    margin: 0;
}

.hl-sec-4 .container .hl-why-box {

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;

    margin: 0 50px;
}

.hl-sec-4 .container .hl-why-box1 {

    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hl-sec-4 .container .hl-why-box1 .hl-why-box-head {

    padding: 15px 60px;
    background: var(--HL-p-color);


}

.hl-sec-4 .container .hl-why-box1 .hl-why-box-head p {

    font-size: 15px;
    font-family: var(--HL-p-fontfam);
    color: var(--HL-bg2-color);
    font-weight: 700;
    line-height: var(--HL-p-lineheight);
    text-align: left;
    margin: 0;
}

.hl-sec-4 .container .hl-why-box1 .hl-why-box-head h2 {
    font-size: 21px;
    font-family: var(--HL-p-fontfam);
    color: var(--HL-w-color);
    font-weight: 700;
    line-height: var(--HL-p-lineheight);
    text-align: left;
    margin: 0;

}

.hl-sec-4 .container .hl-why-box1 .hl-why-box-content {

    background: var(--HL-w-color);
    padding: 0 25px 25px 25px;
    flex-grow: 1;
}

.hl-sec-4 .container .hl-why-box1 .hl-why-li,
.hl-sec-4 .container .hl-why-box1 .hl-why-li-btn {

    display: flex;
    gap: 10px;
    border-bottom: 1px solid #979899;
    padding: 10px;
    align-items: center;
}

.hl-sec-4 .container .hl-why-box-list {

    width: 83%;
    margin: 0 auto;
}

.hl-sec-4 .container .hl-why-box1 .hl-why-li:last-child {

    border: 0;
}

.hl-sec-4 .container .hl-why-box1 .hl-why-li-btn {

    border: 0;
    background: #eaf3df;
    border-radius: 10px;
}

.hl-sec-4 .container .hl-why-box1 .hl-why-li-left,
.hl-sec-4 .container .hl-why-box1 .hl-why-li-btn-left {

    width: 25px;
    height: 25px;
    background: #eaf3df;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #264f11;
}

.hl-sec-4 .container .hl-why-box1 .hl-why-li-btn-left {

    background: var(--HL-w-color);
}

.hl-sec-4 .container .hl-why-box1 .hl-why-li-right p,
.hl-sec-4 .container .hl-why-box1 .hl-why-li-btn-right p {

    font-size: 18px;
    font-family: var(--HL-p-fontfam);
    color: var(--HL-s-color);
    font-weight: 400;
    line-height: var(--HL-p-lineheight);
    margin: 0;

}

.hl-sec-4 .container .hl-why-box1 .hl-why-li-btn-right p {

    font-weight: 700;
    color: #264f11;
    margin: 0;
}

.hl-sec-4 .container .hl-why-box1 .hl-why-box-list {

    display: grid;
    gap: 40px;
}

.hl-sec-4 .container .hl-why-box2 .hl-why-box-head {

    background: var(--HL-bg4-color);
}

.hl-sec-4 .container .hl-why-box2 .hl-why-box-content {

    background: var(--HL-bg2-color);
    background: #dddddd;
}

.hl-sec-4 .container .hl-why-box2 .hl-why-li-btn {

    background: var(--HL-ib-bg-color);
}

.hl-sec-4 .container .hl-why-box2 .hl-why-li-left,
.hl-sec-4 .container .hl-why-box2 .hl-why-li-btn-left {

    background: var(--HL-w-color);
    color: var(--HL-bg6-color);
}

.hl-sec-4 .container .hl-why-box2 .hl-why-li-btn-right p {

    color: var(--HL-w-color);
    margin: 0;
}

/*===========================================================================*/
/*! Animation Section......... */
/*===========================================================================*/


.hl-why-li-right p,
.hl-why-li-btn-right p {
    opacity: 1;
    transform: translateY(0);
}

.hl-why-box.ready .hl-why-li-right p,
.hl-why-box.ready .hl-why-li-btn-right p {
    opacity: 0;
    transform: translateY(20px);
}

.hl-why-box.ready .hl-why-li-right p.animate,
.hl-why-box.ready .hl-why-li-btn-right p.animate {
    animation: slide-up 0.5s ease forwards;
}

.hl-why-box.ready .hl-why-li:nth-child(1) .hl-why-li-right p.animate {
    animation-delay: 0.2s;
}

.hl-why-box.ready .hl-why-li:nth-child(2) .hl-why-li-right p.animate {
    animation-delay: 0.5s;
}

.hl-why-box.ready .hl-why-li:nth-child(3) .hl-why-li-right p.animate {
    animation-delay: 0.8s;
}

.hl-why-box.ready .hl-why-li:nth-child(4) .hl-why-li-right p.animate {
    animation-delay: 1.1s;
}

.hl-why-box.ready .hl-why-li:nth-child(5) .hl-why-li-right p.animate {
    animation-delay: 1.4s;
}

.hl-why-box.ready .hl-why-li-btn-right-1 p.animate {
    animation-delay: 0.8s;
}

.hl-why-box.ready .hl-why-li-btn-right-2 p.animate {
    animation-delay: 1.8s;
}

@keyframes slide-up {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*! Section-5......... */

.hl-sec-5 {

    padding: 65px 15px;
    background: var(--HL-bg4-color);
}

.hl-sec-5 .container {

    display: grid;
    place-items: center;
}

.hl-sec-5 .container .hl-table-wrapper {

    width: 67.5%;
    display: grid;
    gap: 30px;
}

.hl-sec-5 .container .hl-table-head h2 {
    font-size: 30px;
    font-family: var(--HL-p-fontfam);
    color: var(--HL-w-color);
    font-weight: 700;
    margin: 0;
    line-height: var(--HL-p-lineheight);
}

.hl-sec-5 .container .hl-table-content {

    display: flex;
}

.hl-sec-5 .container .hl-table-content .hl-table-left {

    width: 27%;
    background: var(--HL-w-color);
}

.hl-sec-5 .container .hl-table-content .hl-table-right {

    width: 73%;
    overflow-x: auto;
    overflow: hidden;
}

.hl-sec-5 .container .hl-table-content .hl-table-left .hl-table-name {

    background: var(--HL-w-color);
    padding: 5px;
    padding-top: 30px;

}

.hl-sec-5 .container .hl-table-content .hl-table-left p {

    font-size: 16px;
    font-family: var(--HL-p-fontfam);
    text-align: center;
    font-weight: 700;
    color: #666666;
    line-height: 1.6em;
    letter-spacing: -0.32px;
    margin: 0;

}

/*===========================================================================*/
/*! Table Section......... */
/*===========================================================================*/

/* Table base */
.hl-sec-5 .container .hl-table-content .hl-table-right table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    font-family: sans-serif;
    height: 100%;
}

/* ALL borders */
.hl-sec-5 .container .hl-table-content .hl-table-right th,
.hl-sec-5 .container .hl-table-content .hl-table-right td {
    border: 1px solid #ccc;
}

/* ===== HEADERS ===== */

/* First TH */
.hl-sec-5 .container .hl-table-content .hl-table-right thead th:first-child {
    background: #ef483e;
    color: var(--HL-w-color);
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

/* Other TH */
.hl-sec-5 .container .hl-table-content .hl-table-right thead th:not(:first-child) {
    background: #3f3f3f;
    color: var(--HL-w-color);
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

/* ===== BODY ===== */

/* All TD text color */
.hl-sec-5 .container .hl-table-content .hl-table-right tbody td {
    color: var(--HL-s-color);
}

/* First column */
.hl-sec-5 .container .hl-table-content .hl-table-right tbody td:first-child {
    background: #fafafa;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

/* Column width */
.hl-sec-5 .container .hl-table-content .hl-table-right tbody td:nth-child(1),
.hl-sec-5 .container .hl-table-content .hl-table-right tbody th:nth-child(1) {
    width: 19%;
}

.hl-sec-5 .container .hl-table-content .hl-table-right tbody td:nth-child(2),
.hl-sec-5 .container .hl-table-content .hl-table-right tbody th:nth-child(2),
.hl-sec-5 .container .hl-table-content .hl-table-right tbody td:nth-child(3),
.hl-sec-5 .container .hl-table-content .hl-table-right tbody th:nth-child(3) {

    width: 22%;
}

/* 2nd & 3rd columns */
.hl-sec-5 .container .hl-table-content .hl-table-right tbody td:nth-child(2),
.hl-sec-5 .container .hl-table-content .hl-table-right tbody td:nth-child(3) {
    background: #d9f1ff;
    padding: 9px 12px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

/* 4th & 5th columns */
.hl-sec-5 .container .hl-table-content .hl-table-right tbody td:nth-child(4),
.hl-sec-5 .container .hl-table-content .hl-table-right tbody td:nth-child(5) {
    background: #fafafa;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.hl-scroll-hint {
    display: none;
}

/*! Section-6.........  */

.hl-sec-6 {

    padding: 65px 15px;

}

.hl-sec-6 .container {

    display: grid;
    place-items: center;
}

.hl-sec-6 .container .hl-testi {

    width: 68.5%;
    display: grid;
    grid-template-columns: repeat(2, 33%);
    gap: 190px;
    place-content: center;

}

.hl-sec-6 .container .hl-testi-box {


    display: grid;
    gap: 10px;
}

.hl-sec-6 .container .hl-testi-box .hl-testi-head {

    position: relative;
}

.hl-sec-6 .container .hl-testi-box .hl-testi-head:before {

    content: "";
    width: 5px;
    position: absolute;
    background: var(--HL-p-color);
    height: 100%;

}

.hl-sec-6 .container .hl-testi-box h2 {

    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    color: var(--HL-s-color);
    padding-left: 15px;
    margin: 0;
    line-height: var(--HL-p-lineheight);
}


.hl-sec-6 .container .hl-testi-box h3 {

    font-size: 17px;
    font-weight: 900;
    color: var(--HL-s-color);
    padding-left: 15px;
    margin: 0;
    padding-top: 3px;
    line-height: 1.1em;
}

.hl-sec-6 .container .hl-testi-box p {

    font-size: 16px;
    font-weight: 400;
    color: var(--HL-s-color);
    padding-left: 15px;
    margin: 0;
    line-height: 1em;
}

/*===========================================================================*/
/*! Animation Section......... */
/*===========================================================================*/

/* Initial state - No animation assigned yet */
.hl-testi-box h2,
.hl-testi-box h3,
.hl-testi-box p {
    opacity: 0;
    transform: translateX(-40px) scale(0.95);
}

/* Trigger animation only when parent has .animate class */
.hl-testi.animate .hl-testi-box h2,
.hl-testi.animate .hl-testi-box h3,
.hl-testi.animate .hl-testi-box p {
    animation: hlFadeRight 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes hlFadeRight {
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* Delays */
.hl-testi.animate .hl-testi-box h2 {
    animation-delay: 0.1s;
}

.hl-testi.animate .hl-testi-box h3 {
    animation-delay: 0.3s;
}

.hl-testi.animate .hl-testi-box p {
    animation-delay: 0.5s;
}


/*! Section-7......... */

.hl-sec-7 {

    padding: 30px 15px;
    background: var(--HL-bg5-color);

}

.hl-sec-7 .container {

    display: grid;
    place-items: center;
}

.hl-sec-7 .container .hl-cta-wrapper {

    width: 55.5%;
}

.hl-sec-7 .container .hl-cta-wrapper .hl-cta {

    background: var(--HL-w-color);
    padding: 25px 35px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.hl-sec-7 .container .hl-cta-wrapper .hl-cta .hl-cta-left {

    width: 53.5%;
}

.hl-sec-7 .container .hl-cta-wrapper .hl-cta .hl-cta-left p {

    font-size: 18px;
    font-weight: 400;
    color: var(--HL-bg6-color);
    margin: 0;
    line-height: var(--HL-s-lineheight);
}

.hl-sec-7 .container .hl-cta-wrapper .hl-cta .hl-cta-right {

    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hl-sec-7 .container .hl-cta-wrapper .hl-cta .hl-cta-right a {

    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--HL-w-color);
    background: var(--HL-btn-color);
    padding: 10px;
    border-radius: 10px;
    min-width: 180px;
    min-height: 40px;
    transition: all 0.4s;
}

.hl-sec-7 .container .hl-cta-wrapper .hl-cta .hl-cta-right a:is(:hover, :active) {

    background: var(--HL-btn-hover);
}

/*! Footer Section......... */

footer .hl-logo-wrapper {

    display: flex;
    gap: 5px;
    align-items: end;
    background: var(--HL-bg1-color);
    padding: 34px 30px 45px 30px;
}

footer .hl-logo-wrapper img {

    width: 201px;
    height: 71px;
    object-fit: contain;

}

footer .hl-phone {

    font-size: 18px;
    font-weight: 700;
    color: var(--HL-w-color);

}

footer .hl-copy {

    padding: 10px 300px 10px 50px;
    background: var(--HL-w-color);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

footer .hl-copy .hl-copy-right {

    display: flex;
    gap: 5px;
}

footer .hl-copy .hl-copy-left p,
footer .hl-copy .hl-copy-right :is(a, p) {

    font-size: 10px;
    font-weight: 700;
    color: var(--HL-bg4-color);
    letter-spacing: -0.2px;
    margin: 0;
}

footer.hide-for-print {

    display: none;
}

/*===========================================================================*/
/*! Mobile Breakpoint......... */
/*===========================================================================*/


@media(width<768px) {

    body {

        padding: 0 !important;
    }

    header {

        padding: 25px 20px;

    }

    header .hl-logo-wrapper {

        justify-content: center;
    }

    header .hl-logo-wrapper img {

        width: 150px;
        height: 50px;
    }

    .hl-sec-1 {

        padding: 0px 0px 50px 0px;
    }

    .hl-sec-1 .container .hl-hero {

        flex-direction: column-reverse;
        gap: 40px;
    }

    .hl-sec-1 .container .hl-hero-left {

        width: 100%;
        padding: 0 20px 0 20px;
        gap: 30px;
    }

    .hl-sec-1 .container .hl-hero h1,
    .hl-sec-1 .container .hl-hero h2,
    .hl-sec-1 .container .hl-hero p {

        text-align: center;

    }

    .hl-sec-1 .container .hl-hero h1 {

        width: 100%;
        font-size: 26px;

    }



    .hl-sec-1 .container .hl-hero-btn {

        flex-direction: column;
        align-items: center;
    }

    .hl-sec-1 .container .hl-hero h2 {

        font-size: 18px;
    }

    .hl-sec-1 .container .hl-hero p {

        font-size: 12px;
    }

    .hl-sec-1 .container .hl-hero-box {

        margin: 0;
        grid-template-columns: repeat(3, 1fr);

    }

    .hl-sec-1 .container .hl-hero-right {

        width: 100%;

    }

    .hl-sec-2 {

        padding: 25px 20px;
    }

    .hl-sec-2 .container .hl-icon-wrapper {

        width: 100%;
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }

    .hl-sec-3,
    .hl-sec-4,
    .hl-sec-5,
    .hl-sec-6,
    .hl-sec-7 {

        padding: 50px 20px;
    }

    .hl-sec-3 .container .hl-box-wrapper {

        width: 100%;
        gap: 25px;
            grid-template-columns: repeat(1, 1fr);
    }

    .hl-sec-4 .container .hl-why {

        width: 100%;
    }

    .hl-sec-4 .container .hl-why-head h2,
    .hl-sec-4 .container .hl-why-head h3,
    .hl-sec-4 .container .hl-why-head p {

        text-align: center;
    }

    .hl-sec-4 .container .hl-why-head h3 {

        font-size: 26px;
    }

    .hl-sec-4 .container .hl-why-head p {

        font-size: 18px;
    }

    .hl-sec-4 .container .hl-why-box {

        margin: 0;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .hl-sec-1 .container .hl-hero-box1 {

        gap: 8px;
    }

    .hl-sec-4 .container .hl-why-box1 .hl-why-box-head {

        padding: 20px;
    }

    .hl-sec-4 .container .hl-why-box1 .hl-why-box-content {

        padding: 0 20px 20px 20px;
    }

    .hl-sec-4 .container .hl-why-box1 .hl-why-box-list {

        margin: 0;
        width: 100%;
        gap: 25px;
    }


    .hl-sec-4 .container .hl-why-box1 .hl-why-li-right p,
    .hl-sec-4 .container .hl-why-box1 .hl-why-li-btn-right p {

        font-size: 16px;
    }

    .hl-sec-5 .container .hl-table-wrapper {
        width: 100%;
    }

    .hl-sec-5 .container .hl-table-head h2 {

        text-align: center;
        font-size: 26px;
    }

    .hl-sec-5 .container .hl-table-content {
        flex-direction: column;
    }

    .hl-sec-5 .container .hl-table-content .hl-table-left {
        width: 100%;
    }

    .hl-sec-5 .container .hl-table-content .hl-table-right {
        width: 100%;
        max-width: calc(100vw - 40px);
        /* 30px = section's left+right padding */
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        display: block;
    }

    .hl-sec-5 .container .hl-table-content .hl-table-right table {
        min-width: 600px;
    }

    .hl-sec-5 .container .hl-table-content .hl-table-right tbody td:first-child {

        font-size: 10px;
    }

    .hl-sec-5 .container .hl-table-content .hl-table-right tbody td:nth-child(2),
    .hl-sec-5 .container .hl-table-content .hl-table-right tbody td:nth-child(3) {

        font-size: 12px;
    }

    .hl-scroll-hint {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 8px 0 6px 0;
        background: var(--HL-bg4-color);
    }

    .hl-scroll-hint svg {
        width: 36px;
        height: 36px;
        animation: swipe-hint 1.5s ease-in-out infinite;
    }

    .hl-scroll-hint p {
        font-size: 13px;
        font-family: var(--HL-p-fontfam);
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    @keyframes swipe-hint {
        0% {
            transform: translateX(0);
            opacity: 1;
        }

        40% {
            transform: translateX(-6px);
            opacity: 1;
        }

        60% {
            transform: translateX(6px);
            opacity: 1;
        }

        100% {
            transform: translateX(0);
            opacity: 0.5;
        }
    }

    .hl-sec-6 .container .hl-testi {

        width: 100%;
        gap: 50px;
        grid-template-columns: 1fr;
    }

    .hl-sec-6 .container .hl-testi-box h2 {

        font-size: 18px;
    }

    .hl-sec-7 .container .hl-cta-wrapper,
    .hl-sec-7 .container .hl-cta-wrapper .hl-cta .hl-cta-left {

        width: 100%;
    }

    .hl-sec-7 .container .hl-cta-wrapper .hl-cta {

        flex-direction: column;
    }

    .hl-sec-7 .container .hl-cta-wrapper .hl-cta .hl-cta-left p {

        text-align: center;
    }

    .hl-sec-7 .container .hl-cta-wrapper .hl-cta .hl-cta-right {

        flex-direction: column;
        width: 100%;
    }

    footer .hl-logo-wrapper {

        padding: 30px 20px;
        justify-content: center;
        align-items: center;
    }

    footer .hl-logo-wrapper img {

        width: 100px;
        height: 50px;
    }

    footer .hl-phone {

        font-size: 15px;
    }

    footer .hl-copy {

        padding: 30px 20px;
        flex-direction: column;

    }

    footer .hl-copy p {

        text-align: center;
    }
}

/*===========================================================================*/
/*! Tablet Breakpoint......... */
/*===========================================================================*/

@media(768px<=width<=1024px) {

    .hl-sec-1 .container .hl-hero {

        flex-direction: column;

    }

    .hl-sec-1 .container .hl-hero-left,
    .hl-sec-1 .container .hl-hero-right {

        width: 100%;
    }

    .hl-sec-1 .container .hl-hero-left {

        padding: 40px 20px;
    }

    .hl-sec-1 .container .hl-hero h1,
    .hl-sec-1 .container .hl-hero h2,
    .hl-sec-1 .container .hl-hero p {

        text-align: center;
        width: 100%;
    }

    .hl-sec-1 .container .hl-hero-btn {

        justify-content: center;
    }

    .hl-sec-2 .container .hl-icon-wrapper,
    .hl-sec-3 .container .hl-box-wrapper {

        width: 100%;
        gap: 20px;
        justify-content: center;
        align-items: center;
        grid-template-columns: repeat(4, 1fr);
    }
    .hl-sec-3 .container .hl-box-wrapper {

            grid-template-columns: repeat(2, 1fr);
    }

    .hl-sec-4 {

        padding: 50px 20px
    }

    .hl-sec-4 .container .hl-why {

        width: 100%;


    }

    .hl-sec-4 .container .hl-why-box {

        margin: 0;

        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hl-sec-4 .container .hl-why-head h2,
    .hl-sec-4 .container .hl-why-head h3,
    .hl-sec-4 .container .hl-why-head p,
    .hl-sec-4 .container .hl-why-box1 .hl-why-box-head p,
    .hl-sec-4 .container .hl-why-box1 .hl-why-box-head h2,
    .hl-sec-5 .container .hl-table-head h2 {

        text-align: center;
    }

    .hl-sec-5 .container .hl-table-wrapper {

        width: 100%;
    }

    .hl-sec-5 .container .hl-table-content {

        flex-direction: column;
    }

    .hl-sec-5 .container .hl-table-content .hl-table-left {

        width: 50%;
        align-self: center;
    }

    .hl-sec-5 .container .hl-table-content .hl-table-right {

        width: 100%
    }

    .hl-sec-6 .container .hl-testi {

        width: 100%;
        grid-template-columns: repeat(2, 45%);
        gap: 50px;
    }


    .hl-sec-7 .container .hl-cta-wrapper {

        width: 100%;
    }

    .hl-sec-7 .container .hl-cta-wrapper .hl-cta {

        flex-direction: column;
        flex-wrap: nowrap;

    }

    .hl-sec-7 .container .hl-cta-wrapper .hl-cta .hl-cta-left,
    .hl-sec-7 .container .hl-cta-wrapper .hl-cta .hl-cta-right {

        width: 100%;
        text-align: center;
    }

    footer .hl-copy {

        padding: 10px 200px 10px 50px;
    }
}



/*===========================================================================*/
/*! Laptop Breakpoint......... */
/*===========================================================================*/

@media(1024px<width<=1600px) {

    .hl-sec-1 .container .hl-hero-left {

        width: 37%;
        padding: 65px 20px 65px 20px;
    }

    .hl-sec-1 .container .hl-hero h1 {

        width: 100%;
    }

    .hl-sec-1 .container .hl-hero-right {

        width: 63%;
        flex-grow: 1;
    }

    .hl-sec-1 .container .hl-hero-right video {

        height: 100%;
        object-fit: cover;
    }

    .hl-sec-1 .container .hl-hero-box {

        grid-template-columns: repeat(3, 1fr);
    }

    .hl-sec-2 .container .hl-icon-wrapper {

        width: 92%;
        gap: 20px;
    }

    .hl-sec-3 .container .hl-box-wrapper {

        width: 100%;
        padding: 0px;
        display: flex;
        gap: 10px;
        justify-content: center;
    }

    .hl-sec-3 .container .hl-info-box {

        max-width: 300px;
    }

    .hl-sec-4 .container .hl-why,
    .hl-sec-5 .container .hl-table-wrapper,
    .hl-sec-6 .container .hl-testi {

        width: 86%;
    }

    .hl-sec-5 .container .hl-table-wrapper {

        width: 96%;
    }

    .hl-sec-5 .container .hl-table-content .hl-table-right tbody td:nth-child(1),
    .hl-sec-5 .container .hl-table-content .hl-table-right tbody th:nth-child(1),
    .hl-sec-5 .container .hl-table-content .hl-table-right tbody td:nth-child(2),
    .hl-sec-5 .container .hl-table-content .hl-table-right tbody th:nth-child(2),
    .hl-sec-5 .container .hl-table-content .hl-table-right tbody td:nth-child(3),
    .hl-sec-5 .container .hl-table-content .hl-table-right tbody th:nth-child(3) {

        width: 21%;
    }

    .hl-sec-5 .container .hl-table-content .hl-table-left .hl-table-name {

        padding-top: 20px;
    }

    .hl-sec-4 .container .hl-why-box {

        margin: 0;
    }

    .hl-sec-7 .container .hl-cta-wrapper {

        width: 70%;
    }
}