@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

body {
    font-family: Montserrat, sans-serif;
}

/*==================================================
          Header Area CSS
        ===================================================*/
.pagerm-header-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 24px 80px;
    width: 100%;
    transition: all 0.3s ease;
    background: white;
}

.pagerm-container {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
    padding: 0 15px;
}

.pagerm-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pagerm-logo-col {
    flex: 0 0 119px;
}

.pagerm-menu-col {
    flex: 1;
    min-width: 0;
    padding: 0 15px;
}

.pagerm-contact-col {
    flex: 0 0 250px;
}

.pagerm-header-logo img {
    max-height: 35px;
    width: auto;
}

.pagerm-header-menu ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
}

.pagerm-header-menu ul li {
    margin: 0px 5px;
}

.pagerm-header-menu ul li a {
    text-decoration: none;
    font-size: 11px;
    color: #2b2150;
    font-weight: 500;
    padding: 8px 0;
    position: relative;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    white-space: nowrap;
}

.pagerm-header-menu ul li a:hover {
    color: #2b2150;
    font-weight: bolder;
}

.pagerm-header-menu ul li a:hover::after {
    width: 100%;
}

.pagerm-header-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pagerm-header-phone {
    display: flex;
    align-items: center;
}

.pagerm-phone-icon {
    color: #2b2150;
    font-size: 20px;
    margin-right: 10px;
}

.pagerm-phone-info {
    display: flex;
    flex-direction: column;
}

.pagerm-phone-label {
    font-size: 12px;
    color: #2b2150;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
}

.pagerm-phone-number {
    font-size: 14px;
    color: #2b2150;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    transition: color 0.3s ease;
    white-space: nowrap;
}

.pagerm-phone-number:hover {
    color: #b6b5bb;
}

/* Mobile Hamburger Menu Styles */
.mobile-hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.hamburger-icon {
    width: 27px;
    height: 21px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
}

.hamburger-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #2b2150;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.hamburger-icon span:nth-child(1) {
    top: 0px;
}

.hamburger-icon span:nth-child(2),
.hamburger-icon span:nth-child(3) {
    top: 8px;
}

.hamburger-icon span:nth-child(4) {
    top: 16px;
}

.hamburger-icon.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.hamburger-icon.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-icon.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    /* Beyaz arkaplan */
    backdrop-filter: blur(10px);
    z-index: 999;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.mobile-logo img {
    max-height: 30px;
    width: auto;
}

.mobile-close-btn {
    background: none;
    border: none;
    color: #2b2150;
    /* Koyu mor renk */
    font-size: 28px;
    cursor: pointer;
    padding: 5px;
}

