@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("responsive.css");
@import url("animate.css");

:root {
    --font1: "Roboto", sans-serif;
    --primary-color: #f7630d;
    --secondary-color: #225da3;
}

body {
    font-family: var(--font1);
    font-size: 14px;
    letter-spacing: .5px;

}

p {
    letter-spacing: .25px;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

::-moz-selection {
    text-shadow: none;
    background: #ffc600;
    color: #000;
}

.box:nth-child(1) {
    display: none !important;
}

::selection {
    text-shadow: none;
    background: #ffc600;
    color: #000;
}

* {
    margin: 0;
    padding: 0;
}

main {
    background: #ededed;
    padding: 0px 0px 40px 0px;
}

/*#region Header */

header {
    padding: 5px 0px;
    background: #fff;
}

.top_group {
    display: flex;
    align-items: center;
    justify-content: end;
}

.regsiter {
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    margin-left: 20px;
}

.quote {
    font-size: 16px;
    color: #000;
}

.quote i {
    padding-right: 4px;
}

.form_panel {
    display: flex;
    flex: 1;
    position: relative;
    margin-right: 20px;
}

.form_panel form {
    display: flex;
    width: 100%;
    margin-bottom: 0;
}

.form_panel .custom-select {
    width: auto;
    position: absolute;
    left: 0;
    z-index: 9999;
    background-color: transparent;
    font-size: 15px;
    color: #888;
    padding: 0px;
    outline: none;
    box-shadow: none !important;
}

.custom-select::before {
    position: absolute;
    content: '';
    right: -12px;
    border-right: 1px solid #b5b5b5;
    height: 95%;

}

.headlogo img {
    width: 360px;
}

.from1 {
    width: 100%;
    position: relative;
    padding: 7px 0px 6px 25px;
    border-radius: 100px;
    font-size: 15px;
    color: #555;
    border-color: #b5b5b5;
}

.from1::placeholder {
    color: #888;
}

.search-btn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 6px 18px;
    border-radius: 100px;
}

/* The container must be positioned relative: */
.custom-select {
    position: relative;
    font-family: Arial;
    font-family: var(--font1);
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
}

.select-selected {
    background-color: transparent;
    width: 100%;
    min-width: 157px;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 17px;
    right: 0;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #061a26 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #061a26 transparent;
    top: 12px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    padding: 8px 16px;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #eee;
    top: 113%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 8px;
    overflow: hidden;
    color: #555;
    min-width: 163px;
}

.select-items div {
    padding: 4px 16px;
    font-size: 14px;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #f99357;
    color: #fff;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.header li a {
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #222;
    font-size: 16px;
    transition: .3s linear;
    font-weight: 500;
    border-radius: 0px;
}

.header li a:hover {
    color: #ff8a00;
}

.header li a i {
    font-size: 18px;
    padding-right: 7px;
}

.hide {
    display: none;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeInLeft .5s forwards;
    z-index: 9999;
    padding-left: 0;

}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-left: 0px;
    margin-right: .1rem;
   margin-top: -34px;
    min-width: 160px;
}

.dropdoqwn li a {
     display: block !important;
    font-size: 14px;
    padding: 6px 12px;
    min-width: 210px;
    text-align: left;
    border-radius: 0px;
    color: #3a3b3e;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.sub:hover a span {
    color: #ff8a00;
}
.subArrow:checked~.dropdoqwn2 {
    display: block;
}

.dropdoqwn li a:hover {
  color: #fff !important;
    backdrop-filter: blur(12px);
    background-color: #f37200 !important;
}
.dropdoqwn i {
    float: right;
    padding-top: 6px;
    font-size: 9px !important;
    color: #8c8c8c;
}
.meg:hover {
    background-color: #084519;
}

.catrgory {
    background: url(../images/category.jpg);
    border-radius: 0px;
    height: 380px;
    background-size: auto;
    color: #222;
    text-align: center;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    animation: fadeInDown .5s forwards;
    background: #eee;
    box-shadow: 0px 7px 15px -6px #888888;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px 0px;
    text-transform: capitalize;
    color: #333;
}

.megamenu strong {
    width: 100%;
    display: block;
    padding-top: 30px;
    font-weight: 700;
    border-bottom: 1px solid #999;
    padding: 10px 0px;
}

.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    color: #444;
    height: 380px;
    border-radius: 0px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.subArrow:checked~.dropdoqwn {
    display: block;
}

.subArrow:checked~.dropdoqwn2 {
    display: block;
}

nav {
    display: block;
    width: 100%;
}
.mobile_icons {
    font-size: 13px !important;
        margin: 0px 1px

}

.banner {
    background: url(../images/bannerbg.jpg) no-repeat;
    background-size: 100%;
    padding: 40px 0px 12px;
}

.banner_form {
    border-radius: 15px;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: 15px;

}

.banner h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin-top: 20px;
}

.left-side {
    margin-bottom: 0;
    padding-left: 0;
}

.header {
    display: flex;
    justify-content: space-between;
}

.right_nav {
    margin-bottom: 0;
}

.right_nav li a {
    padding: 5px 2px;
}

.right_nav li a i {
    padding-right: 7px;
}

.latestnew {
    background: #225da3;
    font-size: 18px;
    color: #FFFFFF;
    padding: 6px 28px;
    text-align: right;
}

