/*
Theme Name: Nicole
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme built from scratch
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: nicole
*/

body,
html {
    overflow-x: hidden;
}

:root {
    --primary-color: #E60076;
    --secondary-color: #155DFC;
    --heading-color: #101828;
    --pera-color: #4A5565;
    --white-color: #ffffff;
    --black-color: #000000;
    --gray-color: #1E2939;
    --poppins-font: "Poppins", sans-serif;
    --league-font: "League Spartan", sans-serif;
}

.color-black {
    color: var(--black-color) !important;
}

h2,
h3,
h4,
h5,
h5 {
    font-family: var(--league-font);
}

p,
span {
    font-family: var(--poppins-font);
}

li {
    font-family: var(--poppins-font);
}

.container {
    max-width: 1520px !important;
    width: 100%;
}

h1 {
    font-size: 80px !important;
    font-weight: 800 !important;
}

h2 {
    font-size: 36px !important;
    color: var(--heading-color) !important;
    font-family: var(--league-font);
    font-weight: 700 !important;
}

h3 {
    font-size: 34px !important;
}

h4 {
    font-size: 32px !important;
}

h5 {
    font-size: 30px !important;
}

h6 {
    font-size: 28px !important;
}

p {
    font-size: 18px !important;
}

/* Header Css Start */


/* Hide submenus by default */

.navbar-nav.header-menu .menu-item a {
    font-size: 16px;
    font-weight: 400 !important;
    color: var(--black-color);
    text-decoration: none;
    font-family: var(--poppins-font);
}

.navbar-nav.header-menu .current-menu-item a {
    color: var(--secondary-color);
}

.sub-menu li {
    margin: 0px !important;
}

.mobile-menu .sub-menu {
    display: none;
    padding-left: 0;
    margin-top: 10px;
    background: #44444473;
    /* white background */
}

.mobile-menu-offcanvas .mobile-menu li {
    list-style: none;
    margin-bottom: 10px;
}

/* Submenu links */
.mobile-menu .sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #fffbfb;
    /* default text color */
    text-decoration: none;
}

/* Hover effect */
.mobile-menu .sub-menu li a:hover {
    background: #0e9bd6;
    /* blue background */
    color: #fff;
    /* white text */
}

/* Add arrow icon */
.mobile-menu .menu-item-has-children>a {
    position: relative;
    padding-right: 25px;
    /* space for arrow */
}

.mobile-menu .menu-item-has-children>a::after {
    content: "\25BC";
    /* ▼ down arrow */
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s;
}

/* Rotate arrow when active */
.mobile-menu .menu-item-has-children.active>a::after {
    transform: translateY(-50%) rotate(180deg);
}



.header-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    /* pushes submenu right below parent */
    left: 0;
    background: #fff;
    padding: 10px 0px 0px 0px;
    min-width: 180px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.header-menu li.menu-item-has-children:hover>.sub-menu {
    display: block;
}

.header-menu .sub-menu li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
}

.header-menu .menu-item-has-children>a::after {
    content: "\25BC";
    /* ▼ down arrow */
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s;
}

/* Rotate arrow when active */
.header-menu .menu-item-has-children.active>a::after {
    transform: translateY(-50%) rotate(180deg);
}



.header-menu .sub-menu li a:hover {
    background: #2d87b9;
    color: #fff;
}

.header-menu li {
    list-style: none;
    position: relative;
}

.header-menu .sub-menu li a:hover:before {
    display: none;
}

img.header-logo {
    width: 100%;
    max-width: 100%;
}

header.header-section {
    padding: 18px 10px;
    position: absolute;
    background: #fff;
    margin: auto;
    top: 30px;
    max-width: 1520px;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 20px;
}

div#mobmenu-custom {
    display: none;
}




.header-menu {
    position: relative;
    padding: 11px 0;
}

/* .header-menu::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #d2000012 5%, #D20000 95%);
}
.header-menu::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -1px;
    width: 30px;  
    height: 30px;  
    background: #ff0000; 
    clip-path: polygon(100% 0, 0 0, 100% 100%);
} */


.navbar-nav.header-menu {
    gap: 40px;
    flex: 1;
    justify-content: center;
}



.mobile-menu-offcanvas .mobile-menu .current-menu-item a {
    color: var(--primary-color);
}

.mobile-menu-offcanvas {
    display: none;
}


/* Header Css End */




/* Home Page Css Start */




.glob-btn {
    background: transparent;
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-family: var(--roboto-font);
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    transition: color 0.3s ease, border-color 0.3s ease;
}

