/* This is global modifications to the css */
.sticky ~ .main {
  padding-top: 138px;
  margin-top: 0;
}
@media only screen and (max-width: 1199px) {
  .sticky ~ .main {
	  padding-top: 100px;
	  margin-top: 0;
	}
}
@media only screen and (max-width: 575px) {
  .sticky ~ .main {
	  padding-top: 64px;
	  margin-top: 0;
	}
}
/* fixes the layering breaking the buttons on the home page */
.content-layer {
  pointer-events: none;
}
.content-layer a,
.content-layer button {
  pointer-events: auto;
}
.layer-2-bg {
    background-color: white;
}
#owl-demo .item {
    margin: 3px;
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.text-primary {
	color: var(--color-primary) !important;
}
.text-bold {
	font-weight: 900 !important;
}
.text-header {
    color: var(--template-header) !important;
}

a {
  color: var(--template-header);
  font-weight: 700;
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #000;
}

#accordionManuals .accordion-item button:hover, #accordionManuals .accordion-item button:hover::after {
    color: #000;
}

#accordionManuals .accordion-item button, #accordionManuals .accordion-item button::after {
    transition: all 0.3s ease;
}

.btn-block {
	width: 100% !important;
}

.form-check-input:checked {
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.no-curve {
    border-radius: 0 !important;
}

.services-div {
    flex-direction: row-reverse;
}

.nothing-content {
    margin-top: 6rem;
    /*padding-right: 50px;*/
}

.cta-main-wrapper-two .inner-content-text p {
    font-size: 18px;
}

.button-primary.btn-semi-transparent {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    font-weight: 600;
    font-size: 16px;
    color: white;
}



.rts-section-gap {
    padding: 60px 0;
}

.rts-section-gap-cust {
    padding-top: 30px;
    padding-bottom: 100px;
}

.nothing-svg {
    color: black; /*#ffffff*/
    font-size: 1.5rem; 
    width: 2em; 
    height: 2em;
}

.nav-link {
    font-family: "Gantari", serif;
}

.nothing-title {
    color: black;
}

.nothing-h4 {
    color: black;
}

.header-end-link {
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    margin: 0;
    padding: 31px 0;
    color: #0C0A0A;
    font-weight: 600;
}

.header-end {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-end;
}

.ps-c5 {
    padding-left: 10rem !important;
}

.ps-c4 {
    padding-left: 3rem !important;
}

.service-subtext {
    color: #141416;
}

.fade-bg {
    background: radial-gradient(circle at 50% -25%, var(--color-primary) 0%, #1F1F25 50%, #1F1F25 50%);
}

.footer-row p, .footer-row a {
    color: #d3d3d3 !important;
}

.single-branding-area-wrapper-one .inner {
    text-align: center;
}

.m-search {
    display: none;
    margin-top: 30px;
}

.m-contact {
    display: none;
}

.m-about {
    display: none;
}

.section-bg-color {
    background-color: var(--section-bg-color);
}



.slider-p {
    font-size: 17px;
}

.custom-submenu {
    min-width: 225px !important;
    left: 105% !important;
    top: 0px !important;
    margin: 0;
    padding: 15px 10px !important;
    border-radius: 0 6px 6px 0px;
    overflow: hidden;
    transition: 0.3s;
    display: block !important;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
}

.custom-dropdown:hover .custom-submenu {
    opacity: 1;
    visibility: visible;
}

.submenu:hover li a {
    opacity: 1;
}

li.has-dropdown .submenu li a {
    border-radius: 0 !important;
}

li.main-nav:not(.has-dropdown) + li.main-nav + li.main-nav {
    padding-left: 10px;
}

li.main-nav:not(.has-dropdown) {
    padding-left: 10px !important;
}

.custom-submenu li a {
    text-wrap-mode: nowrap;
}

.header-top-wrapper .social-header .division-list {
    gap: 0;
}

.market-subhead {
    font-size: 22px;
    font-weight: 700;
}

.rts-section-gap-c {
    padding: 60px 0;
}

.main-content-area-about-p p {
    font-size: 18px;
}

.main-content-area-about-p p strong {
    color: black;
}

.sa-r {
    margin-right: 50px;
    margin-left: 50px;
}

.content-cust-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.single-funfacts-about {
    text-align: center;
}

.single-funfacts-about .top {
    justify-content: center;
}

.pagination {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
}
.page-link {
	line-height: inherit;
}

@media only screen and (max-width: 1199px) {
    .sa-c {
        margin-top: 60px;
    }
    .pading-controler {
        padding-left: calc(1.5rem * .5);
    }
}

@media only screen and (max-width: 575px) {
    .nothing-content {
        margin-top: 0rem;
        padding: 15px;
    }
    .rts-section-gap-c {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 575px) {
    .cta-main-wrapper-two .inner-content-text p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .nothing-col {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .service-content-inner-wrapper {
        border-radius: 10px 0 10px 10px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 574px) {
    .cta-main-wrapper-two .inner-content-text .title {
        font-size: 24px;
        margin-top: 30px;
    }
    .nothing-svg {
        font-size: 1.2rem;
    }
    .nothing-h4 {
        font-size: 18px;
    }
    .cta-main-wrapper-two .inner-content-text p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .hamburger-btn {
        display: flex;
    }
    .hamburger-btn > img {
        max-width: unset;
    }
}

@media only screen and (min-width: 1200px) {
    .hamburger-btn {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .service-content-inner-wrapper {
        background-position: right center;
    }
}
@media only screen and (max-width: 1199px) {
    .service-content-inner-wrapper {
        height: auto;
        border-radius: 10px 0 10px 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta-main-wrapper-two .inner-content-text .title {
        font-size: 32px;
        margin-top: 25px;
    }
    .nothing-content {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .cta-main-wrapper-two .inner-content-text .title {
        font-size: 56px;
    }
}

#owl-demo p {
    color: #d3d3d3 !important;
}

@media only screen and (min-width: 768px) {
    .swiper-wrapper-cust {
        height: 600px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .nav-col {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .ps-c4 {
        padding-left: 2rem !important;
    }
}

@media only screen and (max-width: 575px) {
    .search-col {
        display: none;
    }
    .logo-col {
        padding: 0;
    }
    .ps-c4 {
        padding-left: 0 !important;
        place-items: end;
        padding-right: 1rem;
    }
    .header-end-link {
        font-size: 20px;
    }
    .hamburger-btn {
        height: 20px;
        width: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ps-c4 {
        padding-left: 12px !important;
    }
}

@media only screen and (max-width: 1199px) {
    .m-contact {
        display: list-item;
    }
    .m-about {
        display: list-item;
    }
    .contact-link {
        display: none;
    }
    .about-link {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .m-search {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .single-branding-area-wrapper-one .inner {
        padding: 25px 6px;
    }
}

@media (min-width: 1200px) {
    .col-xl-0c {
        width: 17.666667%;
    }
    .col-xl-1c {
        width: 45.666667%;
    }
    .col-xl-2c {
        width: 21.666667%;
    }
    .col-xl-3c {
        width: 14.666667%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .ps-c5 {
        padding-left: 1rem !important;
    }
    .ps-c4 {
        padding-left: 1.5rem !important;
    }
    .single-branding-area-wrapper-one .inner a .title {
        font-size: 22px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .single-branding-area-wrapper-one .inner a .title {
        font-size: 18px;
    }
}

/* contact page */
	.icon-container {
	    /* Set the parent to relative so children can be positioned absolutely within it */
	    position: relative;
	    /* This allows the container to only be as large as the SVG */
	    display: inline-block; 
	    
	}
	.icon-container img {
		max-width: 32px;
	}
	
	.icon-label {
	    /* Absolute positioning takes the element out of the normal flow */
	    position: absolute;
	    /* Adjust these values to position the text over the SVG */
	    top: 2px; /* Move the text up (above) the image */
	    left: 50%; /* Start positioning from the center of the container */
	    transform: translateX(-50%); /* Pull the text back by half its width for true centering */
	    
	    /* === White Circle Background Added Here === */
	    background-color: white;
	    border-radius: 50%; /* Makes the box a perfect circle */
	    padding: 2px 4px; /* Adds space around the text, making the circle slightly bigger than the number */
	    line-height: 1; /* Ensures the number is vertically centered within the circle */
	    z-index: 10; /* Ensures the text and background circle are on top of the SVG */
	    /* ========================================= */
	    
	    /* Optional: Style the text for better visibility */
	    font-size: 16px; 
	    color: var(--color-primary); 
	    font-weight: 700;
	    white-space: nowrap; /* Keep the label on one line */
	    text-align: center;
	}
	
	.aside-contacts .title, .quick-contact-page-1 .title {
		font-family: 'Public Sans';
		font-size: 1.6rem;
	}
	
	#contact-form .form-wrap {
	    margin-top: 5px;
	    margin-bottom: 5px;
	}
	.quick-contact-page-1 {
	    padding: 10px 5px 10px 20px;
	    border-radius: 0;
	    background: transparent;
	}
	.quick-contact-page-1 p {
		margin-left: 32px;
	}
	
	.numberCircle {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 2.4rem;
	    height: 2.4rem;
	    border-radius: 50%;
	    margin-right: 4px;
	    background-color: var(--color-primary);
	    color: #fff;
	    font-size: 1.6rem;
	    font-weight: 400;
	    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
	}
/* end contact page */