.latestnew img {
    width: 25px;
}

.newsscroll {
    background: #f7630d;
    font-size: 18px;
    color: #FFFFFF;
}

.latestnewtext {
    padding: 6px 15px;
}

/*** Marquee ***/
.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.marquee:hover .marquee__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee__item p {
    display: inline-block;
    transition: .2s ease-in-out;
    margin: 0;

}

.marquee__item p:hover {
    cursor: pointer;
}

.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 90s linear infinite;
    animation: marquee 40s linear infinite;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.project-pannel {
    border-top: 1px solid #dbdbdb;
}

/*#endregion Header */

.form_banner {
    background-color: #fff;
    border-radius: 15px;
    min-height: 370px;
    padding: 30px;
}

.form_banner h6 {
    font-size: 18px;
    color: #f7630d;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

.form_banner h6 i {
    font-size: 24px;
    padding-right: 5px;
}

.banner_f {
    margin-top: 10px;
}

.banner_f::placeholder {
    color: #adadad;
}

.form_banner button {
    width: 100%;
    background-color: #19578b;
    color: #fff;
    border: none;
    display: block;
    padding: 8px 10px;
    border-radius: 5px;
}

/* checkbox */
/* The container */
.check-box {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #686868;
    font-size: 12px;
    margin-top: 10px;
}

/* Hide the browser's default checkbox */
.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #c7c7c7;
    border-radius: 5px;
    border: 1px solid #c7c7c7;

}

/* When the checkbox is checked, add a blue background */
.check-box input:checked~.checkmark {
    background-color: #f7630d;
    transition: .1s ease-in-out;
    border: 1px solid #f7630d;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-box input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-box .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.image1 {
    box-shadow: 2px 2px 2px 2px #0000000a;
    display: block;
    text-align: center;
    border-radius: 10px;
    padding: 16px;
    background: #fff;
}

.group_panel {
    text-align: center;
}

.group_panel span {
    display: block;
    margin-top: 18px;
    font-size: 15PX;
}

.trandpromain {
    padding: 0px 12px;
    margin-top: 40px;
}

.trandpromain h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.trandpromain h2 strong {
    color: var(--primary-color);
}
.trabprobox strong{
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    transition: 0.3s ease;
    animation: zoomEffect 1.5s infinite alternate;
}

@keyframes zoomEffect{
    from{
        transform: scale(1);
    }
    to{
        transform: scale(1.08);
    }
}
.trabprobox {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.trandprobg a {
    color: #000;
}

.trabprobox:hover {
    border: 1px solid #ccc;
}

.trabprobox i {
    font-size: 30px;
    color: #666666;
}

.trabprobox strong {
    color: var(--primary-color);
    font-size: 36px;
}

.trandprobg {
    background: #fff;
    padding: 25px 35px 5px;
    border-radius: 15px;
}

.menusupser {
    padding: 0px 12px;
    margin-top: 40px;
}

.menusupserbg {
    background: #fff;
}

.indviewall {
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
    padding: 8px 18px;
    font-size: 14px;
}

.indviewall:hover {
    background: #000;
}

#dyanmic .menusupser:nth-of-type(1) .msscatbg {
    background: #aae6ff;
    padding: 30px;
    min-height: 410px;
}

#dyanmic .menusupser:nth-of-type(2) .msscatbg {
    background: #bbdec8;
    padding: 30px;
    min-height: 410px;
}

#dyanmic .menusupser:nth-of-type(3) .msscatbg {
    background: #ffdac7;
    padding: 30px;
    min-height: 410px;
}

#dyanmic .menusupser:nth-of-type(4) .msscatbg {
    background: #ffd9d9;
    padding: 30px;
    min-height: 410px;
}

#dyanmic .menusupser:nth-of-type(5) .msscatbg {
    background: #d1ccf5;
    padding: 30px;
    min-height: 410px;
}

.msscatbg h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.msscatbg img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-top: 50px;
}

.catbropadd {
    padding: 25px 30px 20px 15px;
}

.catbroline {
    border: 1px solid #eee;
    margin-left: -1px;
    margin-bottom: -1px;
    padding: 15px;
    text-align: center;
}

.catbroline img {
    width: 100%;
    height: 117px;
    margin-bottom: 10px;
    object-fit: contain;
}

.catbroline a {
    color: #000;
}

.catbroline a:hover {
    color: var(--primary-color);
}

.indexbrandbg span {
    margin-top: 40px;
    font-size: 24px;
    line-height: 0px;
    font-weight: 600;
}

.indexbrand {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
    padding: 18px;
    text-align: center;
}