.glob-btn:hover {
    color: #fff;
    /* text white on hover */
    border-color: transparent;
    /* remove border */
    background: linear-gradient(90deg, #6717CD, #C82090, #6717CD);
    background-size: 300% 300%;
    animation: gradientMove 3s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


a.glob-btn.header-btn {
    max-width: max-content !important;
}

.header-menu-row .header-btn {
    height: auto !important;
}


section.hero-section {
    padding: 206px 10px;
    background-image: url(https://nicole.funnelpageinc.com/wp-content/uploads/2025/10/hero-section-bg-scaled.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    text-align: center;
    align-content: center !important;
}





.hero-section h3 {
    font-size: 20px !important;
    font-family: 'League Spartan';
    font-weight: 600;
    background-color: var(--primary-color);
    width: 680px;
    margin: auto;
    padding: 6px 10px;
    border-radius: 100px;
    border: 2px solid #fff;
    margin-bottom: 25px;
    max-width: 100%;
}

.section-padding {
    padding: 80px 10px;
}

.home-about-img {
    align-content: center;
}

.home-about-img img {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.home-about-content {
    align-content: center;
}

section.section-shp {
    position: relative;
    overflow: hidden;
}


.section-shp:before {
    content: '';
    background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/Sec-Bottm-Shp.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 420px;
    height: 450px;
    z-index: -1;
}

.section-shp:after {
    content: '';
    background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/Sec-top-Shp.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 450px;
    z-index: -1;
}

.home-about-section h2 {
    width: 455px;
    max-width: 100%;
}

p.paraTwo {
    font-weight: 600;
    font-style: italic;
    margin-bottom: 35px;
}

.our-core-home-section,
.contract-vehicles-card-section {
    background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/Our-Core-Sec-Bg-scaled.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.home-our-core-content h2 {
    color: #fff !important;
}

.cardBoxs {
    background-color: #fff;
    padding: 50px 30px !important;
    border-radius: 10px;
    text-align: left;
}

.row.home-our-core-card,
.about-internship-row,
.row.leadership-team-card {
    gap: 30px;
    justify-content: center;
    margin-top: 25px !important;
}

.home-our-core-card .cardBoxs,
.about-internship-row .about-internship-Box,
.row.leadership-team-card .leadershipCard {
    width: 31% !important;
}

.row.home-our-core-card {
    padding: 0px 10px;
}

/* service card Start*/

.cardBoxs h4,
.vehiclesCard h4 {
    font-size: 25px !important;
    font-weight: 600;
    color: #000 !important;
    margin-top: 25px;
}

.cardBoxs p,
.vehiclesCard p {
    color: #000 !important;
}

.cardBoxs a {
    font-size: 20px;
    color: #000 !important;
    font-weight: 600;
    margin-top: 45px !important;
    display: block;
}

.cardBoxs .card-icon {
    width: 75px;
    border: 2px solid #fff;
    border-radius: 100px;
}

/* .cardShp1:after {
    content: '';
    background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/cardshp1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
	transition: 0.5s ease;
} */

img.back-img {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
}

.cardBoxs,
.about-internship-Box {
    position: relative;
}

.cardBoxs:before,
.about-internship-Box:before {
    content: '';
    background: linear-gradient(180deg, #065889 -6.68%, #2B84BA 100%), #FFFFFF;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s ease;
    z-index: 0;
    border-radius: 10px;
}

.cardBoxs:hover:before,
.about-internship-Box:hover:before {
    width: 100%;
    transition: 0.5s ease;
}

.cardBoxs img,
.cardBoxs h4,
.cardBoxs p,
.cardBoxs a,
.about-internship-Box img,
.about-internship-Box h4,
.about-internship-Box p,
.about-internship-Box a {
    position: relative;
    transition: 0.5s ease;
}

.cardBoxs:hover h4,
.cardBoxs:hover p,
.cardBoxs:hover a,
.about-internship-Box:hover h4,
.about-internship-Box:hover p,
.about-internship-Box:hover a {
    color: #fff !important;
    transition: 0.5s ease;
}


.cardBoxs,
.about-internship-Box {
    overflow: hidden;
}

.cardShp1:hover:after {
    filter: invert(62%) sepia(20%) saturate(749%) hue-rotate(173deg) brightness(101%) contrast(96%);
}

.cardBoxs:hover .back-img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(49%) saturate(958%) hue-rotate(175deg) brightness(101%) contrast(92%);
}

/* service card End*/

.slider-home-section h2 {
    text-align: center;
}

.sliderContainer {
    background: linear-gradient(180deg, #065889 -6.68%, #2B84BA 100%), #FFFFFF;
    border-radius: 10px;
    padding: 40px 25px;
    margin-top: 40px !important;
}

.home-slider-img img {
    width: 100%;
    border-radius: 10px;
}

.home-slider-content {
    align-content: center;
}

.slider-home-section h2 {
    text-align: center;
    width: 600px;
    max-width: 100%;
    margin: auto;
}

.sliderContainer .row.slick-slide {
    display: flex !important;
}

.sliderContainer .slick-dots li {
    margin: 0px 2px !important;
}

.sliderContainer .slick-dots li button:before {
    font-size: 14px !important;
}

.sliderContainer .slick-dots li.slick-active button:before {
    font-size: 20px !important;
    color: #2B84BA !important;
    opacity: 1 !important;
}

.home-slider-content h3 {
    font-size: 35px !important;
    font-weight: 700;
    color: #fff !important;
}

.home-slider-content p {
    color: #fff !important;
    font-weight: 400;
    margin-top: 16px;
}

a.sliderBtn {
    background: var(--white-color);
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    padding: 12px 30px;
    width: 180px !important;
    height: 50px !important;
    border-radius: 10px;
    font-family: var(--roboto-font);
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 16px !important;
    transition: all 0.5s ease-in-out;
    margin-top: 20px !important;
}

a.sliderBtn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 250px;
    background: #000;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: all 0.6s ease-in-out;
    z-index: -1;
}

a.sliderBtn:hover:before {
    transform: translateY(0);
}

a.sliderBtn:hover {
    color: var(--white-color)
}

.sliderContainer .slick-dots {
    bottom: -40px;
    left: 0;
}

.slick-prev:before {
    content: '' !important;
    background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/Left-Arrow-Icon.svg) !important;
    position: absolute;
    top: 0;
    left: -50px;
    right: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
}

.slick-next:before {
    content: '' !important;
    background-image: url(/rmc/wp-content/uploads/2025/09/Right-Arrow-Icon.svg) !important;
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
}

/* Home Page Css End */




/* About Us Page Css Start */

.section-about-shp {
    position: relative !important;
    overflow: hidden;
}

.section-about-shp:after {
    content: '' !important;
    background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/Sec-top-Shp.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    height: 450px;
    z-index: -1;
}


section.page-banner-section {
    background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/RMC-Banner-scaled.webp);
    background-position: center, left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 10px;
}

section.page-banner-section h1 {
    color: #fff;
}

.about-internship-content p {
    width: 1050px !important;
    max-width: 100% !important;
    margin: auto;
    margin-bottom: 15px;
}

.aboutRmc-img img {
    width: 100%;
    border-radius: 10px;
}

img.imgTwo {
    margin-top: 20px;
}

.about-internship-section {
    background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/Internship-Opportunities-Sec-Bg-scaled.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-internship-content {
    text-align: center;
    color: #fff !important;
}

.about-internship-content h2 {
    color: #fff !important;
}

.about-internship-Box {
    background-color: #fff;
    padding: 50px 30px !important;
    border-radius: 10px;
    text-align: left;
}

.about-internship-Box h4 {
    font-size: 24px !important;
    font-weight: 600;
    color: #000;
    margin-top: 30px;
}

.about-internship-Box img {
    width: 77px;
    border: 2px solid #fff;
    border-radius: 100px;
}

p.intrnshpTxt1 {
    font-size: 16px !important;
    color: #000 !important;
}

p.intrnshpTxt2 {
    font-size: 14px !important;
    color: #000 !important;
}

.about-ceo-img img {
    width: 100%;
    border-radius: 10px;
}

.about-ceo-section {
    background-color: #EBF8FF !important;
    z-index: 0;
}

.about-ceo-content .meetBtn {
    width: 310px !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 13px 10px;
}

.about-iso-section {
    background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/ISO-Sec-Bg-scaled.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
}

.about-iso-section h2 {
    color: #fff !important;
    width: 500px;
    max-width: 100% !important;
    margin: auto;
    margin-bottom: 15px !important;
}

.about-iso-content p {
    width: 1310px !important;
    max-width: 100% !important;
    margin: auto;
}

.ceo-section-shp {
    position: relative;
    overflow: hidden;
}


.ceo-section-shp:before {
    content: '';
    background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/Ceo-Sec-Left-Shp.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 230px;
    height: 280px;
    z-index: -1;
}

.ceo-section-shp:after {
    content: '';
    background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/Ceo-Sec-right-Shp.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 280px;
    z-index: -1;
}

.about-ceo-section .row {
    gap: 40px;
}

.about-ceo-section .row .col-md-6 {
    width: 48% !important;
}

.logosliderContainer .slick-slide img {

    display: unset !important;
    width: 190px;

}

.logosliderContainer .slick-slide {
    justify-content: center !important;
    text-align: center !important;
    display: flex !important;
}

.logosliderContainer {
    margin-top: 30px;
}

/* .about-logoSlider-section {
    padding: 350px 10px 80px 10px;
}
 */
.about-internship-section {
    padding: 80px 10px 0px 10px;
}

.about-internship-Box {
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}

.aboutRmc-content .glob-btn {
    margin-top: 20px;
}

.about-internship-Box:after {
    content: '';
    background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/about-internship-Box-shp.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s ease;
}

.about-internship-Box:hover:after {
    filter: invert(62%) sepia(20%) saturate(749%) hue-rotate(173deg) brightness(101%) contrast(96%);
}



/* About Us Page Css End */


/* Single Service Page Css Start */

.single-ser-page-banner {
    background-color: #000;
    padding: 110px 10px;
}

.single-ser-img {
    width: 100% !important;
    max-width: 100% !important;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.single-ser-page-title {
    color: #fff !important;
    position: relative;
}

.single-ser-page-banner:before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.single-ser-page-banner {
    position: relative;
}

ul.services-list {
    padding: 0px !important;
}

ul.services-list li {
    width: 100%;
    list-style: none;
    margin-bottom: 10px !important;
}

ul.services-list li a {

    width: 100%;
    padding: 14px 15px;
    background-color: #E7E7E7;
    border-radius: 6px;
    transition: all 0.4s ease;
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--poppins-font) !important;
    color: #000;
    transition: all 0.4s ease;
}

ul.services-list li a:hover {
    background-color: var(--secondary-color);
    color: #fff;
    transition: all 0.4s ease;
}

.single-ser-description p,
.leadership-content-section p {
    color: #000 !important;
}


/* Single Service Page Css End */


/* Contract Vehicles Page Css Start */

.contract-vehicles-about-section p {
    color: var(--black-color);
}

.vehiclesCard {
    background-color: #fff;
    padding: 20px 20px 40px 20px !important;
    border-radius: 10px;
    width: 47% !important;
}

.contract-vehicles-card {
    justify-content: center;
    gap: 35px;
}

img.vehiclescardImg {
    width: 100% !important;
    border-radius: 10px !important;
    height: 300px;
    object-fit: cover;
    object-position: 0px -55px;
}

.vehiclesCard .vehiclesBtn {
    margin-top: 10px;
}

.contract-vehicles-title h2 {
    color: #fff !important;
}

.row.contract-vehicles-card {
    margin-top: 25px !important;
}


/* Contract Vehicles Page Css End */


/* Leadership Page Css Start */

.leadership-card-section {
    background-color: #EBF8FF;
}

.leadershipCard {
    padding: 20px 20px 40px 20px !important;
}


.popup-overlay {
    width: 100% !important;
    max-width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 60px 20px 30px 20px;
    text-align: center;
    max-width: 100%;
    width: 80%;
    border-radius: 10px;
    position: relative;
    height: auto !important;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    width: 32px !important;
    height: 32px !important;
    border-radius: 3px;
}

.teampopup-image img {
    width: 130px !important;
    height: 130px;
    object-fit: cover;
    border-radius: 100px;
    border: 2px solid var(--primary-color);
    margin-bottom: 20px;
}

.leadershipCard a.read-more {
    margin-top: 18px !important;
    font-size: 17px !important;
}

.popup-desc {
    height: 350px;
    overflow: auto;
    color: #000 !important;
    padding-right: 4px;
}


.popup-desc::-webkit-scrollbar {
    width: 5px;
}

.popup-desc::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.popup-desc::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
}

.popup-content h4 {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #000 !important;
}


/* Leadership Page Css End */


/* Contact Us Page Css Start */


/* .contact-section {
  padding: 40px 0;
} */

/* Section Title */
.contact-section .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.contact-section .section-title h2 {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
}

.contact-section .section-title p {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Flex Layout for Cards */
.contact-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

/* Contact Info Card */
.contact-info-card {
    flex: 1 1 350px;
    background: #fff;
    padding: 28px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgb(0 0 0 / 9%);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px dashed #2b84ba;
}

.contact-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgb(0 0 0 / 9%);
}

.contact-cards h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.contact-info-item i {
    font-size: 22px;
    color: var(--primary-color);
    margin-right: 15px;
    margin-top: 2px;
}

.contact-info-item p,
.contact-info-item a {
    margin: 0;
    font-size: 15px;
    color: #000 !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px !important;
}

.contact-info-item a {
    color: var(--primary-color);
    text-decoration: none;
    transition: 0.3s;
}

.contact-info-item a:hover {
    text-decoration: underline;
}

/* Contact Form Card */
.contact-form-card {
    flex: 2 1 500px;
    background: #fff;
    padding: 35px 25px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s, box-shadow 0.3s;
    border: 2px dashed #2b84ba;
}

.contact-form-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/* Contact Form 7 Styling */
.contact-form-card .wpcf7-form-control {
    width: 100%;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #2d87b9;
    border-radius: 0;
    font-size: 15px;
    margin-bottom: 10px;
    transition: all 0.3s;
    background: #fdfdfd;
}

.contact-form-card .wpcf7-form-control:focus {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0px 4px 0 0px rgba(13, 110, 253, 0.15);
    background: #fff;
}

.contact-form-card input[type="submit"] {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
}

.contact-form-card input[type="submit"]:hover {
    background: #000000;
    transform: translateY(-2px);
}

/* Map Section */
.map-section {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px;
    overflow: hidden;
    padding: 20px 15px 60px 15px;
}

.map-section iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: none;
}

/* Responsive */
@media (max-width: 992px) {

    .contact-info-item {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .vehiclesCard h4 {
        margin-top: 15px !important;
    }

    .leadershipCard img.vehiclescardImg {
        max-height: 300px !important;
    }

    img.vehiclescardImg {
        max-height: 200px;
    }

    .contact-info-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    /* 	.contact-info-card > .contact-info-item {
		max-width: 300px;
	} */
    .contact-cards {
        flex-direction: column;
    }

    .contact-form-card,
    .contact-info-card {
        margin-bottom: 25px;
    }
}


span.wpcf7-spinner {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
}

/* Contact Us Page Css End */


/* Footer CSS Start */

footer {
    background: var(--secondary-color);
    padding: 80px 10px 0;
}

footer .row {
    padding-bottom: 80px;
}

.footer-col:nth-child(2) {
    border-left: 1px solid #fff;
    padding-left: 90px;
}

img.footer-logo {
    width: 450px;
    max-width: 100%;
    margin-bottom: 20px;
}

footer p.license-text {
    color: #fff;
    text-align: center;
    margin: 0;
}

.footer-col .footer-heading {
    color: #fff !important;
    font-size: 20px !important;
    border-bottom: 1px solid #fff;
    max-width: max-content;
    margin-bottom: 30px;
}

.footer-nav.footer-menu {
    list-style: none;
    padding: 0;
    row-gap: 10px;
}

.footer-nav.footer-menu li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    max-width: max-content;
    font-weight: 400;
}

.footer-contact-info a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    max-width: 351px;
}

.footer-contact-info {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
    align-items: flex-start;
}

.footer-contact-info img {
    width: 20px !important;
    height: 25px !important;
}

.footer-social {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social .fa-brands {
    color: var(--secondary-color);
    font-size: 22px;
    transition: all ease 0.4s;
    background-color: #ffffff !important;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}

.footer-social .fa-brands:hover {
    color: var(--primary-color);
}

.copyright {
    border-top: 1px solid #fff;
    padding: 10px 0;
    text-align: center;
}

.copyright p,
.copyright a {
    margin: 0;
    color: #fff;
    font-family: var(--poppins-font);
    font-size: 16px !important;
    text-decoration: none;
}

.col-lg-5.footer-col {
    align-content: center;
}


/* Footer CSS END */





/* Media Query Start */

@media(min-width: 991px) {

    .header-menu-row ul#menu-header-nav li a:before {
        content: '';
        background-color: #000;
        width: 0%;
        height: 2px;
        position: absolute;
        bottom: -3px;
        left: 0;
        transition: 0.5s ease;
    }

    .header-menu-row ul#menu-header-nav li a {
        position: relative;
    }

    .header-menu-row ul#menu-header-nav li a:hover:before {
        width: 100%;
    }

    .header-menu-row ul#menu-header-nav .current-menu-item a:before {
        width: 100%;
    }

}