.mobile-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-nav ul li {
    margin: 15px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active .mobile-menu-nav ul li {
    opacity: 1;
    transform: translateY(0);
}

.mobile-menu-nav ul li:nth-child(1) {
    transition-delay: 0.1s;
}

.mobile-menu-nav ul li:nth-child(2) {
    transition-delay: 0.2s;
}

.mobile-menu-nav ul li:nth-child(3) {
    transition-delay: 0.3s;
}

.mobile-menu-nav ul li:nth-child(4) {
    transition-delay: 0.4s;
}

.mobile-menu-nav ul li:nth-child(5) {
    transition-delay: 0.5s;
}

.mobile-menu-nav ul li:nth-child(6) {
    transition-delay: 0.6s;
}

.mobile-menu-nav ul li a {
    color: #2b2150;
    /* Koyu mor renk */
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 15px;
    display: block;
    transition: all 0.3s ease;
    background: rgba(43, 33, 80, 0.05);
    /* Açık mor arkaplan */
    border: 1px solid rgba(43, 33, 80, 0.1);
    /* Açık mor border */
}

.mobile-menu-nav ul li a:hover {
    background: rgba(43, 33, 80, 0.1);
    /* Daha koyu mor hover */
}

.mobile-contact-info {
    margin-top: 30px;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.3s ease 0.7s;
}

.mobile-menu-overlay.active .mobile-contact-info {
    opacity: 1;
    transform: translateY(0);
}

.mobile-contact-info .pagerm-phone-number {
    color: #2b2150;
    /* Koyu mor renk */
    font-size: 16px;
    text-decoration: none;
    padding: 12px 20px;
    background: rgba(43, 33, 80, 0.05);
    /* Açık mor arkaplan */
    display: inline-block;
    transition: all 0.3s ease;
    border: 1px solid rgba(43, 33, 80, 0.1);
    /* Açık mor border */
}

.mobile-contact-info .pagerm-phone-number:hover {
    background: rgba(43, 33, 80, 0.1);
    /* Daha koyu mor hover */
}

/* Content for demo */
.demo-content {
    margin-top: 100px;
    padding: 40px;
    text-align: center;
    color: white;
}

.demo-content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.demo-content p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

/*==================================================
         Responsive Design
        ===================================================*/
@media (max-width: 1160px) and (min-width: 961px) {
    .pagerm-header-area {
        padding: 30px 43px;
    }

    .pagerm-header-logo img {
        max-height: 25px;
    }

    .pagerm-header-menu ul li {
        margin: 0px 4px;
    }

    .pagerm-header-menu ul li a {
        font-size: 10px;
        letter-spacing: 0.6px;
    }

    .pagerm-phone-icon {
        font-size: 15px;
        margin-right: 8px;
    }

    .pagerm-phone-label {
        font-size: 9px;
    }

    .pagerm-phone-number {
        font-size: 11px;
    }

    .pagerm-contact-col {
        flex: 0 0 190px;
    }
}

@media (max-width: 960px) and (min-width: 769px) {
    .pagerm-header-area {
        padding: 30px 39px;
    }

    .pagerm-header-logo img {
        max-height: 20px;
    }

    .pagerm-header-menu ul li {
        margin: 0px 5px !important;
    }

    .pagerm-header-menu ul li a {
        font-size: 9px !important;
        letter-spacing: 0.3px !important;
    }

    .pagerm-phone-icon {
        font-size: 14px !important;
        margin-right: 2px !important;
    }

    .pagerm-phone-label {
        font-size: 8px !important;
    }

    .pagerm-phone-number {
        font-size: 9px !important;
    }

    .pagerm-contact-col {
        flex: 0 0 120px !important;
    }
}

/* Mobile Header Styles for 768px and below */
@media (max-width: 768px) {
    .pagerm-header-area {
        padding: 15px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 65px;
        /* Minimum yükseklik belirle */
        background: rgb(255, 255, 255);
    }

    .pagerm-header-row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        /* Sarmalamayı engelle */
    }

    .pagerm-menu-col,
    .pagerm-contact-col {
        display: none;
    }

    .pagerm-logo-col {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }

    .mobile-hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .pagerm-header-logo img {
        max-height: 25px;
        width: auto;
        vertical-align: middle;
    }
}

/* 300px - 768px Arası Özel Header Stili */
@media (max-width: 768px) and (min-width: 300px) {
    .pagerm-header-area {
        padding: 15px 20px !important;
        display: flex;
        align-items: center;
        min-height: 65px !important;
    }

    .pagerm-header-row {
        width: 100%;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        height: 100%;
    }

    .pagerm-logo-col {
        flex: 0 0 auto !important;
        display: flex;
        align-items: center;
    }

    .mobile-hamburger {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
        position: relative;
        z-index: 1001;
        height: 35px;
        /* Hamburger yüksekliğini logo ile aynı yap */
        width: auto;
    }

    .pagerm-header-logo img {
        max-height: 21px;
        width: auto;
        display: block;
    }

    .pagerm-menu-col,
    .pagerm-contact-col {
        display: none !important;
    }
}

/* Hamburger Butonu Pozisyon Sabitleme */
.mobile-hamburger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: none;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .mobile-hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Beyaz Çerçeve */
.beyaz-cerceve {
    position: absolute;
    width: 190px;
    height: 204px;
    border: 12px solid #ffffff;
    top: 100%;
    left: -2%;
    transform: translate(-39%, -50%);
    z-index: 2;
}

/* Sarı Çerçeve */
.sari-cerceve {
    position: absolute;
    width: 200px;
    height: 200px;
    top: -6%;
    right: -97px;
    transform: translateY(-19%);
    z-index: -1;
    border-left: 50px solid #ffc107;
    border-bottom: 50px solid #ffc107;
}


#deneme {
    background: linear-gradient(to top, #e4e4e4, #f8f8f8);

}