.indexbrand img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.ourservices img {
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.indcontbg {
    background: url(../images/contbg.png) no-repeat;
    background-size: cover;
    padding: 40px 50px;
    border: 10px solid #fff;
    min-height: 400px;
}

.indcont {
    padding: 0px 12px;
    margin-top: 40px;
}

.indcontbg h5 {
    color: var(--primary-color);
    font-size: 28px;
    margin-bottom: 15px;
}

.indcontbg li {
    font-weight: 600;
}

.indcontbg li i {
    color: #009900;
}

.callusnow {
    background: #000;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 15px;
    font-size: 14px;
    display: table;
    margin-top: 30px;
    border-radius: 5px;
}

.callusnow:hover {
    background: var(--primary-color);
}

.indconfrmbg {
    background-color: rgb(255 255 255 / 80%);
    padding-top: 40px;
    backdrop-filter: blur(6px);
    border-radius: 5px;
    padding: 40px;
}

.indconfrmbg h5 {
    color: #000;
    font-size: 28px;
    margin-bottom: 15px;
}

.quotinput {
    border: 1px solid #eee;
    padding: 8px 18px;
    border-radius: 50px;
    outline: none;
    margin-bottom: 20px;
    width: 100%;
}

.quotinputbuttn {
    width: 100%;
    border: none;
    background: var(--primary-color);
    color: #fff;
    padding: 8px 18px;
    text-align: center;
    outline: none;
    border-radius: 50px;
    font-weight: 600;
}

.adind {
    padding: 0px 12px;
    margin-top: 20px;
}

.indexblog {
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    color: var(--secondary-color);
    background: #fff;
    border-radius: 5px;
    margin-top: 40px;
    padding: 18px;
}

.indexblog img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin-bottom: 15px;
}

.indexblog1 {
    color: #000;
    font-size: 14px;
}

.indexblog small {
    color: #999999;
}

.indexblog:hover {
    border: 1px solid var(--secondary-color);
}

.popprolist ul li {
    display: inline;
}

.popprolist a {
    color: #666666;
    margin-right: 18px;
    line-height: 35px;
}

.popprolist a:hover {
    color: #000000;
}

/** Footer **/
.footercont {
    background: #fff;
    padding: 40px 0px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

.footercont h5 {
    font-size: 30px;
}

.footermide {
    background: #111111;
    border-top: 1px solid #ccc;
    padding: 50px 0px;
}

.footercont ol,
ul {
    padding-left: 0rem;
}

.footermidcore strong {
    color: var(--primary-color);
    font-size: 22px;
    padding-bottom: 15px;
}

.footermidcore li a {
    color: #bababa;
    line-height: 34px;
}

.footerbottom {
    color: #bababa;
    text-align: center;
}

.footerbottom a {
    color: #bababa;
}

.footerbottom img {
    margin-top: 30px;
}

.footerbottom strong {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 12px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.footpatlogo {
    padding: 0px 15px;
}

.fotoption strong {
    font-size: 16px;
}

/* Section Background Setup */
.mybradbox {
    background: var(--secondary-color);
    color: #fff;
    border-radius: 15px;
    padding: 20px 30px 30px;
    margin-bottom: 50px;
}

.mybradbox h3 {
    font-size: 24px;
    font-weight: 600;
}

.brand-section-wrapper {
    background-color: #1e5fa7;
    /* Exactly matches the deep blue background in image_565539.png */
    padding: 40px 0;
    overflow: hidden;
}

/* White Container Wrapper */
.brand-slider-container {
    background-color: #ffffff;
    border-radius: 12px;
    /* Smooth rounded corners matching the image */
    overflow: hidden;
    position: relative;
}

/* Infinite Scroll Animation Logic */
.brand-track {

    display: flex;
    animation: scrollInfinite 25s linear infinite;
}

.brand-track:hover {
    animation-play-state: paused;
    /* User jab mouse over karega, tab smooth pause ho jayega */
}

.brand-item img {
    object-fit: contain;
    height: 80px;
    padding: 20px;
}

/* CSS Keyframes for smooth looping transition */
@keyframes scrollInfinite {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-150px * 6));
        /* Folds perfectly into half for seamless infinite scroll */
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .brand-title {
        font-size: 22px;
        width: 100%;
    }

    .brand-subtitle {
        font-size: 12px;
        margin-top: 5px;
    }

    .brand-slider-container {
        padding: 15px 10px;
    }
}

.ourproject h4 {
    padding: 10px 0px;
}

.viewproject {
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
}

.viewproject:hover {
    background-color: var(--secondary-color);
}

.ourprojectimg img {
    border-radius: 15px;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border: 10px solid #fff;
}

.ourprojectimg {
    position: relative;
}

.ourprojectimg span {
    position: absolute;
    bottom: 10px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    padding: 4px 10px;
    right: 22px;
    border-radius: 10px 0px 0px 0px;
}

.ourprojectimg strong {
    position: absolute;
    bottom: -19px;
    background-color: #fff;
    color: #000;
    padding: 4px 10px;
    right: 12px;
    border-radius: 0px 0px 10px 10px;
}

.whychooseusbg {
    background: #fff;
    border-radius: 15px;
    padding: 30px 30px 10px 30px;
    margin-top: 50px;
}

.whychooseusbg strong {
    font-size: 28px;
}

.whybox {
    background-color: #e5f7f6;
    color: #000;
    min-height: 200px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    min-height: 260px;
}

