-------------------------------------------------------------------*/
/********************************************************
    1. Global CSS Start
********************************************************/

body {
    color: var(--main-gray-version19);
    background: var(--main-bg-color);
    font-family: "Lato", sans-serif;
    ;
}

a,
a:hover,
a:focus {
    color: #D4AF37;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--main-blue-version3);
    font-weight: 500;
    font-family: "Lato", sans-serif;
    ;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: var(--main-para-color);
}

/********************************************************
    2. Comman CSS Start
********************************************************/

.tor_btn {
    /* background: #D4AF37; */
    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
    color: var(--main-bg-color);
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 6px;
    ;
    height: 50px;
    line-height: 46px;
    text-align: center;
    padding: 0 15px;
    width: 170px;
    margin-top: 6px;
    z-index: 0;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    display: inline-table;
}

.tor_btn:before,
.tor_btn:after {
    background: var(--main-bg-color);
    content: '';
    position: absolute;
    z-index: -1;
}

.tor_btn:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}

.tor_btn:hover:after {
    width: 100%;
}

.tor_service_hover_inner .tor_btn:before {
    background: var(--main-bg-color);
    content: '';
    position: absolute;
    z-index: -1;
    transform: scale(0);
    inset: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
    padding: 0;
    transition: all 0.4s ease-in-out;
    border-radius: 100%;
}

.tor_service_hover_inner .tor_btn::after {
    display: none;
}

.tor_btn:hover {
    color: #000000;
}

.tor_service_container:hover .tor_service_hover .tor_btn::before {
    transform: scale(1);
}

.tor_service_container:hover .tor_service_hover .tor_btn svg path {
    fill: var(--main-red-version1);
}

.tor_service_container:hover .tor_service_hover .tor_btn svg {
    fill: var(--main-red-version1);
    color: var(--main-red-version1);
}

.tor_btn:after,
.tor_btn {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tor_heading_wrpper {
    margin: 0px 0 30px 0;
}

.tor_heading_wrpper h6 {
    font-weight: 800;
    font-size: 18px;
    text-transform: capitalize;
    color: #D4AF37;
    margin: 0 0 10px;
}

.tor_heading {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    padding: 0;
    line-height: 50px;
}

#scroll {
    background: #D4AF37;
    color: var(--main-bg-color);
}

.tor_subHeading {
    color: var(--main-bg-color);
    font-size: 22px;
    font-weight: 500;
    position: relative;
    padding: 0;
    margin: 22px 0 0;
}

/********************************************************
    3. Preloader CSS Start
********************************************************/

.preloader_active .preloader_holder {
    background-color: var(--main-bg-color);
}

.preloader_active .preloader_holder .preloader span {
    box-shadow: 0px 0px 0px 0px var(--main-red-version1);
}

@-webkit-keyframes loadingCircles {
    0% {
        -webkit-transform: scale(0);
        opacity: 1;
        box-shadow: 0px 0px 0px 10px var(--main-red-version1);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
        box-shadow: 0px 0px 0px 2px var(--main-red-version1);
    }
}

@-moz-keyframes loadingCircles {
    0% {
        -moz-transform: scale(0);
        opacity: 1;
        box-shadow: 0px 0px 0px 10px var(--main-red-version1);
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0;
        box-shadow: 0px 0px 0px 2px var(--main-red-version1);
    }
}

@keyframes loadingCircles {
    0% {
        transform: scale(0);
        opacity: 1;
        box-shadow: 0px 0px 0px 10px var(--main-red-version1);
    }

    100% {
        transform: scale(1);
        opacity: 0;
        box-shadow: 0px 0px 0px 2px var(--main-red-version1);
    }
}

.preloader_open:before,
.preloader_open:after {
    background-color: var(--main-bg-color);
}

/********************************************************
    4. Header CSS Start
********************************************************/

.tor_header_wrapper {
    padding: 30px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
}

.searchBtn,
.searchBtn:focus,
.searchBtn:hover {
    color: var(--main-bg-color);
    padding-left: 10px;
}

.tor_search_wrap .display_flex {
    align-items: center;
}

.tor_search_wrap .display_flex li {
    display: flex;
}

.main_menu_wrapper ul>li>a {
    font-weight: 600;
}

a.searchBtn i {
    color: var(--main-red-version1);
}

.tor_logo {
    position: relative;
}

.fixed_header.fixed {
    background-color: #4f4f4f;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 2px 20px 2px;
    position: fixed;
    /* max-width: 100%; */
    animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
}

.fixed_header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 20px 20px 20px;
    background-color: #4f4f4f;
    margin: 0 auto;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);

}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

/********************************************************
    5. Banner CSS Start
********************************************************/

.tor_banner_wrapper {
    padding: 50px 0 50px;
    position: relative;
    background: transparent url(../images/banner-bg.jpg) 0 0 no-repeat;
    text-align: center;
}


.tor_banner_text {
    text-align: left;
}

.tor_banner_text h6 {
    /* background-color: #D4AF37; */
    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 8px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 20px;
}

.tor_banner_text h1 {
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--wa-heading-color);
    margin-bottom: 29px;
    max-width: 700px;
    margin: 0 0 20px;
}

.tor_banner_text p {
    max-width: 600px;
    margin: 0 0 20px;
}

.tor_form_field {
    width: 20%;
    padding: 0 10px;
    /* text-align: center; */
}

.tor_form_field label {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: var(--main-blue-version3);
    margin: 0 0 10px;
}

.tor_field_inner {
    height: 50px;
    border: 1px solid var(--main-blue-version2);
    padding: 0 40px 0 20px;
    border-radius: 7px;
    width: 100%;
    line-height: 50px;
    color: var(--main-black1);
    font-size: 16px;
}

.tor_field_inner::placeholder {
    color: var(--main-black1);
}

.tor_field_inner::-webkit-input-placeholder {
    color: var(--main-black1);
}

.tor_field_inner::-moz-placeholder {
    color: var(--main-black1);
}

.tor_field_inner:-ms-input-placeholder {
    color: var(--main-black1);
}

.tor_field_inner:-moz-placeholder {
    color: var(--main-black1);
}

.tor_form_field .nice-select:after {
    content: url(../images/down-arrow.png);
    border: none;
    height: 6px;
    margin-top: 0;
    right: 20px;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.tor_field_inner:focus {
    border: 1px solid var(--main-red-version1);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: var(--main-red-version1);
}

.tor_form_field_inner {
    position: relative;
}

.tor_form_field_inner img {
    position: absolute;
    right: 20px;
    top: 15px;
}

input[type="date"] {
    display: block;
    position: relative;
    background: url("../images/calender.png") right 1rem center no-repeat;
    cursor: pointer;
}

::-webkit-datetime-edit-text {
    opacity: 0;
}

::-webkit-clear-button,
::-webkit-inner-spin-button {
    display: none;
}

::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 2.5rem;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    background: transparent;
}

.tor_field_inner input[type="date"]:hover::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.tor_field_inner input[type="date"]:hover::-webkit-calendar-picker-indicator:hover {
    opacity: 0;
}

.tor_banner_img {
    text-align: center;
}

.tor_banner_img img {
    animation: border-transform 10s linear infinite alternate forwards;
}

@keyframes border-transform {

    0%,
    100% {
        border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
    }
}

/* work css */
.se_work_process {
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    transition: all .5s ease;
    background-color: #D4AF37;
    border-radius: 5px;
}

.se_work_head {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-direction: column;
}

.se_work_head h3 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    transition: all .5s ease;
    padding: 0 0 10px;
    text-align: center;
}

.se_work_process p {
    text-align: center;
    transition: all .5s ease;
    color: #ffffff;
}

.se_work_process svg {
    transition: all .5s ease;
    height: 64px;
    width: 64px;
    object-fit: contain;
}

.se_work_process svg path {
    fill: #000000;
}

.se_work_process svg.disc-svg path {
    fill: transparent;
    stroke: #000000;
}

.se_work_process:hover svg.disc-svg path {
    stroke: #000000 !important;
}

.se_work_process:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
}

.se_work_process:hover .se_work_icon svg {
    transform: rotateY(1turn);
}

.se_work_process:hover svg path {
    fill: #000;
}

.se_work_process:hover svg.disc-svg path {
    fill: transparent;
    stroke: var(--main-bg-color);
}

.se_work_process:hover .se_work_head h3 {
    color: #000;
}

.se_work_process:hover p,
.se_single_approach:hover p {
    color: #000;
    z-index: 1;
    position: relative;
}

/* about css */
.tor_about_wrapper {
    background: var(--main-bg1-color);
    padding: 70px 0 50px;
    position: relative;
}

.tor_heading_wrpper.se_about_heading {
    text-align: left;
}

.se_about_img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    width: fit-content;
}

.se_about_img img {
    border-radius: 5px;
    transition: all .5s ease-in-out;
    transform: scale(1);
    overflow: hidden;
    /* height: 515px; */
}

.se_about_img img:hover {
    transform: scale(1.1);
}

.se_single_approach {
    position: relative;
    background-color: var(--main-bg-color);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 20px 10px;
    margin-bottom: 15px;
    transition: all .5s ease-in-out;
    border-left: 2px solid #D4AF37;
    border-radius: 5px;
	height: 170px;
}