/*==================================================
         Responsive Design
        ===================================================*/
@media (max-width: 1160px) and (min-width: 961px) {
    .pagerm-header-area {
        padding: 30px 43px;
    }

    .pagerm-header-logo img {
        max-height: 25px;
    }

    .pagerm-header-menu ul li {
        margin: 0px 4px;
    }

    .pagerm-header-menu ul li a {
        font-size: 10px;
        letter-spacing: 0.6px;
    }

    .pagerm-phone-icon {
        font-size: 15px;
        margin-right: 8px;
    }

    .pagerm-phone-label {
        font-size: 9px;
    }

    .pagerm-phone-number {
        font-size: 11px;
    }

    .pagerm-contact-col {
        flex: 0 0 190px;
    }
}

@media (max-width: 960px) and (min-width: 769px) {
    .pagerm-header-area {
        padding: 30px 39px;
    }

    .pagerm-header-logo img {
        max-height: 20px;
    }

    .pagerm-header-menu ul li {
        margin: 0px 5px !important;
    }

    .pagerm-header-menu ul li a {
        font-size: 9px !important;
        letter-spacing: 0.3px !important;
    }

    .pagerm-phone-icon {
        font-size: 14px !important;
        margin-right: 2px !important;
    }

    .pagerm-phone-label {
        font-size: 8px !important;
    }

    .pagerm-phone-number {
        font-size: 9px !important;
    }

    .pagerm-contact-col {
        flex: 0 0 120px !important;
    }
}

/* Mobile Header Styles for 768px and below */
@media (max-width: 768px) {
    .pagerm-header-area {
        padding: 15px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-height: 65px;
        /* Minimum yükseklik belirle */
        background: rgb(255, 255, 255);
    }

    .pagerm-header-row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        /* Sarmalamayı engelle */
    }

    .pagerm-menu-col,
    .pagerm-contact-col {
        display: none;
    }

    .pagerm-logo-col {
        flex: 0 0 auto;
        display: flex;
        align-items: center;
    }

    .mobile-hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        margin-left: auto;
    }

    .pagerm-header-logo img {
        max-height: 25px;
        width: auto;
        vertical-align: middle;
    }
}

/* 300px - 768px Arası Özel Header Stili */
@media (max-width: 768px) and (min-width: 300px) {
    .pagerm-header-area {
        padding: 15px 20px !important;
        display: flex;
        align-items: center;
        min-height: 65px !important;
    }

    .pagerm-header-row {
        width: 100%;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        height: 100%;
    }

    .pagerm-logo-col {
        flex: 0 0 auto !important;
        display: flex;
        align-items: center;
    }

    .mobile-hamburger {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
        position: relative;
        z-index: 1001;
        height: 35px;
        /* Hamburger yüksekliğini logo ile aynı yap */
        width: auto;
    }

    .pagerm-header-logo img {
        max-height: 21px;
        width: auto;
        display: block;
    }

    .pagerm-menu-col,
    .pagerm-contact-col {
        display: none !important;
    }
}

/* Hamburger Butonu Pozisyon Sabitleme */
.mobile-hamburger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: none;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .mobile-hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.beyaz-cerceve {
    position: absolute;
    width: 190px;
    height: 204px;
    border: 12px solid rgb(255, 255, 255);
    top: 100%;
    left: -2%;
    transform: translate(-39%, -50%);
    z-index: 2;
}



.sari-cerceve {
    position: absolute;
    width: 152px;
    height: 164px;
    top: -4%;
    right: -68px;
    transform: translateY(-19%);
    z-index: -1;
    border-left: 50px solid rgb(255, 193, 7);
    border-bottom: 50px solid rgb(255, 193, 7);
}

/* Tablet boyutları için */
@media (max-width: 992px) {
    .sari-cerceve {
        width: 113px;
        height: 132px;
        right: -50px;
        border-left: 38px solid rgb(255, 193, 7);
        border-bottom: 38px solid rgb(255, 193, 7);
    }
}

/* Mobil boyutları için */
@media (max-width: 768px) {
    .sari-cerceve {
        display: none;
    }
}

#deneme {
    background: linear-gradient(to top, rgb(228, 228, 228), rgb(248, 248, 248));
}

.contact-area {
    background: url("../images/resource/contact-bg.jpg") center center / cover no-repeat;
}