/* Max Width 391px */
@media(max-width:391px) {

    header.header-section {
        top: 10px;
    }

    .mobile-menu-offcanvas {
        width: 300px !important;
        max-width: 100% !important;
    }
}

/* END */

/* Max Width 500px */
@media(max-width:500px) {
    .mob-hero-img img {
        max-width: 380px;
    }

    .header-btn {
        display: none;
    }
}

/* END */

/* Max Width 600px */

@media(max-width:600px) {
    /*     .hero-section {
    min-height: 950px !important;
    align-items: end;
} */

    .popup-content {
        width: 100% !important;
    }
}

/* END */

/* Max Width 767px */
@media(max-width:767px) {

    .cta_btnn {
        height: auto !important;
    }

    .leadershipCard {
        text-align: center;
    }

    .map-section .row .col-lg-6 {
        width: 100% !important;
    }

    .map_col {
        padding: 10px;
    }

    .page-id-262 .about-ceo-section .row .col-md-6 {
        width: 100% !important;
    }

    .page-banner-section p.join_txt {
        font-size: 16px !important;
        line-height: 1.5em;
        text-align: center;
    }

    h1 {
        font-size: 31px !important;
        text-align: center !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 26px !important;
    }

    h4 {
        font-size: 24px !important;
    }

    h5 {
        font-size: 22px !important;
    }

    h6 {
        font-size: 20px !important;
    }

    p {
        font-size: 16px !important;
    }

    .vehiclesCard {
        width: 400px !important;
        max-width: 100% !important;
    }

    .hero-section p {
        font-size: 16px !important
    }

    .section-padding {
        padding: 40px 10px;
    }

    .about-internship-section {
        padding: 40px 10px 40px 10px !important;
    }

    .mob-text-center {
        text-align: center;
    }

    .home-about-section h2 {
        width: 100%;
        max-width: 100%;
    }

    p.paraTwo {
        margin-bottom: 20px;
    }

    .popup-desc {
        height: 250px !important;
    }

    .home-about-section .row {
        flex-direction: column-reverse;
        gap: 30px;
    }


    .mobile-img {
        text-align: center;
    }

    .mobile-img img {
        width: 400px;
        max-width: 100%;
    }

    .home-slider-img img {
        width: 350px;
        max-width: 100%;
    }

    .home-slider-content h3 {
        font-size: 24px !important;
    }

    .home-slider-content p {
        margin-top: 8px !important;
    }

    a.sliderBtn {
        margin-top: 5px !important;
    }

    .home-slider-img img {
        display: unset !important;
    }

    .sliderContainer .row {
        gap: 25px !important;
    }

    .single-ser-page-section .row {
        gap: 15px;
    }

    .sliderContainer {
        padding: 30px 15px !important;

    }

    .home-our-core-card .cardBoxs,
    .about-internship-row .about-internship-Box,
    .row.leadership-team-card .leadershipCard {
        width: 400px !important;
        max-width: 100%;
    }

    section.page-banner-section,
    .single-ser-page-banner {
        padding: 60px 10px;
    }

    .section-shp:before,
    .section-shp:after {
        display: none !important;
    }

    .desktop-hero-image {
        display: none;
    }

    .why-choose-section {
        height: auto;
        padding: 50px 0;
    }

    .about-section,
    .freight-section {
        padding: 50px 10px;
    }

    .footer-col {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-col .footer-heading {
        margin: 0 auto 30px;
    }

    .footer-contact-info {
        align-items: start;
        justify-content: center;
        gap: 0;
    }

    .footer-col:nth-child(1) {
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .footer-col:nth-child(2) {
        border-left: none;
        padding-left: 0;
    }

    img.footer-logo {
        width: 245px;
    }

    .hero-section .red-curve {
        bottom: 0;
        transform: rotate(0deg);
        width: 150%;
        height: 25px;
    }

    .hero-section::before,
    .hero-section::after {
        clip-path: none;
    }

    .hero-section .row .col-sm-12 {
        max-width: 100%;
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .header-logo-col {
        width: 150px;
    }

    header.header-section {
        top: 20px;
    }

    .gallery-section {
        padding: 40px 10px;
    }

    .header-topbar {
        justify-content: center;
    }

    .page-banner {
        min-height: 300px;
    }

    .page-banner::before,
    .page-banner::after {
        clip-path: none;
    }

    .page-banner .red-curve {
        height: 25px;
        bottom: 0;
        clip-path: none;
        transform: rotate(0deg);
        width: 150%;
    }

    .page-banner .row h1 {
        margin: 0 auto;
        padding: 50px 0 0;
    }

    .hero-section .col-lg-7 {
        padding-top: 7px;
    }

    .hot-shot-text-section,
    .agents-text-section {
        padding: 40px 10px 10px;
    }

    .contact-section {
        padding: 50px 10px 0px;
    }

    .contact-section .sidebar-contact-col .contact-info-col {
        text-align: center;
    }

    .contact-section .sidebar-contact-col .sidebar-sticky {
        padding: 25px 20px;
    }

    .contact-page-form .gform_footer.top_label,
    .request-quote-form .gform_footer.top_label {
        justify-content: center;
    }

    .map-shippment-section h2 br:not(:first-child) {
        display: none;
    }

    .freight-section.getting-started-section {
        padding: 0px 10px;
    }

    .areas-list {
        max-width: 50%;
        width: 100%;
    }

    .areas-list-col {
        display: flex;
        flex-wrap: wrap;
    }

    .request-quote-form #gform_fields_2 h5 {
        text-align: center;
    }

    .footer-contact-info img {
        margin-right: 10px;
    }

    .footer-contact-info:last-child img {
        margin: 0 !important;
    }

    .employ-text-section {
        padding: 40px 10px 0px;
    }

    .single-post-container #primary {
        max-width: 100% !important;
        width: 100% !important;
        flex: unset !important;
    }

    .single-post-container aside#secondary {
        max-width: 100% !important;
        width: 100% !important;
        flex: unset !important;
    }

    .recnt_sidebar {
        padding-left: 0;
        border-left: none;
    }

    img.attachment-large.size-large.wp-post-image {
        max-width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: center;
    }

    .single-post-container {
        padding: 50px 10px;
        flex-wrap: wrap;
    }

    .blog-page-container .col-md-4 {
        padding: 0 20px;
        border-left: none;
    }

    .blog-page-container .col-md-8 {
        padding-right: 10px;
    }

    .locations {
        display: none;
    }

    .linkedinLogo img {
        width: 90px;
    }

    .header-topbar-section {
        padding: 6px 10px;
    }

    img.header-logo {
        width: 150px;
    }

    header.header-section {
        padding: 12px 10px;
    }

    footer .row {
        padding-bottom: 30px;
    }

    .footer-nav.footer-menu li a {
        font-size: 16px;
    }

    .footer-contact-info img {
        width: 16px !important;
    }

    section.hero-section {
        padding: 80px 10px;

    }

    button.slick-arrow {
        display: none !important;
    }

}