.whyboxbutton {
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.whyboxbutton:hover {
    background-color: var(--secondary-color);
}

.whyboxbutton1 {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 6px 18px;
    display: inline-block;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.whyboxbutton1:hover {
    background-color: var(--primary-color);
}

.color2 {
    background-color: #ffe5e5 !important;
}

.color3 {
    background-color: #fefae5 !important;
}

.color4 {
    background-color: #eef5f1 !important;
}

.text_icons img {
    height: 80px;
    margin-bottom: 10px;
}

.text_icons strong {
    font-size: 20px;
}



.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
}
.darkHeader .headlogo img{ width:250px;}
/*** FOOTER ***/
.footerMenu {
    padding: 50px 0px;
       background-color: #215da3;
    color: #fff;
}

.footerlinks1 h6 {
    font-weight: 400;
    line-height: 25px;
}

.footerlinks ul li {
    display: inline;
}

.footerlinks ul li a {
    background: #eaf1f4;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    font-size: 24px;
}

.footerlinks1 strong {
    font-size: 24px;
}

.footerlinks1 span {
    height: 4px;
    width: 60px;
    border-radius: 5px;
    display: block;
    background-color: #f37200;
    margin-bottom: 16px;
}

.footerlinks1 i {
    font-size: 20px;
    width: 30px;
    margin-right: 10px;
}

.footerlinks1 ul li {
    margin-bottom: 5px;
    color: #fff;
}

.footerlinks1 ul li a {
    color: #fff;
}

.footerlinks1 ul li a:hover {
    color: #f37200;
}

.footerbottombg {
   background: #f8640c;
    text-align: center;
    padding: 15px 0px;
    color: #fff;
    font-size: 14px;
}

.footerbottombg a {
    color: #fff;
}

.footerbottombg a:hover {
    color: #0202a2;
}

.footerbottombg img {
    width: 20px;
}

.footermake {
    border: 1px solid #fff;
    padding: 8px 18px;
    display: table;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
}

.footerbox {
   background: #185091;
    border: 1px solid #1758a5;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px 30px;
}

.footerbox strong {
    font-size: 20px;
    font-weight: 500;
}

.footerbox i {
    font-size: 26px;
    margin-right: 10px;
}

.bannerchat {
    position: fixed;
    right: 0px;
    top: 150px;
    z-index: 9999;
}
/*** Inner Pages ***/
.bradbg{ background:#215da3; color:#fff; padding:40px 0px; text-align:center;}
.bradbg a{ color:#fff;}
/* Header Area Custom Colors */
.contact-section {
    background-color: #ffffff !important; margin-top:40px; margin-bottom:40px;
}
/* Info Cards Styling (Left Column) */
.contact-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease-in-out;
}

.contact-card:hover {
    transform: translateY(-3px);
    border-color: #57b44b; /* Hover accent line green */
    box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.05);
}

.contact-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}