.contact-discription p {
    color: var(--neutral-30, #EDEDED);
    font-size: 16px;
    font-weight: 400;
    width: 77%;
    margin: 33px 0px 39px;
}

.contact-thumb {
    margin-top: -100px;
    position: relative;
}

.contact-shape {
    position: absolute;
    bottom: 50%;
    left: -50px;
}

.breatcome-area {
    background: #2b2150;
    padding: 154px 0px;
    position: relative;







    @media (max-width: 768px) {
        padding: 100px 0px;
    }
}

.breatcome-content {
    position: relative;
    top: 52px;
}

.breatcome-title h1 {
    color: rgb(255 255 255);
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 17px;
}

@media (max-width:768px) {

    .bratcome-text {
        display: none;
    }

    .breatcome-title h1 {
        font-size: 42px;
        margin-top: 10%;
    }
}

.bratcome-text {
    position: absolute;
    right: 0px;
    bottom: -119px;
    background: rgb(255 255 255);
    padding: 15px 19px;
}

.bratcome-text ul {
    list-style: none;
}

.bratcome-text ul li {
    display: inline-block;
    margin-right: 15px;
    color: #2b2150;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.bratcome-text ul li a {
    display: inline-block;
    color: #2b2150;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    transition: 0.5s;
}

.bratcome-text ul li a::before {
    position: absolute;
    content: "/";
    left: 117%;
}

button.icons {
    border: 0px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    padding: 1px 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 60px;
    background: rgb(255, 102, 0);
    border-radius: 0px 3px 3px 0px;
}

.row.line {
    border-top: 1px solid rgb(227, 227, 227);
    border-bottom: 1px solid rgb(227, 227, 227);
    padding: 36px 0px 37px;
}

.content-main p {
    color: rgb(116, 116, 116);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0px 0px;
}

.form-box input {
    width: 100%;
    height: 55px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    /* border-radius: 3px; */
    padding: 0px 17px;
    margin-bottom: 25px;
}

.form-box input::placeholder {
    color: rgb(177, 177, 177);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box textarea {
    width: 100%;
    height: 145px;
    background: rgb(248, 248, 248);
    border: 1px solid rgb(221, 221, 221);
    padding: 5px 17px;
    margin-bottom: 25px;
}

.form-box textarea::placeholder {
    color: rgb(177, 177, 177);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box-button button {
    width: 210px;
    height: 60px;
    /* border-radius: 3px; */
    background-color: rgb(255, 255, 255);
    border: 0px;
    outline: 0px;
    font-size: 19px;
    font-weight: 500;
    color: rgb(43, 33, 80);
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.form-box-button button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    transform: scale(0, 1);
    opacity: 0;
    border-radius: 3px;
    z-index: -1;
    transition: 0.5s;
}

.form-box-button button:hover::before {
    background: rgb(183, 183, 183);
    opacity: 1;
    transform: scale(1, 1);
}

#status {
    color: white;
}

.form-box-button.inner {
    text-align: center;
}

.contact-title.inner.team h4::before {
    display: none;
}

.contact-title.inner.team h4 {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 0px 0px 13px;
    margin-bottom: 28px;
}

.form-box.team input {
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 16px;
}

.form-box.team textarea {
    border: 1px solid rgb(221, 221, 221);
    height: 135px;
}

.form-box-button.team button:hover::before {
    background: rgb(28, 22, 50);
}

.contact-us-area {
    padding: 118px 0px 0px;
    margin-bottom: -250px;
    position: relative;
}

.contact-single-box {
    text-align: center;
    position: relative;
}

.contact-single-box::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 201px;
    background: rgba(205, 205, 205, 0.45);
    right: 0px;
}

.contact-single-box.two::before {
    display: none;
}

.contact-icon i {
    font-size: 40px;
    color: rgb(43, 33, 80);
}

.contact-content h4 {
    color: rgb(116, 116, 116);
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    margin: 14px 0px 13px;
}

.contact-content span {
    color: rgb(116, 116, 116);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: block;
}

.row.contact {
    background: rgb(43, 33, 80);
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 35px 0px; */
    padding: 72px 95px 87px;
    position: relative;
}

.contact-title {
    margin-bottom: 63px;
}

.contact-title h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-family: Rubik;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
}