.cstm_width {
    width: fit-content !important;
}

/* End */

/* Max Width 1024px */

@media(max-width: 1024px) {

    .about-ceo-section .row {
        gap: 30px;
    }

    .page-id-262 .about-ceo-section .row {
        gap: 20px;
    }

    .about-ceo-section .row .col-md-6 {
        width: 100% !important;
    }

    .about-ceo-img img {
        width: 450px !important;
        max-width: 100% !important;
    }

    .about-ceo-img {
        text-align: center;
    }

    .about-ceo-content {
        text-align: center;
    }

    .aboutRmc-section .col-md-6.col-lg-6 {
        width: 100% !important;
    }

    .aboutRmc-section .row {
        gap: 25px;
        flex-direction: column-reverse;
    }

    .aboutRmc-content {
        text-align: center;
    }

    .aboutRmc-img {
        display: ruby;
        text-align: center;
    }


    .aboutRmc-img img {
        width: 450px;
        max-width: 100%;
        margin: 0 !important;
        display: none;
    }

    .aboutRmc-img .imgTwo {
        display: block !important;
        margin: 0px !important;
    }

}

/* End */


/* Min Width 768px */
@media(min-width:768px) {

    /* Truck image */
    .desktop-hero-image {
        display: block;
        position: absolute;
        bottom: -60px;
        right: -93px;
        max-width: 790px;
        z-index: 2;
    }

    .page-banner .col-lg-7 {
        padding-top: 70px;
    }

    .about-iso-section:before {
        content: '';
        background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/ISO-Sec-Shp1.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 455px;
        z-index: 0;
    }

    .about-iso-section:after {
        content: '';
        background-image: url(https://dreamcowebsites.com/rmc/wp-content/uploads/2025/09/ISO-Sec-Shp.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 455px;
        z-index: 0;
    }

    .about-iso-section {
        position: relative;
    }

    .about-internship-section:before {
        content: '';
        background-color: #fff;
        width: 100%;
        height: 35%;
        position: absolute;
        bottom: -2px;
        left: 0;
        z-index: 0;
    }

    .about-internship-section {
        position: relative;
    }
}

/* End */

/* Max Width 991px */
@media(max-width:991px) {

    .thank-fir-row {
        margin-bottom: 20px;
    }

    .thank-sec-row {
        display: flex;
        flex-direction: column;
    }

    .navbar-nav.header-menu {
        display: none !important;
    }

    .header-cta-canvas-col {
        display: flex;
        flex: 1;
        justify-content: end;
        gap: 10px 20px;
        align-self: center;
        align-items: center;
    }

    div#mobmenu-custom p {
        color: #fff;
        font-size: 14px !important;
        font-weight: bold;
        margin-top: 1px !important;
    }

    .header-btn {
        padding: 9px 30px !important;
    }

    .about-section .row,
    .freight-section .row {
        flex-direction: column;
    }

    .freight-section.industries-serve-section .row,
    .getting-started-section .row {
        flex-direction: column-reverse;
    }

    .about-section .row .img-col,
    .freight-section .row .img-col {
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }

    .about-section .row .text-col,
    .freight-section .row .text-col {
        max-width: 100%;
        width: 100%;
        text-align: center;
        padding-top: 40px;
        padding-left: 10px;
    }

    .about-section .img-col img,
    .freight-section .img-col img {
        height: 450px;
        object-fit: cover;
        object-position: bottom;
    }

    .mobile-menu-offcanvas {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 365px;
        background: var(--black-color);
        height: 100vh;
        padding: 20px;
        opacity: 0;
        transition: all 0.6s ease;
        transform: translateX(-100%);
    }

    .mobile-menu-offcanvas.open {
        opacity: 1;
        transform: translateX(0);
        z-index: 9;
    }

    .mobile-menu-offcanvas .mobile-logo {
        max-width: 160px;
        margin-bottom: 50px;
        margin-top: 8px !important;

    }

    .mobile-menu-offcanvas .mobile-menu li {
        list-style: none;
        margin-bottom: 18px;
    }

    .mobile-menu-offcanvas .mobile-menu li a {
        color: #fff;
        font-family: var(--poppins-font);
        text-decoration: none;
        font-size: 17px;
    }

    .mobile-menu-offcanvas .mobile-menu {
        padding: 0;
    }

    .menu-close {
        position: absolute;
        top: 35px;
        right: 25px;
        border: 1px solid #fff;
        padding: 8px;
        width: 40px !important;
        height: 35px;
        border-radius: 3px;
    }

    div#mobmenu-custom {
        background: var(--primary-color);
        padding: 8px 10px;
        width: max-content;
        display: flex;
        align-items: center;
        column-gap: 5px;
        cursor: pointer;
    }

    /* Hamburger lines */
    #mobmenu-custom span {
        display: block;
        height: 2px;
        width: 18px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.4s ease;
        position: relative;
    }

    /* Space between bars */
    #mobmenu-custom span:not(:last-child) {
        margin-bottom: 4px;
    }

    /* Active (cross) state */
    #mobmenu-custom.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 5px;
    }

    #mobmenu-custom.active span:nth-child(2) {
        opacity: 0;
    }

    #mobmenu-custom.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: -7px;
    }

    .step-border-img {
        display: none;
    }

    .steps-col {
        flex-wrap: wrap;
        row-gap: 30px;
        justify-content: center;
    }

    .steps-col .step-inner-col {
        max-width: 230px;
    }

    .why-choose-section .row {
        padding-top: 30px;
    }

    .steps-col .step-inner-col img {
        margin-bottom: 10px;
    }

    .freight.list {
        margin: 0 auto;
        max-width: 420px;
    }

    .freight.list li {
        list-style-position: inside;
        text-align: left;
    }

    .freight-section.freight-move-section {
        padding: 50px 10px;
    }

    .freight-section.experience-section {
        padding: 20px 10px 40px;
    }

    .services-areas-col {
        max-width: 100% !important;
        width: 100% !important;
    }

    .gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
        max-width: 73px;
        width: 100%;
        display: inline-block;
        margin: 0 10px;
    }

    div#input_2_17,
    div#input_2_18 {
        row-gap: 10px;
    }
}