/* Individual Icon Box Theme Palettes */
.contact-icon-location { background-color: #ffedd5; color: #ea580c; }
.contact-icon-call     { background-color: #dbeafe; color: #0b4a92; }
.contact-icon-email    { background-color: #d1fae5; color: #57b44b; }
.contact-icon-clock    { background-color: #ede9fe; color: #7c3aed; }

.contact-card-title {
    color: #0b4a92; /* Theme Blue */
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.contact-card-text {
    font-size: 0.925rem;
    color: #64748b;
    line-height: 1.5;
}

/* Premium Form Container Styling (Right Column) */
.contact-form-container {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
	padding: 37px 40px;
}

.contact-form-heading {
    color: #0b4a92;
    font-size: 1.75rem;
}

.contact-mail-link {
    color: #57b44b !important;
}
.contact-mail-link:hover {
    color: #0b4a92 !important;
    text-decoration: underline !important;
}

.contact-label {
    font-weight: 600;
    color: #475569;
    font-size: 0.85rem;
}

/* Inputs, Icons & Select Overrides */
.contact-input-icon {
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    border-right: none;
    color: #94a3b8;
}

.contact-input {
    border: 1px solid #cbd5e1;
    border-radius: 0.20rem;
    padding: 0.35rem 1rem;
    font-size: 0.95rem;
}
.input-group > .contact-input {
    border-radius: 0 0.45rem 0.45rem 0;
}

.contact-select {
    border: 1px solid #cbd5e1;
    border-right: none;
    background-color: #f8fafc;
    border-radius: 0.75rem 0 0 0.75rem;
    font-size: 0.9rem;
    padding-left: 0.75rem;
    padding-right: 1.75rem;
}

.contact-textarea {
    border: 1px solid #cbd5e1;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    resize: none;
}

.contact-input:focus, 
.contact-select:focus,
.contact-textarea:focus {
    border-color: #0b4a92 !important;
    box-shadow: 0 0 0 3px rgba(11, 74, 146, 0.1) !important;
}

.style-char-count {
    font-size: 0.75rem;
}

/* Green Action Button */
.contact-submit-btn {
    background-color: #f7630d !important;
    border-color: #dd5d12 !important;
    color: #ffffff !important;
    font-size: 1rem;
    transition: all 0.2s ease-in-out;
}

.contact-submit-btn:hover {
    background-color: #0b3a66 !important;
    border-color: #154b7d !important;
    transform: translateY(-1px);
}

.contact-submit-btn:active {
    transform: scale(0.99);
}

.googelmap iframe{ border:none; border-radius:15px; width:100%;}


/* Premium Blog Grid Structure Alignment */
.blog-section {
    background-color: #f4f7fa !important; /* Contact Us page wrapper color */
}
.blog-theme-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-theme-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.blog-image-wrapper {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #edf2f7;
}
.blog-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.blog-theme-card:hover .blog-image-wrapper img {
    transform: scale(1.06);
}
.blog-date-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #0d6efd;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.3);
}
.blog-content-body {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.blog-meta-info span {
    font-size: 13px;
    color: #718096;
    font-weight: 500;
}
.blog-main-title a {
    color: #2d3748;
    text-decoration: none;
    transition: color 0.2s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}
.blog-main-title a:hover {
    color: #0d6efd;
}
.blog-short-text {
    font-size: 14px;
    line-height: 1.6;
    color: #4a5568 !important;
}
.blog-action-link {
    color: #ff5722;
    text-decoration: none;
    font-size: 14px;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    transition: gap 0.2s ease;
}
.blog-action-link:hover {
    color: #0d6efd;
}
/* Blog Details Section Container */
.blog-details-section {
    background-color: #f4f7fa;
}

/* Breadcrumb Typography Tuning */
.blog-detail-main-heading {
    font-size: 24px;
    line-height: 1.3;
    max-width: 800px;
}

/* Main Post Card Wrap */
.blog-detail-white-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

/* Main Display Feature Banner Image Box */
.detail-img-box {
    border-radius: 8px;
    overflow: hidden;
    max-height: 420px;
    background: #edf2f7;
}
.detail-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Summary Introductory Snippet */
.blog-short-intro {
    background-color: #f8fafc;
    border-left: 4px solid #0d6efd;
    border-radius: 4px;
    font-style: italic;
    color: #4a5568;
}

/* Rich Dynamic Content Component HTML Renderer Rules */
.blog-html-content-output {
    font-size: 16px;
    line-height: 1.8;
    color: #2d3748;
}
.blog-html-content-output p {
    margin-bottom: 1.25rem;
}
.blog-html-content-output img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 15px 0;
}

/* Right Wing Sidebar Engine Layout Card */
.sidebar-sticky-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}
.sidebar-heading {
    border-bottom: 2px solid #0d6efd;
    color: #1a202c;
    font-weight: 700;
}

/* Micro Elements Row Styling inside Widget Grid Stack */
.side-blog-item {
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    background: #f8fafc;
    transition: all 0.2s ease;
}
.side-blog-item:hover {
    border-color: #cbd5e1;
    background: #ffffff;
    transform: translateX(3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}
.side-thumb {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 6px;
    overflow: hidden;
    background: #e2e8f0;
}
.side-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Title Layout and Controls for Sidebar Navigation Element Links */
.side-info h5 {
    font-size: 14px;
    margin: 0 0 4px 0;
    font-weight: 600;
    line-height: 1.4;
}
.side-info h5 a {
    color: #2d3748;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}
.side-info h5 a:hover {
    color: #0d6efd;
}
.side-info small {
    font-size: 11px;
}

.srv-listing-wrapper {
    background-color: #f4f7fa;
}
.srv-listing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.srv-listing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06);
}
.srv-listing-img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-color: #edf2f7;
}
.srv-listing-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.srv-listing-card:hover .srv-listing-img-container img {
    transform: scale(1.05);
}
.srv-listing-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.srv-listing-body h3 a {
    color: #1a202c;
    text-decoration: none;
    transition: color 0.2s ease;
}
.srv-listing-body h3 a:hover {
    color: #0d6efd;
}
.srv-listing-desc {
    font-size: 14px;
    line-height: 1.6;
}
.srv-listing-btn {
    margin-top: auto;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    color: #4a5568;
    font-weight: 600;
    transition: all 0.2s ease;
}
.srv-listing-card:hover .srv-listing-btn {
    background-color: #ff5722;
    border-color: #ff5722;
    color: #ffffff;
}

/* ==========================================================================
   CSS Block Structure For: service-detail.php
   ========================================================================== */
.srv-detail-main-wrapper {
    background-color: #f4f7fa;
}
.srv-detail-page-title {
    font-size: 26px;
    line-height: 1.3;
    max-width: 800px;
}
.srv-detail-primary-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.srv-detail-hero-box {
    border-radius: 8px;
    overflow: hidden;
    max-height: 380px;
    background: #edf2f7;
}
.srv-detail-hero-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.srv-detail-html-canvas {
    font-size: 16px;
    line-height: 1.8;
    color: #2d3748;
}
.srv-detail-html-canvas p {
    margin-bottom: 1.25rem;
}
.srv-detail-html-canvas ul, .srv-detail-html-canvas ol {
    margin-bottom: 1.25rem;
    padding-left: 1.25rem;
}
.srv-detail-cta-bar {
    background: linear-gradient(135deg, #215da3 0%, #0a58ca 100%);
    border-radius: 10px;
}

/* Sidebar Components layout controls */
.srv-detail-sticky-sidebar {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    position: -webkit-sticky;
    position: sticky;
    top:117px;
}
.srv-detail-sidebar-title {
    border-bottom: 2px solid #0d6efd;
    color: #1a202c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.srv-detail-side-node {
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    background: #f8fafc;
    transition: all 0.2s ease;
}
.srv-detail-side-node:hover {
    border-color: #cbd5e1;
    background: #ffffff;
    transform: translateX(4px);
}
.srv-detail-side-thumb {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 6px;
    overflow: hidden;
    background: #e2e8f0;
}
.srv-detail-side-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.srv-detail-side-info h6 {
    font-size: 13px;
    margin: 0 0 2px 0;
    font-weight: 600;
    line-height: 1.4;
}
.srv-detail-side-info h6 a {
    color: #2d3748;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.srv-detail-side-info h6 a:hover {
    color: #0d6efd;
}
/* ==========================================================================
   CSS Framework Block For: turnkey.php
   ========================================================================== */
.tk-listing-wrapper {
    background-color: #f4f7fa;
}
.tk-listing-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.015);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}
.tk-listing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}
.tk-listing-img-container {
    width: 100%;
    height: 205px;
    overflow: hidden;
    background-color: #edf2f7;
}
.tk-listing-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.tk-listing-card:hover .tk-listing-img-container img {
    transform: scale(1.04);
}
.tk-listing-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.tk-listing-body h3 a {
    color: #1a202c;
    text-decoration: none;
    transition: color 0.2s ease;
}
.tk-listing-body h3 a:hover {
    color: #111111;
}
.tk-listing-desc {
    font-size: 14px;
    line-height: 1.6;
}
.tk-listing-btn {
    margin-top: auto;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    color: #334155;
    font-weight: 600;
    transition: all 0.2s ease;
}
.tk-listing-card:hover .tk-listing-btn {
    background-color: #212529;
    border-color: #212529;
    color: #ffffff;
}