.sidebar-textwidget .contact-info ul {
    padding: 0px;
}

.sidebar-group .widget-heading {
    position: absolute;
    top: 55px;
    right: 32px;
}

.sidebar-group .sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden auto;
    background-color: rgb(24, 25, 29);
    visibility: hidden;
    opacity: 0;
    transition: 0.7s ease-out;
}

.sidebar-group.isActive .sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0px;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: rgb(255, 255, 255);
    font-size: 30px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    backface-visibility: hidden;
}

.sidebar-logo {
    margin: 0px 0px 50px;
}

.sidebar-textwidget .sidebar-logo a img {
    width: 65%;
}

.sidebar-group .about-box h2 {
    color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: 600;
}

.sidebar-group .about-box p {
    display: inline-block;
    color: rgb(255, 255, 255);
    padding: 15px 0px 0px;
}

.sidebar-group .contact-info {
    margin-top: 20px;
}

.sidebar-group .contact-info h2 {
    color: rgb(255, 255, 255);
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

.sidebar-group ul.list-style-one li {
    display: block;
    list-style: none;
    color: rgb(255, 255, 255);
    margin-top: 8px;
    overflow: hidden;
}

.sidebar-group ul.list-style-one li i {
    font-size: 20px;
    font-weight: 600;
    color: rgb(255, 102, 0);
    margin: 0px 10px 0px 0px;
}

.sidebar-group ul.social-box {
    margin: 58px 0px 0px;
    padding: 0px;
}

.sidebar-group ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0px 6px 0px 0px;
}

.sidebar-group ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: rgb(255, 255, 255);
    color: var(--primary-color);
    text-decoration: none;
    transition: 0.5s;
    font-size: 18px;
    border-radius: 3px;
}

.sidebar-group ul.social-box li a:hover {
    background: var(--primary-color);
    color: rgb(255, 102, 0);
}

@media (max-width: 768px) {
    .bratcome-text {
        display: none;
    }

}


/*----------------Pagerm Footer ----------------  */

.pagerm-footer {
    padding: 60px 0px 0px;
    font-family: Arial, sans-serif;
    color: rgb(51, 51, 51);
}

.pagerm-footer-logo {
    margin-bottom: 20px;
}

.footer-logo-img {
    max-height: 35px;
    width: auto;
}

.pagerm-footer-text {
    display: flex;
}

.pagerm-footer-text p {
    font-size: 14px;
    line-height: 1.6;
    color: rgb(102, 102, 102);
    margin-bottom: 20px;
    text-align: justify;
}

.pagerm-footer-menu {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    flex-flow: column wrap;
    align-items: flex-start;
    place-content: flex-end space-evenly;
}

.pagerm-footer-menu li {
    margin-bottom: 4px;
}

.pagerm-footer-menu a {
    color: rgb(51, 51, 51);
    text-decoration: none;
    font-size: 19px;
    transition: 0.3s;
    display: block;
    padding: 0px;
}

.pagerm-footer-menu a:hover {
    color: rgb(90, 40, 125);
    padding-left: 5px;
}