/* End */


/* Min Width 768px to Max Width 991px */
@media(min-width:768px) and (max-width:991px) {


    img.footer-logo {
        width: 320px;
    }

    .locations {
        gap: 18px;
    }

    .contact-info img {
        width: 10px;
    }

    .contact-info span {
        font-size: 13px;
    }

    .linkedinLogo img {
        width: 90px;
    }





    .footer-col:nth-child(1) {
        max-width: 100%;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #fff;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

    .footer-col:nth-child(2),
    .footer-col:nth-child(3),
    .footer-col:nth-child(4) {
        max-width: 32%;
        width: 100%;
        border: none;
        padding-left: 0;
    }

    footer .row {
        justify-content: center;
        padding-bottom: 20px;
    }

    footer {
        padding: 50px 10px 0;
    }

    .page-banner .red-curve {
        bottom: 37px;
        clip-path: polygon(0 0, 100% 36%, 100% 100%, 1% 100%);
        transform: rotate(-6.6deg);
    }

    .map-shippment-section h2 {
        font-size: 30px !important;
    }

}

/* join us page css */
.cta_btnn {
    margin-top: 35px;
    background: #fff;
    color: #2b84ba;
    width: fit-content !important;
}

.cta_btnn:hover {
    color: #fff;
}

p.join_txt {
    color: #fff;
    font-weight: 400;
    line-height: 1.8em;
    font-size: 20px !important;
}

/* contact map grid css */

.map_col {
    padding: 20px !important;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 4px #00000020
}

.map-section .row {
    gap: 20px;
    justify-content: center;
}

.map-section .row .col-lg-6 {
    width: 48%;
}

.map_col iframe {
    height: 250px;
    border-radius: 12px;
}

h4.map_loc {
    text-align: center;
    margin-top: 20px;
    color: #2b84ba;
}

.map_col p {
    text-align: center;
    color: #000;
    margin: 0;
}

/* End */

/* Min Width 768px to Max Width 1024px */
@media(min-width:768px) and (max-width:1024px) {
    .page-id-262 .about-ceo-section .row .col-md-6 {
        width: 48% !important;
    }

    .page-id-262 .about-ceo-content {
        text-align: left !important;
    }

    p.join_txt {
        font-size: 18px !important;
        line-height: 1.5em;
    }

    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 37px !important;
    }

    h3 {
        font-size: 30px !important;
    }

    h4 {
        font-size: 28px !important;
    }

    h5 {
        font-size: 26px !important;
    }

    h6 {
        font-size: 24px !important;
    }


    p {
        font-size: 17px !important;
    }

    .section-padding {
        padding: 60px 10px;
    }

    .desktop-hero-image {
        max-width: 550px;
        bottom: 0;
    }

    .hero-section .red-curve {
        transform: rotate(-10deg);
    }

    .hero-section .col-lg-7 {
        padding-top: 20px;
    }

    section.hero-section {
        padding: 110px 10px;
    }

    .home-our-core-card .cardBoxs,
    .about-internship-row .about-internship-Box,
    .row.leadership-team-card .leadershipCard {
        width: 45.333333% !important;
    }

    section.page-banner-section,
    .single-ser-page-banner {
        padding: 80px 10px;
    }

}