/* ==========================================================================
   CSS Framework Block For: turnkey-detail.php
   ========================================================================== */
.tk-detail-main-wrapper {
    background-color: #f4f7fa;
}
.tk-detail-page-title {
    font-size: 26px;
    line-height: 1.3;
    max-width: 800px;
}
.tk-detail-primary-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.tk-detail-hero-box {
    border-radius: 8px;
    overflow: hidden;
    max-height: 380px;
    background: #edf2f7;
}
.tk-detail-hero-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tk-detail-html-canvas {
    font-size: 16px;
    line-height: 1.8;
    color: #2d3748;
}
.tk-detail-html-canvas p {
    margin-bottom: 1.25rem;
}
.tk-detail-cta-bar {
    background: linear-gradient(135deg, #212529 0%, #343a40 100%);
    border-radius: 10px;
}

/* Sidebar Components layout controls */
.tk-detail-sticky-sidebar {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    position: -webkit-sticky;
    position: sticky;
    top: 24px;
}
.tk-detail-sidebar-title {
    border-bottom: 2px solid #212529;
    color: #1a202c;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.tk-detail-side-node {
    border-radius: 8px;
    border: 1px solid #f1f5f9;
    background: #f8fafc;
    transition: all 0.2s ease;
}
.tk-detail-side-node:hover {
    border-color: #cbd5e1;
    background: #ffffff;
    transform: translateX(4px);
}
.tk-detail-side-thumb {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 6px;
    overflow: hidden;
    background: #e2e8f0;
}
.tk-detail-side-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tk-detail-side-info h6 {
    font-size: 13px;
    margin: 0 0 2px 0;
    font-weight: 600;
    line-height: 1.4;
}
.tk-detail-side-info h6 a {
    color: #2d3748;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tk-detail-side-info h6 a:hover {
    color: #ff5722;
}

.captcha-box-wrapper { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; padding: 10px 15px; display: flex; align-items: center; justify-content: space-between; }
.captcha-question { font-size: 16px; font-weight: 600; color:#2d3748; margin: 0; }
.captcha-input-field { max-width: 100px; text-align: center; border: 1px solid #cbd5e1 !important; border-radius: 6px !important; font-weight: bold; color: #ff5722; }
.card-img-wrap12 img{ width:100%; height:240px; object-fit:contain; margin-bottom:15px;}

/* Header Area Custom Colors */
.contact-section {
    background-color: #ffffff !important;
}

.contact-badge {
    background-color: rgba(11, 74, 146, 0.1); /* Theme Blue alpha */
    color: #0b4a92; /* Theme Blue */
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 50px;
    display: inline-block;
}

.contact-title {
    color: #0b4a92; /* Theme Blue */
}

.contact-highlight {
    color: #57b44b; /* Theme Green */
}

.contact-subtitle {
    max-width: 650px;
    font-size: 1rem;
}

/* Info Cards Styling (Left Column) */
.contact-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease-in-out;
}

.contact-card:hover {
    transform: translateY(-3px);
    border-color: #57b44b; /* Hover accent line green */
    box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.05);
}

.contact-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
}