/* Tablet */
@media (max-width: 991px) {
    .se_single_approach {
        padding: 18px 15px;
        height: 160px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .se_single_approach {
        padding: 15px 12px;
        height: auto;   /* content ke hisab se adjust hoga */
        min-height: 150px;
        margin-bottom: 20px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .se_single_approach {
        padding: 12px 10px;
        min-height: 130px;
        border-left: 3px solid #D4AF37;
    }
}

.se_single_approach::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #4a4a4a;
    /* background-color: var(--main-red-version1); */
    /* z-index: -1; */
    transition: all .5s ease;
}

.se_single_approach h3,
.se_service_text h3 {
    font-size: 18px;
    color: var(--wa-heading-color);
    font-weight: 600;
    transition: all .5s ease-in-out;
    padding: 0 0 10px;
}

.se_single_approach p {
    transition: all .5s ease-in-out;
}

.se_single_approach p:hover {
    color: #ffffff;
}

/* .se_single_approach:hover{
            background-color: var(--wa-heading-color);
        } */
.se_single_approach:hover::before {
    width: 100%;
}

.se_single_approach:hover h3 {
    color: var(--main-bg-color);
    z-index: 1;
    position: relative;
}

.se_single_approach.sin_one:before {
    width: 100%;
    transition: all .5s ease-in-out;
}

.se_single_approach.sin_one:hover:before {
    width: 0%;
    background-color: transparent;

}

.se_single_approach.sin_one h3,
.se_single_approach.sin_one p {
    position: relative;
    z-index: 1;
    color: var(--main-bg-color);
}

.se_single_approach.sin_one p {
    color: var(--main-gray-version15);
}

.se_single_approach.sin_one:hover h3 {
    color: var(--wa-heading-color);
}

.se_single_approach.sin_one:hover p {
    color: var(--main-para-color);
}

/********************************************************
    6. Service CSS Start
********************************************************/
.tor_workpro_wrapper {
    background: #4A4A4A;
    padding: 76px 0 50px;
    position: relative;
}

.tor_service_wrapper {
    background: #ededed;
    padding: 76px 0 50px;
    position: relative;

}

.tor_service_wrapper .row {
    align-items: center;
}

.tor_service_img .tor_heading {
    margin: 0 0 2px;
}

.tor_service_text {
    position: relative;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    transform: translateY(9px);
    transition: all 0.4s ease;
}

.se_service_box {
    background-color: var(--main-bg-color);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 30px;
    margin-bottom: 30px;
    height: 330px;
    text-align: center;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}

.tor_service_text img {
    width: 100%;
}

.se_service_icon {
    padding: 0 0 10px;
}

.se_service_text p {
    padding: 0 0 10px;
}

.se_service_text a {
    font-size: 18px;
    font-weight: 600;
    color: #D4AF37;

}

.se_service_box:hover {
    transform: translateY(-5px);
    /* background-color: #D4AF37; */
    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
}

.se_service_box:hover .se_service_icon img {
    transform: rotateY(1turn);
}

.se_service_box:hover .se_service_text h3 {
    color: var(--main-bg-color);
}

.se_service_box:hover .se_service_text p {
    color: var(--main-gray-version15);
}

.se_service_box:hover .se_service_text a {
    color: var(--main-bg-color);
}

.tor_service_hover {
    position: absolute;
    left: 10px;
    bottom: 20px;
    right: 10px;
    background: #fff;
    flex-wrap: wrap;
    max-width: 500px;
    border-radius: 6px;
    padding: 10px 20px;
}

.tor_service_hover_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tor_service_text h4.tor_subHeading {
    color: var(--main-blue-version3);
    margin: 0;
}

.tor_service_hover .tor_service_text p {
    margin: 0;
    color: var(--main-para-color);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.tor_service_container:hover .tor_service_text {
    transform: translateY(1px);
}

.tor_service_container:hover .tor_service_hover .tor_service_text p {
    opacity: 1;
    visibility: visible;
}

.tor_service_wrapper.tor_service_page {
    background-color: var(--main-bg1-color);
}

/* team css */
section.tor_team_wrapper {
    position: relative;
    padding: 76px 0 115px;
    background-color: var(--main-bg1-color);
}

.tor_heading_wrpper.tor_team_head {
    margin: 0 auto 30px;
    text-align: center;
}

.se_team_box {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.se_team_img {
    position: relative;
    z-index: 1;
}

.se_team_box img {
    border-radius: 6px;
}

.se_team_text {
    background-color: #D4AF37;
    border-radius: 6px;
    max-width: 210px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -35px;
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    transition: all 0.5s ease-in-out;
}

.se_team_text::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: var(--main-red-version1); */
    background-color: var(--wa-heading-color);
    border-radius: 6px;
    transition: all .5s linear;
    height: 0;
    width: 100%
}

.se_team_text h5 {
    font-size: 18px;
    font-weight: 600;
    /* color: var(--wa-heading-color); */
    color: var(--main-bg-color);
    transition: all .5s linear;
    position: relative;
    z-index: 1;
}

.se_team_box:hover .se_team_text::before {
    height: 100%;
}

.se_team_box:hover .se_team_text h5 {
    color: var(--main-bg-color);
}

.se_team_box .se_team_text p {
    color: var(--main-gray-version15);
    position: relative;
    z-index: 1;
    transition: all .5s linear;
}

.se_team_box .se-team-social {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.se-social {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
}

.se-team-box .se-social {
    margin-top: 10px;
    gap: 20px;
    justify-content: center;
}

.se-team-box .se-social a {
    width: unset;
    height: unset;
}

.se-social li a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.se-social li a svg {
    fill: var(--main-bg-color);
    transition: all 0.3s ease;
}

.se_team_box:hover .se-team-social {
    opacity: 1;
    visibility: visible;
    bottom: 5px;
    margin-top: 0px;
}

.se_team_box:hover .se_team_text {
    padding-bottom: 50px;
}

.tor_nav_button {
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px;
}

.tor_nav_button>div {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: var(--main-gray-version20);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.tor_nav_button>div:hover {
    background: var(--main-red-version1);
}

.tor_nav_button>div svg,
.tor_nav_button>div svg path {
    height: 15px;
    width: 12px;
    fill: #908f8f;
}

.tor_nav_button>div:hover svg,
.tor_nav_button>div:hover svg path {
    fill: var(--main-bg-color);
}

.tor_services {
    position: relative;
}

.tor_nav_button .prev {
    position: absolute;
    top: 46%;
    left: -4%;
    z-index: 1;
}

.tor_nav_button .next {
    position: absolute;
    top: 46%;
    right: -4%;
    z-index: 1;
}

.popup-youtube {
    width: 100%;
    display: inline-block;
}

.popup-youtube i {
    background: var(--main-gray-version22);
    color: var(--main-bg-color);
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: none;
    border-radius: 50%;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 10px rgb(255 25 68);
    }

    100% {
        box-shadow: 0 0 0 25px rgba(251, 157, 92, 0);
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
    }
}

.tor_service_hover p {
    color: var(--main-gray-version19);
    width: 100%;
    margin-top: 5px;
}

.tor_service_hover .tor_btn {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: 2px solid var(--main-red-version1);
    line-height: 0px;
    border-radius: 100%;
}

.tor_service_hover_inner .tor_btn svg path {
    fill: var(--main-bg-color);
    transition: 0.4s ease-in-out;
}

.tor_rating {
    color: var(--main-yellow);
}

.popup-youtube i:hover {
    background: var(--main-red-version1);
}

.tor_service_container {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.tor_service_text,
.tor_service_text:hover .tor_service_hover,
.tor_service_text .tor_service_hover,
.tor_service_hover,
.tor_nav_button>div:hover,
.tor_nav_button>div,
.tor_nav_button>div svg,
.tor_nav_button>div:hover svg,
.popup-youtube i:hover,
.popup-youtube i,
.tor_service_container:hover,
.tor_service_container {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.prev {
    margin-right: 12px;
}

.tor_service_wrapper .tor_heading_wrpper {
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

.tor_heading_wrpper.se_about_heading {
    text-align: left;
}

/* counter css */
.se_counter_wrapper {
    background-image: url('../images/counter-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 60px 0 40px;
}

.se_counter_wrapper::after {
    position: absolute;
    content: '';
    background: url('../images/Line-Pattern.png');
    top: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.se_counter_icon {
    position: relative;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    border-radius: 12px;
}

.se_counter_icon svg {
    max-width: 70px;
    max-height: 70px;
    object-fit: cover;
}

.se_counter_icon svg path {
    fill: #fff;
}

.se_counter_icon img {
    object-fit: cover;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
}

.se_counter_icon h1,
.se_counter_text h1 {
    color: #D4AF37;
    font-size: 56px;
    line-height: 70px;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.se_counter_text {
    text-align: center;
}

.se_counter_text p {
    font-size: 22px;
    color: var(--main-bg-color);
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.counter_item {
    font-size: 22px;
    color: var(--main-red-version1);
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

/********************************************************
    7. Call To Action CSS Start
********************************************************/
/* quote css */
.pnt_quote_wrapper {
    background: url(../images/quote-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    padding: 60px 0 60px;
}

.pnt_quote_wrapper::before {
    content: "";
    position: absolute;
    /* background: rgba(0, 0, 0, 0.85); */
    background: rgb(0 2 25 / 88%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pnt_quote_wrap {
    background-color: #000216a3;
    border-radius: 6px;
    padding: 30px 25px;
    /* margin: 0 0 30px; */
}

.tor_heading_wrpper.tor_quote_head {
    text-align: left;
}

.tor_heading_wrpper.tor_quote_head h4 {
    color: var(--main-bg-color);
}

.pnt_field_inner {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.60);
    background: transparent;
    height: 50px;
    padding: 0 15px;
    color: var(--main-bg-color);
    border-radius: 6px;
    margin: 0 0 10px;
}

.pnt_field_inner::placeholder,
.newsletter_wrap input::placeholder {
    color: #adabab;
}

textarea.pnt_field_inner {
    height: 130px;
    padding: 12px 15px;
    margin-bottom: 21px;
}

.pnt_field_inner:focus {
    border-color: var(--main-bg-color);
}

.pnt_field_inner,
.pnt_field_inner:focus {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tor_callToActionSecond_wrapper {
    position: relative;
    background: url(../images/callToAction.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 74px 0 73px;
}

.tor_callToActionSecond_wrapper:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(16, 16, 16, 0.76);
}

.tor_callToActionSecond_text h1 {
    font-size: 62px;
    font-weight: 400;
}

.tor_callToActionSecond_text>p {
    font-size: 22px;
    margin: 8px 0 13px;
}

.tor_callToActionSecond_text .popup-youtube i,
.popup-youtube i {
    height: 100px;
    width: 100px;
    background: var(--main-red-version1);
    color: var(--main-bg-color);
    border: none;
    border-radius: 50%;
    font-size: 30px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tor_callToActionSecond_text {
    text-align: center;
}

.tor_popup_wrpper {
    width: auto;
    margin: 6px auto 15px;
}

.tor_popup_wrpper .popup-youtube {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse_two 2s infinite;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    margin: 0 auto 40px;
}

@keyframes pulse_two {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.tor_popup_wrpper span,
span.tor_call_tophead {
    background: rgba(255, 255, 255, 0.1);
    color: var(--main-bg-color);
    padding: 16px 40px 16px 70px;
    margin-left: -50px;
    position: relative;
    z-index: 0;
    border: none;
    font-size: 22px;
    border-radius: 40px;
}

.tor_callToActionSecond_text h6 {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--main-red-version1);
    background: #f5efff;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 6px;
    background-color: #f5efff;
    margin: 0 0 10px;
}

.pnt_quote_wrapper .row{
    align-items: center;
}

.pnt_quote_img{
    text-align: center;
}

.pnt_quote_img img{
    max-width: 100%;
    width: 380px;
    height: auto;
    margin-bottom: -155px;
    display: block;
}

/* Large Tablet */
@media (max-width: 992px){
    .pnt_quote_img img{
        width: 320px;
        margin-bottom: -59px;
    }
}

/* Tablet */
@media (max-width: 768px){
    .pnt_quote_img img{
        width: 300px;
        margin-bottom: -59px;
    }
}

/* Mobile */
@media (max-width: 576px){
    .pnt_quote_img img{
        width: 270px;
        margin-bottom: -59px;
    }
}

/* Small Mobile */
@media (max-width: 420px){
    .pnt_quote_img img{
        width: 220px;
        margin-bottom: -59px;
    }
}

/********************************************************
    8. Best Service CSS Start
********************************************************/
.tor_service_wrapper {}

.tor_best_serivce_wrapper {
    position: relative;
    width: 100%;
    padding: 80px 0 46px;
}

.tor_work_img img {
    border-radius: 6px;
    transition: all .4s ease-in-out;
}

.tor_best_serivce_icon {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    border: none;
    border-radius: 50%;
}

.tor_work_img {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.tor_work_img:hover img {
    transform: scale(1.1);
}

.tor_best_serivce_icon svg {
    height: 45px;
    width: 45px;
    fill: var(--main-bg-color);
}

.tor_best_serivce_img {
    display: inline-block;
    width: 90px;
    height: 90px;
    border: 1px dashed var(--main-gray-version23);
    border-radius: 50%;
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
    background: var(--main-bg-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all .4s ease-in-out;
}

.tor_best_serivce_section h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 6px 0 7px;
}

.tor_best_serivce_section {
    position: relative;
    margin-bottom: 30px;
    background-color: #f6f4fa;
    padding: 40px 25px;
    border-radius: 6px;
    ;
}

.tor_best_serivce_wrapper .col-lg-3:last-of-type .tor_best_serivce_section:before {
    content: unset;
}

.tor_best_serivce_section:hover .tor_best_serivce_img {
    transform: rotateY(180deg);
}

/********************************************************
    9. Package CSS Start
********************************************************/

.tor_package_wrapper {
    width: 100%;
    display: inline-block;
    background: var(--main-gray-version24);
    position: relative;
    padding: 80px 0 80px;
    background: url(../images/service_bg_img.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.tor_package_wrapper::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(16, 16, 16, 0.76);
}

.tor_package_wrapper .tor_package_hover p {
    color: var(--main-gray-version19);
    width: 100%;
    margin: 5px 0 5px;
}

.tor_package_hover .tor_btn {
    margin-top: unset;
    margin-bottom: -100px;
    display: inline-block;
}

.tor_package_text:hover .tor_package_hover .tor_btn {
    margin-top: 29px;
    margin-bottom: 0px;
}

.tor_rating {
    color: var(--main-yellow);
    line-height: 12px;
}

.tor_package_text {
    position: relative;
    border: none;
    border-radius: 6px;
    overflow: hidden;
}

.tor_package_text::before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 6px;
    ;
    background: linear-gradient(rgba(22, 25, 33, 0) 0%, rgb(22, 25, 33) 100%);
    transition: 0.4s ease-in-out;
}

.tor_package_text img {
    width: 100%;
    border-radius: 6px;
    ;
}

.tor_package_hover {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding: 0 0 13px 40px;
    overflow: hidden;
}

.tor_package_hover:hover {
    padding: 0 0 40px 40px;
}

.tour_packages_inner .bullets .swiper-pagination-bullet {
    background: var(--main-red-version1);
    margin: 0 3px;
    width: 15px;
    height: 15px;
}

.tour_packages_inner .bullets {
    width: 100%;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 61px;
}


.tour_packages_inner .bullets .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 50px;
}

.tor_heading_wrpper.tor_testimonial_heading {
    margin: 0px auto 10px;
}

.tor_package_text:hover,
.tor_package_hover .tor_btn,
.tor_package_text,
.tor_package_hover,
.tor_package_hover:hover,
.tor_package_hover .tor_btn:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tor_package_text.tor_pkg_top {
    padding-top: 30px;
}

.tor_test_wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* .tor_testimonials_section {
            flex: 0 0 80%;
            max-width: 800px;
        } */

.tor_booking_wrapper .tor_form_field .tor_btn {
    margin: 0;
    width: 100%;
}

/********************************************************
    10. Testimonial CSS Start
********************************************************/

.tor_testimonial_wrapper {
    width: 100%;
    display: inline-block;
    background: var(--main-bg-color);
    position: relative;
    padding: 76px 0 40px;
}

.tor_testimonial_section {
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 22px;
    line-height: 28px;
    color: var(--main-blue-version3);
    font-weight: 700;
    font-style: italic;
    padding: 0 15px;
}

.tor_client_info h4 {
    font-size: 22px;
    font-weight: 500;
    color: var(--main-red-version1);
}

.se_nameimg_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tor_client_info {
    background: url(../images/quote_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 50px 30px 50px;
    background-color: var(--main-bg-color);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none;
    border-radius: 3px 0px 0px 3px;
    margin: 40px 0;
    font-family: "Lato", sans-serif;
    ;
    justify-content: center;
    font-weight: 500;
    border-radius: 6px;
}

.tor_client_info>p {
    font-style: normal;
    padding: 20px 0;
}

.tor_name_wrap h5 {
    font-size: 22px;
    font-weight: 500;
    font-style: normal;
}

.tor_name_wrap p {
    font-style: normal;
}

.tor_testimonial_img {
    width: 270px;
    position: relative;
}

.tor_testimonial_img img {
    border: none;
    border-radius: 6px;
}

.tor_testimonials_quote {
    background: #D4AF37;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: none;
    border-radius: 50%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: -20px;
}

.tor_testimonials_section .tor_testimonials_button {
    margin: auto;
    position: absolute;
    /* right: 10%; */
    top: 50%;
    z-index: 2;
    /* bottom: 56px; */
    width: 100%;
}

.tor_testimonials_section .tor_testimonials_button>div {
    position: absolute;
    bottom: 0;
    width: 35px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--main-gray-version20);
    border-radius: 6px;
}

.tor_testimonials_section .tor_testimonials_button>div svg {
    fill: #908f8f;
}

.tor_testimonials_section .tor_testimonials_button>div:hover svg {
    fill: #fff;
}

.tor_testimonials_section .tor_testimonials_button>div:hover {
    width: 35px;
}

.tor_testimonials_section .tor_testimonials_button>div:hover {
    background-color: var(--main-red-version1);
}

.testNext {
    right: -50px;
}

.testPrev {
    left: -50px;
}

.testprev {
    left: 0;
}

.testPrev svg {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.tor_testimonials_section .tor_testimonials_button>div:hover:before {
    opacity: 1;
}

.tor_testimonials_section .tor_testimonials_button>div svg {
    width: 20px;
    height: 20px;
}

.testPrev:before {
    right: 2px;
}

.testNext:before {
    left: 2px;
}

.tor_testimonial_section,
.tor_testimonials_section .tor_testimonials_button>div,
.tor_testimonials_section .tor_testimonials_button>div:hover,
.tor_testimonials_section .tor_testimonials_button>div:before,
.tor_testimonials_section .tor_testimonials_button>div:hover:before,
.tor_testimonials_section .tor_testimonials_button>div svg,
.tor_testimonials_section .tor_testimonials_button>div:hover svg {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tor_client_info>img {
    margin-top: 10px;
    max-height: 50px;
}

/********************************************************
    11. Booking CSS Start
********************************************************/

.tor_booking_wrapper {
    position: relative;
    background: url(../images/booking_bg.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 80px 0 80px;
}

.tor_booking_wrapper:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.82);
}

.tor_booking_wrapper .tor_heading_wrpper p {
    color: var(--main-gray-version19);
}

.tor_booking_wrapper ul.nav {
    justify-content: center;
    border-bottom: none;
    gap: 15px;
}

.tor_booking_wrapper .nav-tabs .nav-link {
    width: 100px;
    min-height: 90px;
    text-align: center;
    padding: 0;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.26);
    border-radius: 6px;
    transition: all .4s ease-in-out;
}

.tor_booking_wrapper .nav-tabs .nav-link.active {
    background-color: var(--main-red-version1);
}

.tor_tab_icons svg {
    fill: var(--main-bg-color);
    height: 40px;
    width: 40px;
}

.tor_tab_icons span {
    color: var(--main-bg-color);
    margin-top: 4px;
    display: block;
}

.tor_booking_content {
    background: var(--main-bg-color);
    margin-top: 36px;
    border: none;
    border-radius: 6px;
    padding: 42px 50px 50px;
}

.tor_booking_wrapper .nav-tabs .nav-link.active:before {
    content: "";
    background: var(--main-red-version1);
    height: 3px;
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.tor_booking_content .tor_subHeading {
    color: var(--main-blue-version3);
    margin: 0;
}

.tor_booking_wrapper form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.tor_booking_wrapper .tor_form_field {
    display: inline-block;
    width: 25%;
    margin-top: 20px;
    text-align: left;
}

.tor_booking_wrapper .tor_form_field .tor_btn {
    margin: 0;
    width: 100%;
}

.tor_radio_holder [type="radio"]:checked,
.tor_radio_holder [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.tor_radio_holder [type="radio"]:checked+label,
.tor_radio_holder [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 7px;
}

.tor_radio_holder [type="radio"]:checked+label:before,
.tor_radio_holder [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    border: 1px solid var(--main-blue-version2);
    border-radius: 100%;
    background: var(--main-bg-color);
}

.tor_radio_holder [type="radio"]:checked+label:after,
.tor_radio_holder [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: var(--main-red-version1);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tor_radio_holder [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.tor_radio_holder [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tor_radio_holder {
    display: inline-flex;
}

.tor_booking_wrapper .tor_form_field.fullWidth {
    margin-top: 7px;
}

.tor_booking_wrapper .nav-tabs .nav-link.active:after {
    content: "";
    background: transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid var(--main-bg-color);
    border-left: 20px solid transparent;
    width: 35px;
    height: 20px;
    position: absolute;
    bottom: -38px;
}

/********************************************************
    12. Blog CSS Start
********************************************************/

.tor_blog_wrapper {
    padding: 76px 0 52px;
    background-color: var(--main-bg1-color);
}

.tor_blog_img,
.tor_about_page_img {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

/* Shine Start*/

.tor_blog_img::before,
.tor_about_page_img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.tor_blog_img:hover::before,
.tor_about_page_img:hover::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Shine End */

.tor_blog_img img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}

.tor_blog_info li {
    display: inline-block;
    margin-left: 14px;
}

.tor_blog_info li:first-child {
    margin-left: 0;
}

.blog_text {
    padding: 13px 20px 27px;
}

.tor_blog_info li img {
    margin-right: 10px;
    vertical-align: middle;
}

.tor_blog_info a {
    color: var(--main-black1);
    font-family: "Lato", sans-serif;
    ;
}

.tor_blog_title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    padding: 0 0 10px;
}

.tor_blog_title:hover {
    color: var(--main-red-version1);
}

.tor_blog_thumb {
    background: var(--main-bg-color);
    margin-bottom: 28px;
    border-radius: 6px;
    border: 1px solid #e7e7e7;
}


.tor_blog_title,
.tor_blog_title:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/********************************************************
    13. Partner CSS Start
********************************************************/

.tor_partner_wrapper {
    position: relative;
    /* background: url(../images/partner_bg.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center; */
    background-color: #D4AF37;
    width: 100%;
    padding: 20px 0 20px;
}

/* 
        .tor_partner_wrapper:before {
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            position: absolute;
            background: rgba(0, 0, 0, 0.82);
        } */

.tor_partner_wrapper img {
    opacity: .6;
    max-height: 100px;
    /* margin: 10px 0; */
}

.tor_partner_wrapper img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.tor_partner_wrapper img:hover,
.tor_partner_wrapper img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/********************************************************
    14. Footer CSS Start
********************************************************/

.tor_footer_main_wrapper {
    padding: 40px 0 0;
    position: relative;
    width: 100%;
    display: inline-block;
    background: url('../images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tor_footer_main_wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4a4a4a;
    opacity: .95;
    /* z-index: -1; */
}

.tor_widgets h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--main-bg-color);
}

.newsletter_wrap {
    position: relative;
    margin: 6px 0 12px;
}

.newsletter_wrap input {
    background: var(--main-bg-color);
    width: 100%;
    position: relative;
    height: 50px;
    padding: 0 70px 0 20px;
    border: 1px solid var(--main-blue-version2);
    border-radius: 6px;
    color: var(--main-black1);
    opacity: 0.8;
}


.newsletter_wrap input::-webkit-input-placeholder {
    color: var(--main-black1);
}

.newsletter_wrap input::-moz-placeholder {
    color: var(--main-black1);
}

.newsletter_wrap input:-ms-input-placeholder {
    color: var(--main-black1);
}

.newsletter_wrap input:-moz-placeholder {
    color: var(--main-black1);
}

.newsletter_wrap button {
    background: var(--main-red-version1);
    border: none;
    color: var(--main-bg-color);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    border-radius: 0 5px 5px 0;
}

.tor_widgets h6 {
    font-size: 18px;
    color: var(--main-gray-version19);
    font-family: "Lato", sans-serif;
    ;
}

.tor_footer_address p {
    color: var(--main-gray-version19);
}

.tor_widgets h5 {
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    font-family: "Lato", sans-serif;
    ;
    color: var(--main-bg-color);
}

.tor_widgets ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.tor_widgets ul li:before {
    position: absolute;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border: none;
    border-radius: 50%;
    top: 50%;
    background: #D4AF37;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tor_widgets ul li a {
    color: #ffffff;
    position: relative;
}

.tor_widgets p {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    /* padding: 10px 0; */
}

.tor_widgets ul li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--main-gray-version19);
    left: 0;
    bottom: 0;
    opacity: 0;
    width: 0;
}

.tor_widgets ul li a:hover:after {
    opacity: 1;
    width: 100%;
}

.tor_widgets ul li a:hover {
    color: var(--main-bg-color);
}

.tor_widgets ul li a:hover:after,
.tor_widgets ul li a:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tor_widgets_contact h4 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 7px;
    color: var(--main-bg-color);
}

.footer_information {
    border-top: 1px solid #231145;
    ;
    padding: 50px 0 0 0;
    margin: 11px 0 0 0;
}

.tor_widgets_contact span {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: var(--main-gray-version20);
    border: none;
    border-radius: 50%;
    margin-bottom: 22px;
}

.tor_widgets_contact span svg {
    width: 40px;
    height: 40px;
    line-height: 40px;
    fill: var(--main-red-version1);
}

.tor_widgets_contact a {
    color: var(--main-gray-version19);
    display: inline-block;
    width: 100%;
}

ul.tor_footer_social {
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 10px;
}

.tor_footer_social li {
    /* padding-bottom: 5px; */
    padding: 0 0 5px 0 !important;
}

.tor_footer_social li::before {
    display: none;
}

.tor_footer_social li a {
    color: var(--main-bg-color);
}

.tor_footer_social li a {
    width: 40px;
    height: 40px;
    background: hsla(0, 0%, 100%, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-bg-color) !important;
    transition: all 0.3s;
    border-radius: 6px;
}

.tor_footer_social li a:hover {
    background-color: #D4AF37;
}

.tor_footer_social li a::after {
    display: none;
}

.tor_footer_social li a svg {
    fill: var(--main-bg-color);
}

.tor_copyright_wrapper {
    padding: 16px 0 13px;
    color: var(--main-bg-color);
    position: relative;
    /* margin-top: 41px; */
    font-family: "Lato", sans-serif;
    ;
    border-top: 1px solid #d4af37;
}

.tor_copyright_wrapper p {
    color: var(--main-bg-color);
    font-weight: 400;
    font-size: 18px;
}

.tor_copyright_wrapper p a {
    font-weight: 600;
}

.tor_widgets_contact:hover span {
    background: var(--main-red-version1);
}

.tor_widgets_contact:hover svg {
    fill: var(--main-bg-color);
}

.tor_widgets_contact,
.tor_widgets_contact:hover,
.tor_widgets_contact:hover span,
.tor_widgets_contact:hover svg {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/********************************************************
	17. Page Title Start
*******************************************************/

.page_title_wrapper {
    position: relative;
    background: url(../images/partner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 65px 0 65px 0;
    color: var(--main-bg-color);
}

.page_title_wrapper:before {
    content: "";
    /* background: var(--main-link-color); */
    background: #51370a;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0.9;
}

.page_title_text h1 {
    color: var(--main-bg-color);
    font-size: 38px;
    line-height: 46px;
    font-weight: 500;
    margin-bottom: 6px;
}

.page_title_text ul {
    display: flex;
    justify-content: center;
}

.page_title_text ul>li {
    position: relative;
    padding-left: 24px;
}

.page_title_text ul>li:first-child {
    padding-left: 0;
}

.page_title_text ul>li:before {
    content: "//";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 6px;
}

.page_title_text ul>li:first-child:before {
    content: unset;
}

.page_title_text ul>li a {
    color: var(--main-bg-color);
}

/********************************************************
	17. About Page  Start
*******************************************************/

.tor_about_page_wrapper {
    padding: 80px 0 50px;
}

.tor_about_page_img,
.tor_about_page_text {
    margin-bottom: 30px;
}

.tor_heading_wrpper {
    margin: 0 auto 30px;
    text-align: center;

}

.tor_about_page_text .tor_heading_wrpper {
    width: 100%;
    margin: 0px 0 35px 0;
}

.tor_about_page_img img {
    width: 100%;
    border-radius: 6px;
    ;
}

.tor_about_page_info h5 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 22px;
}

a.tor_about_num {
    font-size: 42px;
    font-weight: 500;
    line-height: 60px;
    color: var(--main-red-version1);
}

.tor_about_page_wrapper .row {
    align-items: center;
}

/********************************************************
	17. Contact Page CSS Start
********************************************************/

.tor_contact_wrapper {
    background: var(--main-bg-color);
    padding: 80px 0;
}

.tor_contact_from {
    width: 100%;
    margin: auto;
    background: var(--main-bg-color);
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
    padding: 45px 50px 50px;
}

.tor_contact_from .tor_title {
    margin-bottom: 26px;
}

.tor_inputField {
    margin-bottom: 30px;
    position: relative;
}

.tor_inputField input,
.tor_inputField textarea {
    width: 100%;
    padding: 0 60px 0 20px;
    height: 50px;
    box-shadow: inset 0 0 10px 0 rgba(194, 71, 96, 0.03);
    border: 1px solid var(--main-blue-version2);
    color: var(--main-black1);
    border-radius: 6px;
    opacity: 0.8;
}

.tor_inputField input:focus,
.tor_inputField textarea:focus {
    border-color: var(--main-red-version1);
}

.tor_inputField input:focus,
.tor_inputField textarea:focus,
.tor_inputField input,
.tor_inputField textarea {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tor_inputField i {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    color: #2a2a2a8c;
    opacity: 0.8;
    line-height: 50px;
}

.tor_inputField textarea {
    padding: 15px 60px 15px 20px;
    height: 150px;
}

.tor_contact_from .tor_btn {
    margin: 1px 0 0 0;
}

.tor_contact_from input::-webkit-input-placeholder,
.tor_contact_from textarea::-webkit-input-placeholder {
    color: var(--main-black1);
}

.tor_contact_from input::-moz-placeholder,
.tor_contact_from textarea::-moz-placeholder {
    color: var(--main-black1);
}

.tor_contact_from input:-ms-input-placeholder,
.tor_contact_from textarea:-ms-input-placeholder {
    color: var(--main-black1);
}

.tor_contact_from input:-moz-placeholder,
.tor_contact_from textarea:-moz-placeholder {
    color: var(--main-black1);
}

/********************************************************
	22. Blog Page Start
*******************************************************/

.blogPage_wrapper {
    padding: 80px 0 80px;
}

.sideBarWidgets {
    margin-bottom: 42px;
}

.sideBarWidgets:last-child {
    margin-bottom: 0px;
}

.blogSidebar,
.sideBarWidgets {
    width: 100%;
}

.blogSearchWrapper {
    position: relative;
}

.blogSearchWrapper input {
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 50px;
    border-radius: 6px;
    padding: 0 50px 0 30px;
    position: relative;
    line-height: 50px;
    margin-bottom: 4px;
}

.blogSearchWrapper>a {
    position: absolute;
    right: 18px;
    top: 0;
    color: var(--main-red-version1);
    bottom: 0;
    line-height: 50px;
}

.sideBarWidgets .blogPageTitle {
    padding-bottom: 10px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
}

.blogPageThumb img {
    border: none;
    border-radius: 3px;
}

.blogPageTitleWrapper {
    width: calc(100% - 80px);
}

.blogPageSubTitle {
    font-weight: 700;
    text-transform: capitalize;
}

.blogDate {
    color: var(--main-red-version1);
    font-weight: 700;
}

.blogMainImg,
.blogPageThumb {
    position: relative;
    overflow: hidden;
}

.blogMainImg img {
    border: none;
    width: 100%;
    border-radius: 15px;
}

.blogMainImg:after,
.blogMainImg:before,
.blogPageThumb:after,
.blogPageThumb:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    background: var(--main-bg-color);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.blogMainImg:before,
.blogMainImg:hover:before,
.blogPageThumb:before,
.blogPageThumb:hover:before {
    right: 0;
    top: 0;
}

.blogMainImg:hover:after,
.blogMainImg:hover:before,
.blogPageThumb:hover:after,
.blogPageThumb:hover:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.blogMainImg:after,
.blogMainImg:hover:after,
.blogPageThumb:after,
.blogPageThumb:hover:after {
    left: 0;
    bottom: 0;
}

.blogMainImg:after,
.blogPageThumb:after {
    opacity: .3;
}

.blogPageInfo ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blogPageInfo ul li {
    margin-right: 60px;
}

.blogPageInfo ul li:last-child {
    margin-right: 0px;
}

.blogPageInfo {
    padding: 30px 0 21px;
}

.blogPageInfo ul li img.blogUser,
.blogPageInfo ul li i {
    margin-right: 10px;
}

.blogPageInfo ul li .blogUser_name,
.blogPageInfo ul li i {
    color: var(--main-red-version1);
}

img.blogUser {
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.blogPageInfo ul li a {
    color: var(--main-txt-color);
}

.blogPageInfo ul li a:hover {
    color: var(--main-red-version1);
}

.blogHeading {
    font-size: 38px;
    font-weight: 600;
    line-height: 46px;
    display: inline-block;
    margin-bottom: 12px;
}

.blogBtn {
    margin-top: 21px;
}

.blogSection {
    margin-bottom: 50px;
}

.blogPaginationWrapper ul li {
    display: inline-block;
    font-size: 18px;
}

.blogPaginationWrapper ul li a,
.blogPaginationWrapper ul li.dot:hover a {
    color: var(--main-link-color);
    font-weight: 400;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--main-bg-color);
}

.blogPaginationWrapper ul li.dot:hover a {
    cursor: none;
}

.blogPaginationWrapper ul li.blogPagePrev a,
.blogPaginationWrapper ul li.blogPageNext a {
    width: auto;
    height: 40px;
}

.blogPaginationWrapper ul li.blogPagePrev:hover a,
.blogPaginationWrapper ul li.blogPageNext:hover a {
    background: var(--main-bg-color);
    color: var(--main-red-version1);
}

.blogPaginationWrapper ul li.active a,
.blogPaginationWrapper ul li:hover a {
    color: var(--main-bg-color);
    background: var(--main-red-version1);
}

/********************************************************
	23. Blog Single Page Start
*******************************************************/

.blogPage_wrapper.blogPageSingleWrapper {
    padding: 80px 0 80px;
}

.blogPageBlockquote {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blogPageBlockquote_img {
    width: 160px;
    margin-right: 10px;
    position: relative;
}

.blogBlockquoteQuate {
    width: calc(100% - 170px);
    color: var(--main-link-color);
    position: relative;
    text-align: center;
}

.blogBlockquoteQuate p,
.blogQuateUser {
    text-align: left;
}

.blogPageBlockquote_img img.blogQuateUser {
    border-radius: 50%;
    width: 130px;
    height: 130px;
}

.blogPageBlockquote_img:before {
    content: "";
    right: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    background-color: var(--main-red-version1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 32px;
    border: 5px solid var(--main-red-version1);
    padding-left: 8px;
    border-radius: 100%;
}

.blog_quote_icon svg {
    width: 20px;
    height: 20px;
    color: var(--main-bg-color);
}

.blog_quote_icon svg path {
    fill: var(--main-bg-color);
}

.blog_quote_icon {
    width: 25px;
    position: absolute;
    left: 74%;
    top: 40%;
    height: 25px;
}

.blogQuateUser {
    color: var(--main-link-color);
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    display: inline-block;
}

.blogQuateUser>span {
    color: var(--main-txt-color);
    font-size: 16px;
    font-weight: 400;
}

.blogBlockquoteQuate:before {
    content: "\f10e";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: var(--main-red-version1);
    position: absolute;
    left: 0;
    right: 0;
    font-size: 2%;
    margin: auto;
}

.blogBlockquoteQuate:before {
    content: "\f10e";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: var(--main-red-version1);
    position: absolute;
    left: 0;
    right: 0;
    font-size: 84px;
    margin: auto;
    top: 50%;
    opacity: .1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.blogImgTextContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blogImgTextContainer img {
    width: 370px;
    display: inline-block;
    margin: 6px 15px 6px 0;
}

.blogImgTextContainer p {
    display: inline-block;
    width: calc(100% - 385px);
}

.blogAuthoreMessageBox {
    background: var(--main-red-version1);
    border: none;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 71px 0 71px;
    color: var(--main-bg-color);
}

.blogAuthoreContent h5 {
    color: var(--main-bg-color);
    font-weight: 700;
    font-size: 20px;
}

.blogAuthoreContent h5 span {
    font-weight: 400;
    font-size: 16px;
}

.blogAuthoreContent {
    width: calc(100% - 140px);
}

.blogAuthoreContent p {
    color: var(--main-gray-version15);
}

.blogAuthoreImg {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin-right: 30px;
}

.blogAuthoreImg img {
    width: 110px;
    height: 110px;
    border: none;
    border-radius: 100%;
    object-fit: fill;
}

.blogCommentHolder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blogCmntDetail {
    width: calc(100% - 130px);
}

.blogCmntUser {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 30px;
}

.blogCmntUser img {
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 100%;
    object-fit: fill;
}

.blogCommnets>ul>li {
    margin-bottom: 26px;
    display: inline-block;
}

.blogCommnets ul li ul {
    padding-left: 80px;
}

.blogCommnets>ul>li>ul>li {
    margin-top: 26px;
}

.blogPageCommentForm {
    margin-top: 43px;
}

.blogInputFieldInner {
    width: 100%;
    border: 1px solid var(--main-blue-version2);
    padding: 0 20px;
    height: 50px;
    border-radius: 6px;
    display: flex;
    color: var(--main-black1);
    opacity: 0.8;
}

.blogInputFieldInner:focus {
    border: 1px solid var(--main-red-version1);
}

textarea.blogInputFieldInner {
    height: 150px;
    resize: none;
    padding: 12px 20px;
}

.blogPageCommentForm input::-webkit-input-placeholder,
.blogPageCommentForm textarea::-webkit-input-placeholder {
    color: var(--main-black1);
}

.blogPageCommentForm input::-moz-placeholder,
.blogPageCommentForm textarea::-moz-placeholder {
    color: var(--main-black1);
}

.blogPageCommentForm input:-ms-input-placeholder,
.blogPageCommentForm textarea:-ms-input-placeholder {
    color: var(--main-black1);
}

.blogPageCommentForm input:-moz-placeholder,
.blogPageCommentForm textarea:-moz-placeholder {
    color: var(--main-black1);
}

.blogInputField {
    margin-bottom: 30px;
}

.blogPageCommentForm .blogSectionHeading {
    margin-bottom: 40px;
}

.blogPageCommentForm .theme_btn {
    margin: 0;
}

.blogCmntReply {
    color: var(--main-red-version1);
    margin-left: 15px;
}

.blogCmntReply svg {
    width: 16px;
    fill: var(--main-red-version1);
}

.blogDivider {
    margin: 22px 0;
    display: block;
}

a.pnt_btn.blogBtn {
    background: var(--main-red-version1);
    color: var(--main-bg-color);
}

.blogPaginationWrapper {
    text-align: center;
}

.blogSectionHeading {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 26px;
}

/********************************************************
	15. Responsive CSS Start
********************************************************/

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1700px;
    }
}

@media (min-width: 991.98px) {
    ul.sub_menu {
        background: var(--main-bg-color);
        top: 50px;
        border-radius: 0px 0px 10px 10px;
    }

    .main_menu_wrapper ul>li ul.sub_menu li a {
        padding: 15px 20px 0;
    }

    .main_menu_wrapper ul>li>a {
        color: #ffffff;
    }

    .main_menu_wrapper ul>li>a:hover,
    .main_menu_wrapper ul>li.active>a {
        color: #D4AF37;
    }

    .main_menu_wrapper>ul>li>a {
        padding: 0px 20px;
    }
}

@media (min-width: 1799.98px) {

    .tor_header_wrapper .container-fluid,
    .tor_footer_main_wrapper .container-fluid,
    .tor_package_wrapper .container-fluid {
        max-width: 1756px;
    }
}

@media (min-width: 1200px) {
    .tor_form_location {
        width: 26.5%;
    }

    .tor_form_date {
        width: 18%;
    }

    .tor_form_type {
        width: 22%;
    }

    .tor_form_field.tor_form_btn {
        text-align: right;
        width: 15%;
    }

    .tor_heading_wrpper {
        margin-right: auto;
        margin-left: auto;
    }

    .tor_service_img {
        padding-left: 100px;
    }

    .tor_service_wrapper .col-xl-4 {
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
        max-width: 29%;
    }

    .tor_service_wrapper .col-xl-8 {
        -ms-flex: 0 0 71%;
        flex: 0 0 71%;
        max-width: 71%;
    }
}

@media (max-width: 1870px) {
    .tor_nav_button .prev {
        left: 0;
    }

    .tor_nav_button .next {
        right: 0;
    }

    .testNext {
        right: 0px;
    }

    .testPrev {
        left: 0px;
    }

}

@media (max-width: 1399.98px) {
    .tor_widgets h5 {
        font-size: 24px;
    }

    .tor_nav_button {
        display: none;
    }

    .fixed_header {
        padding: 2px 0px 2px;
    }
}

@media (max-width: 1199.98px) {
    .tor_best_serivce_section:before {
        left: 30%;
    }

    .tor_heading_wrpper {
        margin: 10px 0 30px;
    }

    .tour_service {
        padding: 30px 30px 30px 30px;
    }

    .tor_package_hover .tor_btn {
        margin-bottom: -120px;
    }

    .tor_widgets h5 {
        font-size: 20px;
    }

    .tor_blog_info li {
        margin-left: 5px;
    }

    .tor_test_wrapper {
        flex-wrap: wrap;
    }

    .tor_banner_text {
        left: 0;
    }

    .tor_banner_img img {
        max-height: 460px;
        max-width: 500px;
        width: fit-content;
    }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
    .tor_testimonials_section .tor_testimonials_button {
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .testPrev {
        left: 0;
    }

    .tor_testimonials_section .tor_testimonials_button {
        display: none;
    }

    .tor_about_page_wrapper {

        padding: 69px 0 40px;
    }
}

@media (max-width: 1024px) {
    .tor_package_hover:hover {
        padding: 0 0 40px 20px;
    }

    .tor_package_hover {
        padding: 0 0 13px 20px;
    }

    .tor_subHeading {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {

    .main_menu_wrapper li.has_submenu:before,
    .main_menu_wrapper li.has_submenu:after {
        background: var(--main-red-version1);
    }

    .tor_best_serivce_section:before {
        left: 40%;
    }

    .tor_form_field {
        width: 33%;
    }

    .tor_banner_form .tor_btn,
    .tor_form_field.tor_form_type:nth-child(4) {
        margin: 20px 0 0;
    }

    .tor_widgets h5 {
        font-size: 20px;
    }

    .tor_blog_title {
        font-size: 18px;
        line-height: 24px;
    }

    .tor_blog_info li {
        margin-left: 3px;
        font-size: 14px;
    }

    .tor_blog_info li img {
        margin-right: 3px;
    }

    .tor_booking_wrapper .tor_form_field {
        width: 50%;
    }

    .tor_best_serivce_wrapper .col-lg-3:nth-child(3) .tor_best_serivce_section:before {
        content: unset;
    }

    .tor_best_serivce_section:before {
        left: 55%;
    }

    .tor_header_wrapper .row {
        align-items: center;
    }

    .tor_header_wrapper {
        padding: 20px 0 18px;
    }

    .menu_btn {
        height: auto;
        margin: 0;
        padding: 0;
    }

    .menu_btn span {
        background: var(--main-red-version1);
    }

    .searchBtn,
    .searchBtn:focus,
    .searchBtn:hover {
        padding: 0;
    }


    .tor_best_serivce_wrapper {
        padding: 69px 0 44px;
    }

    .tor_heading_wrpper.tor_testimonial_heading {
        margin: 0px auto 20px;
    }

    .tor_copyright_wrapper {
        margin-top: 44px;
    }

    .tor_about_page_wrapper {
        padding: 69px 0 40px;
    }

    .page_title_wrapper {
        padding: 90px 0 94px 0;
    }

    .fixed_header {
        position: relative;
    }

    .tor_callToActionSecond_text h1 {
        font-size: 50px;
    }

    .tor_best_serivce_section {
        padding: 31px 10px;
    }

    .tor_testimonials_section {
        flex: 0 0 auto;
        max-width: -webkit-fill-available;
    }

    .tor_name_wrap h5 {
        font-size: 20px;
    }

    .se_team_box {
        margin: 0 auto 50px;
    }

    .tor_banner_img {
        padding: 20px 0 0;
    }
}

@media (max-width: 767.98px) {
    .tor_best_serivce_wrapper .tor_best_serivce_section:before {
        content: unset;
    }

    .tor_testimonial_section {
        flex-direction: column-reverse;
    }

    .tor_client_info {
        padding: 50px 20px 50px 20px;
        width: 100%;
    }

    .tor_testimonials_section .tor_testimonials_button {
        left: 30px;
        right: 30px;
        width: 80%;
    }

    .tor_banner_text h1 {
        font-size: 45px;
        line-height: 60px;
    }

    .tor_heading {
        font-size: 32px;
    }

    .tor_callToActionSecond_text h1 {
        font-size: 42px;
    }

    .tor_form_field {
        width: 100%;
    }

    .tor_banner_form form {
        border-radius: 20px;
        padding: 22px 15px 22px;
    }

    .tor_form_field.tor_form_location {
        margin: 0;
    }

    .tor_form_field {
        margin: 20px 0 0;
    }

    .tor_service_wrapper .padder_right {
        padding-right: 15px;
    }

    .tor_callToActionSecond_text .popup-youtube i {
        height: 80px;
        width: 80px;
        line-height: 80px;
        font-size: 20px;
    }

    .tor_popup_wrpper span,
    .tor_callToActionSecond_text>p {
        font-size: 16px;
    }

    .tor_booking_content {
        padding: 42px 20px 50px;
    }

    .tor_booking_wrapper .tor_form_field {
        width: 100%;
    }

    .tor_callToActionSecond_wrapper {
        padding: 66px 0 80px;
    }

    .tor_best_serivce_wrapper {
        padding: 66px 0 44px;
    }

    .tour_packages_inner .bullets {
        margin-bottom: 60px;
    }

    .tor_testimonials_section {
        margin-top: 0;
    }

    .tor_testimonials_section .tor_testimonials_button>div:before {
        top: 9px;
    }

    .tor_booking_wrapper {
        padding: 66px 0 80px;
    }

    .tor_blog_wrapper {
        padding: 66px 0 46px;
    }

    .tor_copyright_wrapper {
        padding: 15px 0 14px;
    }

    .tor_about_page_wrapper {
        padding: 80px 0 40px;
    }

    .tor_contact_from {
        padding: 45px 15px 50px;
    }

    .blogImgTextContainer img {
        margin: 15px 0;
        width: 100%;
    }

    .blogImgTextContainer p {
        width: 100%;
    }

    .tor_best_serivce_section {
        padding: 15px 10px;
    }

    .tor_best_serivce_section h4 {
        font-size: 20px;
    }

    .tor_banner_wrapper {
        padding: 80px 0 80px;
    }

    .testNext,
    .testPrev {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .tor_testimonial_img {
        width: 70%;
    }

    .tor_testimonials_quote {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .tor_quote_img {
        height: 16px;
    }

    .tor_booking_wrapper .nav-tabs .nav-link {
        width: 60px;
        min-height: 50px;
    }

    .tor_booking_wrapper .nav-tabs .nav-link.active:before {
        height: 2px;
    }

    .tor_tab_icons svg {
        height: 20px;
        width: 20px;
    }

    .tor_booking_wrapper .nav-tabs .nav-link.active:after {
        border-right: 10px solid transparent;
        border-bottom: 10px solid var(--main-bg-color);
        border-left: 10px solid transparent;
        width: 15px;
        height: 10px;
    }

    .tor_popup_wrpper .popup-youtube {
        width: 60px;
        height: 60px;
    }

    .popup-youtube i {
        width: 60px;
        height: 60px;
    }

    .tor_callToActionSecond_text .popup-youtube i {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }

    .tor_popup_wrpper span {
        font-size: 14px;
        padding: 16px 30px 16px 60px;
    }

    .tor_package_wrapper {
        padding: 66px 0 21px;
    }

    .tor_testimonials_section .tor_testimonials_button>div:before {
        top: 10px;
    }

    a.tor_about_num {
        font-size: 32px;
    }

    .tor_about_page_wrapper {
        padding: 80px 0 35px;
    }

    .blogBlockquoteQuate,
    .blogAuthoreContent,
    .blogCmntDetail {
        width: 100%;
        margin: 15px 0 0;
    }

    .blogPageInfo ul li {
        width: 100%;
        margin: 10px 0 0;
    }

    .blogPaginationWrapper ul li a,
    .blogPaginationWrapper ul li.dot:hover a {
        width: 30px;
        height: 30px;
        line-height: 32px;
    }

    .blogPage_wrapper {
        padding: 80px 0 70px;
    }


    .tor_banner_text h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .tor_heading {
        font-size: 28px;
        line-height: 30px;
    }

    .tor_banner_img img {
        max-height: 380px;
        max-width: 400px;
        width: fit-content;
    }

    .tor_banner_wrapper {
        padding: 50px 0 50px;
    }
}

@media (max-width: 375.98px) {
    .tor_banner_img img {
        max-height: 300px;
        max-width: 290px;
        width: fit-content;
    }

    .tor_banner_text h1 {
        font-size: 33px;
        line-height: 40px;
    }
}



.tor_logo a img {
    height: 80px;
}

.to_footer_logo a img {
    height: 100px;
    margin-bottom: 22px;
}





/* Footer Contact Box */
/* .tor_widgets{
    padding: 20px 0;
} */

/* Footer Heading */
.tor_widgets h4 {
    color: #D4AF37;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

/* .tor_widgets h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 2px;
    background: #D4AF37;
} */

/* Labels */
.tor_footer_address h6 {
    color: #D4AF37;
    font-size: 16px;
    margin-bottom: 6px;
    /* margin-top: 18px; */
    font-weight: 500;
}

/* Number */
.tor_footer_address h5 {
    margin-bottom: 0;
}

.tor_footer_address h5 a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.tor_footer_address h5 a:hover {
    color: #D4AF37;
}

/* Email & Address */
.tor_footer_address p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0;
}

.tor_footer_address p a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
}

.tor_footer_address p a:hover {
    color: #D4AF37;
}



/* Header Full Fix */
.tor_header_wrapper {
    background: #000;
    padding: 10px 0;
}

.main_menu_parent {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.tor_main_menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.tor_main_menu ul li {
    position: relative;
}

.tor_main_menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
    padding: 10px 0;
}

.tor_main_menu ul li a:hover,
.tor_main_menu ul li.active a {
    color: #d4a44b;
}

/* Logo */
.tor_logo img {
    max-width: 120px;
}

/* Dropdown */
.sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 180px;
    display: none !important;
    flex-direction: column;
    padding: 10px 0 !important;
    border-radius: 6px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.sub_menu li {
    width: 100%;
}

.sub_menu li a {
    color: #222 !important;
    padding: 10px 20px !important;
    display: block;
    font-size: 14px;
}

.sub_menu li a:hover {
    background: #f5f5f5;
    color: #d4a44b !important;
}

.has_submenu:hover .sub_menu {
    display: flex !important;
}

/* Responsive */
@media(max-width:991px) {

    .tor_header_wrapper {
        padding: 15px 0;
    }

    .main_menu_parent {
        justify-content: flex-end;
    }

    .tor_main_menu ul {
        gap: 15px;
    }

    .tor_main_menu ul li a {
        font-size: 14px;
    }
}

@media(max-width:767px) {

    .tor_logo img {
        max-width: 90px;
    }

    .tor_main_menu ul {
        display: none;
    }
}












```css
/*===================================
Header CSS
===================================*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

.tor_header_wrapper {
    width: 100%;
    /* background: #0d1117; */
    /* padding: 18px 0; */
    position: relative;
    z-index: 999;
}

.tor_logo img {
    max-width: 170px;
}

.tor_main_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*===================================
Desktop Menu
===================================*/

.tor_nav_items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tor_nav_items>ul {
    display: flex;
    align-items: center;
    gap: 28px;
}

.tor_nav_items ul li {
    position: relative;
}

.tor_nav_items ul li a,
.submenu_toggle {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s;
    background: transparent;
    border: none;
    padding: 0;
}

/* .tor_nav_items ul li a:hover,
.submenu_toggle:hover {
    color: #a845f1;
} */

/*===================================
Dropdown Menu
===================================*/

.sub_menu {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 250px;
    background: #151b23;
    border-radius: 12px;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.sub_menu li {
    width: 100%;
}

.sub_menu li a {
    display: block;
    padding: 12px 20px;
    font-size: 14px;
}

.has_submenu:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

/*===================================
Hamburger Button
===================================*/

.tor_mobile_btn {
    display: none;
}

.menu_btn {
    width: 44px;
    height: 44px;
    background: #D4AF37;
    border-radius: 10px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.menu_btn span {
    width: 20px;
    height: 2px;
    background: #ffffff;
    border-radius: 10px;
    transition: 0.3s;
}

/* Hamburger Animation */

.menu_btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu_btn.active span:nth-child(2) {
    opacity: 0;
}

.menu_btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/*===================================
Responsive
===================================*/

@media (max-width: 991px) {

    .tor_mobile_btn {
        display: flex;
        justify-content: flex-end;
    }

    .tor_nav_items {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #111827;
        padding: 20px;
        display: none;
    }

    .tor_nav_items.active {
        display: block;
    }

    .tor_nav_items>ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .tor_nav_items ul li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding: 12px 0;
    }

    .tor_nav_items ul li a,
    .submenu_toggle {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Mobile Dropdown */

    .sub_menu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        background: transparent;
        padding: 10px 0 0 15px;
        min-width: 100%;
        border-radius: 0;
    }

    .sub_menu.active {
        display: block;
    }

    .sub_menu li {
        border: none;
        padding: 0;
    }

    .sub_menu li a {
        padding: 10px 0;
        font-size: 14px;
    }

    .has_submenu:hover .sub_menu {
        top: 0;
    }
}



.tor_contact_item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.tor_contact_address {
    align-items: flex-start;
}

.tor_contact_icon {
    color: #D4AF37;
    font-size: 18px;
    min-width: 20px;
    margin-top: 4px;
}

.footer_contact_link_unique,
.tor_footer_address p {
    margin: 0;
    color: #fff;
    text-decoration: none;
    line-height: 1.7;
    font-size: 16px !important;
    transition: 0.3s;
}

.footer_contact_link_unique:hover {
    color: #e6ccf9;
}

.tor_widgets.mb_30 ul li a {
    font-size: 16px !important;
}


/* =========================
   NAVBAR MENU CSS
========================= */

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

/* =========================
   MAIN MENU
========================= */

.has_submenu {
    position: relative;
}

/* SERVICE BUTTON */

.submenu_toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 12px 15px;
}

/* =========================
   MAIN DROPDOWN
========================= */

.sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

    /* HIDE */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;

    z-index: 999;
}

/* SHOW ONLY SERVICE DROPDOWN */

.has_submenu:hover>.sub_menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* =========================
   MENU ITEMS
========================= */

.sub_menu li {
    position: relative;
}

/* MENU ITEMS */

.sub_menu li a,
.inner_submenu_toggle {
    width: 100%;

    display: flex;
    align-items: center;

    /* REMOVE THIS */
    /* justify-content:space-between; */

    gap: 8px;

    padding: 12px 14px;

    border: none;
    border-radius: 8px;

    background: transparent;
    color: #111;
    font-size: 15px;
    line-height: 1;

    cursor: pointer;
    transition: 0.3s ease;
}

/* ICON + TEXT */
.sub_menu li a span,
.inner_submenu_toggle span {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* HOVER EFFECT */

.sub_menu li a:hover,
.inner_submenu_toggle:hover {
    /* background:#D4AF37; */
    color: #000;
}

/* RIGHT ARROW */
.inner_dropdown_icon {
    margin-left: auto;
}

/* =========================
   INNER SUBMENU
========================= */

.has_inner_submenu {
    position: relative;
}

/* HIDE INNER MENU */

.inner_sub_menu {
    position: absolute;
    top: 0;
    left: 100%;

    width: 220px;
    background: #fff;
    border-radius: 14px;
    padding: 10px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);

    transition: 0.3s ease;

    z-index: 999;
}

/* IMPORTANT FIX */

/* ONLY OPEN WHEN MAN POWER SERVICES HOVER */

.has_inner_submenu:hover>.inner_sub_menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* =========================
   ICONS
========================= */

.fa {
    font-size: 14px;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:768px) {

    .sub_menu {
        position: static;
        width: 100%;
        margin-top: 10px;
    }

    .inner_sub_menu {
        position: static;
        width: 100%;
        margin-top: 10px;
    }
}







/* =========================
   FIX MOBILE TESTIMONIAL
========================= */
@media only screen and (max-width: 767px) {

    .tourTestimonial {
        overflow: hidden;
    }

    .tourTestimonial .swiper-wrapper {
        align-items: stretch;
    }

    .tourTestimonial .swiper-slide {
        width: 100% !important;
        height: auto !important;
    }

    .tor_testimonial_section {
        width: 100%;
        padding: 25px 20px;
        border-radius: 12px;
        box-sizing: border-box;
    }

    .tor_client_info {
        text-align: center;
    }

    .tor_client_info p {
        font-size: 15px;
        line-height: 28px;
        word-break: break-word;
    }

    .se_nameimg_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-top: 20px;
    }

    .se_nameimg_wrap img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
    }

    .tor_testimonials_button {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 25px;
    }

    .testNext,
    .testPrev {
        position: static !important;
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }

    .testNext svg,
    .testPrev svg {
        width: 16px;
        height: 16px;
    }
}






/* ==================================
   TRUCOP SECURITY SECTION
================================== */

#trucop-security-choose{
    background:#4A4A4A;
    padding:20px 20px;
    position:relative;
    overflow:hidden;
}

/* MAIN GRID */

.trucop-security-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:42% 58%;
    gap:30px;
    align-items:center;
}

/* LEFT */

.trucop-security-left h2{
    color:#fff;
    font-size:56px;
    font-weight: 700;
    line-height:1.15;
    margin:25px 0;
}

.trucop-security-left p{
    color:#b5b5b5;
    line-height:1.8;
    font-size:17px;
}

/* RIGHT */

.trucop-security-right{
    position:relative;
    min-height:650px;
    width:100%;
    max-width:850px;
    margin:auto;
    display:flex;
    justify-content:center;
    align-items:center;
}

/* IMAGE */

.trucop-security-shield{
    width:320px;
    height:320px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.trucop-security-shield img{
    width:250px;
    height:250px;
    object-fit:cover;
    border-radius:50%;
    border:5px solid rgba(250,208,69,.4);
    position:relative;
    z-index:5;
}

.trucop-image-ring{
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    border:2px dashed #D4AF37;
    animation:trucopRotate 20s linear infinite;
}

.trucop-image-ring-two{
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    border:2px solid rgba(255,255,255,.08);
}

.trucop-security-shield::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:#D4AF37;
    border-radius:50%;
    filter:blur(90px);
    opacity:.25;
}

/* BOXES */

.trucop-security-points{
    position:absolute;
    inset:0;
}

.trucop-point{
    position:absolute;
    width:150px;
    padding:14px;
    background:#4A4A4A;
    border:1px solid rgba(255,255,255,.08);
    border-radius:16px;
    transition:.3s;
}

.trucop-point:hover{
    transform:translateY(-5px);
    border-color:#D4AF37;
}

.trucop-point span{
    color:#D4AF37;
    display:block;
    margin-bottom:8px;
    font-size:13px;
    font-weight:700;
}

.trucop-point h4{
    color:#fff;
    font-size:15px;
    margin:0;
    line-height:1.4;
}

/* DESKTOP POSITIONS */

.point-1{
    top:140px;
    left:130px;
}

.point-2{
    top:140px;
    right:130px;
}

.point-3{
    top:250px;
    left:60px;
}

.point-4{
    top:250px;
    right:60px;
}

.point-5{
    bottom:118px;
    left:130px;
}

.point-6{
    bottom:140px;
    right:130px;
}

/* ANIMATION */

@keyframes trucopRotate{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}

/* LARGE LAPTOP */

@media(max-width:1200px){

.trucop-security-container{
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.trucop-security-left h2{
    font-size:46px;
}

.trucop-security-right{
    max-width:700px;
}

.trucop-point{
    width:135px;
}

.point-1,.point-5{ left:20px; }
.point-2,.point-6{ right:20px; }

.point-3{ left:10px; }
.point-4{ right:10px; }

}

/* TABLET */

@media(max-width:991px){

.trucop-security-container{
    grid-template-columns:1fr;
    gap:50px;
}

.trucop-security-left{
    text-align:center;
}

.trucop-security-left h2{
    font-size:40px;
}

.trucop-security-right{
    min-height:auto;
    flex-direction:column;
}

/* .trucop-image-ring,
.trucop-image-ring-two{
    display:none;
} */

.trucop-security-points{
    position:relative;
    margin-top:40px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.trucop-point{
    position:relative !important;
    width:100%;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
}

}

/* MOBILE */

@media(max-width:767px){

#trucop-security-choose{
    padding:50px 15px;
}

.trucop-security-left h2{
    font-size:32px;
    line-height:1.3;
}

.trucop-security-left p{
    font-size:15px;
}
.trucop-security-left{
    text-align:center;
    padding: 0px 0px 40px 0px;
}

.trucop-security-shield{
    width:260px;
    height:260px;
}

.trucop-security-shield img{
    width:190px;
    height:190px;
}

.trucop-security-points{
    grid-template-columns:1fr;
    gap:12px;
    padding: 40px 0px 0px 0px;
}

}

/* SMALL MOBILE */

@media(max-width:480px){

.trucop-security-shield{
    width:220px;
    height:220px;
}

.trucop-security-shield img{
    width:170px;
    height:170px;
}

.trucop-security-left h2{
    font-size:28px;
}
.trucop-security-left{
    text-align:center;
    padding: 0px 0px 40px 0px;
}

.trucop-point{
    padding:12px;
}

.trucop-point h4{
    font-size:14px;
}

}



span.trucop-security-tag {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgb(255 255 255 / 35%);
    border-radius: 50px;
    color: #D4AF37;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}


a.trucop-security-btn {
        display: inline-block;
    padding: 10px 40px;
    /* background: #D4AF37; */
    background: linear-gradient(135deg, #3D2500 0%, #7A5600 20%, #B8860B 40%, #D4AF37 60%, #F4D03F 80%, #FFF2B2 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 60px;
    font-weight: 600;
    transition: .3s;
    margin-top: 30px;
}







/* ==========================
   HEADER
========================== */

#sg-header-main {
    background: #4A4A4A;
    position: sticky;
    top: 0;
    z-index: 99999;
    border-bottom: 1px solid rgba(212, 175, 55, .15);
}

.sg-header-container {
    max-width: 1320px;
    margin: auto;
    padding: 14px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    overflow: visible;
}

/* ==========================
   LOGO
========================== */

.sg-logo-box img {
    height: 72px;
    width: auto;
    display: block;
}

/* ==========================
   MENU
========================== */

.sg-navbar {
    flex: 1;
    display: flex;
    justify-content: center;
}

.sg-menu-list {
    display: flex;
    align-items: center;
    gap: 40px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.sg-menu-list li {
    position: relative;
}

.sg-menu-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;

    transition: .3s;
}

.sg-menu-list li a:hover {
    color: #D4AF37;
}

.sg-active-link {
    color: #D4AF37 !important;
}

/* ==========================
   DROPDOWN
========================== */

.sg-dropdown-item {
    position: relative;
}

.sg-dropdown-item>a i {
    margin-left: 6px;
    font-size: 12px;
}

.sg-dropdown-menu {
    position: absolute;

    top: 100%;
    left: 0;

    width: 280px;

    background: #0d0d0d;

    border: 1px solid rgba(212, 175, 55, .25);

    border-radius: 14px;

    padding: 8px 0;

    opacity: 0;
    visibility: hidden;

    transform: translateY(15px);

    transition: .3s;

    z-index: 99999;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .35);
}

.sg-dropdown-item:hover .sg-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sg-dropdown-menu li {
    width: 100%;
}

.sg-dropdown-menu li a {
    display: flex;
    align-items: center;

    gap: 12px;

    width: 100%;

    padding: 14px 20px;

    color: #fff;

    font-size: 15px;
    font-weight: 500;
}

.sg-dropdown-menu li a:hover {
    background: #D4AF37;
    color: #000;
}

.sg-dropdown-menu i {
    width: 18px;
    text-align: center;
}

/* ==========================
   CONTACT BUTTON
========================== */

.sg-contact-area a {
    display: flex;
    align-items: center;
    gap: 10px;

    background: #D4AF37;
    color: #000;

    text-decoration: none;

    padding: 14px 24px;

    border-radius: 50px;

    font-size: 15px;
    font-weight: 700;

    transition: .3s;
}

.sg-contact-area a:hover {
    transform: translateY(-2px);
}

.sg-contact-area i {
    font-size: 15px;
}

/* ==========================
   MOBILE BUTTON
========================== */

#sg-mobile-toggle {
    display: none;

    background: none;
    border: none;

    cursor: pointer;
}

#sg-mobile-toggle span {
    display: block;

    width: 28px;
    height: 3px;

    background: #D4AF37;

    margin: 6px 0;

    border-radius: 20px;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:991px) {

    .sg-navbar {
        display: none;
    }

    .sg-contact-area {
        display: none;
    }

    #sg-mobile-toggle {
        display: block;
    }

    .sg-logo-box img {
        height: 58px;
    }

    .sg-header-container {
        padding: 12px 15px;
    }
}





.pnt_select_wrap {
    position: relative;
}

.pnt_select_wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

/* .pnt_select_wrap::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color:#2563eb;
    pointer-events: none;
} */










/* =========================
   TEAM SECTION
========================= */

#expert-team-section {
    position: relative;
    padding: 50px 0;
    background: #f7f8fa;
    overflow: hidden;
}

/* Background Glow */
#expert-team-section::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(255, 183, 0, 0.08);
    border-radius: 50%;
    top: -180px;
    left: -180px;
    filter: blur(80px);
}

#expert-team-section::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 50%;
    bottom: -150px;
    right: -150px;
    filter: blur(80px);
}

.team-container-custom {
    max-width: 1320px;
    margin: auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.team-heading-custom {
    text-align: center;
    margin-bottom: 60px;
}

.team-heading-custom span {
    display: inline-block;
    color: #D4AF37;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.team-heading-custom h2 {
    font-size: 40px;
    font-weight: 700;
    color: #111;
    margin: 0;
}

/* Grid */

.team-grid-custom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Card */

.team-card-custom {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff, #f4f4f4);
    border: 1px solid rgba(255, 183, 0, .15);
    box-shadow:
        0 10px 25px rgba(0, 0, 0, .08),
        0 2px 8px rgba(0, 0, 0, .04);
    transition: all .4s ease;
    padding: 15px;
}

/* Image */
.team-card-custom img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    object-position: top center;
    background: #fff;
    border-radius: 18px;
    transition: .5s ease;
}

/* Dark Overlay */

/* Golden border glow */
.team-card-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg,
            #ffb700,
            transparent,
            #ffb700);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: .4s;
}

/* Golden Shine Effect */

.team-card-custom::after {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 220%;
    height: 220%;
    background: linear-gradient(135deg,
            transparent 30%,
            rgba(255, 255, 255, .35) 50%,
            transparent 70%);
    transform: rotate(25deg);
    transition: 1s;
}

/* Hover Effects */

/* Hover */
.team-card-custom:hover {
    transform: translateY(-10px);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, .12),
        0 5px 15px rgba(255, 183, 0, .15);
}

.team-card-custom:hover img {
    transform: scale(1.05);
}

.team-card-custom:hover::before {
    opacity: 1;
}

.team-card-custom:hover::after {
    top: -30%;
    left: -30%;
}

/* Entrance Animation */

@keyframes teamFadeUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */

@media(max-width:991px) {

    .team-grid-custom {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-heading-custom h2 {
        font-size: 38px;
    }
}

@media(max-width:576px) {

    #expert-team-section {
        padding: 70px 0;
    }

    .team-grid-custom {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .team-heading-custom h2 {
        font-size: 30px;
    }

    .team-card-custom img {
        height: 220px;
    }
}







#tor_choose_us_section {
    padding: 45px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}

.tor_choose_heading {
    text-align: center;
    margin-bottom: 60px;
}

.tor_choose_heading span {
    display: inline-block;
    color: #D4AF37;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.tor_choose_heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin: 15px 0;
    line-height: 1.2;
}

.tor_choose_heading p {
    max-width: 700px;
    margin: auto;
    color: #666;
    font-size: 17px;
    line-height: 1.8;
}

.tor_choose_slider {
    overflow: hidden;
    position: relative;
}

.tor_choose_slider::before,
.tor_choose_slider::after {
    content: '';
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 5;
}

.tor_choose_slider::before {
    left: 0;
    background: linear-gradient(to right, #fff, transparent);
}

.tor_choose_slider::after {
    right: 0;
    background: linear-gradient(to left, #fff, transparent);
}

.tor_choose_track {
    display: flex;
    align-items: center;
    gap: 70px;
    width: max-content;
    animation: torSlideFeatures 28s linear infinite;
}

.tor_choose_slider:hover .tor_choose_track {
    animation-play-state: paused;
}

.tor_choose_item {
    min-width: 180px;
    text-align: center;
}

.tor_choose_item img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    transition: .4s ease;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, .15));
}

.tor_choose_item:hover img {
    transform: translateY(-10px) scale(1.12);
}

.tor_choose_item h4 {
    margin-top: 15px;
    font-size: 18px;
    color: #0f2b52;
    font-weight: 700;
}

@keyframes torSlideFeatures {

    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Tablet */

@media(max-width:991px) {

    .tor_choose_heading h2 {
        font-size: 36px;
    }

    .tor_choose_track {
        gap: 50px;
    }

    .tor_choose_item img {
        width: 70px;
        height: 70px;
    }
}

/* Mobile */

@media(max-width:767px) {

    #tor_choose_us_section {
        padding: 70px 0;
    }

    .tor_choose_heading h2 {
        font-size: 28px;
    }

    .tor_choose_heading p {
        font-size: 15px;
    }

    .tor_choose_track {
        gap: 35px;
        animation-duration: 18s;
    }

    .tor_choose_item {
        min-width: 130px;
    }

    .tor_choose_item img {
        width: 55px;
        height: 55px;
    }

    .tor_choose_item h4 {
        font-size: 14px;
    }

    .tor_choose_slider::before,
    .tor_choose_slider::after {
        width: 40px;
    }
}











#trucop_header_x91 {
    width: 100%;
    background: #4A4A4A;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 999;
}

.trucop_header_wrap_x91 {
    max-width: 1200px;
    margin: auto;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trucop_logo_box_x91 img {
    max-height: 90px;
}

.trucop_menu_list_x91 {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.trucop_menu_list_x91 li {
    position: relative;
}

.trucop_menu_list_x91 a {
    text-decoration: none;
    color: #222;
    font-weight: 600;
}

.trucop_dropdown_menu_x91 {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #fff;
    display: none;
    list-style: none;
    padding: 10px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.trucop_dropdown_parent_x91:hover .trucop_dropdown_menu_x91 {
    display: block;
}

.trucop_dropdown_menu_x91 li a {
    display: block;
    padding: 12px 18px;
}

.trucop_contact_box_x91 a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
}

#trucop_mobile_toggle_x91 {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

#trucop_mobile_toggle_x91 span {
    width: 28px;
    height: 3px;
    background: #ffffff;
    display: block;
    border-radius: 5px;
}

#trucop_mobile_menu_x91 {
    display: none;
    background: #111827;
}

#trucop_mobile_menu_x91.trucop_menu_active_x91 {
    display: block;
}

#trucop_mobile_menu_x91 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#trucop_mobile_menu_x91 ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#trucop_mobile_menu_x91 ul li a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
}

.trucop_submenu_x91 {
    display: none;
    background: #D4AF37;
}

.trucop_submenu_x91.trucop_submenu_active_x91 {
    display: block;
}

.trucop_submenu_x91 a {
    padding-left: 40px !important;
}

@media(max-width:991px) {

    .trucop_navbar_x91,
    .trucop_contact_box_x91 {
        display: none;
    }

    #trucop_mobile_toggle_x91 {
        display: flex;
    }

    .trucop_header_wrap_x91 {
        padding: 15px;
    }

    .trucop_logo_box_x91 img {
        max-height: 75px;
    }
}


.trucop_contact_box_x91 {
    /* background: #D4AF37; */
    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(244, 196, 48, 0.35);
}

/* Shine Effect */
.trucop_contact_box_x91::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: all 0.6s ease;
}

.trucop_contact_box_x91:hover::before {
    left: 130%;
}

/* Hover Effect */
.trucop_contact_box_x91:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 25px rgba(244, 196, 48, 0.5);
    background: linear-gradient(135deg, #ffd700, #c89200);
}

/* Click Effect */
.trucop_contact_box_x91:active {
    transform: scale(0.97);
}

.trucop_contact_box_x91 a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: block;
    position: relative;
    z-index: 2;
}

#lia li a {
    color: #ffffff;
}

/* Desktop Dropdown Background */
.trucop_dropdown_menu_x91 {
    background: #1f1f1f;
    /* Dark Grey */
}

.trucop_dropdown_menu_x91 li a {
    color: #ffffff;
}

.trucop_dropdown_menu_x91 li a:hover {
    background: #d4af37;
    /* Dark Vibrant Golden */
    color: #000000;
}

/* Mobile Submenu Background */
.trucop_submenu_x91 {
    background: #1f1f1f;
}

.trucop_submenu_x91 li a {
    color: #ffffff !important;
}

.trucop_submenu_x91 li a:hover {
    background: #d4af37;
    color: #000000 !important;
}



/* Tablet & Mobile Hide Contact Box */
@media (max-width: 991px) {
    .trucop_contact_box_x91 {
        display: none !important;
    }
}











/* =========================
   WORK PROCESS SECTION
========================= */

.tor_workpro_wrapper {
    padding: 50px 0;
    background: #4a4a4a;
    position: relative;
    overflow: hidden;
}

.tor_workpro_wrapper::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(212, 175, 55, 0.08);
    border-radius: 50%;
    top: -150px;
    left: -150px;
    filter: blur(80px);
}

.tor_heading_wrpper {
    text-align: center;
    margin-bottom: 60px;
}

.tor_heading_wrpper h6 {
    color: #d4af37;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.tor_heading_wrpper h4 {
    font-size: 48px;
    font-weight: 700;
    color: #000;
}

/* CARD */

.se_work_process {
    position: relative;
    background-color: #2f4c42;
    /* background:linear-gradient(145deg,#102041,#081226); */
    border: 2px solid #d4af37;
    border-radius: 25px;
    padding: 25px 7px;
    text-align: center;
    min-height: 350px;
    transition: all .4s ease;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
}

/* Step Number */

.col-lg-3:nth-child(1) .se_work_process::before {
    content: "STEP 01";
}

.col-lg-3:nth-child(2) .se_work_process::before {
    content: "STEP 02";
}

.col-lg-3:nth-child(3) .se_work_process::before {
    content: "STEP 03";
}

.col-lg-3:nth-child(4) .se_work_process::before {
    content: "STEP 04";
}

.se_work_process::before {
    position: absolute;
    top: 18px;
    right: -35px;
    width: 140px;
    height: 35px;
    background: #d4af37;
    color: #111;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    z-index: 2;
}

.se_work_process:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 45px rgba(212, 175, 55, .35);
    border-color: #f4c430;
}

/* ICON */

.se_work_icon {
    width: 75px;
    height: 75px;
    /* background:#d4af37; */
    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 0 30px rgba(212, 175, 55, .6);
    transition: .4s;
}

.se_work_process:hover .se_work_icon {
    transform: rotateY(180deg);
    box-shadow: 0 0 40px rgba(244, 196, 48, .9);
}

.se_work_icon svg {
    width: 42px;
    height: 42px;
    color: #111;
    fill: #111;
}

/* CONTENT */

.se_work_head h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    /* margin-bottom:20px; */
}

.se_work_head h3:hover {
    color: #fff !important;
}

.se_work_process p {
    color: #e7e7e7;
    font-size: 16px;
    line-height: 1.9;
    margin: 0;
}

.se_work_head h3:hover {
    color: #ffffff !important;
}

.se_work_process p {
    color: #ffffff !important;
}

/* Box ke kisi bhi part par hover hone par heading aur paragraph black ho jayenge */

.se_work_process:hover h3,
.se_work_process:hover p {
    color: #000 !important;
}

/* Agar heading ya paragraph ke andar links hain to unke liye bhi */

.se_work_process:hover h3 a,
.se_work_process:hover p a {
    color: #000 !important;
}

.se_single_approach:hover,
.se_single_approach:hover p {
    /* background-color: #fff !important; */
    color: #fff;
}

/* CARD CONNECTOR LINE */

@media(min-width:992px) {

    .col-lg-3 {
        position: relative;
    }

    /* .col-lg-3:not(:last-child)::after{
    content:'';
    position:absolute;
    top:90px;
    right:-15px;
    width:30px;
    height:3px;
    background:#d4af37;
    z-index:5;
} */
}

/* RESPONSIVE */

@media(max-width:991px) {

    .tor_heading_wrpper h4 {
        font-size: 38px;
    }

    .se_work_process {
        min-height: auto;
    }
}

@media(max-width:767px) {

    .tor_workpro_wrapper {
        padding: 70px 0;
    }

    .tor_heading_wrpper h4 {
        font-size: 30px;
    }

    .se_work_head h3 {
        font-size: 24px;
    }

    .se_work_process {
        padding: 35px 20px;
    }
}

@media(max-width:575px) {

    .tor_heading_wrpper h4 {
        font-size: 26px;
    }

    .se_work_icon {
        width: 80px;
        height: 80px;
    }

    .se_work_icon svg {
        width: 35px;
        height: 35px;
    }

    .se_work_head h3 {
        font-size: 22px;
    }

    .se_work_process p {
        font-size: 16px;
    }
}

.sg-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* POPUP BOX */
.sg-box {
    width: 450px;
    background: linear-gradient(145deg, #4A4A4A, #4A4A4A);
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid gold;
    box-shadow: 0 0 35px rgba(255, 215, 0, 0.25);
    animation: sgPop 0.35s ease;
}

/* HEADER */
.sg-head {
    background: linear-gradient(90deg, #b8860b, #ffd700);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
}

.sg-head h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
}

/* CLOSE */
.sg-close {
    font-size: 26px;
    cursor: pointer;
    font-weight: bold;
    color: #000;
}

/* BODY */
.sg-body {
    padding: 20px;
}

/* ITEM */
.sg-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 6px;
    border-radius: 10px;
    background: rgba(255, 215, 0, 0.05);
    border-left: 3px solid gold;
    transition: 0.3s;
}

.sg-item:hover {
    background: rgba(255, 215, 0, 0.12);
    transform: scale(1.02);
}

/* NUMBER BADGE */
.sg-num {
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #b8860b, #ffd700);
    color: #000;
    font-weight: 900;
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.5);
}

/* TEXT */
.sg-item p {
    margin: 0;
    font-size: 14px;
    color: #f3f4f6;
    line-height: 1.5;
}

.sg-item b {
    color: #ffd700;
}

/* BUTTON */
.sg-btn {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #b8860b, #ffd700);
    color: #000;
    font-weight: 800;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
}

.sg-btn:hover {
    transform: scale(1.03);
}

/* ANIMATION */
@keyframes sgPop {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* MOBILE */
@media(max-width:500px) {
    .sg-box {
        width: 92%;
    }
}




.emergency-bar {
    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
    padding: 25px 40px;
    /* border-radius:20px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 40px rgba(255, 0, 0, .25);
}

.emergency-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, .25),
            transparent);
    animation: shine 4s linear infinite;
}

@keyframes shine {
    100% {
        left: 100%;
    }
}

.badge {
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.08);
    }

    100% {
        transform: scale(1);
    }
}
.emergency-left {
    width: 1265px;
}
@media(max-width:768px) {
    .emergency-left {
    width: 375px;
}
}

.emergency-left h3 {
    color: #fff;
    font-size: 36px;
    margin: 0;
    font-weight: 800;
}

.emergency-left p {
    color: #fff;
    opacity: .9;
    margin-top: 8px;
}

/* .ticker {
    width: 420px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 12px 0;
} */

/* .ticker-track {
    display: flex;
    width: max-content;
    animation: scrollTicker 15s linear infinite;
} */

.ticker-track a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    padding: 0 40px;
    white-space: nowrap;
}

@keyframes scrollTicker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@media(max-width:768px) {
    .emergency-bar {
        flex-direction: column;
        text-align: center;
    }

    .emergency-left h3 {
        font-size: 26px;
    }

    .ticker {
        width: 100%;
    }
}







/* Responsive Design */

@media (max-width: 991px) {
    .tor_service_wrapper .col-md-4 {
        width: 50%;
        margin-bottom: 30px;
    }

    .se_service_box {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .tor_service_wrapper {
        padding: 60px 0;
    }

    .tor_heading_wrpper h6 {
        font-size: 14px;
    }

    .tor_heading {
        font-size: 28px;
        line-height: 1.3;
    }

    .tor_service_wrapper .col-sm-6,
    .tor_service_wrapper .col-md-4,
    .tor_service_wrapper .col-lg-4 {
        width: 100%;
        margin-bottom: 25px;
    }

    .se_service_box {
        text-align: center;
        padding: 25px 20px;
    }

    .se_service_icon img {
        max-width: 70px;
        height: auto;
    }

    .se_service_text h3 {
        font-size: 22px;
        margin-top: 15px;
    }

    .se_service_text p {
        font-size: 15px;
        line-height: 1.7;
    }

    .se_service_text a {
        display: inline-block;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    .tor_heading {
        font-size: 24px;
    }

    .se_service_box {
        padding: 20px 15px;
    }

    .se_service_text h3 {
        font-size: 20px;
    }

    .se_service_text p {
        font-size: 14px;
    }

    .se_service_icon img {
        max-width: 60px;
    }
}





/* ===========================
   RCB TOP HEADER
=========================== */

#rcb-topbar-section {
    width: 100%;
    background: linear-gradient(135deg, #3D2500 0%, #7A5600 20%, #B8860B 40%, #D4AF37 60%, #F4D03F 80%, #FFF2B2 100%);
    padding: 12px 0;
    position: relative;
    overflow: hidden;
}

#rcb-topbar-section::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    top: -120px;
    left: -80px;
}

#rcb-topbar-section::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    right: -50px;
    bottom: -100px;
}

.rcb-topbar-container {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Social Area */

.rcb-social-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.rcb-social-area a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: .4s ease;
}

.rcb-social-area a:hover {
    background: #ffb703;
    color: #111;
    transform: translateY(-4px) rotate(360deg);
    border-color: #ffb703;
}

/* Contact Area */

.rcb-contact-area {
    display: flex;
    align-items: center;
    gap: 35px;
}

.rcb-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}

.rcb-contact-item i {
    color: #000;
    font-size: 16px;
}

.rcb-contact-item:hover {
    transform: translateY(-2px);
}

/* Tablet */

@media (max-width:991px) {

    .rcb-topbar-container {
        flex-direction: column;
        gap: 15px;
    }

    .rcb-contact-area {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        display: none;
    }
}

/* Mobile */

@media (max-width:576px) {

    #rcb-topbar-section {
        padding: 12px 10px;
    }

    .rcb-topbar-container {
        flex-direction: column;
        gap: 12px;
    }

    .rcb-social-area {
        justify-content: center;
        width: 100%;
    }

    .rcb-contact-area {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        display: none;
    }

    .rcb-contact-item {
        width: 100%;
        font-size: 12px;
        line-height: 1.5;
        justify-content: flex-start;
        word-break: break-word;
    }

    .rcb-contact-item span {
        flex: 1;
        word-break: break-word;
    }

    .rcb-contact-item i {
        min-width: 18px;
        margin-top: 2px;
    }
}




#rcb-contact-section {
    background: #ffffff;
    padding: 70px 5%;
    overflow: hidden;
}

#rcb-contact-section * {
    box-sizing: border-box;
}

.rcb-contact-container {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

/* LEFT */

.rcb-contact-badge {
    display: inline-block;
    padding: 7px 25px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #3D2500, #7A5600, #B8860B, #D4AF37, #F4D03F, #FFF2B2);
    border: 1px solid rgba(255, 255, 255, .1);
}

.rcb-contact-info h2 {
    font-size: 52px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 800;

    background: #b3820a;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rcb-contact-info p {
    color: #d7d7d7;
    line-height: 1.9;
    margin-bottom: 35px;
}

.rcb-contact-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rcb-contact-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .08);
}

.rcb-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;

    background: linear-gradient(135deg,
            #3D2500,
            #7A5600,
            #B8860B,
            #D4AF37,
            #F4D03F,
            #FFF2B2);
}

.rcb-contact-card h4 {
    color: #000000;
    margin-bottom: 5px;
}

.rcb-contact-card span {
    color: #b3820a;
    font-weight: 800;
}

/* FORM */

.rcb-form-wrapper {
    background: #4a4a4a;
    padding: 45px;
    border-radius: 30px;
    border: 2px solid #B8860B;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.rcb-form-wrapper h3 {
    margin-bottom: 25px;
    font-size: 35px;
    color: #ffffff;
}

.rcb-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.rcb-field {
    margin-bottom: 15px;
}

.rcb-field input,
.rcb-field textarea {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid #ddd;
    border-radius: 12px;
    outline: none;
    font-size: 15px;
    transition: .3s;
}

.rcb-field input:focus,
.rcb-field textarea:focus {
    border-color: #D4AF37;
    box-shadow: 0 0 15px rgba(212, 175, 55, .15);
}

.rcb-submit-btn {
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 18px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;

    background: linear-gradient(135deg,
            #3D2500,
            #7A5600,
            #B8860B,
            #D4AF37,
            #F4D03F,
            #FFF2B2);

    transition: .4s;
}

.rcb-submit-btn:hover {
    transform: translateY(-4px);
}

/* MAP */

.rcb-map-area {
    max-width: 1300px;
    margin: 80px auto 0;
    overflow: hidden;
    border-radius: 25px;
}

.rcb-map-area iframe {
    width: 100%;
    height: 500px;
    border: none;
    display: block;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .rcb-contact-container {
        grid-template-columns: 1fr;
    }

    .rcb-contact-info h2 {
        font-size: 42px;
    }
}

@media(max-width:767px) {

    .rcb-two-column {
        grid-template-columns: 1fr;
    }

    .rcb-form-wrapper {
        padding: 25px;
    }

    .rcb-contact-info h2 {
        font-size: 34px;
    }

    .rcb-map-area iframe {
        height: 320px;
    }
}







/*=========================
 ABOUT SECTION
=========================*/

.sg-about-section {
    padding: 45px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fb 100%);
    overflow: hidden;
}

.sg-about-image-wrapper {
    position: relative;
    text-align: center;
}

.sg-about-image {
    width: 100%;
    max-width: 550px;
    border-radius: 20px;
    transition: all 0.5s ease;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

.sg-about-image:hover {
    transform: translateY(-10px) scale(1.02);
}

.sg-about-content {
    padding-left: 30px;
    animation: fadeUp 1s ease;
}

.sg-about-subtitle {
    display: inline-block;
    /* background: rgba(255, 196, 0, 0.15); */
    color: #c78b00;
    padding: 8px 0px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    /* margin-bottom: 15px; */
    letter-spacing: 1px;
}

.sg-about-title {
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.sg-about-description {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 35px;
}

.sg-about-btn {
    display: inline-block;
    padding: 15px 35px;
    background: linear-gradient(135deg, #3D2500, #7A5600, #B8860B, #D4AF37, #F4D03F, #FFF2B2);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.sg-about-btn:hover {
    transform: translateY(-5px);
    color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

/* Animation */

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*=========================
 RESPONSIVE
=========================*/

@media (max-width: 991px) {

    .sg-about-section {
        padding: 80px 0;
    }

    .sg-about-content {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
    }

    .sg-about-title {
        font-size: 34px;
    }
}

@media (max-width: 767px) {

    .sg-about-section {
        padding: 60px 0;
    }

    .sg-about-title {
        font-size: 28px;
    }

    .sg-about-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .sg-about-btn {
        padding: 14px 28px;
        font-size: 14px;
    }
}







#sg-values-area {
    padding: 50px 30px;
    background: #4a4a4a;
}

.sg-values-wrapper {
    max-width: 1300px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.sg-value-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    transition: 0.4s ease;
}

.sg-value-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
}

.sg-value-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.sg-bg-text {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 90px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.04);
    line-height: 1;
}

.sg-value-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
    color: #000000;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.sg-value-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 15px;
}

.sg-value-box p {
    font-size: 16px;
    /* line-height: 1.9; */
    color: #6b7280;
    margin: 0;
}

/* Tablet */

@media (max-width: 991px) {
    .sg-values-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */

@media (max-width: 767px) {
    .sg-values-wrapper {
        grid-template-columns: 1fr;
    }

    .sg-value-box {
        padding: 30px 25px;
    }

    .sg-value-box h3 {
        font-size: 24px;
    }

    .sg-bg-text {
        font-size: 70px;
    }
}







/* ==========================
   TRUCOP CAREER SECTION
========================== */

#trucop-career-area {
    padding: 60px 20px;
    background: #ffffff;
    overflow: hidden;
}

.trucop-career-wrapper {
    max-width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

.trucop-career-left,
.trucop-career-right {
    flex: 1;
}

/* LEFT SIDE */

.trucop-career-badge {
    display: inline-block;
    padding: 7px 25px;
    border-radius: 50px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #3D2500, #7A5600, #B8860B, #D4AF37, #F4D03F, #FFF2B2);
    /* background: rgba(212,175,55,.15); */
    /* margin-bottom: 20px; */
}

.trucop-career-left h2 {
    font-size: 46px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #c78b00;
    font-weight: 700;
}

.trucop-career-left h2 span {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 800;
    
    background: #b3820a;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trucop-career-left p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 35px;
}

.trucop-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.trucop-benefit-card {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.trucop-benefit-card i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;

    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
}

.trucop-benefit-card h4 {
    margin: 0;
    font-size: 17px;
}

/* FORM */

.trucop-form-box {
    background: #4A4A4B;
    padding: 30px 40px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    position: relative;
}

.trucop-form-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    border-radius: 25px 25px 0 0;

    /* background: linear-gradient(
        135deg,
        #3D2500 0%,
        #7A5600 20%,
        #B8860B 40%,
        #D4AF37 60%,
        #F4D03F 80%,
        #FFF2B2 100%
    ); */
}

.trucop-form-box h3 {
    font-size: 28px;
    margin-bottom: 25px;
    color: #ffffff;
}

.trucop-form-group {
    margin-bottom: 12px;
}

.trucop-form-group input,
.trucop-form-group select,
.trucop-form-group textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 12px;
    outline: none;
	color: #ffffff;
}

.trucop-form-group input:focus,
.trucop-form-group select:focus,
.trucop-form-group textarea:focus {
    border-color: #B8860B;
}

.trucop-apply-btn {
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;

    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
}

/* RESPONSIVE */

@media(max-width:991px) {

    .trucop-career-wrapper {
        flex-direction: column;
    }

    .trucop-career-left h2 {
        font-size: 36px;
    }
}

@media(max-width:768px) {

    #trucop-career-area {
        padding: 50px 15px;
    }

    .trucop-benefits-grid {
        grid-template-columns: 1fr;
    }

    .trucop-career-left h2 {
        font-size: 30px;
    }

    .trucop-form-box {
        padding: 25px;
    }
}








#guard_work_ethics {
    padding: 45px 0;
    background: #f8f8f8;
}

.guard_ethics_wrapper {
    max-width: 1320px;
    margin: auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.guard_ethics_content {
    flex: 1;
}

.guard_ethics_subtitle {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #B8860B;
    margin-bottom: 40px;
}

.guard_ethics_content h2 {
    font-size: 42px;
    line-height: 1.3;
    color: #0f172a;
    margin-bottom: 40px;
}

.guard_ethics_item {
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    border-left: 4px solid #B8860B;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.guard_ethics_number {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;

    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
}

.guard_ethics_text h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #0f172a;
}

.guard_ethics_text p {
    margin: 0;
    color: #666;
    /* line-height:1.8; */
}

.guard_ethics_image {
    flex: 1;
}

.guard_ethics_image img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 25px;
    display: block;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Tablet */

@media(max-width:991px) {

    .guard_ethics_wrapper {
        flex-direction: column;
    }

    .guard_ethics_content h2 {
        font-size: 34px;
    }

    .guard_ethics_image img {
        height: 500px;
    }
}

/* Mobile */

@media(max-width:767px) {

    #guard_work_ethics {
        padding: 70px 0;
    }

    .guard_ethics_content h2 {
        font-size: 28px;
    }

    .guard_ethics_item {
        padding: 20px;
    }

    .guard_ethics_number {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 18px;
    }

    .guard_ethics_text h4 {
        font-size: 20px;
    }

    .guard_ethics_image img {
        height: 350px;
    }
}








#sgs_security_services {
    padding: 45px 0;
    background: #f6f8fb;
}

/* Main Heading */

.sgs_main_heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 80px;
}

.sgs_main_heading span {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;

    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
}

.sgs_main_heading h2 {
    font-size: 45px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.sgs_main_heading p {
    font-size: 17px;
    line-height: 30px;
    color: #666;
}

/* Category Heading */

.sgs_category_wrapper {
    margin-bottom: 40px;
}

.sgs_category_heading {
    margin-bottom: 35px;
}

.sgs_category_heading h3 {
    font-size: 36px;
    font-weight: 700;
    color: #222;
    position: relative;
    padding-left: 22px;
}

.sgs_category_heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 6px;
    height: 38px;
    border-radius: 10px;

    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
}

/* Grid */

.sgs_services_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Card */

.sgs_service_card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ececec;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: .35s ease;
    position: relative;
}

.sgs_service_card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s;

    background: linear-gradient(135deg,
            #3D2500 0%,
            #7A5600 20%,
            #B8860B 40%,
            #D4AF37 60%,
            #F4D03F 80%,
            #FFF2B2 100%);
}

.sgs_service_card:hover::before {
    transform: scaleX(1);
}

.sgs_service_card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
}

/* Image */

.sgs_service_image {
    height: 260px;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.sgs_service_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .4s ease;
}

.sgs_service_card:hover .sgs_service_image img {
    transform: scale(1.03);
}

/* Content */

.sgs_service_content {
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sgs_service_content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #b3820a;
    /* line-height: 30px; */
    margin-bottom: 12px;
    min-height: 40px;
}

.sgs_service_content p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    margin: 0;
}

/* Responsive */

@media(max-width:991px) {

    .sgs_services_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sgs_main_heading h2 {
        font-size: 38px;
    }

    .sgs_category_heading h3 {
        font-size: 30px;
    }
}

@media(max-width:767px) {

    #sgs_security_services {
        padding: 70px 0;
    }

    .sgs_services_grid {
        grid-template-columns: 1fr;
    }

    .sgs_main_heading h2 {
        font-size: 30px;
    }

    .sgs_category_heading h3 {
        font-size: 24px;
    }

    .sgs_service_image {
        height: 220px;
    }

    .sgs_service_content h4 {
        min-height: auto;
    }
}




.tor_btn a{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tor_btn:hover a{
    color: #000;
}


.tor_about_wrapper .tor_heading_wrpper{
	    margin-bottom: 22px;
}


.custom-file-upload {
    position: relative;
    width: 100%;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.custom-file-upload label {
    display: block;
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    color: #777;
    font-size: 14px;
}

ul.list {
    width: 260px !important;
}





.custom-dropdown{
    position: relative;
    width: 100%;
}

.dropdown-btn{
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.60);
    border-radius: 6px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #adabab;
    cursor: pointer;
    background: transparent;
}

.dropdown-list{
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #11142b;
    border: 1px solid rgba(255,255,255,0.20);
    border-radius: 6px;
    padding: 15px;
    z-index: 999;
}

.dropdown-list label{
    display: block;
    color: #fff;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
}

.dropdown-list input{
    margin-right: 8px;
}








.rcb-service-dropdown-wrap{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.rcb-service-btn{
    width: 100%;
    height: 52px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
    font-size: 14px;
}

.rcb-service-list{
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.rcb-service-item{
    display: flex !important;
    align-items: center !important;
    gap: 12px;
    padding: 10px 5px;
    border-bottom: 1px solid #f2f2f2;
}

.rcb-service-item:last-child{
    border-bottom: none;
}

.rcb-service-item input{
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    flex: none !important;
}

.rcb-service-item span{
    font-size: 14px;
    color: #222;
}


.trucop_contact_box_x91{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}




















/* =========================================
   GENERAL SUPPORT WORKFORCE ONLY
   Delete all old #general-support-workforce CSS
========================================= */

/* ===================================
   GENERAL SUPPORT WORKFORCE ONLY
   (Keep original design intact)
=================================== */

/* 3 cards se 2 cards */
#general-support-workforce .sgs_services_grid{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
}

/* Sirf image box thoda bada */
#general-support-workforce .sgs_service_image{
    height: 320px !important;
}

/* Original image behavior same */
#general-support-workforce .sgs_service_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Mobile */
@media(max-width:767px){

    #general-support-workforce .sgs_services_grid{
        grid-template-columns: 1fr !important;
    }

    #general-support-workforce .sgs_service_image{
        height: 240px !important;
    }
}




/* ===================================
   PROFESSIONAL WORKFORCE ONLY
=================================== */

#professional-workforce .sgs_services_grid{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
}

/* image box thoda bigger */
#professional-workforce .sgs_service_image{
    height: 320px !important;
}

/* original image behavior same */
#professional-workforce .sgs_service_image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* mobile */
@media(max-width:767px){

    #professional-workforce .sgs_services_grid{
        grid-template-columns: 1fr !important;
    }

    #professional-workforce .sgs_service_image{
        height: 240px !important;
    }
}










/* ===== Certificate Section ===== */

#sg_secure_certificate_section{
    padding:80px 0;
    background:#ffffff;
}

.sg_secure_top_heading{
    text-align:center;
    margin-bottom:55px;
}

.sg_secure_top_heading span{
    font-size:16px;
    font-weight:700;
    color:#c89b2c;
    letter-spacing:2px;
}

.sg_secure_top_heading h2{
    font-size:40px;
    color:#16202a;
    margin:10px 0;
    font-weight:700;
}

.sg_secure_top_heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:26px;
}

.sg_secure_certificate_wrapper{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.sg_pdf_link{
    text-decoration:none;
    color:inherit;
}

.sg_secure_certificate_item{
    background:#4a4a4a;
    border-radius:14px;
    overflow:hidden;
    transition:.4s ease;
    border:1px solid #ddd;
}

.sg_secure_certificate_item:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.sg_pdf_preview{
    height:250px;
    background:linear-gradient(135deg,#f5f5f5,#ececec);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}

.sg_pdf_icon{
    width:85px;
    height:85px;
    border-radius:50%;
    background:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.sg_pdf_icon i{
    font-size:42px;
    color:#d32f2f;
}

.sg_pdf_preview span{
    color:#555;
    font-size:14px;
    font-weight:600;
}

.sg_secure_label{
    padding:18px;
    text-align:center;
    border-top:3px solid #c89b2c;
}

.sg_secure_label h4{
    margin:0;
    color:#ffffff;
    font-size:20px;
    font-weight:600;
}

.sg_secure_label p{
    margin:8px 0 0;
    color:#d6d6d6;
    font-size:13px;
}

/* Tablet */

@media(max-width:991px){

    .sg_secure_certificate_wrapper{
        grid-template-columns:repeat(2,1fr);
    }

    .sg_secure_top_heading h2{
        font-size:32px;
    }
}

/* Mobile */

@media(max-width:576px){

    #sg_secure_certificate_section{
        padding:55px 0;
    }

    .sg_secure_certificate_wrapper{
        grid-template-columns:1fr;
    }

    .sg_secure_top_heading h2{
        font-size:26px;
    }

    .sg_pdf_preview{
        height:220px;
    }
}








/* ==========================================================================
   1. BASE GLOBAL STRUCTURAL STYLES
   ========================================================================== */
/* body {
    font-family: 'Inter', sans-serif;
    color: #4a5568;
    background-color: #f8fafc;
    overflow-x: hidden; 
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #0f172a;
} */
.class_page_title_custom {
    background: #0f172a; 
    padding: 80px 0;
}
.page_title_h1_custom {
    font-size: 36px; 
    font-weight: 800; 
    color: #ffffff; 
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    line-height: 1.3;
}
.page_title_home_link {
    color: #94a3b8;
}
.page_title_active_li {
    color: #ffc107;
}
.service-details-section {
    padding: 85px 0;
}

/* ==========================================================================
   2. LEFT SIDEBAR PANEL & WIDGETS
   ========================================================================== */
.service-sidebar {
    margin-bottom: 40px;
}
.sidebar-widget {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.02);
    margin-bottom: 30px;
    border: 1px solid #e2e8f0;
}
.widget-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 12px;
}
.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background-color: #B8860B;
}

/* Sidebar Trees Elements */
.sidebar-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-menu-list li {
    margin-bottom: 12px;
}
.sidebar-menu-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #f8fafc;
    color: #334155;
    font-weight: 600;
    font-size: 15px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #edf2f7;
}
.sidebar-menu-list li a i {
    font-size: 13px;
    color: #94a3b8;
    transition: transform 0.3s ease;
}
.sidebar-menu-list li a.active, 
.sidebar-menu-list li a:hover {
    background: black;
    color: #ffffff;
    border-color: #0f172a;
}
.sidebar-menu-list li a.active i,
.sidebar-menu-list li a:hover i {
    color: #B8860B;
    transform: translateX(3px);
}

/* Table of Contents Module */
.toc-navigation-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.toc-navigation-links li {
    margin-bottom: 14px;
}
.toc-navigation-links li a {
    color: #475569;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
}
.toc-navigation-links li a i {
    margin-right: 10px;
    font-size: 12px;
    color: #ffc107;
}
.toc-navigation-links li a:hover {
    color: #0056b3;
    padding-left: 5px;
}

/* Document Media Downloads UI */
.download-widget {
    background: #0f172a;
    border: none;
}
.download-widget .widget-title {
    color: #ffffff;
}
.download-btn-link {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    padding: 16px 20px;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.download-btn-link:last-child {
    margin-bottom: 0;
}
.download-btn-link i {
    font-size: 20px;
    color: #ffc107;
    margin-right: 15px;
}
.download-btn-link:hover {
    background: #ffc107;
    color: #0f172a;
    border-color: #ffc107;
}
.download-btn-link:hover i {
    color: #0f172a;
}

/* Sidebar High-Converting CTA Banner Structure */
.premium-service-cta-banner {
    background: black;
    border-radius: 12px;
    padding: 35px 25px; 
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.premium-service-cta-banner h3 {
    font-size: 21px; 
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.4;
}
.premium-service-cta-banner p {
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto 22px;
}
.btn-premium-service-cta {
    background: linear-gradient(135deg, #3D2500 0%, #7A5600 20%, #B8860B 40%, #D4AF37 60%, #F4D03F 80%, #FFF2B2 100%);
    color: #0f172a !important;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    width: 100%; 
}
.btn-premium-service-cta:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #3D2500 0%, #7A5600 20%, #B8860B 40%, #D4AF37 60%, #F4D03F 80%, #FFF2B2 100%);
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.35);
}

/* ==========================================================================
   3. RIGHT MAIN ARTICLE CONTENT AREA
   ========================================================================== */
.service-main-content {
    background: #ffffff;
    padding: 50px 45px;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.02);
    border: 1px solid #e2e8f0;
}
.service-featured-img img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 40px;
}
.introduction-box-wrapper {
    background-color: #f8fafc;
    border-left: 4px solid #B8860B;
    padding: 25px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 35px;
}
.strong-lead-paragraph {
    font-size: 16.5px;
    line-height: 1.85;
    color: #334155 !important;
    margin-bottom: 0 !important;
}
.section-heading-h2 {
    font-size: 28px;
    font-weight: 800;
    margin-top: 45px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.section-subheading-h3 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 15px;
}
.service-description {
    font-size: 16px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 25px;
}

/* Content Links Styling */
.seo-internal-link-anchor {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}
.seo-internal-link-anchor:hover {
    text-decoration: underline;
}
.seo-external-link-anchor {
    color: #0f172a;
    font-weight: 700;
    text-decoration: underline;
}

/* Grid Matrix Checkbox Elements */
.feature-icon-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 35px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}
.feature-icon-list li {
    font-size: 15px;
    font-weight: 600;
    color: #334155;
    display: flex;
    align-items: center;
}
.feature-icon-list li i {
    color: #ffc107;
    background: #0f172a;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Enterprise Matrix Data Grid Table */
.grid-matrix-title {
    margin-top: 45px;
    margin-bottom: 25px;
}
.custom-comparison-table-wrapper {
    border-radius: 10px;
    overflow-x: auto; /* Adds clean horizontal tracking fallback on mobile screen views */
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    border: 1px solid #e2e8f0;
    margin-bottom: 45px;
    -webkit-overflow-scrolling: touch;
}
.comparison-matrix-table {
    margin-bottom: 0;
    min-width: 600px; /* Forces safety row expansion structure inside thin screens */
}
.comparison-matrix-table th {
    background-color: #0f172a !important;
    color: #ffffff !important;
    padding: 16px 20px;
    font-weight: 600;
    border: none;
}
.comparison-matrix-table td {
    padding: 16px 20px;
    color: #475569;
    font-size: 14.5px;
    vertical-align: middle;
}

/* Structured Clean FAQ Accordion Interface */
.custom-faq-block {
    margin-top: 50px;
}
.accordion-item-custom {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 16px;
    background: #f8fafc;
    padding: 22px;
}
.accordion-item-custom h4 {
    font-size: 16.5px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0f172a;
    display: flex;
    align-items: center;
}
.accordion-item-custom h4 i {
    color: #ffc107;
    margin-right: 12px;
    font-size: 15px;
}
.accordion-item-custom p {
    margin-bottom: 0;
    font-size: 14.5px;
    color: #475569;
    line-height: 1.65;
    padding-left: 27px;
}



/*==========================
 Modern FAQ
===========================*/

/* .swm-faq-section{
    padding:70px 0;
} */

.swm-faq-title{
    font-size:34px;
    font-weight:700;
    color:#111827;
    margin-bottom:35px;
}

.swm-faq-title i{
    color:linear-gradient(135deg, #3D2500 0%, #7A5600 20%, #B8860B 40%, #D4AF37 60%, #F4D03F 80%, #FFF2B2 100%);
    margin-right:8px;
}

.swm-faq-item{
    border:1px solid #ececec;
    margin-bottom:18px;
    overflow:hidden;
    background:#fff;
    transition:.35s;
}

.swm-faq-item:hover{
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.swm-faq-btn{
    width:100%;
    border:none;
    outline:none;
    background:#fff;
    padding:22px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    font-size:21px;
    font-weight:600;
    color:#111827;
    transition:.3s;
}

.swm-faq-btn span{
    text-align:left;
    font-size: 17px;
}

.swm-faq-btn i{
    width:34px;
    height:34px;
    background:#1d2340;
    color:#fff;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    transition:.3s;
}

.swm-faq-item.active .swm-faq-btn{
    background:linear-gradient(135deg, #3D2500 0%, #7A5600 20%, #B8860B 40%, #D4AF37 60%, #F4D03F 80%, #FFF2B2 100%);
    color:#fff;
}

.swm-faq-item.active .swm-faq-btn i{
    background:#1d2340;
}

.swm-faq-content{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
    background:#fff;
}

.swm-faq-item.active .swm-faq-content{
    max-height:250px;
}

.swm-faq-content p{
    margin:0;
    padding:10px 20px;
    font-size:15px;
    line-height:1.9;
    color:#000;
}

/* Tablet */

@media(max-width:991px){

.swm-faq-title{
font-size:28px;
}

.swm-faq-btn{
font-size:18px;
padding:18px 20px;
}

}

/* Mobile */

@media(max-width:767px){

.swm-faq-section{
padding:50px 0;
}

.swm-faq-title{
font-size:24px;
}

.swm-faq-btn{
font-size:16px;
padding:16px;
}

.swm-faq-btn i{
width:30px;
height:30px;
font-size:12px;
}

.swm-faq-content p{
padding:20px 16px;
font-size:15px;
line-height:1.8;
}

}

/* ==========================================================================
   4. ADVANCED CROSS-DEVICE MEDIA QUERIES (RESPONSIVENESS)
   ========================================================================== */

/* 💻 For Medium/Small Laptops & Tablets Landscape (Max-width: 991px) */
@media (max-width: 991px) {
    .service-details-section {
        padding: 60px 0;
    }
    .page_title_h1_custom {
        font-size: 30px;
    }
    .service-main-content {
        padding: 35px 30px;
        margin-top: 30px; /* Creates spacing when sidebar goes on top or below content */
    }
    .section-heading-h2 {
        font-size: 24px;
        margin-top: 35px;
    }
}

/* 📱 For Tablets Portrait & Large Screen Mobile Devices (Max-width: 767px) */
@media (max-width: 767px) {
    .class_page_title_custom {
        padding: 55px 0;
        text-align: center !important;
    }
    .page_title_text {
        text-align: center !important;
    }
    .page_title_h1_custom {
        font-size: 24px;
    }
    .sidebar-widget {
        padding: 25px 20px;
    }
    .service-main-content {
        padding: 30px 20px;
    }
    .introduction-box-wrapper {
        padding: 20px;
    }
    .strong-lead-paragraph {
        font-size: 15px;
    }
    .section-heading-h2 {
        font-size: 22px;
    }
    .section-subheading-h3 {
        font-size: 19px;
    }
    .feature-icon-list {
        grid-template-columns: 1fr; /* Transforms grid into single clean row layout */
        gap: 12px;
    }
}

/* 📲 For Micro Screens & Small Mobile Phones (Max-width: 480px) */
@media (max-width: 480px) {
    .page_title_h1_custom {
        font-size: 21px;
    }
    .service-details-section {
        padding: 40px 0;
    }
    .premium-service-cta-banner {
        padding: 30px 15px;
    }
    .premium-service-cta-banner h3 {
        font-size: 18px;
    }
    .accordion-item-custom {
        padding: 15px;
    }
    .accordion-item-custom h4 {
        font-size: 15px;
    }
    .accordion-item-custom p {
        padding-left: 0; /* Gives maximum reading breathing space */
        margin-top: 8px;
    }
}



section#service-faqs {
    padding: 30px 0px 0px;
}