/* End */



/* Min Width 992px to Max Width 1200px */
@media(min-width:992px) and (max-width:1200px) {

    img.footer-logo {
        width: 350px;
    }
}

/* End */



/* Min Width 992px to Max Width 1090px */
@media(min-width:992px) and (max-width:1090px) {

    .footer-col:nth-child(2) {
        padding-left: 60px !important;
    }

    .footer-contact-info {
        gap: 8px;
    }

    .footer-contact-info img {
        width: 17px !important;
    }

    .contact-info span {
        font-size: 16px;
    }
}

/* End */



/* Min Width 992px to Max Width 1024px */
@media(min-width:992px) and (max-width:1024px) {
    .header-logo-col {
        width: 230px;
    }

    .page-banner .red-curve {
        height: 41px;
        bottom: 41px;
        clip-path: polygon(0 0, 100% 52%, 100% 100%, 1% 100%);
        transform: rotate(-5.6deg);
    }
}

/* End */


/* Min Width 1025px */
@media(min-width:1025px) {
    .header-logo-col {
        width: 230px;
    }

    .aboutRmc-section .row {
        gap: 58px;
        flex-wrap: nowrap;
    }

    .aboutRmc-section .col-md-6.col-lg-6 {
        width: 48% !important;
    }
}

/* End */