.pagerm-footer-contact {
    display: flex;
    padding: 20px;
    flex-flow: column wrap;
    align-content: flex-end;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-item i {
    font-size: 24px;
    color: rgb(90, 40, 125);
}

.phone-number {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    color: rgb(90, 40, 125);
}

.info-line {
    font-size: 14px;
    color: rgb(102, 102, 102);
    margin: 5px 0px 0px;
}

.social-icons {
    display: flex;
    gap: 7px;
    margin-top: 24px;
    justify-content: flex-start;
}

.social-icons a {
    display: flex;
    width: 44px;
    height: 44px;
    background-color: rgb(43, 33, 80);
    color: white;
    font-size: 23px;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
}

.social-icons a:hover {
    background-color: rgb(58, 24, 88);
    transform: translateY(-3px);
}

.pagerm-footer-bottom {
    background-color: rgb(43, 33, 80);
    padding: 54px 0px;
    margin-top: 42px;
    color: white;
    width: 100%;
    min-height: 94px;
    display: flex;
    align-items: center;
}

.pagerm-footer-bottom p {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1399px) {
    .pagerm-footer-menu a {
        font-size: 17px;
    }
}

@media (max-width: 1199px) {
    .pagerm-footer {
        padding: 50px 0px 0px;
    }

    .pagerm-footer-menu {
        align-content: center;
    }

    .pagerm-footer-contact {
        align-content: center;
    }
}

@media (max-width: 991px) {
    .pagerm-footer-col {
        margin-bottom: 30px;
    }

    .pagerm-footer-contact {
        margin-top: 20px;
        align-content: flex-start;
    }

    .pagerm-footer-menu {
        align-items: flex-start;
        align-content: flex-start;
    }

    .social-icons {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .pagerm-footer {
        padding: 40px 0px 0px;
    }

    .pagerm-footer-text {
        flex-direction: column;
    }

    .pagerm-footer-menu {
        flex-flow: wrap;
        gap: 15px;
    }

    .pagerm-footer-menu li {
        width: calc(50% - 8px);
    }

    .contact-item {
        flex-direction: row;
        text-align: left;
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .pagerm-footer-menu {
        flex-direction: column;
        gap: 10px;
    }

    .pagerm-footer-menu li {
        width: 100%;
    }

    .pagerm-footer-contact {
        padding: 10px 0px;
    }

    .pagerm-footer-bottom {
        padding: 30px 0px;
        min-height: auto;
        text-align: center;
    }

    .pagerm-footer-bottom p {
        font-size: 14px;
    }
}

@media (max-width: 400px) {
    .contact-item {
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

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

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

.search-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    transition: 1500ms cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0px;
}

.search-popup .close-search {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: -200px auto 0px;
    border-radius: 50%;
    background-color: rgb(230, 58, 39);
    width: 70px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
    border-bottom: 3px solid rgb(255, 255, 255);
    transition: 500ms;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0px;
    transform: scaleX(0);
    transform-origin: center center;
    background-color: rgb(17, 17, 17);
    transition: 300ms;
}

.search-active .search-popup form {
    transform: scaleX(1);
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: rgb(0, 0, 0);
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: rgb(255, 255, 255);
    transition: 500ms;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: rgb(230, 58, 39);
    padding: 0px;
    cursor: pointer;
    transition: 500ms;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: rgb(0, 0, 0);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: rgb(0, 0, 0);
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: rgb(255, 255, 255);
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    transition: 500ms;
    background: none !important;
    box-shadow: none !important;
}

.flaticon-multiply::before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: rgb(255, 255, 255);
    display: inline-block;
}

span.flaticon-multiply i {
    display: inline-block;
    color: rgb(230, 58, 39);
}

.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0px;
    right: 30px;
    color: rgb(255, 255, 255);
    background-image: -webkit-linear-gradient(0deg, rgb(209, 101, 26) 0%, rgb(193, 40, 42) 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    transition: 0.9s ease-out;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0px;
    margin: 0px auto;
    font-size: 15px;
    transform: translateY(-50%);
    transition: 0.5s ease-out;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, rgb(0, 19, 43) 0%, rgb(0, 19, 43) 100%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-out;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: rgb(255, 255, 255);
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0px;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: rgb(255, 255, 255);
    top: 3px;
    z-index: 1;
    background: rgb(145, 144, 143);
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: rgb(255, 255, 255);
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    animation: 1.6s ease-out 0s infinite normal none running ripple;
    opacity: 0;
    background-image: -webkit-linear-gradient(0deg, rgb(255, 102, 0) 0%, rgb(255, 102, 0) 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

@-webkit-keyframes ripple-blue {
    0% {
        box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 0px, rgba(255, 255, 255, 0.3) 0px 0px 0px 10px, rgba(255, 255, 255, 0.3) 0px 0px 0px 20px;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 10px, rgba(255, 255, 255, 0.3) 0px 0px 0px 20px, rgba(255, 255, 255, 0) 0px 0px 0px 30px;
    }
}

@keyframes ripple-blue {
    0% {
        box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 0px, rgba(255, 255, 255, 0.3) 0px 0px 0px 10px, rgba(255, 255, 255, 0.3) 0px 0px 0px 20px;
    }

    100% {
        box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 10px, rgba(255, 255, 255, 0.3) 0px 0px 0px 20px, rgba(255, 255, 255, 0) 0px 0px 0px 30px;
    }
}