/* Individual Icon Box Theme Palettes */
.contact-icon-location { background-color: #ffedd5; color: #ea580c; }
.contact-icon-call     { background-color: #dbeafe; color: #0b4a92; }
.contact-icon-email    { background-color: #d1fae5; color: #57b44b; }
.contact-icon-clock    { background-color: #ede9fe; color: #7c3aed; }

.contact-card-title {
    color: #0b4a92; /* Theme Blue */
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.contact-card-text {
    font-size: 0.925rem;
    color: #64748b;
    line-height: 1.5;
}

/* Premium Form Container Styling (Right Column) */
.contact-form-container {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
	padding: 37px 40px;
}

.contact-form-heading {
    color: #0b4a92;
    font-size: 1.75rem;
}

.contact-mail-link {
    color: #57b44b !important;
}
.contact-mail-link:hover {
    color: #0b4a92 !important;
    text-decoration: underline !important;
}

.contact-label {
    font-weight: 600;
    color: #475569;
    font-size: 0.85rem;
}

/* Inputs, Icons & Select Overrides */
.contact-input-icon {
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    border-right: none;
    color: #94a3b8;
}

.contact-input {
    border: 1px solid #cbd5e1;
    border-radius: 0.20rem;
    padding: 0.35rem 1rem;
    font-size: 0.95rem;
}
.input-group > .contact-input {
    border-radius: 0 0.45rem 0.45rem 0;
}

.contact-select {
    border: 1px solid #cbd5e1;
    border-right: none;
    background-color: #f8fafc;
    border-radius: 0.75rem 0 0 0.75rem;
    font-size: 0.9rem;
    padding-left: 0.75rem;
    padding-right: 1.75rem;
}

.contact-textarea {
    border: 1px solid #cbd5e1;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    resize: none;
}

.contact-input:focus, 
.contact-select:focus,
.contact-textarea:focus {
    border-color: #0b4a92 !important;
    box-shadow: 0 0 0 3px rgba(11, 74, 146, 0.1) !important;
}

.style-char-count {
    font-size: 0.75rem;
}

/* Green Action Button */
.contact-submit-btn {
    background-color: #57b44b !important;
    border-color: #57b44b !important;
    color: #ffffff !important;
    font-size: 1rem;
    transition: all 0.2s ease-in-out;
}

.contact-submit-btn:hover {
    background-color: #469e3b !important;
    border-color: #469e3b !important;
    transform: translateY(-1px);
}

.contact-submit-btn:active {
    transform: scale(0.99);
}

.googelmap iframe{ border:none; border-radius:15px; width:100%;}
.seocontent{ font-size:14px; color:#333333;}
.probradbg{
background: #0B3C7C;
background: linear-gradient(90deg,rgba(11, 60, 124, 1) 0%, rgba(80, 174, 83, 1) 100%);
color:#fff; font-size:14px;
 text-align:center; padding:100px 0px 60px;
}
.probradbg a{ color:#fff;}
.productcount{ font-size:20px;}
.productcount strong{ font-size:30px;}
    /* Premium Office Care Theme Namespace Styles to Avoid Clashes */
    .contact-section {
        background-color: #ffffff !important;
        padding: 20px 0;
    }
    
    /* Sidebar Layout Styles */
    .contact-sidebar-box {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
    }
    .contact-sidebar-title {
        color: #0b4a92; /* Corporate Blue */
        font-weight: 700;
        font-size: 1.1rem;
        border-bottom: 2px solid rgba(11, 74, 146, 0.1);
    }
    .contact-sidebar-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }
    .contact-sidebar-item a {
        display: block;
        padding: 10px 14px;
        color: #475569;
        text-decoration: none;
        font-size: 0.925rem;
        border-radius: 6px;
        transition: all 0.2s ease;
    }
    .contact-sidebar-item a:hover {
        background-color: rgba(11, 74, 146, 0.05);
        color: #0b4a92;
        padding-left: 18px;
    }
    .contact-sidebar-item.active a {
        background-color: #0b4a92;
        color: #ffffff !important;
        font-weight: 600;
    }
    
    /* Premium Card Grid Layout (col-md-9) */
    .contact-product-card {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .contact-product-card:hover {
        transform: translateY(-5px);
        border-color: #57b44b; /* Theme Green Accent Hover */
        box-shadow: 0 12px 20px -5px rgba(0, 0, 0, 0.08);
    }
    .contact-img-container {
        position: relative;
        padding: 15px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .contact-img-container img {
        max-height: 220px;
		min-height: 220px;
        object-fit: contain;
        transition: transform 0.3s ease;
    }
    .contact-product-card:hover .contact-img-container img {
        transform: scale(1.04);
    }
    .contact-card-body {
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
		text-align: center;
    }
    .contact-prod-title {
        color: #0b4a92; /* Theme Blue */
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.4;
        height: 42px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
		margin-bottom: 20px;
    }
    .contact-learn-btn {
        background-color: transparent;
        color: #57b44b; /* Theme Green */
        border: 1px solid #57b44b;
        padding: 8px 16px;
        font-size: 0.875rem;
        font-weight: 600;
        border-radius: 6px;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        margin-top: auto;
        transition: all 0.2s ease;
    }
    .contact-learn-btn:hover {
        background-color: #57b44b;
        color: #ffffff !important;
    }


/* Premium Office Care Product Detail Page Styles */
.product-section {
    background-color: #ffffff !important;
    padding: 40px 0;
}
.product-img-wrapper {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
.product-img-wrapper img {
    height: 400px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.product-img-wrapper:hover img {
    transform: scale(1.02);
}
.product-cat-tag {
    color: #57b44b; /* Theme Green */
    font-weight: 700;
    text-uppercase: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
	border-radius: 50px;
    border: 1px solid #d4efd2;
    display: table !important;
    padding: 5px 15px;
    background: #f1ffef;
}
.product-main-title {
    color: #0b4a92; /* Theme Blue */
    font-weight: 700;
    line-height: 1.3;
	font-size: 32px;
}
.product-desc {
    color: #475569;
    font-size: 0.975rem;
    line-height: 1.6;
	text-align: justify;
}

/* Value Badges Style */
.value-badge-box {
    background: #f1f5f9;
    border-radius: 10px;
    padding: 12px 16px;
    font-weight: 600;
    color: #334155;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
}
.value-badge-box i {
    color: #57b44b;
    font-size: 1.25rem;
}

/* Action CTA Buttons */
.btn-theme-call {
    background-color: #0b4a92 !important;
    border-color: #0b4a92 !important;
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 8px;
    transition: all 0.2s ease;
}
.btn-theme-call:hover {
    background-color: #08366b !important;
    transform: translateY(-2px);
}
.btn-theme-order {
    background-color: #57b44b !important;
    border-color: #57b44b !important;
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 8px;
    transition: all 0.2s ease;
}
.btn-theme-order:hover {
    background-color: #469e3b !important;
    transform: translateY(-2px);
}

/* Related Cards Style */
.related-product-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.related-product-card:hover {
    transform: translateY(-5px);
    border-color: #57b44b;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* Premium Inquiry Modal Pop-Up */
.modal-premium-header {
    background-color: #0b4a92;
    color: #ffffff;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.modal-content {
    border-radius: 16px;
    border: none;
}
.modal-label {
    font-weight: 600;
    color: #334155;
    font-size: 0.85rem;
    margin-bottom: 6px;
}
.modal-input {
    border-radius: 8px;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
}
.modal-input:focus {
    border-color: #0b4a92;
    box-shadow: 0 0 0 3px rgba(11, 74, 146, 0.1);
}
/* --- Overview Page Custom Styling Array --- */

.overview-badge {
    background-color: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
}

.overview-title {
    font-size: 2.25rem;
    letter-spacing: -0.5px;
}

.overview-est-box {
    border-radius: 12px !important;
    background-color: #f8fafc !important;
    transition: transform 0.3s ease;
}
.overview-est-box:hover {
    transform: translateY(-5px);
}

.est-icon i {
    font-size: 2.5rem;
}

/* Sequential Phases Cards */
.phase-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px !important;
    transition: all 0.3s ease;
}
.phase-card:hover {
    border-color: #0d6efd !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.phase-number {
    font-size: 2rem;
    font-weight: 800;
    color: rgba(13, 110, 253, 0.15);
    line-height: 1;
    margin-bottom: 10px;
}

/* Specializations Elements */
.spec-list-item {
    border-radius: 8px !important;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.spec-list-item:hover {
    background-color: #f8fbfd !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.02);
}

.spec-icon i {
    font-size: 1.15rem;
    display: flex;
    align-items: center;
}

/* --- Vision & Mission Custom Theme Blueprint Styles --- */

.vm-section-badge {
    background-color: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
}

.vm-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vm-icon-wrapper i {
    font-size: 1.8rem;
}

.vision-bg {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.mission-bg {
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.vm-primary-text {
    font-size: 1.15rem;
    line-height: 1.6;
    font-weight: 500;
}

.vm-list-points li {
    position: relative;
    padding-left: 5px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #4a5568;
    text-transform: capitalize;
}
.vm-list-points li i {
    margin-right: 8px;
    font-size: 1.1rem;
}

/* Value Block Metrics CSS */
.value-card-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.value-card-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.value-icon-box i {
    font-size: 2.5rem;
}

.transition-card {
    transition: border-color 0.3s ease;
}
.col-lg-6:hover .transition-card {
    border-color: rgba(0,0,0,0.15) !important;
}
/* --- Why Choose Us Custom Grid Optimization Styling --- */

.wcu-badge {
    background-color: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
}

.wcu-card {
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wcu-card:hover {
    transform: translateY(-5px);
    border-color: #0d6efd !important;
    box-shadow: 0 10px 25px rgba(13, 110, 253, 0.08);
}

.wcu-icon-box i {
    font-size: 2.3rem;
    line-height: 1;
    display: inline-block;
}

/* Lower Counter Layout Styles */
.wcu-stats-strip {
    background-color: #0f172a !important; /* Premium Slate Dark */
}

.wcu-stats-strip h2 {
    letter-spacing: -1px;
}

@media (max-width: 768px) {
    .wcu-card {
        padding: 20px !important;
    }
}

/* --- Presence & Reach Custom Theme UI Layout --- */

.presence-badge {
    background-color: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
}

.map-vector-box {
    border-radius: 12px !important;
    border: 1px dashed rgba(13, 110, 253, 0.3) !important;
    background-color: #f8fafc !important;
}

.map-icon i {
    font-size: 3rem;
}

/* Regional State Cards Styling */
.state-card {
    border-radius: 10px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.01);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.state-card:hover {
    transform: translateY(-4px);
    border-color: #0d6efd !important;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.06);
}

.state-card i {
    font-size: 1.3rem;
    transition: color 0.2s;
}

.state-card:hover i {
    color: #0d6efd !important;
}

/* Lower Section Badges */
.badge-item span {
    font-size: 0.85rem;
}

/* --- Modular OT Page Customized SEO Structural Styling --- */

.ot-badge {
    background-color: rgba(13, 110, 253, 0.08);
    color: #0d6efd;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-block;
}

.feature-box {
    background-color: #ffffff;
    transition: all 0.3s ease;
}
.feature-box:hover {
    border-color: #0d6efd !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.feature-box h5 {
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-list li {
    font-size: 0.95rem;
    color: #334155;
    font-weight: 500;
}

@media (max-width: 991px) {
    .sidebar-sticky {
        position: static !important;
        margin-top: 30px;
    }
}

.prokectbg{background: rgb(237, 237, 237); padding:40px 0px;}