/* Min Width 1025px to Max Width 1199px */
@media(min-width:1025px) and (max-width:1199px) {
    h1 {
        font-size: 48px !important;
    }

    h2 {
        font-size: 41px !important;
    }

    h3 {
        font-size: 34px !important;
    }

    h4 {
        font-size: 30px !important;
    }

    h5 {
        font-size: 28px !important;
    }

    h6 {
        font-size: 26px !important;
    }

    .desktop-hero-image {
        position: absolute;
        bottom: 0;
        right: -86px;
        max-width: 600px;
        z-index: 2;
    }

    .hero-section .red-curve {
        width: 107%;
        transform: rotate(-6deg);
    }

    .header-logo-col {
        width: 250px;
    }

    .page-banner .red-curve {
        height: 41px;
        bottom: 45px;
        clip-path: polygon(0 0, 100% 52%, 100% 100%, 1% 100%);
    }

}

/* End */

@media(min-width:1200px) and (max-width:1440px) {
    .page-banner .red-curve {
        bottom: 34px;
        clip-path: polygon(0 0, 100% 45%, 100% 100%, 1% 100%);
    }
}

@media screen and (min-width:768px) and (max-width:1550px) {
    button.slick-arrow {
        display: none;
    }

    .slick-arrow {
        top: 100% !important;
        margin-top: 30px !important;
    }

    .slick-prev.slick-arrow {
        left: 40% !important;
        right: auto !important;
        z-index: 1;
    }

    .slick-next.slick-arrow {
        right: 40% !important;
        left: auto !important;
        z-index: 1;
    }
}

@media(min-width:768px) and (max-width:971px) {
    .ginput_container.ginput_complex .ginput_container:first-child {
        margin: 0 15px 0 0 !important;
    }

    .ginput_container.ginput_complex .ginput_container:last-child {
        margin: 0 0 0 0 !important;
    }


}